DEV

Input.

ManifestLineItemInput

No description

Fields

amount

Decimal

Declared value of the item. If not provide the totalAmount is required.

countryOfOrigin

CountryCode!

Required

2-letter ISO country code of origin for the item

description

String

Detailed description of the item

hsCode

String

Harmonized System commodity code

name

String

Name of the item

productId

String

Product ID for the item

quantity

Int!

Required

Quantity of items

referenceNumber

String

External reference number for the item

sku

String

SKU for the item

totalAmount

Decimal

Optional: The line items total amount. If provided the amount will be computed from the totalAmount / quantity.

Was this page helpful?