DEV

Input.

ShipmentCreateInput

No description

Fields

declaredValue

Decimal

The declared value (insurance) of the shipment

exemption

String

Exemption code for shipments requiring an ITN

generateCustoms

Boolean!

Required

A flag to say if a CustomSpec should be generated from this Shipment

generateLabel

Boolean!

Required

A flag to say if a Label should be generated from this Shipment

itnNumber

String

ITN to apply on the label request

labelSpec

LabelSpecInput

The optional label specifications for the Label to be generated

orderId

ID!

Required

The ID or accountOrderNumber of the Order this Shipment belongs to

parties

[ID!]

The list of Partys related to this Shipment, if different than all the parties on the Order

serviceLevel

String

The ServiceLevel code or id that the shipment is shipping with, if different that the service level on the Order

shipmentCartons

[ShipmentCartonInput!]

A list of details about the ShipmentCartons for this Shipment, if the items and packaging options are different than those on the Order

shipmentConsolidationId

ID

ID of the ShipmentConsolidation this Shipment will belong to

shipmentDate

DateTime

A specified date for a future shipment

specialServices

[ShipmentSpecialService!]

A list of ShipmentSpecialServices to apply to this Shipment

trackingNumber

String

The optional tracking number related to the shipment

Was this page helpful?