Skip to main content
PUT
/
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

removeUnspecified
boolean
default:false

If true, replaces all locations; if false (default), upserts locations

responseFields
string

limits which fields are returned in the response body

Body

application/json

List of vendor locations to update

locationCode
string | null
receiverId
string | null
data
unknown

Response

Success

locationCode
string | null
receiverId
string | null
data
unknown