OrdersCommodity
Parameter | Type | Description |
---|---|---|
CommodityName | String | External Reference to Freight Provider SKU. Will create a SKU for the freight provider when a SKU does not already exist. Max Length: 50. |
PieceDescription | String | When creating an SKU, this description will be used. If not supplied, “CommodityName” will be used as the description. |
Height | Integer | Height of the commodity. |
IsHazardous | Boolean | Whether the commodity is hazardous. |
IsStackable | Boolean | Whether the commodity is stackable. |
Length | Integer | Length of the commodity. |
LinearUnit | Enumeration type for a given commodity's type of linear unit. | |
PieceCount | Integer | Number of pieces. |
PieceUnit | Enumeration type for a given commodity's type of piece unit. | |
ProductBrand | String | Product Brand associated with the commodity. Max Length: 50. |
ProductLine | String | Product Line associated with the commodity. Max Length: 50. |
PurchaseOrderNumber | String | The external reference for order. Max Length: 50. |
Volume | Integer | The volume of commodity. |
VolumeUnit | Enumeration type for a given commodity's type measurement unit of volume. | |
WeightAmount | Integer | The weight of commodity. |
WeightUnit | Enumeration type for a given commodity's type of weight unit. | |
Width | Integer | The width of commodity. |
Updated about 2 months ago