id
.id
in our system. As a result, we recommend that you specify your own inventory id
and that it matches your product's designated universally unique identifier.countryOfOrigin
is a two-letter Alpha-2 country code as described in the ISO 3166 international standard. Invalid country codes return a 400 Bad Request
:eccn
represents an Export Control Classification Number (ECCN). This value determines whether:####.##.####
, where #
represents a numeric digit between 0 and 9. The first six digits are mandatory. Any code longer than six digits but less than ten digits is optional and based on the country's preference. The period is not included in the character count.hsCode
values return a 400 Bad Request
:manufacturerId
and partNumber
fields.manufacturerId
signifies the unique identifier of a part/product's manufacturer.partNumber
.allowOversell
flag.true
, customers can reserve the item even when inventory is not available. When set to false
, customers won't be able to place a hold on an item when its inventory levels are not sufficient.allowOversell
during the product reservation process.POST/inventory-items
and POST/inventory-items/{id}
requests, however, you can specify a part number, Export Control Classification Number, Harmonized System code, and country of origin. You can also tell us whether you want to allow overselling of that item.