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

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

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

data
unknown
locationCode
string | null
receiverId
string | null

Response

Success

data
unknown
locationCode
string | null
receiverId
string | null