Shopify GraphQL API / Order
An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.
Implements
Fields
cancelReason : OrderCancelReason
canceledAt : DateTime
currencyCode : CurrencyCode!
currentSubtotalPrice : MoneyV2!
currentTotalDuties : MoneyV2
currentTotalPrice : MoneyV2!
currentTotalTax : MoneyV2!
customerLocale : String
customerUrl : URL
discountApplications
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
)
:
DiscountApplicationConnection!
edited : Boolean!
email : String
financialStatus : OrderFinancialStatus
fulfillmentStatus : OrderFulfillmentStatus!
id : ID!
lineItems
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
)
:
OrderLineItemConnection!
metafield
(
String: String!
String: String!
)
:
Metafield
metafields
(
String: String
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
)
:
MetafieldConnection!
name : String!
orderNumber : Int!
originalTotalDuties : MoneyV2
originalTotalPrice : MoneyV2!
phone : String
processedAt : DateTime!
shippingAddress : MailingAddress
shippingDiscountAllocations : [DiscountAllocation!]!
statusUrl : URL!
subtotalPrice : Money
subtotalPriceV2 : MoneyV2
successfulFulfillments
(
Int: Int
)
:
[Fulfillment!]
totalPrice : Money!
totalPriceV2 : MoneyV2!
totalRefunded : Money!
totalRefundedV2 : MoneyV2!
totalShippingPrice : Money!
totalShippingPriceV2 : MoneyV2!
totalTax : Money
totalTaxV2 : MoneyV2