UpdateConsignmentInput
Input for updating a Consignment
object.
Input Fields
id (
ID!
)
ID of the object
status (
String
)
The status of the consignment.
Max character limit: 25.
consignmentReference (
String
)
The external consignment reference assigned by the carrier.
Max character limit: 100.
trackingLabel (
String
)
Tracking label of the consignment.
Max character limit: 100.
labelUrl (
String
)
The URL used to retrieve the shipping label
orderSummaryUrl (
String
)
A url to represent the order summary. Usually the manifest url from the service provider.
carrier (
CarrierId
)
Carrier used for the consignment
attributes (
[AttributeInput]
)
A list of attributes associated with this Consignment. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.