Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.3 KB

InventoryItem.md

File metadata and controls

20 lines (15 loc) · 1.3 KB

# InventoryItem

Properties

Name Type Description Notes
id string Unique identifier of an inventory item. [optional]
created_time \DateTime Time when the inventory item was created. [optional] [readonly]
manufacturer_id string Unique Digital River manufacturer identifier. [optional]
eccn string Export control classification number. [optional]
hs_code string International & US HS Code & Harmonized Tariff Code. [optional]
part_number string Manufacturer part number. [optional]
country_of_origin string An ISO 3166-1 alpha-2 country code. [optional]
allow_oversell bool If true, customers are allowed to reserve inventory of the item when it is out of stock. [optional]
live_mode bool Has the value true if the object exists in live mode or the value false if the object exists in test mode. [optional]
updated_time \DateTime Time when the inventory item was last updated. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]