Skus
Authorizations
AuthorizationstringRequired
Prefix the value with "ApiKey" to indicate the custom authorization type
Query parameters
pageinteger · int32OptionalExample:
The page number to request (1 based)
1sizeinteger · int32OptionalExample:
The number of results to return in a page
10categoriesstring[]OptionalExample:
The code of the categories
COMPUTERResponses
200
OK
application/json
idstring · uuidRequiredExample:
SKU's internal ID
123e4567-e89b-12d3-a456-426614174000titlestringRequiredExample:
SKU's title
MacBook Air 13" M3 8-Core CPU 10-Core GPU 8GB RAM 512GB SSD - US / English - Space Gray - AU PlugvendorSkustringRequiredExample:
SKU's vendor SKU value
123E4567-E89B-12D3-A456-426614174000vendorCodestringRequiredExample:
SKU's vendor's code
APPLEpartNumberstringOptionalExample:
SKU's part number
MZ-1234HGisStandardCatalogbooleanRequiredExample:
Tells if the SKU is part of org's standard catalog
true400
Bad request
application/json
403
Forbidden
*/*
404
Resource not found
application/json
get
/api/catalog/skusAuthorizations
AuthorizationstringRequired
Prefix the value with "ApiKey" to indicate the custom authorization type
Path parameters
skuIdstring · uuidRequiredExample:
The SKU ID to return data for
123e4567-e89b-12d3-a456-426614174000Responses
200
OK
application/json
400
Bad request
application/json
403
Forbidden
*/*
404
Resource not found
application/json
get
/api/catalog/skus/{skuId}