DEV

Type.

CustomsSpec

No description

Fields

id

ID!

Required

A unique identifier for the CustomsSpec.

amountSubtotals

CustomsSpecAmountSubtotals!

Required

Subtotal amounts of how the Order amount was calculated.

Required

Objects including other details about the CustomsSpec

createdAt

DateTime!

Required

The timestamp of when this CustomsSpec was created

currencyCode

CurrencyCode!

Required

The two letter currency code that the totals for this CustomsSpec will be represented in

customsDocuments

[CustomsDocument!]!

Required

A list of CustomsDocument objects that are associated with this CustomsSpec

customsItems

[CustomsItem!]!

Required

The CustomsItem objects that are a result of generating this CustomsSpec

declarationStatement

String

Declaration statement to be used for this CustomsSpec

incoterm

IncotermCode!

Required

Applicable Incoterm for this CustomsSpec

Required

Optional metadata key/value pairs

mode

Mode!

Required

Specifies whether the CustomsSpec is in live or test mode.

organization

ID!

Required

The Organization associated with the CustomsSpec.

parties

[Party!]!

Required

A list of parties associated with the CustomsSpec

reasonForExport

LandedCostEndUse!

Required

The customs term for the end use of this export

serviceLevel

ServiceLevel

The service level that was used by the carrier for this CustomsSpec

trackingNumber

String

The tracking number provided by the carrier who is handling this shipment

updatedAt

DateTime!

Required

The timestamp of when this CustomsSpec was updated

Was this page helpful?