OBJECT
Shipment
Shipment tracking information.
link GraphQL Schema definition
- type Shipment implements Node {
- # Carrier
- String! :
- ISO8601DateTime! :
- # The date the shipment was dispatched.
- ISO8601DateTime! :
- ExternalID!]! : [
- # Homepage Link URL
- String :
- ID! :
- Invoice! :
- Int! :
- # Metadata key/values
- Metadatum!]! : [
- # Note on the shipment
- String :
- # Where the item was shipped from (Seller only)
- Address :
- ShippedItem!] : [
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): ShipmentStatusConnection ( :
- # Tracking Link URL
- String :
- # Tracking #
- String! :
- ISO8601DateTime! :
- }
link Require by
- InvoiceInvoice items associated with an order.
- LineItemLine items associated with a cart or order.
- OrderA cart that has turned into an immutable order.
- ShipmentCreateMutationPayloadAutogenerated return type of ShipmentCreateMutation.
- ShipmentUnionnull
- ShipmentUpdateMutationPayloadAutogenerated return type of ShipmentUpdateMutation.
- WebhookEventReturns the webhooks event linked to a webhook.