latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
SKUs
Gets a SKU by ID
Retrieves the details of a SKU. You must supply the unique identifier of the SKU.
get/skus/{id}
Path parameters
idstring required
SKU identifier.
Response
OK.
Example response
{
"createdTime": "2018-04-25T20:36:00Z",
"id": "sku_5823594809",
"eccn": "EAR99",
"hsCode": "6404.20",
"skuGroupId": "5823594809",
"partNumber": "SWG1224J10L",
"manufacturerId": "654123",
"physical": true,
"taxCode": "4323.310_A",
"name": "Athena Womens Running Shoes",
"description": "Athena Womens Running Shoes",
"image": "https://imageurl.com",
"url": "https://producturl.com",
"countryOfOrigin": "US",
"weight": 20.5,
"weightUnit": "oz",
"itemBreadcrumb": "Sports & Outdoors > Exercise & Fitness > Wearable Technology > Fitness Trackers",
"partnerAccountId": "00g6atnynbl2wFsFG357",
"metadata": {
"coupon": "iOS"
},
"updatedTime": "2018-04-25T20:36:00Z"
}