Skip to main content
POST
/
commerce
/
vendors
/
{vendorCode}
/
locations
Error
A valid request URL is required to generate request examples
[
  {
    "locationCode": "<string>",
    "receiverId": "<string>",
    "data": "<unknown>"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

vendorCode
string
required

Unique vendor code

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

List of vendor locations to add

locationCode
string | null
receiverId
string | null
data
unknown

Response

Success

locationCode
string | null
receiverId
string | null
data
unknown