3min
Get SKU information by ID
When choosing an item for an order, you may want to retrieve all information related to that specific variation of that product. You can do this by passing in the SKU of the product and retrieving all information related to that SKU.
GET /catalog/skus/{sku_id}
Get SKU information by ID. API Reference: Get Sku by ID
Request
Required Path Parameters: query - A string that
Optional Query Parameters:
page - page number for categories you are requesting, if another page exists.
size - Maximum number of items to return in this call
Curl
|
Response
JSON
|