Skip to main content
GET
/
commerce
/
vendors
/
location
/
{locationCode}
/
skumappings
Error
A valid request URL is required to generate request examples
{
  "startIndex": 123,
  "pageSize": 123,
  "pageCount": 123,
  "totalCount": 123,
  "items": [
    {
      "vendorCode": "<string>",
      "tenantId": 123,
      "upc": "<string>",
      "vendorSku": "<string>",
      "vendorPrice": 123,
      "auditInfo": {
        "updateDate": "2023-11-07T05:31:56Z",
        "createDate": "2023-11-07T05:31:56Z",
        "updateBy": "<string>",
        "createBy": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

locationCode
string
required

Location code to find vendor for

Query Parameters

startIndex
integer<int32>
default:0

Starting index for pagination (default: 0)

pageSize
integer<int32>
default:100

Number of items per page (default: 100, max: 200)

sortBy
string

Sort criteria (e.g., "upc asc", "vendorprice desc")

filter
string

Filter criteria (e.g., "vendorprice gt 10.00")

responseFields
string

limits which fields are returned in the response body

Response

Success

startIndex
integer<int32>
pageSize
integer<int32>
pageCount
integer<int32>
totalCount
integer<int32>
items
object[] | null