Objects
OrderShipment
Represents shipment details of an order that a customer places for a product.
Fields
carrierName
String!
requiredName of the company shipping the order, ie Fedex, UPS, etc.
carrierTrackingNumber
String!
requiredThe tracking number of the shipment
carrierTrackingUrl
String
Url to track the shipment
status
Tracking status of the shipment
expectedDeliveryDate
String
Estimated delivery date of the shipment
Related types
Was this page helpful?