Shipping carton data-loading
This service creates shipping cartons (modelled as items) that are stored in the warehouse. It calls the createItem() API.
Attribute | Description | Sequence | Data Type | Size |
---|---|---|---|---|
ITEMHEDR | The item header identifier | 1 | String | 6 |
ItemID | The unique identifier for an item that belongs to a catalog organization | 2 | String | 40 |
OrganizationCode | The code of the organization whose product information is being stored | 3 | String | 24 |
UnitOfMeasure | The unit of measure for item quantity | 4 | String | 40 |
UnitWeight | The weight of one unit of the item | 5 | Decimal | 14 |
UnitHeight | The height of one unit of the item | 6 | Decimal | 14 |
UnitLength | The length of one unit of the item | 7 | Decimal | 14 |
UnitWidth | The width of one unit of the item | 8 | Decimal | 14 |
MaxCntrWeight | The maximum weight of the carton | 9 |
Schema files used
The schema files used by each component of the service and the API called by the service are as follows:
- Service Name: ShippingCartons
- Service Group: InitialDataLoad
- Text Translator: ShippingCartonSchema
- XSL Translator: ShippingCarton
- API: createItem
- Server Name: ShippingCartonLoader