SKUs
Last updated
Last updated
The SKUs (stock keeping units) resource serves as a unique identifier for each product variation within an inventory. It is crucial for managing stock, tracking sales, and ensuring efficient inventory control. Each SKU allows businesses to differentiate between products based on traits such as size, color, or model, enabling streamlined operations and improved customer satisfaction.
Get all SKUs.
/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:
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:
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.
Creates a SKU.
/skus
Unique identifier of a SKU.
5823594809
Export control classification number.
EAR99
International & US HS Code & Harmonized Tariff Code.
6404.20
Manufacturer part number.
SWG1224J10L
Sabrix 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 sku in the unit system specified with weightUnit.
20.5
2-letter country code.
US
The unit of measurement that applies to the sku weight. If you do not specify a value for weightUnit, then the default unit of measurement is applied.
oz
oz
, lb
, g
, kg
Retrieves the details of a SKU. You must supply the unique identifier of the SKU.
/skus/{id}
SKU identifier.
Upserts a SKU.
/skus/{id}
SKU identifier.
Export control classification number.
EAR99
International & US HS Code & Harmonized Tariff Code.
6404.20
Manufacturer part number.
SWG1224J10L
Sabrix 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
2-letter country code.
US
The weight of the sku in the unit system specified with weightUnit.
20.5
The unit of measurement that applies to the sku weight. If you do not specify a value for weightUnit, then the default unit of measurement is applied.
oz
oz
, lb
, g
, kg
Updates the specified SKU by setting the values of the parameters passed. Any parameters not provided will remain unchanged.
/skus/{id}
SKU identifier.
Export control classification number.
EAR99
International & US HS Code & Harmonized Tariff Code.
6404.20
Manufacturer part number.
SWG1224J10L
Sabrix 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
2-letter country code.
US
The weight of the sku in the unit system specified with weightUnit.
20.5
The unit of measurement that applies to the sku weight. If you do not specify a value for weightUnit, then the default unit of measurement is applied.
oz
oz
, lb
, g
, kg
Permanently deletes a SKU. Supply the unique identifier of the SKU.
/skus/{id}
SKU identifier
No body