CreateCarrierConsignmentInput
Input for creating a CarrierConsignment
object.
Input Fields
ref (
String!
)
External reference of the object. Must be unique.
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
retailer (
RetailerId!
)
Retailer who is booking the consignment
carrierConsignmentArticles (
[CreateConsignmentArticleWithConsignmentInput]!
)
Input for creating ConsignmentArticle
s for this 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.