OrderConnection
A paginated list of Order edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•ID!Unique primary key.
integrationReference•StringIntegration reference of the order
quantityOrdered•Int!Quantity ordered
quantityAllocated•Int!Quantity allocated in to fulfillments
quantityShipped•Int!Quantity (already) shipped
quantityUnallocated•Int!Quantity that is not (yet) allocated to a fulfillment
reference•StringReference of the order
shippingPrice•MoneyShipping cost paid by the customer
status•OrderStatus!Status of the order
CANCELEDCREATEDEXPECTEDALLOCATEDPARTIALLY_SHIPPEDSHIPPEDUNALLOCATEDcustomsInvoiceNumber•StringInvoice number for customs
customsShipmentType•CustomsShipmentTypeShipment export type for customs
DOCUMENTSGIFTRETURNED_GOODSSALE_GOODSSAMPLElocale•StringBCP-47 locale used for communication templates
canceledAt•DateTimeTzWhen the order was canceled.
shippedAt•DateTimeTzWhen the order was shipped.
createdAt•DateTimeTz!When the order was created.
updatedAt•DateTimeTz!When the order was last updated.
isUpdatable•Boolean!Whether this order can be updated.
brand•Brand!Brand of the order
billingAddress•AddressBilling address of the order
recipientAddress•AddressRecipient address of the order
customer•CustomerCustomer of the order
integration•IntegrationIntegration of the order
fulfillmentPreferences•OrderFulfillmentPreferencesFulfillment preferences of the order.
fulfillments•FulfillmentConnection!Fulfillments of the order
lines•OrderLineConnection!Order lines
events•EventConnection!Events related to this order
exceptions•OrderExceptionConnection!Exceptions related to this order
metafields•MetafieldConnection!Metafields attached to this order
shipments•ShipmentConnection!Shipments
tickets•SupportTicketAccessConnection!Support tickets linked to this order
cursor•String!A unique cursor that can be used for pagination.