Name | Type | Description | Notes |
---|---|---|---|
itemId | string | Item ID<br />If supplied all item fields except Item Quantity will be populated from the stored item record. | [optional] |
quantity | int | Item Quantity<br />The quantity of items of this type. | |
description | string | Item Description<br />Required if an Item Id is not supplied. | [optional] |
value | double | Item Value<br />Individual item value (use same currency as shipment currency).<br />Required if an Item Id is not supplied. | [optional] |
weight | double | Item Weight<br />Individual item weight. | [optional] |
packageOccurrence | int | Package Occurrence<br />Optional Package Occurrence used to indicate which package the item has been packed into. | [optional] |
hsCode | string | HS Code<br />The standardised commodity code. It must be 6-12 digits only.<br />Used by Customs to calculate potential duties / taxes. | [optional] |
skuCode | string | SKU Code.<br />Used by Customs to calculate potential duties / taxes. | [optional] |
countryOfOrigin | string | Country of Origin<br />ISO Alpha-2 Country Code of item country of origin, per ISO 3166 Standard | [optional] |
imageUrl | string | Image URL<br />Used to save a link to an image of the item with the shipment details, so that this can be used in the Returns<br />system for consumers to see an image of the item when selecting items for return.<br />URL must be a publicly accessible image. | [optional] |