DEV

Input.

LabelPackageItemInput

No description

Fields

amount

Decimal!

Required

Per-item cost.

countryOfOrigin

CountryCode

Country where the item originates from.

currencyCode

CurrencyCode!

Required

The currency the item price is represented in.

description

String

Description of the item that will appear on the Commercial Invoice. Can be overridden using LabelSettings.

hsCode

String!

Required

The HS Code for this item.

id

ID

Optional identifier for this item. Can be a productId, sku, or Item ID.

name

String

Name of the item.

productId

String

Optional product ID associated with the item. One of either productId or sku is required.

quantity

Int!

Required

The quantity of this item.

sku

String

Optional SKU associated with the item. One of either productId or sku is required.

weight

Decimal

The weight value of the item

weightUnit

WeightUnitCode

The unit of measurement for the weight of this item.

Was this page helpful?