| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId |
Unique identifier from the BGS system that is assigned at item creation, and it can be used as an id parameter. |
integer |
None. |
| SKU |
Unique SKU identifier from your system. |
string |
Required String length: inclusive between 0 and 40 |
| SKU2 |
Alternate SKU identifier from your system. |
string |
None. |
| ItemName |
Description for the item. |
string |
Required String length: inclusive between 0 and 100 |
| Weight |
Weight is in lbs. |
decimal number |
None. |
| Length |
Dimensions are in inches. |
decimal number |
None. |
| Width |
Dimensions are in inches. |
decimal number |
None. |
| Height |
Dimensions are in inches. |
decimal number |
None. |
| ItemNotes |
Text submitted here will be seen by the warehouse employees when viewing the item list. |
string |
String length: inclusive between 0 and 255 |
| DeclaredValue |
The declared value for international customs paperwork purposes. |
decimal number |
None. |
| HTSCode |
The Harmonized Tariff Schedule Code for international customs paperwork purposes. |
string |
None. |
| CaseQuantity |
The number of units that fit inside of a master carton. |
integer |
None. |
| IsVirtual |
Default value is false. If the item is a virtual (non-fulfillable) item, then use true. If the item is an inventoriable fulfillable item, then use false. |
boolean |
None. |