SKU
Last updated
Last updated
A represents a specific product variation.
Gets the SKUs specified in the request.
/skus
A filter on the list based on the createdTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
createdTime[gt]=2020-09-22T12:09:44Z
A filter on the list based on the updatedTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
updatedTime[gt]=2020-09-22T12:09:44Z
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.
Only return objects with these IDs.
The Export Control Classification Number (ECCN) associated with the SKUs you want to retrieve.
The partNumber associated with the SKUs you want to retrieve.
The hsCode associated with the SKUs you want to retrieve.
The taxCode associated with the SKUs you want to retrieve.
Submit this request to create a SKU.
/skus
The unique identifier of a SKU.
5823594809
The export control classification number.
EAR99
The international and US Harmonized System code (sometimes referred to as the Harmonized Tariff Schedule).
6404.20
The manufacturer's part number.
SWG1224J10L
The designated tax code.
4323.310_A
The product’s name.
Athena Womens Running Shoes
A description of the product.
Athena Womens Running Shoes
An image of the product.
https://imageurl.com
A product url.
https://producturl.com
The weight of the product measured in the unit specified by weightUnit.
20.5
A two-letter Alpha-2 country code as described in the ISO 3166 international standard.
US
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
The unit of measurement applied to the weight.
oz
oz
, lb
, g
, kg
Retrieves the details of a SKU. You must supply the unique identifier of the SKU.
/skus/{id}
SKU identifier.
Submit this request to upsert the specified SKU.
/skus/{id}
The SKU identifier.
The export control classification number.
EAR99
The international and US Harmonized System code (sometimes referred to as the Harmonized Tariff Schedule).
6404.20
The manufacturer's part number.
SWG1224J10L
The designated tax code.
4323.310_A
The product?s name.
Athena Womens Running Shoes
A description of the product.
Athena Womens Running Shoes
An image of the product.
https://imageurl.com
A product url.
https://producturl.com
A two-letter Alpha-2 country code as described in the ISO 3166 international standard.
US
The weight of the product measured in the unit specified by weightUnit.
20.5
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
The unit of measurement applied to the weight.
oz
oz
, lb
, g
, kg
Updates the specified SKU by setting the values of the parameters passed. Any parameters not provided remain unchanged.
/skus/{id}
The SKU identifier.
The export control classification number.
EAR99
The international and US Harmonized System code (sometimes referred to as the Harmonized Tariff Schedule).
6404.20
The manufacturer's part number.
SWG1224J10L
The designated tax code.
4323.310_A
The product?s name.
Athena Womens Running Shoes
A description of the product.
Athena Womens Running Shoes
An image of the product.
https://imageurl.com
A product url.
https://producturl.com
A two-letter Alpha-2 country code as described in the ISO 3166 international standard.
US
The weight of the product measured in the unit specified by weightUnit.
20.5
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
The unit of measurement applied to the weight.
oz
oz
, lb
, g
, kg
Permanently deletes a SKU. Supply the unique identifier of the SKU.
/skus/{id}
SKU identifier
No body