Inventory items
Last updated
Last updated
An inventory item represents a physical good whose fulfillment Digital River coordinates.
Get all inventory items.
/inventory-items
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 partNumber associated with the inventory items you want to retrieve.
The manufacturer identifier associated with the inventory items you want to retrieve.
Creates an inventory item.
/inventory-items
Unique identifier of an inventory item.
5823594809
Unique Digital River manufacturer identifier.
84f18544-e6ab-44bb-b543-56c7b30fb6ca
Manufacturer part number.
SWG1224J10L
Export control classification number.
EAR99
International & US HS Code & Harmonized Tariff Code.
6404.20
An ISO 3166-1 alpha-2 country code.
US
If true, customers are allowed to reserve inventory of the item when it is out of stock.
false
Retrieves the details of an inventory item. You must supply the unique identifier of the inventory item.
/inventory-items/{id}
Inventory item identifier.
Permanently deletes an inventory item. Supply the unique identifier of the inventory item.
/inventory-items/{id}
Inventory item identifier
No body
Updates an inventory item.
/inventory-items/{id}
Inventory item identifier.
Unique Digital River manufacturer identifier.
84f18544-e6ab-44bb-b543-56c7b30fb6ca
Manufacturer part number.
SWG1224J10L
Export control classification number.
EAR99
International & US HS Code & Harmonized Tariff Code.
6404.20
An ISO 3166-1 alpha-2 country code.
US
If true, customers are allowed to reserve inventory of the item when it is out of stock.
false