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.
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.
An unique identifier for the sku-group, can be client provided or DR system generated.
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 unique identifier of the Sku Group.
5823594809
The manufacturer's part number.
SWG1224J10L
The unique identifier
654123
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
The full path to the category where item is included. Categories should be separated by “ > “.
Sports & Outdoors > Exercise & Fitness > Wearable Technology > Fitness Trackers
A two-letter Alpha-2 country code as described in the ISO 3166 international standard.
US
The unique, Digital River identifier (account Id) of the partner associated with the sku.
00g6atnynbl2wFsFG357
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
Signifies the product is physically fulfilled by Digital River.
DRGlobalFulfillment
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.
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 unique identifier of the Sku Group.
5823594809
The manufacturer's part number.
SWG1224J10L
The unique identifier
654123
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
The full path to the category where item is included. Categories should be separated by “ > “.
Sports & Outdoors > Exercise & Fitness > Wearable Technology > Fitness Trackers
The unique, Digital River identifier (account Id) of the partner associated with the sku.
00g6atnynbl2wFsFG357
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
Signifies the product is physically fulfilled by Digital River.
DRGlobalFulfillment
The unit of measurement applied to the weight.
oz
oz
, lb
, g
, kg
Either creates or updates a SKU.
/skus/{id}
The identifier of the SKU to update or create. If a SKU with this id
exists, then Digital River uses the data in the request body to update the resource. Otherwise, Digital River uses that same data to create a new SKU resource and assigns it id
.
The export control classification number.
EAR99
The international and US Harmonized System code (sometimes referred to as the Harmonized Tariff Schedule).
6404.20
The unique identifier of the Sku Group.
5823594809
The manufacturer's part number.
SWG1224J10L
The unique identifier
654123
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
The full path to the category where item is included. Categories should be separated by “ > “.
Sports & Outdoors > Exercise & Fitness > Wearable Technology > Fitness Trackers
The unique, Digital River identifier (account Id) of the partner associated with the sku.
00g6atnynbl2wFsFG357
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
Signifies the product is physically fulfilled by Digital River.
DRGlobalFulfillment
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