--- title: Node - Customer API description: |- An object with an ID field to support global identification, in accordance with the [Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface). This interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node) and [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries. api_version: 2025-10 api_name: customer type: interface api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/interfaces/node md: https://shopify.dev/docs/api/customer/latest/interfaces/node.md --- # Node interface An object with an ID field to support global identification, in accordance with the [Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface). This interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node) and [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries. ## Fields * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. *** ## Types implemented in * [Additional​Fee​Sale](https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale) OBJECT A sale that includes an additional fee charge. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Adjustment​Sale](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale) OBJECT A sale event that results in an adjustment to the order price. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Applied​Gift​Card](https://shopify.dev/docs/api/customer/latest/objects/AppliedGiftCard) OBJECT The details about the gift card used on the checkout. * amount​Used [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount deducted from the gift card. * balance [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The remaining amount on the gift card. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * last​Characters [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The last characters of the gift card. * presentment​Amount​Used [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount applied to the checkout in its currency. * [Checkout](https://shopify.dev/docs/api/customer/latest/objects/Checkout) OBJECT A container for information required to checkout items and pay. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * applied​Gift​Cards [\[Applied​Gift​Card!\]!](https://shopify.dev/docs/api/customer/latest/objects/AppliedGiftCard) non-null The gift cards used on the checkout. * available​Shipping​Rates [Available​Shipping​Rates](https://shopify.dev/docs/api/customer/latest/objects/AvailableShippingRates) The available shipping rates for this Checkout. Should only be used when checkout `requiresShipping` is `true` and the shipping address is valid. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the checkout was created. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/customer/latest/enums/CurrencyCode) non-null The currency code for the checkout. * custom​Attributes [\[Attribute!\]!](https://shopify.dev/docs/api/customer/latest/objects/Attribute) non-null The extra information added to the checkout. * discount​Applications [Discount​Application​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DiscountApplicationConnection) non-null The discounts applied on the checkout. * email [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The email associated with this checkout. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Items [Checkout​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CheckoutLineItemConnection) non-null A list of line item objects, each containing information about an item in the checkout. * line​Items​Subtotal​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The sum of all the prices of all the items in the checkout, excluding duties, taxes, shipping, and discounts. * note [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The note associated with the checkout. * payment​Due [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount left to be paid. This is equal to the cost of the line items, duties, taxes, and shipping, minus discounts and gift cards. * ready [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the Checkout is ready and can be completed. Checkouts may have asynchronous operations that can take time to finish. If you want to complete a checkout or ensure all the fields are populated and up to date, polling is required until the value is true. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the fulfillment requires shipping. * shipping​Discount​Allocations [\[Discount​Allocation!\]!](https://shopify.dev/docs/api/customer/latest/objects/DiscountAllocation) non-null The discounts allocated to the shipping line by discount applications. * shipping​Line [Shipping​Rate](https://shopify.dev/docs/api/customer/latest/objects/ShippingRate) The selected shipping rate, transitioned to a `shipping_line` object. * subtotal​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price at checkout before duties, shipping, and taxes. * taxes​Included [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether taxes are included in the line item and shipping line prices. * tax​Exempt [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the checkout is tax exempt. * total​Duties [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) The sum of all the duties applied to the line items in the checkout. * total​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The sum of all the prices of all the items in the checkout, duties, taxes, and discounts included. * total​Tax [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The sum of all the taxes applied to the line items and shipping lines in the checkout. * web​Url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The URL for the checkout, accessible from the web. * [Checkout​Line​Item](https://shopify.dev/docs/api/customer/latest/objects/CheckoutLineItem) OBJECT A line item in the checkout, grouped by variant and attributes. * custom​Attributes [\[Attribute!\]!](https://shopify.dev/docs/api/customer/latest/objects/Attribute) non-null An array of Key-Value pairs providing extra information about the line item. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) The price of the line item. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The quantity of the line item. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the line item. Defaults to the product's title. * unit​Price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) The unit price of the line item. * variant​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the variant. * [Company](https://shopify.dev/docs/api/customer/latest/objects/Company) OBJECT Represents a company's information. * draft​Orders [Draft​Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderConnection) non-null The list of company draft orders. * external​Id [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A unique externally-supplied ID for the company. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * locations [Company​Location​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CompanyLocationConnection) non-null The list of locations that the business of the business contact belongs to. * metafield [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A metafield found by namespace and key. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The metafields associated with the resource matching the supplied list of namespaces and keys. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the company. * orders [Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection) non-null The list of customer orders under the company. * [Company​Address](https://shopify.dev/docs/api/customer/latest/objects/CompanyAddress) OBJECT The address of a company location, either billing or shipping. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * address1 [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The first line of the address. It is typically the street address or PO Box number. * address2 [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The second line of the address. It is typically the apartment, suite, or unit number. * city [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The city, district, village, or town. * company​Name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the company. * country [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the country of the address. * country​Code [Country​Code!](https://shopify.dev/docs/api/customer/latest/enums/CountryCode) non-null The two-letter code for the country of the address, for example, US. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the company address was created. * first​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The first name of the recipient. * formatted​Address [\[String!\]!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The formatted version of the address. * with​Name [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) Default:false ### Arguments Whether to include the name of the recipient in the formatted address. * with​Company​Name [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) Default:true Whether to include the company name in the formatted address. *** * formatted​Area [String](https://shopify.dev/docs/api/customer/latest/scalars/String) A comma-separated list of the city, province, and country values. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * last​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The last name of the recipient. * phone [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The unique phone number of the customer, formatted using the E.164 standard, for example, *+16135551111*. * province [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The region of the address, such as the province, state, or district. * recipient [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The identity of the recipient, for example, 'Receiving Department'. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the company address was last updated. * zip [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The zip or postal code of the address. * zone​Code [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The alphanumeric code for the region, for example, ON. * [Company​Contact](https://shopify.dev/docs/api/customer/latest/objects/CompanyContact) OBJECT Represents the customer's contact information. * company [Company](https://shopify.dev/docs/api/customer/latest/objects/Company) The information of the copmany contact's company. * customer [Customer!](https://shopify.dev/docs/api/customer/latest/objects/Customer) non-null The customer associated to this contact. * draft​Orders [Draft​Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderConnection) non-null The list of company contact's draft orders. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * locations [Company​Location​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CompanyLocationConnection) non-null The list of locations that the company contact belongs to. * orders [Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection) non-null The list of company contact's orders. * title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The job title of the company contact. * [Company​Contact​Role](https://shopify.dev/docs/api/customer/latest/objects/CompanyContactRole) OBJECT A role for a company contact. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the role. * resource​Permission [\[Permitted​Operation!\]!](https://shopify.dev/docs/api/customer/latest/enums/PermittedOperation) non-null The permissions on a specified resource. * resource​Permissions [\[Resource​Permission!\]!](https://shopify.dev/docs/api/customer/latest/objects/ResourcePermission) non-null A list of permissions on all resources. * [Company​Contact​Role​Assignment](https://shopify.dev/docs/api/customer/latest/objects/CompanyContactRoleAssignment) OBJECT Represents information about a company contact role assignment. * contact [Company​Contact!](https://shopify.dev/docs/api/customer/latest/objects/CompanyContact) non-null The company contact for whom this role is assigned. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * role [Company​Contact​Role!](https://shopify.dev/docs/api/customer/latest/objects/CompanyContactRole) non-null The role that's assigned. * [Company​Location](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation) OBJECT Represents a company's business location. * billing​Address [Company​Address](https://shopify.dev/docs/api/customer/latest/objects/CompanyAddress) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The billing address of the company location. * buyer​Experience​Configuration [Buyer​Experience​Configuration](https://shopify.dev/docs/api/customer/latest/objects/BuyerExperienceConfiguration) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The configuration of the buyer's B2B checkout. * contacts [Company​Contact​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CompanyContactConnection) non-null The list of contacts under a particular business location. * draft​Orders [Draft​Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderConnection) non-null The list of company draft orders. * external​Id [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A unique externally-supplied ID for the location. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * metafield [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A metafield found by namespace and key. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The metafields associated with the resource matching the supplied list of namespaces and keys. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the company location. * orders [Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection) non-null The list of customer orders under the company. * role​Assignments [Company​Contact​Role​Assignment​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CompanyContactRoleAssignmentConnection) non-null The list of roles assigned to this location. * shipping​Address [Company​Address](https://shopify.dev/docs/api/customer/latest/objects/CompanyAddress) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The shipping address of the company location. * store​Credit​Accounts [Store​Credit​Account​Connection!](https://shopify.dev/docs/api/customer/latest/connections/StoreCreditAccountConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A list of the owner resource's store credit accounts. Store credit accounts are not shown for shops with store credit disabled at checkout. * tax​Identifier [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The tax id of the company location. * market [Market!](https://shopify.dev/docs/api/customer/latest/objects/Market) non-nullDeprecated[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) * [Customer](https://shopify.dev/docs/api/customer/latest/objects/Customer) OBJECT Represents the personal information of a customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * addresses [Customer​Address​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CustomerAddressConnection) non-null The addresses associated with the customer. * company​Contacts [Company​Contact​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CompanyContactConnection) non-null The list of contacts the customer is associated with. * creation​Date [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the customer was created. * default​Address [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) The default address of the customer. * display​Name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The full name of the customer, based on the first\_name and last\_name values. If these aren't available, it falls back to the customer's email address, and if that isn't available, the customer's phone number. * draft​Orders [Draft​Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderConnection) non-null The Draft Orders associated with the customer. * email​Address [Customer​Email​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerEmailAddress) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The email address of the customer. * first​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The first name of the customer. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image​Url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The URL to the avatar image of the customer. * last​Incomplete​Checkout [Checkout](https://shopify.dev/docs/api/customer/latest/objects/Checkout) The customer's most recently updated, incomplete checkout. * last​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The last name of the customer. * metafield [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A metafield found by namespace and key. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The metafields associated with the resource matching the supplied list of namespaces and keys. * orders [Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection) non-null The orders associated with the customer. * phone​Number [Customer​Phone​Number](https://shopify.dev/docs/api/customer/latest/objects/CustomerPhoneNumber) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The phone number of the customer. * store​Credit​Accounts [Store​Credit​Account​Connection!](https://shopify.dev/docs/api/customer/latest/connections/StoreCreditAccountConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A list of the owner resource's store credit accounts. Store credit accounts are not shown for shops with store credit disabled at checkout. * subscription​Contract [Subscription​Contract](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract) Returns a `SubscriptionContract` resource by ID. * subscription​Contracts [Subscription​Contract​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SubscriptionContractConnection) non-null The Subscription Contracts associated with the customer. * tags [\[String!\]!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null A comma-separated list of tags that have been added to the customer. * [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) OBJECT Represents a customer's mailing address. For example, a customer's default address and an order's billing address are both mailing addresses. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * address1 [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The first line of the address. Typically the street address or PO Box number. * address2 [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The second line of the address. This is typically the apartment, suite, or unit number. * city [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the city, district, village, or town. * company [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the customer's company or organization. * country [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the country. * first​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The first name of the customer. * formatted [\[String!\]!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A formatted version of the address, customized by the provided arguments. * with​Name [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) Default:false ### Arguments Determines whether to include the customer's name in the formatted address. * with​Company [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) Default:true Determines whether to include the customer's company in the formatted address. *** * formatted​Area [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A comma-separated list of the values for city, province, and country. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * last​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The last name of the customer. * name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The full name of the customer, based on firstName and lastName. * phone​Number [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The customer's unique phone number. Formatted using E.164 standard. For example, *+16135551111*. * province [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The region of the address, such as the province, state, or district. * territory​Code [Country​Code](https://shopify.dev/docs/api/customer/latest/enums/CountryCode) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The two-letter code for the country of the address. For example, US. * zip [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The zip or postal code of the address. * zone​Code [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The alphanumeric code for the region. For example, ON. * [Domain](https://shopify.dev/docs/api/customer/latest/objects/Domain) OBJECT A unique string representing the address of a Shopify store on the Internet. * host [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The host name of the domain (for example, `example.com`). * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * redirect​Host [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The host of the primary domain that this domain redirects to (for example, `example.com`). * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The URL of the domain (for example, `example.com`). * [Draft​Order](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder) OBJECT A draft order for the customer. Any fields related to money are in the presentment currency. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * billing​Address [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) The billing address of the customer. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the draft order was created in Shopify. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/customer/latest/enums/CurrencyCode) non-null The three-letter code for the currency of the store at the time that the invoice is sent. * customer [Customer](https://shopify.dev/docs/api/customer/latest/objects/Customer) The customer who placed the order. * discount​Information [Draft​Order​Discount​Information!](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderDiscountInformation) non-null The discount information for the draft order. * email [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The email address of the customer, which is used to send notifications to. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * in​Review [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the draft order is created from the online store and is open. * invoice​Url [URL](https://shopify.dev/docs/api/customer/latest/scalars/URL) The link to the checkout, which is sent to the customer in the invoice email. * line​Items [Draft​Order​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderLineItemConnection) non-null The list of the line items in the draft order. * line​Items​Summary [Draft​Order​Line​Items​Summary](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItemsSummary) The summary of draft order line items quantity. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The unique identifier for the draft order, which is unique within the store. For example, *#D1223*. * order [Order](https://shopify.dev/docs/api/customer/latest/objects/Order) The order that was created from this draft order. * phone [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The phone number assigned to the draft order. * purchasing​Entity [Purchasing​Entity](https://shopify.dev/docs/api/customer/latest/unions/PurchasingEntity) The purchasing entity for the draft order. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the draft order requires shipping or not. * shipping​Address [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) The shipping address of the customer. * status [Draft​Order​Status!](https://shopify.dev/docs/api/customer/latest/enums/DraftOrderStatus) non-null The status of the draft order. * subtotal​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The subtotal of the line items (doesn't include shipping charges, shipping discounts, or taxes). * taxes​Included [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the line item prices include taxes. * tax​Exempt [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Indicates whether the draft order is tax exempt. * total​Line​Items​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total price of line items for this draft order. * total​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of the draft order (includes taxes, shipping charges, and discounts). * total​Shipping​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total shipping charge for the draft order. * total​Tax [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of taxes for the draft order. * total​Weight [Unsigned​Int64!](https://shopify.dev/docs/api/customer/latest/scalars/UnsignedInt64) non-null The total weight (in grams) of the draft order. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the draft order was last changed. The format is YYYY-MM-DD HH:mm:ss (for example, 2016-02-05 17:04:01). * [Draft​Order​Line​Item](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItem) OBJECT A line item included in a draft order. * discounted​Total [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total price of the line item after discounts have been applied. * discounted​Unit​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The discounted total divided by the quantity, resulting in the value of the discount per unit. * discount​Information [Draft​Order​Line​Item​Discount​Information!](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItemDiscountInformation) non-null The discount information for the draft order line item. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) The image associated with the line item. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the product. * original​Total [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total price of the line item, based on the original unit price of the variant multiplied by the quantity. This total doesn't include any discounts. * original​Unit​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price of the variant without any discounts applied. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The quantity of this variant item in the draft order. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the variant requires physical shipping. * sku [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The SKU number of the variant. * taxable [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the variant is taxable. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the product or variant. This only applies to custom line items. * variant​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the product variant. * vendor [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the vendor of the variant. * weight [Weight](https://shopify.dev/docs/api/customer/latest/objects/Weight) The weight of the line item, including the unit and value. * [Duty​Sale](https://shopify.dev/docs/api/customer/latest/objects/DutySale) OBJECT A sale that includes a duty charge. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Exchange​Line​Item](https://shopify.dev/docs/api/customer/latest/objects/ExchangeLineItem) OBJECT An item for exchange. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The image associated to the line item's variant. * product​Has​Only​Default​Variant [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the product has only a single variant with the default option and value. * product​Id [ID](https://shopify.dev/docs/api/customer/latest/scalars/ID) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ID of the product at time of refund creation. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of variant items ordered. * title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The title of the product at time of order creation. * variant​Id [ID](https://shopify.dev/docs/api/customer/latest/scalars/ID) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ID of the variant at time of refund creation. * variant​Sku [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The variant SKU number. * variant​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The title of the variant at time of refund creation. * [Fee​Sale](https://shopify.dev/docs/api/customer/latest/objects/FeeSale) OBJECT A sale associated with a fee. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Fulfillment](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment) OBJECT Represents a single fulfillment in an order. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the fulfillment was created. * estimated​Delivery​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The estimated delivery time of this fulfillment. * events [Fulfillment​Event​Connection!](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentEventConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A collection of fulfillment events. * fulfillment​Line​Items [Fulfillment​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentLineItemConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line items in the fulfillment. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * is​Picked​Up [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the fulfillment is picked up locally. * latest​Shipment​Status [Fulfillment​Event​Status](https://shopify.dev/docs/api/customer/latest/enums/FulfillmentEventStatus) The latest shipment status for the fulfillment. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether any line items in the fulfillment require shipping. * status [Fulfillment​Status](https://shopify.dev/docs/api/customer/latest/enums/FulfillmentStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the fulfillment. * tracking​Information [\[Tracking​Information!\]!](https://shopify.dev/docs/api/customer/latest/objects/TrackingInformation) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The tracking information associated with the fulfillment. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the fulfillment was updated. * [Fulfillment​Event](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentEvent) OBJECT An event that occurred for a fulfillment. * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The time when this fulfillment event occurred. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * status [Fulfillment​Event​Status!](https://shopify.dev/docs/api/customer/latest/enums/FulfillmentEventStatus) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the fulfillment event. * [Fulfillment​Line​Item](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentLineItem) OBJECT Represents a line item from an order that's included in a fulfillment. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line item associated with the order. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of line items in the fulfillment. * [Gift​Card​Sale](https://shopify.dev/docs/api/customer/latest/objects/GiftCardSale) OBJECT A sale associated with a gift card. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The line item associated with the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Line​Item](https://shopify.dev/docs/api/customer/latest/objects/LineItem) OBJECT A single line item in an order. * current​Total​Price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. * custom​Attributes [\[Attribute!\]!](https://shopify.dev/docs/api/customer/latest/objects/Attribute) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of custom attributes associated with the line item. * discount​Allocations [\[Discount​Allocation!\]!](https://shopify.dev/docs/api/customer/latest/objects/DiscountAllocation) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The discounts that have been allocated onto the line item by discount applications. * gift​Card [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the line item represents the purchase of a gift card. * group [Line​Item​Group](https://shopify.dev/docs/api/customer/latest/objects/LineItemGroup) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line item group associated to the line item. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The image object associated with the line item. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the product. * presentment​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The title of the line item variant. * price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The product variant price without any discounts applied, in presentment currencies. * product​Id [ID](https://shopify.dev/docs/api/customer/latest/scalars/ID) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The product's ID. * product​Type [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The product's type. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of variant items ordered. * refundable​Quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The quantity of the line item, minus the refunded quantity. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether physical shipping is required for the variant. * sku [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The SKU number of the variant. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The title of the product or variant. This field only applies to custom line items. * total​Discount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total of the discount allocations on this line item, resulting from discounts applied specifically to this line item. * total​Price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. * unit​Price [Unit​Price](https://shopify.dev/docs/api/customer/latest/objects/UnitPrice) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The unit price of the line item in presentment currencies. * variant​Id [ID](https://shopify.dev/docs/api/customer/latest/scalars/ID) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ID of the variant. * variant​Options [\[Line​Item​Variant​Option!\]](https://shopify.dev/docs/api/customer/latest/objects/LineItemVariantOption) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The options of the product variant. * variant​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the variant. * vendor [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The product's vendor. * [Line​Item​Group](https://shopify.dev/docs/api/customer/latest/objects/LineItemGroup) OBJECT A line item group to which a line item belongs to. * current​Total​Price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total price of the line item group, calculated by aggregating the current total price of its line item components. * discount​Information [\[Line​Item​Discount​Information!\]](https://shopify.dev/docs/api/customer/latest/objects/LineItemDiscountInformation) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The discount information for the line item group. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The image of the line item group variant or the product image if the variant has no image. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of line item groups ordered. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The title of the line item group. * total​Price​Before​Discounts [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total price of the line item group, calculated by aggregating the total price before discounts of its line item components. * [Market](https://shopify.dev/docs/api/customer/latest/objects/Market) OBJECT A market, which is a group of one or more regions targeted for international sales. A market allows configuration of a distinct, localized shopping experience for customers from a specific area of the world. * handle [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The short, human-readable unique identifier for the market. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * web​Presence [Market​Web​Presence](https://shopify.dev/docs/api/customer/latest/objects/MarketWebPresence) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The web presence of the market, defining its SEO strategy. This can be a different domain, subdomain, or subfolders of the primary domain. Each web presence comprises one or more language variants. If a market doesn't have its own web presence, an inherited web presence will be returned. * [Market​Web​Presence](https://shopify.dev/docs/api/customer/latest/objects/MarketWebPresence) OBJECT The web presence of the market, defining its SEO strategy. This can be a different domain (e.g. `example.ca`), subdomain (e.g. `ca.example.com`), or subfolders of the primary domain (e.g. `example.com/en-ca`). Each web presence comprises one or more language variants. If a market does not have its own web presence, it is accessible on the shop’s primary domain via [country selectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector). Note: while the domain/subfolders defined by a market’s web presence are not applicable to custom storefronts, which must manage their own domains and routing, the languages chosen here do govern [the languages available on the Storefront API](https://shopify.dev/custom-storefronts/internationalization/multiple-languages) for the countries in this market. * domain [Domain](https://shopify.dev/docs/api/customer/latest/objects/Domain) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The domain of the web presence. This field will be null if `subfolderSuffix` isn't null. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique identifier. * root​Urls [\[Market​Web​Presence​Root​Url!\]!](https://shopify.dev/docs/api/customer/latest/objects/MarketWebPresenceRootUrl) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of root URLs for each of the web presence’s locales. * subfolder​Suffix [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The market-specific suffix of the subfolders defined by the web presence. Example: in `/en-us` the subfolder suffix is `us`. This field will be null if `domain` isn't null. * [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) OBJECT The custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types. * compare​Digest [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The data stored in the resource, represented as a digest. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the metafield was created. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * json​Value [JSON!](https://shopify.dev/docs/api/customer/latest/scalars/JSON) non-null The data stored in the metafield in JSON format. * key [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The key name for a metafield. * namespace [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The namespace for a metafield. * type [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The type name of the metafield. See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types). * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the metafield was updated. * value [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The value of a metafield. * description [String](https://shopify.dev/docs/api/customer/latest/scalars/String) Deprecated * [Order](https://shopify.dev/docs/api/customer/latest/objects/Order) OBJECT A customer’s completed request to purchase one or more products from a shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * agreements [Sales​Agreement​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SalesAgreementConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A list of sales agreements associated with the order. * billing​Address [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The mailing address provided by the customer. Not all orders have a mailing address. * cancelled​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the order was canceled. Returns `null` if the order wasn't canceled. * cancel​Reason [Order​Cancel​Reason](https://shopify.dev/docs/api/customer/latest/enums/OrderCancelReason) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The reason for the cancellation of the order. Returns `null` if the order wasn't canceled. * confirmation​Number [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A randomly generated alpha-numeric identifier for the order that may be shown to the customer instead of the sequential order name. For example, "XPAV284CT", "R50KELTJP" or "35PKUN0UJ". This value isn't guaranteed to be unique. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the order was created. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/customer/latest/enums/CurrencyCode) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The shop currency when the order was placed. * customer [Customer](https://shopify.dev/docs/api/customer/latest/objects/Customer) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The customer who placed the order. * customer​Locale [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The locale code representing the region where this specific order was placed. * discount​Applications [Discount​Application​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DiscountApplicationConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The discounts that have been applied to the order. * draft​Order [Draft​Order](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The draft order associated with the order. * edited [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the order has been edited or not. * email [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The email address of the customer. * financial​Status [Order​Financial​Status](https://shopify.dev/docs/api/customer/latest/enums/OrderFinancialStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The financial status of the order. * fulfillments [Fulfillment​Connection!](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The fulfillments associated with the order. * fulfillment​Status [Order​Fulfillment​Status!](https://shopify.dev/docs/api/customer/latest/enums/OrderFulfillmentStatus) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The fulfillment status of the order. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Items [Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/LineItemConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of line items of the order. * location​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the fulfillment location assigned at the time of order creation. * metafield [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A metafield found by namespace and key. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The metafields associated with the resource matching the supplied list of namespaces and keys. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The identifier for the order that appears on the order. For example, *#1000* or \_Store1001. * note [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The order's notes. * number [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A unique numeric identifier for the order, used by both the shop owner and customer. * payment​Information [Order​Payment​Information](https://shopify.dev/docs/api/customer/latest/objects/OrderPaymentInformation) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment information for the order. * phone [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The phone number of the customer for SMS notifications. * po​Number [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The purchase order number of the order. * processed​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the order was processed. This value can be set to dates in the past when importing from other systems. If no value is provided, it will be auto-generated based on current date and time. * purchasing​Entity [Purchasing​Entity](https://shopify.dev/docs/api/customer/latest/unions/PurchasingEntity) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The purchasing entity for the order. * refunds [\[Refund!\]!](https://shopify.dev/docs/api/customer/latest/objects/Refund) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A list of refunds associated with the order. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the order requires shipping. * return​Information [Order​Return​Information!](https://shopify.dev/docs/api/customer/latest/objects/OrderReturnInformation) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The return information for the order. * returns [Return​Connection!](https://shopify.dev/docs/api/customer/latest/connections/ReturnConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of returns for the order with pagination. * shipping​Address [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The mailing address to which the order items are shipped. * shipping​Discount​Allocations [\[Discount​Allocation!\]!](https://shopify.dev/docs/api/customer/latest/objects/DiscountAllocation) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The discounts that have been allocated onto the shipping line by discount applications. * shipping​Line [Shipping​Line](https://shopify.dev/docs/api/customer/latest/objects/ShippingLine) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A summary of all shipping costs on the order. * status​Page​Url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The unique URL for the status page of the order. * subscription​Contracts [Subscription​Contract​Connection](https://shopify.dev/docs/api/customer/latest/connections/SubscriptionContractConnection) The customer Subscription Contracts associated with the order. * subtotal [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The price of the order before duties, shipping, and taxes. * total​Duties [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total amount of duties after returns. * total​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total amount of the order (including taxes and discounts) minus the amounts for line items that have been returned. * total​Refunded [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total amount refunded. * total​Shipping [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total cost of shipping. * total​Tax [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total cost of taxes. * total​Tip [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total value of tips. * transactions [\[Order​Transaction!\]!](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A list of transactions associated with the order. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the order was last updated. * [Order​Agreement](https://shopify.dev/docs/api/customer/latest/objects/OrderAgreement) OBJECT An agreement associated with an order placement. * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the agreement occurred. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID for the agreement. * order [Order!](https://shopify.dev/docs/api/customer/latest/objects/Order) non-null The order associated with the agreement. * reason [Order​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderActionType) non-null The reason the agreement was created. * sales [Sale​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SaleConnection) non-null The sales associated with the agreement. * [Order​Edit​Agreement](https://shopify.dev/docs/api/customer/latest/objects/OrderEditAgreement) OBJECT An agreement related to an edit of the order. * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the agreement occurred. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID for the agreement. * reason [Order​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderActionType) non-null The reason the agreement was created. * sales [Sale​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SaleConnection) non-null The sales associated with the agreement. * [Order​Transaction](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction) OBJECT A payment transaction within an order context. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the transaction was created. * gift​Card​Details [Gift​Card​Details](https://shopify.dev/docs/api/customer/latest/objects/GiftCardDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The gift card details for the transaction. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * kind [Order​Transaction​Kind](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionKind) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The kind of the transaction. * order [Order](https://shopify.dev/docs/api/customer/latest/objects/Order) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The associated order for the transaction. * payment​Details [Payment​Details](https://shopify.dev/docs/api/customer/latest/unions/PaymentDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment details for the transaction. * payment​Icon [Payment​Icon​Image](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment icon to display for the transaction. * processed​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the transaction was processed. * status [Order​Transaction​Status](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the transaction. * transaction​Amount [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The amount and currency of the transaction in shop and presentment currencies. * transaction​Parent​Id [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ID of the parent transaction. * type [Order​Transaction​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionType) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The type of the transaction. * type​Details [Transaction​Type​Details](https://shopify.dev/docs/api/customer/latest/objects/TransactionTypeDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The details of the transaction type. * [Payment​Icon​Image](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage) OBJECT Represents an image resource. * alt​Text [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A word or phrase to share the nature or contents of an image. * height [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A unique non-nullable ID for the image. * thumbhash [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ThumbHash of the image. Useful to display placeholder images while the original image is loading. * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The location of the image as a URL. If no transform options are specified, then the original image will be preserved including any pre-applied transforms. All transformation options are considered "best-effort". Any transformation that the original image type doesn't support will be ignored. If you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases). * transform [Image​Transform​Input](https://shopify.dev/docs/api/customer/latest/input-objects/ImageTransformInput) ### Arguments A set of options to transform the original image. *** * width [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify. * original​Src [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-nullDeprecated[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) * src [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-nullDeprecated[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) * transformed​Src [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-nullDeprecated[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) * max​Width [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) ### Arguments Image width in pixels between 1 and 5760. * max​Height [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) Image height in pixels between 1 and 5760. * crop [Crop​Region](https://shopify.dev/docs/api/customer/latest/enums/CropRegion) Crops the image according to the specified region. * scale [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) Default:1 Image size multiplier for high-resolution retina displays. Must be between 1 and 3. * preferred​Content​Type [Image​Content​Type](https://shopify.dev/docs/api/customer/latest/enums/ImageContentType) Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported). *** * [Payment​Schedule](https://shopify.dev/docs/api/customer/latest/objects/PaymentSchedule) OBJECT A single payment schedule defined in the payment terms. * completed [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the payment has been completed. * completed​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) The date and time when the payment schedule was paid or fulfilled. * due​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the payment schedule is due. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * total​Balance [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Remaining balance to be paid or authorized by the customer for this payment schedule. * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-nullDeprecated[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) * [Payment​Terms](https://shopify.dev/docs/api/customer/latest/objects/PaymentTerms) OBJECT The payment terms associated with an order or draft order. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * next​Due​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The next due date if this is the NET or FIXED type of payment terms. * overdue [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the payment terms have overdue payment schedules. * payment​Schedules [Payment​Schedule​Connection!](https://shopify.dev/docs/api/customer/latest/connections/PaymentScheduleConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of schedules associated with the payment terms. * payment​Terms​Name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the payment terms template that was used to create the payment terms. * [Product​Sale](https://shopify.dev/docs/api/customer/latest/objects/ProductSale) OBJECT A sale associated with a product. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The line item for the associated sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Refund](https://shopify.dev/docs/api/customer/latest/objects/Refund) OBJECT The record of refunds issued to a customer. * created​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the refund was created. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * return​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name of the return, if the refund was issued from a return. * total​Refunded [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total amount refunded across all transactions, in presentment currencies. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the refund was last updated. * [Refund​Agreement](https://shopify.dev/docs/api/customer/latest/objects/RefundAgreement) OBJECT An agreement for refunding all or a portion of the order between the merchant and the customer. * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the agreement occurred. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID for the agreement. * reason [Order​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderActionType) non-null The reason the agreement was created. * refund [Refund!](https://shopify.dev/docs/api/customer/latest/objects/Refund) non-null The refund that's associated with the agreement. * sales [Sale​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SaleConnection) non-null The sales associated with the agreement. * [Return](https://shopify.dev/docs/api/customer/latest/objects/Return) OBJECT A product return. * closed​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date when the return was closed. * created​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) The date when the return was created. * exchange​Line​Items [Exchange​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/ExchangeLineItemConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The exchange line items attached to the return. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The name assigned to the return. * return​Line​Items [Return​Line​Item​Type​Connection!](https://shopify.dev/docs/api/customer/latest/connections/ReturnLineItemTypeConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line items associated with the return. * return​Line​Items​Count [Count](https://shopify.dev/docs/api/customer/latest/objects/Count) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of line items associated with the return. * reverse​Deliveries [Reverse​Delivery​Connection!](https://shopify.dev/docs/api/customer/latest/connections/ReverseDeliveryConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of reverse deliveries associated with the return. * status [Return​Status!](https://shopify.dev/docs/api/customer/latest/enums/ReturnStatus) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The current status of the `Return`. * updated​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) The date when the return was last updated. * [Return​Agreement](https://shopify.dev/docs/api/customer/latest/objects/ReturnAgreement) OBJECT An agreement between the merchant and customer for a return. * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the agreement occurred. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID for the agreement. * reason [Order​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderActionType) non-null The reason the agreement was created. * return [Return!](https://shopify.dev/docs/api/customer/latest/objects/Return) non-null The return associated with the agreement. * sales [Sale​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SaleConnection) non-null The sales associated with the agreement. * [Return​Line​Item](https://shopify.dev/docs/api/customer/latest/objects/ReturnLineItem) OBJECT A line item that has been returned. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The related line item that has been returned. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line item quantity that has been returned. * return​Reason [Return​Reason!](https://shopify.dev/docs/api/customer/latest/enums/ReturnReason) non-null The reason the line item quantity was returned. * [Reverse​Delivery](https://shopify.dev/docs/api/customer/latest/objects/ReverseDelivery) OBJECT A reverse delivery represents a package being sent back by a buyer to a merchant post-fulfillment. This could occur when a buyer requests a return and the merchant provides a shipping label. The reverse delivery includes the context of the items being returned, the method of return (for example, a shipping label), and the current status of the delivery (tracking information). * customer​Generated​Label [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the label was generated by the customer. * deliverable [Reverse​Delivery​Deliverable](https://shopify.dev/docs/api/customer/latest/unions/ReverseDeliveryDeliverable) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The deliverable linked with the reverse delivery. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * [Sale​Tax](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) OBJECT The tax allocated to a sale from a single tax line. * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The portion of the total tax amount on the related sale that's from the associated tax line. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID for the sale tax. * tax​Line [Tax​Line!](https://shopify.dev/docs/api/customer/latest/objects/TaxLine) non-null The tax line associated with the sale. * [Shipping​Line​Sale](https://shopify.dev/docs/api/customer/latest/objects/ShippingLineSale) OBJECT A sale associated with a shipping charge. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Shop](https://shopify.dev/docs/api/customer/latest/objects/Shop) OBJECT A collection of the general information about the shop. * email [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The email of the shop. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * metafield [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A metafield found by namespace and key. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The metafields associated with the resource matching the supplied list of namespaces and keys. * myshopify​Domain [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The shop's .myshopify.com domain name. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the shop. * shop​Policies [\[Shop​Policy!\]!](https://shopify.dev/docs/api/customer/latest/objects/ShopPolicy) non-null The list of all legal policies associated with the shop. * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The URL of the shop's online store. * [Shop​Policy](https://shopify.dev/docs/api/customer/latest/objects/ShopPolicy) OBJECT A policy that a merchant has configured for their store, such as their refund or privacy policy. * body [HTML!](https://shopify.dev/docs/api/customer/latest/scalars/HTML) non-null The text of the policy. The maximum size is 512kb. * handle [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The handle of the policy. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the policy. * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The public URL to the policy. * [Store​Credit​Account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccount) OBJECT A store credit account contains a monetary balance that can be redeemed at checkout for purchases in the shop. The account is held in the specified currency and has an owner that cannot be transferred. The account balance is redeemable at checkout only when the owner is authenticated via [new customer accounts authentication](https://shopify.dev/docs/api/customer). * balance [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The current balance of the store credit account. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * transactions [Store​Credit​Account​Transaction​Connection!](https://shopify.dev/docs/api/customer/latest/connections/StoreCreditAccountTransactionConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The transaction history of the store credit account. * [Store​Credit​Account​Credit​Transaction](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountCreditTransaction) OBJECT A credit transaction which increases the store credit account balance. * account [Store​Credit​Account!](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccount) non-null The store credit account that the transaction belongs to. * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount of the transaction. * balance​After​Transaction [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The balance of the account after the transaction. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the transaction was created. * event [Store​Credit​System​Event!](https://shopify.dev/docs/api/customer/latest/enums/StoreCreditSystemEvent) non-null The event that caused the store credit account transaction. * expires​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) The time at which the transaction expires. Debit transactions will always spend the soonest expiring credit first. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * origin [Store​Credit​Account​Transaction​Origin](https://shopify.dev/docs/api/customer/latest/unions/StoreCreditAccountTransactionOrigin) The origin of the store credit account transaction. * remaining​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The remaining amount of the credit. The remaining amount will decrease when a debit spends this credit. It may also increase if that debit is subsequently reverted. In the event that the credit expires, the remaining amount will represent the amount that remained as the expiry ocurred. * [Store​Credit​Account​Debit​Revert​Transaction](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitRevertTransaction) OBJECT A debit revert transaction which increases the store credit account balance. Debit revert transactions are created automatically when a [store credit account debit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountDebitTransaction) is reverted. Store credit account debit transactions are reverted when an order is cancelled, refunded or in the event of a payment failure at checkout. The amount added to the balance is equal to the amount reverted on the original credit. * account [Store​Credit​Account!](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccount) non-null The store credit account that the transaction belongs to. * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount of the transaction. * balance​After​Transaction [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The balance of the account after the transaction. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the transaction was created. * debit​Transaction [Store​Credit​Account​Debit​Transaction!](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitTransaction) non-null The reverted debit transaction. * event [Store​Credit​System​Event!](https://shopify.dev/docs/api/customer/latest/enums/StoreCreditSystemEvent) non-null The event that caused the store credit account transaction. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * origin [Store​Credit​Account​Transaction​Origin](https://shopify.dev/docs/api/customer/latest/unions/StoreCreditAccountTransactionOrigin) The origin of the store credit account transaction. * [Store​Credit​Account​Debit​Transaction](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitTransaction) OBJECT A debit transaction which decreases the store credit account balance. * account [Store​Credit​Account!](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccount) non-null The store credit account that the transaction belongs to. * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount of the transaction. * balance​After​Transaction [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The balance of the account after the transaction. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the transaction was created. * event [Store​Credit​System​Event!](https://shopify.dev/docs/api/customer/latest/enums/StoreCreditSystemEvent) non-null The event that caused the store credit account transaction. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * origin [Store​Credit​Account​Transaction​Origin](https://shopify.dev/docs/api/customer/latest/unions/StoreCreditAccountTransactionOrigin) The origin of the store credit account transaction. * [Subscription​Contract](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract) OBJECT A Subscription Contract. * billing​Policy [Subscription​Billing​Policy!](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionBillingPolicy) non-null The billing policy associated with the subscription contract. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the subscription contract was created. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/customer/latest/enums/CurrencyCode) non-null The currency used for the subscription contract. * custom​Attributes [\[Attribute!\]!](https://shopify.dev/docs/api/customer/latest/objects/Attribute) non-null A list of custom attributes to be added to the generated orders. * delivery​Method [Subscription​Delivery​Method](https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryMethod) The delivery method for each billing of the subscription contract. * delivery​Policy [Subscription​Delivery​Policy!](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDeliveryPolicy) non-null The delivery policy associated with the subscription contract. * delivery​Price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The delivery price for each billing of the subscription contract. * discounts [Subscription​Discount​Connection](https://shopify.dev/docs/api/customer/latest/connections/SubscriptionDiscountConnection) The list of subscription discounts associated with the subscription contract. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * last​Billing​Attempt​Error​Type [Subscription​Contract​Last​Billing​Error​Type](https://shopify.dev/docs/api/customer/latest/enums/SubscriptionContractLastBillingErrorType) The last billing error type of the contract. * last​Payment​Status [Subscription​Contract​Last​Payment​Status](https://shopify.dev/docs/api/customer/latest/enums/SubscriptionContractLastPaymentStatus) The current status of the last payment. * lines [Subscription​Line​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SubscriptionLineConnection) non-null A list of subscription lines associated with the subscription contract. * lines​Count [Count](https://shopify.dev/docs/api/customer/latest/objects/Count) The number of lines associated with the subscription contract. * next​Billing​Date [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) The next billing date for the subscription contract. * note [String](https://shopify.dev/docs/api/customer/latest/scalars/String) A note that will be applied to the generated orders. * orders [Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection) non-null A list of the subscription contract's orders. * origin​Order [Order](https://shopify.dev/docs/api/customer/latest/objects/Order) The order from which the contract originated. * revision​Id [Unsigned​Int64!](https://shopify.dev/docs/api/customer/latest/scalars/UnsignedInt64) non-null The revision ID of the contract. * status [Subscription​Contract​Subscription​Status!](https://shopify.dev/docs/api/customer/latest/enums/SubscriptionContractSubscriptionStatus) non-null The current status of the subscription contract. * upcoming​Billing​Cycles [Subscription​Billing​Cycle​Connection!](https://shopify.dev/docs/api/customer/latest/connections/SubscriptionBillingCycleConnection) non-null The upcoming billing cycles on the subscription contract. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the subscription contract was updated. * [Tax​Line](https://shopify.dev/docs/api/customer/latest/objects/TaxLine) OBJECT The details about a single tax applied to the associated line item. * channel​Liable [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether the channel that submitted the tax line is responsible for remitting it. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * price​Set [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The tax amount in shop and presentment currencies, calculated after discounts and before returns. * rate [Float](https://shopify.dev/docs/api/customer/latest/scalars/Float) The proportion of the line item price represented by the tax, expressed as a decimal. * rate​Percentage [Float](https://shopify.dev/docs/api/customer/latest/scalars/Float) The proportion of the line item price represented by the tax, expressed as a percentage. * source [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The origin of the tax. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the applied tax. * [Tip​Sale](https://shopify.dev/docs/api/customer/latest/objects/TipSale) OBJECT A sale that is associated with a tip. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The line item associated with the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Unknown​Sale](https://shopify.dev/docs/api/customer/latest/objects/UnknownSale) OBJECT This represents new sale types that have been added in future API versions. You may update to a more recent API version to receive additional details about this sale. * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The line type assocated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. * [Unverified​Return​Line​Item](https://shopify.dev/docs/api/customer/latest/objects/UnverifiedReturnLineItem) OBJECT An unverified return line item. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The specific line item that's being returned. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The quantity of the line item that's been returned. * return​Reason [Return​Reason!](https://shopify.dev/docs/api/customer/latest/enums/ReturnReason) non-null The reason for returning the line item. *** ```json { "id": "" } ```