Order
An order represents a delivery or shipment of products
Fields
acceptUrl (String)
amountCents (Int!)
cancelUrl (String)
createdAt (ISO8601DateTime)
currency (String)
discountCents (Int)
discountExclTaxCents (Int)
extraFieldAnswersSummary (JSON)
fulfilledAt (ISO8601DateTime)
id (ID)
invoice (Invoice)
orderLines ([OrderLine!])
paid (Boolean!)
payment (Payment)
shipmentDate (ISO8601Date)
shippingCostsCents (Int)
shippingCostsExclTaxCents (Int)
shopifyDraftId (String)
shopifyFulfillmentOrderId (String)
shopifyId (String)
snoozeUrl (String)
status (OrderStatus!)
subscription (Subscription)
totalTaxCents (Int!)
trackingCode (String)
updatedAt (ISO8601DateTime)
Last updated
Was this helpful?