From 887452b056498114aeab66a95304059a85eb2c23 Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Fri, 27 Sep 2024 12:09:22 -0700 Subject: [PATCH 01/14] SFAPI 2024-10 update --- examples/express/package.json | 2 +- package-lock.json | 16 +- packages/hydrogen-react/codegen.ts | 4 +- .../customer-account.schema.json | 2 +- packages/hydrogen-react/package.json | 2 +- .../src/CartProvider.stories.tsx | 2 +- .../src/ShopPayButton2.example.jsx | 2 +- .../src/ShopPayButton2.example.tsx | 2 +- .../src/ShopifyProvider.stories.tsx | 2 +- .../src/ShopifyProvider.test.tsx | 8 +- .../src/customer-account-api-types.d.ts | 1950 ++++++----------- .../src/storefront-api-constants.ts | 2 +- .../src/storefront-api-types.d.ts | 445 +++- .../src/storefront-client.example.js | 2 +- .../src/storefront-client.test.ts | 8 +- packages/hydrogen-react/src/useMoney.test.tsx | 2 +- .../hydrogen-react/storefront.schema.json | 2 +- packages/hydrogen/package.json | 4 +- packages/hydrogen/src/customer/constants.ts | 2 +- packages/hydrogen/src/version.ts | 2 +- templates/skeleton/package.json | 2 +- 21 files changed, 1070 insertions(+), 1393 deletions(-) diff --git a/examples/express/package.json b/examples/express/package.json index cd24dd1ec6..428c2bb74c 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -14,7 +14,7 @@ "@remix-run/node": "^2.10.1", "@remix-run/react": "^2.10.1", "@remix-run/server-runtime": "^2.10.1", - "@shopify/hydrogen": "2024.7.8", + "@shopify/hydrogen": "2024.10.0", "compression": "^1.7.4", "cross-env": "^7.0.3", "express": "^4.19.2", diff --git a/package-lock.json b/package-lock.json index 901664a0ce..03400a74e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@remix-run/node": "^2.10.1", "@remix-run/react": "^2.10.1", "@remix-run/server-runtime": "^2.10.1", - "@shopify/hydrogen": "2024.7.8", + "@shopify/hydrogen": "2024.10.0", "compression": "^1.7.4", "cross-env": "^7.0.3", "express": "^4.19.2", @@ -4758,9 +4758,9 @@ } }, "node_modules/@inquirer/core/node_modules/@types/node": { - "version": "20.16.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.6.tgz", - "integrity": "sha512-T7PpxM/6yeDE+AdlVysT62BX6/bECZOmQAgiFg5NoBd5MQheZ3tzal7f1wvzfiEcmrcJNRi2zRr2nY2zF+0uqw==", + "version": "20.16.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", + "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -30159,10 +30159,10 @@ }, "packages/hydrogen": { "name": "@shopify/hydrogen", - "version": "2024.7.8", + "version": "2024.10.0", "license": "MIT", "dependencies": { - "@shopify/hydrogen-react": "2024.7.5", + "@shopify/hydrogen-react": "2024.10.0", "content-security-policy-builder": "^2.2.0", "source-map-support": "^0.5.21", "type-fest": "^4.5.0", @@ -30226,7 +30226,7 @@ }, "packages/hydrogen-react": { "name": "@shopify/hydrogen-react", - "version": "2024.7.5", + "version": "2024.10.0", "license": "MIT", "dependencies": { "@google/model-viewer": "^1.12.1", @@ -32581,7 +32581,7 @@ "dependencies": { "@remix-run/react": "^2.10.1", "@remix-run/server-runtime": "^2.10.1", - "@shopify/hydrogen": "2024.7.8", + "@shopify/hydrogen": "2024.10.0", "@shopify/remix-oxygen": "^2.0.8", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", diff --git a/packages/hydrogen-react/codegen.ts b/packages/hydrogen-react/codegen.ts index 2e46ae41be..50c0f54ccc 100644 --- a/packages/hydrogen-react/codegen.ts +++ b/packages/hydrogen-react/codegen.ts @@ -4,8 +4,8 @@ import { customerAccountApiCustomScalars, } from './src/codegen.helpers'; -const SF_API_VERSION = '2024-07'; -const CA_API_VERSION = '2024-07'; +const SF_API_VERSION = '2024-10'; +const CA_API_VERSION = '2024-10'; const storefrontAPISchema: CodegenConfig['schema'] = { [`https://hydrogen-preview.myshopify.com/api/${SF_API_VERSION}/graphql.json`]: diff --git a/packages/hydrogen-react/customer-account.schema.json b/packages/hydrogen-react/customer-account.schema.json index cdf59585bf..5cbafc721e 100644 --- a/packages/hydrogen-react/customer-account.schema.json +++ b/packages/hydrogen-react/customer-account.schema.json @@ -1 +1 @@ -{"__schema":{"queryType":{"name":"QueryRoot"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"AdditionalFeeSale","description":"A sale that includes an additional fee charge.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressFormField","description":"The address form field.","fields":[{"name":"mode","description":"The mode of the address field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressFormFieldMode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AddressFormFieldMode","description":"Defines the mode for an address form field.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IGNORED","description":"Indicates that the form field should be hidden from the UI.\nAny values provided by the client will be ignored by the backend.\n","isDeprecated":false,"deprecationReason":null},{"name":"OPTIONAL","description":"Indicates that the form field is visible in the UI and can be left empty.\n","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"Indicates that the form field is visible in the UI and requires a non-empty value.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"AddressFormSettings","description":"The settings for the address form.","fields":[{"name":"address2","description":"The setting for the Address2 form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addressAutocompletion","description":"Whether the address autocompletion is enabled.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The setting for the Company form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The setting for the First name form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The setting for the Phone form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AdjustmentSale","description":"A sale event that results in an adjustment to the order price.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ApplePayBillingAddressInput","description":"The input fields for the billing address received from Apple Pay.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"administrativeArea","description":"The region of the address, such as the province, state, or district.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"familyName","description":"The family name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"givenName","description":"The given name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locality","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The telephone number of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"postalCode","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePayCreditCardAddPayload","description":"Return type for `applePayCreditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The newly added credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePayCreditCardUpdatePayload","description":"Return type for `applePayCreditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePaySessionCreatePayload","description":"Return type for `applePaySessionCreate` mutation.","fields":[{"name":"body","description":"The object that contains the session data.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID for the created session.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ready","description":"Whether the session is ready. The `body` field is `null` while this value is `false`.\n","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ApplePaySessionUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePaySessionUserError","description":"The error codes for failures to create Apple Pay sessions.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"ApplePaySessionUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ApplePaySessionUserErrorCode","description":"Possible error codes that can be returned by `ApplePaySessionUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SESSION_COULD_NOT_BE_CREATED","description":"Apple Pay session could not be created.","isDeprecated":false,"deprecationReason":null},{"name":"VALIDATION_URL_IS_INVALID","description":"Validation URL is not an Apple Pay gateway endpoint.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ApplePayWalletConfig","description":"The configuration settings for the Apple Pay wallet.","fields":[{"name":"supportedNetworks","description":"Supported card networks for Apple Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedGiftCard","description":"The details about the gift card used on the checkout.","fields":[{"name":"amountUsed","description":"The amount deducted from the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balance","description":"The remaining amount on the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastCharacters","description":"The last characters of the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentAmountUsed","description":"The amount applied to the checkout in its currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Attribute","description":"Represents a generic custom attribute.","fields":[{"name":"key","description":"Key or name of the attribute.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"Value of the attribute.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AutomaticDiscountApplication","description":"Captures the intentions of a discount that was automatically applied.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AvailableShippingRates","description":"A collection of available shipping rates for a checkout.","fields":[{"name":"ready","description":"Whether the shipping rates are ready.\nThe `shippingRates` field is `null` when this value is `false`.\nThis field should be polled until its value becomes `true`.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingRates","description":"The fetched shipping rates. `null` until the `ready` field is `true`.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShippingRate","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"BusinessContactUpdateInput","description":"The input fields required for updating a business contact.\n","fields":null,"inputFields":[{"name":"firstName","description":"The first name of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The locale of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessContactUpdatePayload","description":"Return type for `businessContactUpdate` mutation.","fields":[{"name":"businessContact","description":"The updated business contact information.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessContactUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BusinessCustomerErrorCode","description":"Possible error codes that can be returned by `BusinessCustomerUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"BUSINESS_LOCATION_NOT_FOUND","description":"Business location doesn't exist.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED_TO_DELETE","description":"Deleting the resource failed.","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_ERROR","description":"An internal error occurred.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"The input is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"LIMIT_REACHED","description":"The number of resources exceeded the limit.","isDeprecated":false,"deprecationReason":null},{"name":"NO_INPUT","description":"The input is empty.","isDeprecated":false,"deprecationReason":null},{"name":"PERMISSION_DENIED","description":"Permission denied.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"Missing a required field.","isDeprecated":false,"deprecationReason":null},{"name":"RESOURCE_NOT_FOUND","description":"The resource wasn't found.","isDeprecated":false,"deprecationReason":null},{"name":"TAKEN","description":"The input value is already taken.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The field value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"UNEXPECTED_TYPE","description":"Unexpected type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"BusinessCustomerUserError","description":"An error that happens during the execution of a business customer mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"BusinessCustomerErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessLocationCreditCardAddPayload","description":"Return type for `businessLocationCreditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The newly added credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nextActionUrl","description":"The URL to redirect the customer to for completing the 3D Secure payment flow.\n","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessLocationCreditCardUpdatePayload","description":"Return type for `businessLocationCreditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessLocationPaymentInstrumentRemovePayload","description":"Return type for `businessLocationPaymentInstrumentRemove` mutation.","fields":[{"name":"deletedPaymentInstrumentId","description":"The ID of the removed payment instrument.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BuyerExperienceConfiguration","description":"The configuration for the buyer's checkout.","fields":[{"name":"payNowOnly","description":"Whether the buyer must pay at checkout or\ncan choose to pay at checkout or pay later using net terms.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsTemplate","description":"The merchant configured payment terms.","args":[],"type":{"kind":"OBJECT","name":"PaymentTermsTemplate","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CardPaymentDetails","description":"The card payment details related to a transaction.","fields":[{"name":"cardBrand","description":"The brand of the credit card used.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"last4","description":"The last four digits of the credit card used.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Checkout","description":"A container for information required to checkout items and pay.","fields":[{"name":"appliedGiftCards","description":"The gift cards used on the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"availableShippingRates","description":"The available shipping rates for this Checkout.\nShould only be used when checkout `requiresShipping` is `true` and\nthe shipping address is valid.\n","args":[],"type":{"kind":"OBJECT","name":"AvailableShippingRates","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the checkout was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The currency code for the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The extra information added to the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplications","description":"The discounts applied on the checkout.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email associated with this checkout.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"A list of line item objects, each containing information about an item in the checkout.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemsSubtotalPrice","description":"The sum of all the prices of all the items in the checkout,\nexcluding duties, taxes, shipping, and discounts.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"The note associated with the checkout.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentDue","description":"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.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ready","description":"Whether the Checkout is ready and can be completed. Checkouts may\nhave asynchronous operations that can take time to finish. If you want\nto complete a checkout or ensure all the fields are populated and up to\ndate, polling is required until the value is true.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the fulfillment requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The address where the line items will be shipped.","args":[],"type":{"kind":"OBJECT","name":"CustomerMailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingDiscountAllocations","description":"The discounts allocated to the shipping line by discount applications.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLine","description":"The selected shipping rate, transitioned to a `shipping_line` object.","args":[],"type":{"kind":"OBJECT","name":"ShippingRate","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayConfiguration","description":"The configuration values used to initialize a Shop Pay checkout.","args":[],"type":{"kind":"OBJECT","name":"ShopPayConfiguration","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPrice","description":"The price at checkout before duties, shipping, and taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExempt","description":"Whether the checkout is tax exempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxesIncluded","description":"Whether taxes are included in the line item and shipping line prices.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDuties","description":"The sum of all the duties applied to the line items in the checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The sum of all the prices of all the items in the checkout,\nduties, taxes, and discounts included.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The sum of all the taxes applied to the line items and shipping lines in the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"webUrl","description":"The URL for the checkout, accessible from the web.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutLineItem","description":"A line item in the checkout, grouped by variant and attributes.","fields":[{"name":"customAttributes","description":"An array of Key-Value pairs providing extra information about the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the line item. Defaults to the product's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The unit price of the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The name of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutLineItemConnection","description":"An auto-generated type for paginating through multiple CheckoutLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CheckoutLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutLineItemEdge","description":"An auto-generated type which holds one CheckoutLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CheckoutLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Company","description":"Represents a company's information.","fields":[{"name":"draftOrders","description":"The list of company draft orders.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"DraftOrderByCompanySortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":"The list of locations that the business of the business contact belongs to.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| company_id | id |\n| created_at | time |\n| external_id | string |\n| id | id | Filter by `id` range. | | | |\n| ids | string |\n| name | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.\n","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The list of customer orders under the company.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"OrderByCompanySortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"profile","description":"The profile of the customer.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyAddress","description":"The address of a company location, either billing or shipping.","fields":[{"name":"address1","description":"The first line of the address. It is typically the street address or PO Box number.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. It is typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"companyName","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address, for example, US.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryCodeV2","description":"The two-letter code for the country of the address, for example, US.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601))\nwhen the company address was created.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the recipient.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"The formatted version of the address.","args":[{"name":"withCompanyName","description":"Whether to include the company name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Whether to include name of the recipient in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedAddress","description":"The formatted version of the address.","args":[{"name":"withCompanyName","description":"Whether to include the company name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Whether to include the name of the recipient in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the city, province, and country values.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the recipient.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinate of the address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinate of the address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The unique phone number of the customer, formatted using the E.164 standard, for example, _+16135551111_.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region, for example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"recipient","description":"The identity of the recipient, for example, 'Receiving Department'.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601))\nwhen the company address was last updated.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region, for example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CompanyAddressInput","description":"The input fields for creating or updating a company location address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the number of the apartment, suite, or unit.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name in the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name in the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the business location, formatted using the E.164 standard, for example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"recipient","description":"The identity of the recipient, for example, 'Receiving Department'.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The code for the region of the address, such as the province, state, or district, for example, QC for Quebec, Canada.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompanyAddressType","description":"The valid values for the address type of a company.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BILLING","description":"The address is a billing address.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"The address is a shipping address.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContact","description":"Represents the customer's contact information.","fields":[{"name":"company","description":"The information of the copmany contact's company.","args":[],"type":{"kind":"OBJECT","name":"Company","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer associated to this contact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Customer","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrders","description":"The list of company contact's draft orders.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"DraftOrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPermissionOnLocations","description":"Whether the company contact has permissions on locations in the scope.","args":[{"name":"permissions","description":"The permitted operations on resource.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PermittedOperation","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The resource of the permissions to check.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ResourceType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scope","description":"The scope of locations that the permissions of a resource should be checked on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ContactPermissionLocationScopeType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":"The list of locations that the company contact belongs to.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| company_id | id |\n| created_at | time |\n| external_id | string |\n| id | id | Filter by `id` range. | | | |\n| ids | string |\n| name | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The list of company contact's orders.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"OrderByContactSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the company contact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CompanyContactStatusType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptionsDetails","description":"The list of tax exemptions applied to the company contact with additional details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxExemptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The job title of the company contact.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactConnection","description":"An auto-generated type for paginating through multiple CompanyContacts.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CompanyContactEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContact","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactEdge","description":"An auto-generated type which holds one CompanyContact and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CompanyContactEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContact","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRole","description":"A role for a company contact.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the role.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resourcePermission","description":"The permissions on a specified resource.","args":[{"name":"resource","description":"The resource for which permissions are being requested.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ResourceType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PermittedOperation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"resourcePermissions","description":"A list of permissions on all resources.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ResourcePermission","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignment","description":"Represents information about a company contact role assignment.","fields":[{"name":"contact","description":"The company contact for whom this role is assigned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContact","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"role","description":"The role that's assigned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRole","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignmentConnection","description":"An auto-generated type for paginating through multiple CompanyContactRoleAssignments.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignmentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CompanyContactRoleAssignmentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignmentEdge","description":"An auto-generated type which holds one CompanyContactRoleAssignment and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CompanyContactRoleAssignmentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignment","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompanyContactRoleAssignmentSortKeys","description":"The set of valid sort keys for the CompanyContactRoleAssignment query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"LOCATION_NAME","description":"Sort by the `location_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CompanyContactSortKeys","description":"The set of valid sort keys for the CompanyContact query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPANY_ID","description":"Sort by the `company_id` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL","description":"Sort by the `email` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"Sort by the `name` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME_EMAIL","description":"Sort by the `name_email` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CompanyContactStatusType","description":"A flag to describe the current status of a company contact.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DISABLED","description":"The contact is disabled and removed from the company.","isDeprecated":false,"deprecationReason":null},{"name":"ENABLED","description":"The contact is enabled and active.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocation","description":"Represents a company's business location.","fields":[{"name":"billingAddress","description":"The billing address of the company location.","args":[],"type":{"kind":"OBJECT","name":"CompanyAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"buyerExperienceConfiguration","description":"The configuration of the buyer's B2B checkout.","args":[],"type":{"kind":"OBJECT","name":"BuyerExperienceConfiguration","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contacts","description":"The list of contacts under a particular business location.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_id | id |\n| company_location_id | id |\n| created_at | time |\n| email | string |\n| id | id | Filter by `id` range. | | | |\n| location_name | string |\n| name | string |\n| role_name | string |\n| status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyContactSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creditCard","description":"The credit card corresponding to the provided ID.","args":[{"name":"id","description":"The ID of the credit card to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCards","description":"The list of stored credit cards.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCardConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrders","description":"The list of company draft orders.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"DraftOrderByLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes the location's shipping address. If the shipping address is empty, the shop's primary market is returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.\n","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The list of customer orders under the company.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"OrderByLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"roleAssignments","description":"The list of roles assigned to this location.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| company_contact_role_id | id |\n| company_id | id |\n| company_location_id | id |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| location_name | string |\n| role_name | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyContactRoleAssignmentSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignmentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The shipping address of the company location.","args":[],"type":{"kind":"OBJECT","name":"CompanyAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptions","description":"The list of tax exemptions applied to the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TaxExemption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptionsDetails","description":"The list of tax exemptions applied to the location with additional details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxExemptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"taxIdentifier","description":"The tax id of the company location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocationAssignAddressPayload","description":"Return type for `companyLocationAssignAddress` mutation.","fields":[{"name":"addresses","description":"The list of updated addresses on the company location.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyAddress","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BusinessCustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocationConnection","description":"An auto-generated type for paginating through multiple CompanyLocations.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CompanyLocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocationEdge","description":"An auto-generated type which holds one CompanyLocation and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CompanyLocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompanyLocationSortKeys","description":"The set of valid sort keys for the CompanyLocation query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPANY_AND_LOCATION_NAME","description":"Sort by the `company_and_location_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_ID","description":"Sort by the `company_id` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"Sort by the `name` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ContactPermissionLocationScopeType","description":"Defines the extent of locations for which a contact holds permissions on a resource.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"The contact has permission on all locations.\n","isDeprecated":false,"deprecationReason":null},{"name":"ANY","description":"The contact has permission for at least one location.\n","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"The contact has no permission on any location.\n","isDeprecated":false,"deprecationReason":null},{"name":"ONE","description":"The contact has permission on only one location.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CountryCode","description":"The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines.\nIf a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision\nof another country. For example, the territories associated with Spain are represented by the country code `ES`,\nand the territories associated with the United States of America are represented by the country code `US`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AC","description":"Ascension Island.","isDeprecated":false,"deprecationReason":null},{"name":"AD","description":"Andorra.","isDeprecated":false,"deprecationReason":null},{"name":"AE","description":"United Arab Emirates.","isDeprecated":false,"deprecationReason":null},{"name":"AF","description":"Afghanistan.","isDeprecated":false,"deprecationReason":null},{"name":"AG","description":"Antigua & Barbuda.","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"Anguilla.","isDeprecated":false,"deprecationReason":null},{"name":"AL","description":"Albania.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Armenia.","isDeprecated":false,"deprecationReason":null},{"name":"AN","description":"Netherlands Antilles.","isDeprecated":false,"deprecationReason":null},{"name":"AO","description":"Angola.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Argentina.","isDeprecated":false,"deprecationReason":null},{"name":"AT","description":"Austria.","isDeprecated":false,"deprecationReason":null},{"name":"AU","description":"Australia.","isDeprecated":false,"deprecationReason":null},{"name":"AW","description":"Aruba.","isDeprecated":false,"deprecationReason":null},{"name":"AX","description":"Γ…land Islands.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijan.","isDeprecated":false,"deprecationReason":null},{"name":"BA","description":"Bosnia & Herzegovina.","isDeprecated":false,"deprecationReason":null},{"name":"BB","description":"Barbados.","isDeprecated":false,"deprecationReason":null},{"name":"BD","description":"Bangladesh.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belgium.","isDeprecated":false,"deprecationReason":null},{"name":"BF","description":"Burkina Faso.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgaria.","isDeprecated":false,"deprecationReason":null},{"name":"BH","description":"Bahrain.","isDeprecated":false,"deprecationReason":null},{"name":"BI","description":"Burundi.","isDeprecated":false,"deprecationReason":null},{"name":"BJ","description":"Benin.","isDeprecated":false,"deprecationReason":null},{"name":"BL","description":"St. BarthΓ©lemy.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bermuda.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Brunei.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Bolivia.","isDeprecated":false,"deprecationReason":null},{"name":"BQ","description":"Caribbean Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Brazil.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bahamas.","isDeprecated":false,"deprecationReason":null},{"name":"BT","description":"Bhutan.","isDeprecated":false,"deprecationReason":null},{"name":"BV","description":"Bouvet Island.","isDeprecated":false,"deprecationReason":null},{"name":"BW","description":"Botswana.","isDeprecated":false,"deprecationReason":null},{"name":"BY","description":"Belarus.","isDeprecated":false,"deprecationReason":null},{"name":"BZ","description":"Belize.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CC","description":"Cocos (Keeling) Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CD","description":"Congo - Kinshasa.","isDeprecated":false,"deprecationReason":null},{"name":"CF","description":"Central African Republic.","isDeprecated":false,"deprecationReason":null},{"name":"CG","description":"Congo - Brazzaville.","isDeprecated":false,"deprecationReason":null},{"name":"CH","description":"Switzerland.","isDeprecated":false,"deprecationReason":null},{"name":"CI","description":"CΓ΄te d’Ivoire.","isDeprecated":false,"deprecationReason":null},{"name":"CK","description":"Cook Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CL","description":"Chile.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"Cameroon.","isDeprecated":false,"deprecationReason":null},{"name":"CN","description":"China.","isDeprecated":false,"deprecationReason":null},{"name":"CO","description":"Colombia.","isDeprecated":false,"deprecationReason":null},{"name":"CR","description":"Costa Rica.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Cuba.","isDeprecated":false,"deprecationReason":null},{"name":"CV","description":"Cape Verde.","isDeprecated":false,"deprecationReason":null},{"name":"CW","description":"CuraΓ§ao.","isDeprecated":false,"deprecationReason":null},{"name":"CX","description":"Christmas Island.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Cyprus.","isDeprecated":false,"deprecationReason":null},{"name":"CZ","description":"Czechia.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"Germany.","isDeprecated":false,"deprecationReason":null},{"name":"DJ","description":"Djibouti.","isDeprecated":false,"deprecationReason":null},{"name":"DK","description":"Denmark.","isDeprecated":false,"deprecationReason":null},{"name":"DM","description":"Dominica.","isDeprecated":false,"deprecationReason":null},{"name":"DO","description":"Dominican Republic.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Algeria.","isDeprecated":false,"deprecationReason":null},{"name":"EC","description":"Ecuador.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Estonia.","isDeprecated":false,"deprecationReason":null},{"name":"EG","description":"Egypt.","isDeprecated":false,"deprecationReason":null},{"name":"EH","description":"Western Sahara.","isDeprecated":false,"deprecationReason":null},{"name":"ER","description":"Eritrea.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spain.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Ethiopia.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finland.","isDeprecated":false,"deprecationReason":null},{"name":"FJ","description":"Fiji.","isDeprecated":false,"deprecationReason":null},{"name":"FK","description":"Falkland Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroe Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"France.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Gabon.","isDeprecated":false,"deprecationReason":null},{"name":"GB","description":"United Kingdom.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Grenada.","isDeprecated":false,"deprecationReason":null},{"name":"GE","description":"Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"GF","description":"French Guiana.","isDeprecated":false,"deprecationReason":null},{"name":"GG","description":"Guernsey.","isDeprecated":false,"deprecationReason":null},{"name":"GH","description":"Ghana.","isDeprecated":false,"deprecationReason":null},{"name":"GI","description":"Gibraltar.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Greenland.","isDeprecated":false,"deprecationReason":null},{"name":"GM","description":"Gambia.","isDeprecated":false,"deprecationReason":null},{"name":"GN","description":"Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GP","description":"Guadeloupe.","isDeprecated":false,"deprecationReason":null},{"name":"GQ","description":"Equatorial Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GR","description":"Greece.","isDeprecated":false,"deprecationReason":null},{"name":"GS","description":"South Georgia & South Sandwich Islands.","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"Guatemala.","isDeprecated":false,"deprecationReason":null},{"name":"GW","description":"Guinea-Bissau.","isDeprecated":false,"deprecationReason":null},{"name":"GY","description":"Guyana.","isDeprecated":false,"deprecationReason":null},{"name":"HK","description":"Hong Kong SAR.","isDeprecated":false,"deprecationReason":null},{"name":"HM","description":"Heard & McDonald Islands.","isDeprecated":false,"deprecationReason":null},{"name":"HN","description":"Honduras.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatia.","isDeprecated":false,"deprecationReason":null},{"name":"HT","description":"Haiti.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungary.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesia.","isDeprecated":false,"deprecationReason":null},{"name":"IE","description":"Ireland.","isDeprecated":false,"deprecationReason":null},{"name":"IL","description":"Israel.","isDeprecated":false,"deprecationReason":null},{"name":"IM","description":"Isle of Man.","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"India.","isDeprecated":false,"deprecationReason":null},{"name":"IO","description":"British Indian Ocean Territory.","isDeprecated":false,"deprecationReason":null},{"name":"IQ","description":"Iraq.","isDeprecated":false,"deprecationReason":null},{"name":"IR","description":"Iran.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Iceland.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italy.","isDeprecated":false,"deprecationReason":null},{"name":"JE","description":"Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"JM","description":"Jamaica.","isDeprecated":false,"deprecationReason":null},{"name":"JO","description":"Jordan.","isDeprecated":false,"deprecationReason":null},{"name":"JP","description":"Japan.","isDeprecated":false,"deprecationReason":null},{"name":"KE","description":"Kenya.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"Kyrgyzstan.","isDeprecated":false,"deprecationReason":null},{"name":"KH","description":"Cambodia.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kiribati.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Comoros.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"St. Kitts & Nevis.","isDeprecated":false,"deprecationReason":null},{"name":"KP","description":"North Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KR","description":"South Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Kuwait.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Cayman Islands.","isDeprecated":false,"deprecationReason":null},{"name":"KZ","description":"Kazakhstan.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Laos.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Lebanon.","isDeprecated":false,"deprecationReason":null},{"name":"LC","description":"St. Lucia.","isDeprecated":false,"deprecationReason":null},{"name":"LI","description":"Liechtenstein.","isDeprecated":false,"deprecationReason":null},{"name":"LK","description":"Sri Lanka.","isDeprecated":false,"deprecationReason":null},{"name":"LR","description":"Liberia.","isDeprecated":false,"deprecationReason":null},{"name":"LS","description":"Lesotho.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuania.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luxembourg.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvia.","isDeprecated":false,"deprecationReason":null},{"name":"LY","description":"Libya.","isDeprecated":false,"deprecationReason":null},{"name":"MA","description":"Morocco.","isDeprecated":false,"deprecationReason":null},{"name":"MC","description":"Monaco.","isDeprecated":false,"deprecationReason":null},{"name":"MD","description":"Moldova.","isDeprecated":false,"deprecationReason":null},{"name":"ME","description":"Montenegro.","isDeprecated":false,"deprecationReason":null},{"name":"MF","description":"St. Martin.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Madagascar.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"North Macedonia.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Mali.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"Myanmar (Burma).","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolia.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Macao SAR.","isDeprecated":false,"deprecationReason":null},{"name":"MQ","description":"Martinique.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Mauritania.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Montserrat.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Malta.","isDeprecated":false,"deprecationReason":null},{"name":"MU","description":"Mauritius.","isDeprecated":false,"deprecationReason":null},{"name":"MV","description":"Maldives.","isDeprecated":false,"deprecationReason":null},{"name":"MW","description":"Malawi.","isDeprecated":false,"deprecationReason":null},{"name":"MX","description":"Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Malaysia.","isDeprecated":false,"deprecationReason":null},{"name":"MZ","description":"Mozambique.","isDeprecated":false,"deprecationReason":null},{"name":"NA","description":"Namibia.","isDeprecated":false,"deprecationReason":null},{"name":"NC","description":"New Caledonia.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Niger.","isDeprecated":false,"deprecationReason":null},{"name":"NF","description":"Norfolk Island.","isDeprecated":false,"deprecationReason":null},{"name":"NG","description":"Nigeria.","isDeprecated":false,"deprecationReason":null},{"name":"NI","description":"Nicaragua.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norway.","isDeprecated":false,"deprecationReason":null},{"name":"NP","description":"Nepal.","isDeprecated":false,"deprecationReason":null},{"name":"NR","description":"Nauru.","isDeprecated":false,"deprecationReason":null},{"name":"NU","description":"Niue.","isDeprecated":false,"deprecationReason":null},{"name":"NZ","description":"New Zealand.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oman.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Panama.","isDeprecated":false,"deprecationReason":null},{"name":"PE","description":"Peru.","isDeprecated":false,"deprecationReason":null},{"name":"PF","description":"French Polynesia.","isDeprecated":false,"deprecationReason":null},{"name":"PG","description":"Papua New Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"PH","description":"Philippines.","isDeprecated":false,"deprecationReason":null},{"name":"PK","description":"Pakistan.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Poland.","isDeprecated":false,"deprecationReason":null},{"name":"PM","description":"St. Pierre & Miquelon.","isDeprecated":false,"deprecationReason":null},{"name":"PN","description":"Pitcairn Islands.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Palestinian Territories.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portugal.","isDeprecated":false,"deprecationReason":null},{"name":"PY","description":"Paraguay.","isDeprecated":false,"deprecationReason":null},{"name":"QA","description":"Qatar.","isDeprecated":false,"deprecationReason":null},{"name":"RE","description":"RΓ©union.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romania.","isDeprecated":false,"deprecationReason":null},{"name":"RS","description":"Serbia.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russia.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Rwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Saudi Arabia.","isDeprecated":false,"deprecationReason":null},{"name":"SB","description":"Solomon Islands.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Seychelles.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Sweden.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Singapore.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"St. Helena.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Slovenia.","isDeprecated":false,"deprecationReason":null},{"name":"SJ","description":"Svalbard & Jan Mayen.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovakia.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Sierra Leone.","isDeprecated":false,"deprecationReason":null},{"name":"SM","description":"San Marino.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Senegal.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somalia.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Suriname.","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"South Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"ST","description":"SΓ£o TomΓ© & PrΓ­ncipe.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"El Salvador.","isDeprecated":false,"deprecationReason":null},{"name":"SX","description":"Sint Maarten.","isDeprecated":false,"deprecationReason":null},{"name":"SY","description":"Syria.","isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":"Eswatini.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tristan da Cunha.","isDeprecated":false,"deprecationReason":null},{"name":"TC","description":"Turks & Caicos Islands.","isDeprecated":false,"deprecationReason":null},{"name":"TD","description":"Chad.","isDeprecated":false,"deprecationReason":null},{"name":"TF","description":"French Southern Territories.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Togo.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thailand.","isDeprecated":false,"deprecationReason":null},{"name":"TJ","description":"Tajikistan.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Tokelau.","isDeprecated":false,"deprecationReason":null},{"name":"TL","description":"Timor-Leste.","isDeprecated":false,"deprecationReason":null},{"name":"TM","description":"Turkmenistan.","isDeprecated":false,"deprecationReason":null},{"name":"TN","description":"Tunisia.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tonga.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"TΓΌrkiye.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Trinidad & Tobago.","isDeprecated":false,"deprecationReason":null},{"name":"TV","description":"Tuvalu.","isDeprecated":false,"deprecationReason":null},{"name":"TW","description":"Taiwan.","isDeprecated":false,"deprecationReason":null},{"name":"TZ","description":"Tanzania.","isDeprecated":false,"deprecationReason":null},{"name":"UA","description":"Ukraine.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uganda.","isDeprecated":false,"deprecationReason":null},{"name":"UM","description":"U.S. Outlying Islands.","isDeprecated":false,"deprecationReason":null},{"name":"US","description":"United States.","isDeprecated":false,"deprecationReason":null},{"name":"UY","description":"Uruguay.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbekistan.","isDeprecated":false,"deprecationReason":null},{"name":"VA","description":"Vatican City.","isDeprecated":false,"deprecationReason":null},{"name":"VC","description":"St. Vincent & Grenadines.","isDeprecated":false,"deprecationReason":null},{"name":"VE","description":"Venezuela.","isDeprecated":false,"deprecationReason":null},{"name":"VG","description":"British Virgin Islands.","isDeprecated":false,"deprecationReason":null},{"name":"VN","description":"Vietnam.","isDeprecated":false,"deprecationReason":null},{"name":"VU","description":"Vanuatu.","isDeprecated":false,"deprecationReason":null},{"name":"WF","description":"Wallis & Futuna.","isDeprecated":false,"deprecationReason":null},{"name":"WS","description":"Samoa.","isDeprecated":false,"deprecationReason":null},{"name":"XK","description":"Kosovo.","isDeprecated":false,"deprecationReason":null},{"name":"YE","description":"Yemen.","isDeprecated":false,"deprecationReason":null},{"name":"YT","description":"Mayotte.","isDeprecated":false,"deprecationReason":null},{"name":"ZA","description":"South Africa.","isDeprecated":false,"deprecationReason":null},{"name":"ZM","description":"Zambia.","isDeprecated":false,"deprecationReason":null},{"name":"ZW","description":"Zimbabwe.","isDeprecated":false,"deprecationReason":null},{"name":"ZZ","description":"Unknown Region.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CreditCardAddPayload","description":"Return type for `creditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The newly added credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nextActionUrl","description":"The URL to which the customer should be redirected to complete the 3D Secure payment flow.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreditCardUpdatePayload","description":"Return type for `creditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, `credit_card` will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CropRegion","description":"The part of the image that should remain after cropping.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOTTOM","description":"Keep the bottom of the image.","isDeprecated":false,"deprecationReason":null},{"name":"CENTER","description":"Keep the center of the image.","isDeprecated":false,"deprecationReason":null},{"name":"LEFT","description":"Keep the left of the image.","isDeprecated":false,"deprecationReason":null},{"name":"RIGHT","description":"Keep the right of the image.","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Keep the top of the image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CurrencyCode","description":"The three-letter currency codes that represent the world currencies used in stores. These include standard ISO 4217 codes, legacy codes,\nand non-standard codes.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AED","description":"United Arab Emirates Dirham (AED).","isDeprecated":false,"deprecationReason":null},{"name":"AFN","description":"Afghan Afghani (AFN).","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"Albanian Lek (ALL).","isDeprecated":false,"deprecationReason":null},{"name":"AMD","description":"Armenian Dram (AMD).","isDeprecated":false,"deprecationReason":null},{"name":"ANG","description":"Netherlands Antillean Guilder.","isDeprecated":false,"deprecationReason":null},{"name":"AOA","description":"Angolan Kwanza (AOA).","isDeprecated":false,"deprecationReason":null},{"name":"ARS","description":"Argentine Pesos (ARS).","isDeprecated":false,"deprecationReason":null},{"name":"AUD","description":"Australian Dollars (AUD).","isDeprecated":false,"deprecationReason":null},{"name":"AWG","description":"Aruban Florin (AWG).","isDeprecated":false,"deprecationReason":null},{"name":"AZN","description":"Azerbaijani Manat (AZN).","isDeprecated":false,"deprecationReason":null},{"name":"BAM","description":"Bosnia and Herzegovina Convertible Mark (BAM).","isDeprecated":false,"deprecationReason":null},{"name":"BBD","description":"Barbadian Dollar (BBD).","isDeprecated":false,"deprecationReason":null},{"name":"BDT","description":"Bangladesh Taka (BDT).","isDeprecated":false,"deprecationReason":null},{"name":"BGN","description":"Bulgarian Lev (BGN).","isDeprecated":false,"deprecationReason":null},{"name":"BHD","description":"Bahraini Dinar (BHD).","isDeprecated":false,"deprecationReason":null},{"name":"BIF","description":"Burundian Franc (BIF).","isDeprecated":false,"deprecationReason":null},{"name":"BMD","description":"Bermudian Dollar (BMD).","isDeprecated":false,"deprecationReason":null},{"name":"BND","description":"Brunei Dollar (BND).","isDeprecated":false,"deprecationReason":null},{"name":"BOB","description":"Bolivian Boliviano (BOB).","isDeprecated":false,"deprecationReason":null},{"name":"BRL","description":"Brazilian Real (BRL).","isDeprecated":false,"deprecationReason":null},{"name":"BSD","description":"Bahamian Dollar (BSD).","isDeprecated":false,"deprecationReason":null},{"name":"BTN","description":"Bhutanese Ngultrum (BTN).","isDeprecated":false,"deprecationReason":null},{"name":"BWP","description":"Botswana Pula (BWP).","isDeprecated":false,"deprecationReason":null},{"name":"BYN","description":"Belarusian Ruble (BYN).","isDeprecated":false,"deprecationReason":null},{"name":"BYR","description":"Belarusian Ruble (BYR).","isDeprecated":true,"deprecationReason":"`BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead."},{"name":"BZD","description":"Belize Dollar (BZD).","isDeprecated":false,"deprecationReason":null},{"name":"CAD","description":"Canadian Dollars (CAD).","isDeprecated":false,"deprecationReason":null},{"name":"CDF","description":"Congolese franc (CDF).","isDeprecated":false,"deprecationReason":null},{"name":"CHF","description":"Swiss Francs (CHF).","isDeprecated":false,"deprecationReason":null},{"name":"CLP","description":"Chilean Peso (CLP).","isDeprecated":false,"deprecationReason":null},{"name":"CNY","description":"Chinese Yuan Renminbi (CNY).","isDeprecated":false,"deprecationReason":null},{"name":"COP","description":"Colombian Peso (COP).","isDeprecated":false,"deprecationReason":null},{"name":"CRC","description":"Costa Rican Colones (CRC).","isDeprecated":false,"deprecationReason":null},{"name":"CVE","description":"Cape Verdean escudo (CVE).","isDeprecated":false,"deprecationReason":null},{"name":"CZK","description":"Czech Koruny (CZK).","isDeprecated":false,"deprecationReason":null},{"name":"DJF","description":"Djiboutian Franc (DJF).","isDeprecated":false,"deprecationReason":null},{"name":"DKK","description":"Danish Kroner (DKK).","isDeprecated":false,"deprecationReason":null},{"name":"DOP","description":"Dominican Peso (DOP).","isDeprecated":false,"deprecationReason":null},{"name":"DZD","description":"Algerian Dinar (DZD).","isDeprecated":false,"deprecationReason":null},{"name":"EGP","description":"Egyptian Pound (EGP).","isDeprecated":false,"deprecationReason":null},{"name":"ERN","description":"Eritrean Nakfa (ERN).","isDeprecated":false,"deprecationReason":null},{"name":"ETB","description":"Ethiopian Birr (ETB).","isDeprecated":false,"deprecationReason":null},{"name":"EUR","description":"Euro (EUR).","isDeprecated":false,"deprecationReason":null},{"name":"FJD","description":"Fijian Dollars (FJD).","isDeprecated":false,"deprecationReason":null},{"name":"FKP","description":"Falkland Islands Pounds (FKP).","isDeprecated":false,"deprecationReason":null},{"name":"GBP","description":"United Kingdom Pounds (GBP).","isDeprecated":false,"deprecationReason":null},{"name":"GEL","description":"Georgian Lari (GEL).","isDeprecated":false,"deprecationReason":null},{"name":"GHS","description":"Ghanaian Cedi (GHS).","isDeprecated":false,"deprecationReason":null},{"name":"GIP","description":"Gibraltar Pounds (GIP).","isDeprecated":false,"deprecationReason":null},{"name":"GMD","description":"Gambian Dalasi (GMD).","isDeprecated":false,"deprecationReason":null},{"name":"GNF","description":"Guinean Franc (GNF).","isDeprecated":false,"deprecationReason":null},{"name":"GTQ","description":"Guatemalan Quetzal (GTQ).","isDeprecated":false,"deprecationReason":null},{"name":"GYD","description":"Guyanese Dollar (GYD).","isDeprecated":false,"deprecationReason":null},{"name":"HKD","description":"Hong Kong Dollars (HKD).","isDeprecated":false,"deprecationReason":null},{"name":"HNL","description":"Honduran Lempira (HNL).","isDeprecated":false,"deprecationReason":null},{"name":"HRK","description":"Croatian Kuna (HRK).","isDeprecated":false,"deprecationReason":null},{"name":"HTG","description":"Haitian Gourde (HTG).","isDeprecated":false,"deprecationReason":null},{"name":"HUF","description":"Hungarian Forint (HUF).","isDeprecated":false,"deprecationReason":null},{"name":"IDR","description":"Indonesian Rupiah (IDR).","isDeprecated":false,"deprecationReason":null},{"name":"ILS","description":"Israeli New Shekel (NIS).","isDeprecated":false,"deprecationReason":null},{"name":"INR","description":"Indian Rupees (INR).","isDeprecated":false,"deprecationReason":null},{"name":"IQD","description":"Iraqi Dinar (IQD).","isDeprecated":false,"deprecationReason":null},{"name":"IRR","description":"Iranian Rial (IRR).","isDeprecated":false,"deprecationReason":null},{"name":"ISK","description":"Icelandic Kronur (ISK).","isDeprecated":false,"deprecationReason":null},{"name":"JEP","description":"Jersey Pound.","isDeprecated":false,"deprecationReason":null},{"name":"JMD","description":"Jamaican Dollars (JMD).","isDeprecated":false,"deprecationReason":null},{"name":"JOD","description":"Jordanian Dinar (JOD).","isDeprecated":false,"deprecationReason":null},{"name":"JPY","description":"Japanese Yen (JPY).","isDeprecated":false,"deprecationReason":null},{"name":"KES","description":"Kenyan Shilling (KES).","isDeprecated":false,"deprecationReason":null},{"name":"KGS","description":"Kyrgyzstani Som (KGS).","isDeprecated":false,"deprecationReason":null},{"name":"KHR","description":"Cambodian Riel.","isDeprecated":false,"deprecationReason":null},{"name":"KID","description":"Kiribati Dollar (KID).","isDeprecated":false,"deprecationReason":null},{"name":"KMF","description":"Comorian Franc (KMF).","isDeprecated":false,"deprecationReason":null},{"name":"KRW","description":"South Korean Won (KRW).","isDeprecated":false,"deprecationReason":null},{"name":"KWD","description":"Kuwaiti Dinar (KWD).","isDeprecated":false,"deprecationReason":null},{"name":"KYD","description":"Cayman Dollars (KYD).","isDeprecated":false,"deprecationReason":null},{"name":"KZT","description":"Kazakhstani Tenge (KZT).","isDeprecated":false,"deprecationReason":null},{"name":"LAK","description":"Laotian Kip (LAK).","isDeprecated":false,"deprecationReason":null},{"name":"LBP","description":"Lebanese Pounds (LBP).","isDeprecated":false,"deprecationReason":null},{"name":"LKR","description":"Sri Lankan Rupees (LKR).","isDeprecated":false,"deprecationReason":null},{"name":"LRD","description":"Liberian Dollar (LRD).","isDeprecated":false,"deprecationReason":null},{"name":"LSL","description":"Lesotho Loti (LSL).","isDeprecated":false,"deprecationReason":null},{"name":"LTL","description":"Lithuanian Litai (LTL).","isDeprecated":false,"deprecationReason":null},{"name":"LVL","description":"Latvian Lati (LVL).","isDeprecated":false,"deprecationReason":null},{"name":"LYD","description":"Libyan Dinar (LYD).","isDeprecated":false,"deprecationReason":null},{"name":"MAD","description":"Moroccan Dirham.","isDeprecated":false,"deprecationReason":null},{"name":"MDL","description":"Moldovan Leu (MDL).","isDeprecated":false,"deprecationReason":null},{"name":"MGA","description":"Malagasy Ariary (MGA).","isDeprecated":false,"deprecationReason":null},{"name":"MKD","description":"Macedonia Denar (MKD).","isDeprecated":false,"deprecationReason":null},{"name":"MMK","description":"Burmese Kyat (MMK).","isDeprecated":false,"deprecationReason":null},{"name":"MNT","description":"Mongolian Tugrik.","isDeprecated":false,"deprecationReason":null},{"name":"MOP","description":"Macanese Pataca (MOP).","isDeprecated":false,"deprecationReason":null},{"name":"MRU","description":"Mauritanian Ouguiya (MRU).","isDeprecated":false,"deprecationReason":null},{"name":"MUR","description":"Mauritian Rupee (MUR).","isDeprecated":false,"deprecationReason":null},{"name":"MVR","description":"Maldivian Rufiyaa (MVR).","isDeprecated":false,"deprecationReason":null},{"name":"MWK","description":"Malawian Kwacha (MWK).","isDeprecated":false,"deprecationReason":null},{"name":"MXN","description":"Mexican Pesos (MXN).","isDeprecated":false,"deprecationReason":null},{"name":"MYR","description":"Malaysian Ringgits (MYR).","isDeprecated":false,"deprecationReason":null},{"name":"MZN","description":"Mozambican Metical.","isDeprecated":false,"deprecationReason":null},{"name":"NAD","description":"Namibian Dollar.","isDeprecated":false,"deprecationReason":null},{"name":"NGN","description":"Nigerian Naira (NGN).","isDeprecated":false,"deprecationReason":null},{"name":"NIO","description":"Nicaraguan CΓ³rdoba (NIO).","isDeprecated":false,"deprecationReason":null},{"name":"NOK","description":"Norwegian Kroner (NOK).","isDeprecated":false,"deprecationReason":null},{"name":"NPR","description":"Nepalese Rupee (NPR).","isDeprecated":false,"deprecationReason":null},{"name":"NZD","description":"New Zealand Dollars (NZD).","isDeprecated":false,"deprecationReason":null},{"name":"OMR","description":"Omani Rial (OMR).","isDeprecated":false,"deprecationReason":null},{"name":"PAB","description":"Panamian Balboa (PAB).","isDeprecated":false,"deprecationReason":null},{"name":"PEN","description":"Peruvian Nuevo Sol (PEN).","isDeprecated":false,"deprecationReason":null},{"name":"PGK","description":"Papua New Guinean Kina (PGK).","isDeprecated":false,"deprecationReason":null},{"name":"PHP","description":"Philippine Peso (PHP).","isDeprecated":false,"deprecationReason":null},{"name":"PKR","description":"Pakistani Rupee (PKR).","isDeprecated":false,"deprecationReason":null},{"name":"PLN","description":"Polish Zlotych (PLN).","isDeprecated":false,"deprecationReason":null},{"name":"PYG","description":"Paraguayan Guarani (PYG).","isDeprecated":false,"deprecationReason":null},{"name":"QAR","description":"Qatari Rial (QAR).","isDeprecated":false,"deprecationReason":null},{"name":"RON","description":"Romanian Lei (RON).","isDeprecated":false,"deprecationReason":null},{"name":"RSD","description":"Serbian dinar (RSD).","isDeprecated":false,"deprecationReason":null},{"name":"RUB","description":"Russian Rubles (RUB).","isDeprecated":false,"deprecationReason":null},{"name":"RWF","description":"Rwandan Franc (RWF).","isDeprecated":false,"deprecationReason":null},{"name":"SAR","description":"Saudi Riyal (SAR).","isDeprecated":false,"deprecationReason":null},{"name":"SBD","description":"Solomon Islands Dollar (SBD).","isDeprecated":false,"deprecationReason":null},{"name":"SCR","description":"Seychellois Rupee (SCR).","isDeprecated":false,"deprecationReason":null},{"name":"SDG","description":"Sudanese Pound (SDG).","isDeprecated":false,"deprecationReason":null},{"name":"SEK","description":"Swedish Kronor (SEK).","isDeprecated":false,"deprecationReason":null},{"name":"SGD","description":"Singapore Dollars (SGD).","isDeprecated":false,"deprecationReason":null},{"name":"SHP","description":"Saint Helena Pounds (SHP).","isDeprecated":false,"deprecationReason":null},{"name":"SLL","description":"Sierra Leonean Leone (SLL).","isDeprecated":false,"deprecationReason":null},{"name":"SOS","description":"Somali Shilling (SOS).","isDeprecated":false,"deprecationReason":null},{"name":"SRD","description":"Surinamese Dollar (SRD).","isDeprecated":false,"deprecationReason":null},{"name":"SSP","description":"South Sudanese Pound (SSP).","isDeprecated":false,"deprecationReason":null},{"name":"STD","description":"Sao Tome And Principe Dobra (STD).","isDeprecated":true,"deprecationReason":"`STD` is deprecated. Use `STN` available from version `2022-07` onwards instead."},{"name":"STN","description":"Sao Tome And Principe Dobra (STN).","isDeprecated":false,"deprecationReason":null},{"name":"SYP","description":"Syrian Pound (SYP).","isDeprecated":false,"deprecationReason":null},{"name":"SZL","description":"Swazi Lilangeni (SZL).","isDeprecated":false,"deprecationReason":null},{"name":"THB","description":"Thai baht (THB).","isDeprecated":false,"deprecationReason":null},{"name":"TJS","description":"Tajikistani Somoni (TJS).","isDeprecated":false,"deprecationReason":null},{"name":"TMT","description":"Turkmenistani Manat (TMT).","isDeprecated":false,"deprecationReason":null},{"name":"TND","description":"Tunisian Dinar (TND).","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Tongan Pa'anga (TOP).","isDeprecated":false,"deprecationReason":null},{"name":"TRY","description":"Turkish Lira (TRY).","isDeprecated":false,"deprecationReason":null},{"name":"TTD","description":"Trinidad and Tobago Dollars (TTD).","isDeprecated":false,"deprecationReason":null},{"name":"TWD","description":"Taiwan Dollars (TWD).","isDeprecated":false,"deprecationReason":null},{"name":"TZS","description":"Tanzanian Shilling (TZS).","isDeprecated":false,"deprecationReason":null},{"name":"UAH","description":"Ukrainian Hryvnia (UAH).","isDeprecated":false,"deprecationReason":null},{"name":"UGX","description":"Ugandan Shilling (UGX).","isDeprecated":false,"deprecationReason":null},{"name":"USD","description":"United States Dollars (USD).","isDeprecated":false,"deprecationReason":null},{"name":"UYU","description":"Uruguayan Pesos (UYU).","isDeprecated":false,"deprecationReason":null},{"name":"UZS","description":"Uzbekistan som (UZS).","isDeprecated":false,"deprecationReason":null},{"name":"VED","description":"Venezuelan Bolivares (VED).","isDeprecated":false,"deprecationReason":null},{"name":"VEF","description":"Venezuelan Bolivares (VEF).","isDeprecated":true,"deprecationReason":"`VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead."},{"name":"VES","description":"Venezuelan Bolivares Soberanos (VES).","isDeprecated":false,"deprecationReason":null},{"name":"VND","description":"Vietnamese Δ‘α»“ng (VND).","isDeprecated":false,"deprecationReason":null},{"name":"VUV","description":"Vanuatu Vatu (VUV).","isDeprecated":false,"deprecationReason":null},{"name":"WST","description":"Samoan Tala (WST).","isDeprecated":false,"deprecationReason":null},{"name":"XAF","description":"Central African CFA Franc (XAF).","isDeprecated":false,"deprecationReason":null},{"name":"XCD","description":"East Caribbean Dollar (XCD).","isDeprecated":false,"deprecationReason":null},{"name":"XOF","description":"West African CFA franc (XOF).","isDeprecated":false,"deprecationReason":null},{"name":"XPF","description":"CFP Franc (XPF).","isDeprecated":false,"deprecationReason":null},{"name":"XXX","description":"Unrecognized currency.","isDeprecated":false,"deprecationReason":null},{"name":"YER","description":"Yemeni Rial (YER).","isDeprecated":false,"deprecationReason":null},{"name":"ZAR","description":"South African Rand (ZAR).","isDeprecated":false,"deprecationReason":null},{"name":"ZMW","description":"Zambian Kwacha (ZMW).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Customer","description":"Represents the personal information of a customer.","fields":[{"name":"addresses","description":"The addresses associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"skipDefault","description":"A flag indicating whether the default address should be included.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddressConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"availableWalletPaymentConfigs","description":"The list of wallet payment configs for providers that the payment method accepts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"WalletPaymentConfig","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"companyContacts","description":"The list of contacts the customer is associated with.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the customer was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creationDate","description":"The date and time when the customer was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creditCard","description":"A Credit Card resource identified by ID.","args":[{"name":"id","description":"The ID of the Credit Card to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCards","description":"The stored Credit Cards associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCardConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The default address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"displayName","description":"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.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrders","description":"The Draft Orders associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"DraftOrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"emailAddress","description":"The email address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageUrl","description":"The URL to the avatar image of the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastIncompleteCheckout","description":"The customer's most recently updated, incomplete checkout.","args":[],"type":{"kind":"OBJECT","name":"Checkout","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.\n","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The orders associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Text entered without a field constraint searches multiple aspects of the record. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"OrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paypalBillingAgreement","description":"A PayPal Billing Agreement resource.","args":[],"type":{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The phone number of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerPhoneNumber","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"A Return identified by ID.","args":[{"name":"id","description":"The ID of the Return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storeCreditAccounts","description":"A list of the owner resource's store credit accounts. Store credit accounts are not shown for shops with store credit disabled at checkout.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| currency_code | string |\n| id | id | Filter by `id` range. | | | |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContract","description":"A Subscription Contract resource identified by ID.","args":[{"name":"id","description":"The ID of the SubscriptionContract to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContracts","description":"The Subscription Contracts associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"SubscriptionContractsSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A comma-separated list of tags that have been added to the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptionsDetails","description":"The list of tax exemptions applied to the customer with additional details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxExemptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"HasStoreCreditAccounts","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddress","description":"Represents a customer's mailing address.\nFor example, a customer's default address and an order's billing address are both mailing addresses.\n","fields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. This is typically the apartment, suite, or unit number.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address, customized by the provided arguments.","args":[{"name":"withCompany","description":"Determines whether to include the customer's company in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Determines whether to include the customer's name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the values for city, province, and country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on firstName and lastName.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region.\n\nFor example, ON.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressConnection","description":"An auto-generated type for paginating through multiple CustomerAddresses.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddressEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CustomerAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddress","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressCreatePayload","description":"Return type for `customerAddressCreate` mutation.","fields":[{"name":"customerAddress","description":"The created customer address.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressDeletePayload","description":"Return type for `customerAddressDelete` mutation.","fields":[{"name":"deletedAddressId","description":"The ID of the deleted address.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressEdge","description":"An auto-generated type which holds one CustomerAddress and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CustomerAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","description":"The input fields to create or update a mailing address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The country code, in ISO 3166-1 format. Accepts either a two-letter [alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2),\na three-letter [alpha-3 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3), or a three-digit [numeric code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric).\nFor example, `US`, `USA`, or `840` represents the United States.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region of the address, such as the province, state, or district.\nFor example, 'ON' for Ontario, Canada.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","description":"Return type for `customerAddressUpdate` mutation.","fields":[{"name":"customerAddress","description":"The updated address.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreditCard","description":"The credit card payment instrument.","fields":[{"name":"billingAddress","description":"The billing address associated with the credit card.","args":[],"type":{"kind":"OBJECT","name":"PaymentInstrumentBillingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"brand","description":"The brand of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"default","description":"Whether the credit card is the default payment method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresSoon","description":"Whether the credit card is about to expire.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiryMonth","description":"The expiry month of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiryYear","description":"The expiry year of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstDigits","description":"The BIN number of the credit card.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastDigits","description":"The last 4 digits of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maskedNumber","description":"The masked credit card number, displaying only the last 4 digits.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the card holder.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"openDraftOrders","description":"The list of open draft orders of an associated credit card.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pendingOrders","description":"The list of pending orders associated with this credit card.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"permissionToShowAtCheckout","description":"Whether this credit card has permission to be shown at checkout for future purchases.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContracts","description":"The list of subscription contracts charged against this credit card.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"SubscriptionContractsSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"virtualLastDigits","description":"The last 4 digits of the Device Account Number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"walletType","description":"The type of wallet, if the credit card is associated with a wallet.","args":[],"type":{"kind":"ENUM","name":"PaymentInstrumentWalletType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"PaymentInstrument","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreditCardConnection","description":"An auto-generated type for paginating through multiple CustomerCreditCards.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCardEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CustomerCreditCardEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreditCardEdge","description":"An auto-generated type which holds one CustomerCreditCard and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CustomerCreditCardEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailAddress","description":"An email address associated with a customer.","fields":[{"name":"emailAddress","description":"The email address of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"marketingState","description":"The customer's subscription status for email marketing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EmailMarketingState","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailMarketingOptInPayload","description":"Return type for `customerEmailMarketingOptIn` mutation.","fields":[{"name":"customerEmailAddress","description":"The customer who was force subscribed to email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingOptInUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailMarketingSubscribePayload","description":"Return type for `customerEmailMarketingSubscribe` mutation.","fields":[{"name":"emailAddress","description":"The customer's email address that's subscribed to the email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailMarketingUnsubscribePayload","description":"Return type for `customerEmailMarketingUnsubscribe` mutation.","fields":[{"name":"emailAddress","description":"The customer's email address that's unsubscribed from the email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerMailingAddress","description":"Represents a customer's mailing address.\nFor example, a customer's default address and an order's billing address are both mailing addresses.\n","fields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. This is typically the apartment, suite, or unit number.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCodeV2","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"Indicates whether the address is the default address or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address, customized by the provided arguments.","args":[{"name":"withCompany","description":"Determines whether to include the customer's company in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Determines whether to include the customer's name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the values for city, province, and country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinate of the customer's address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinate of the customer's address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on firstName and lastName.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer's unique phone number.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region.\n\nFor example, ON.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"verified","description":"Indicates whether the address was geolocated and is a valid address. The field returns `false` if the verification failed, or if the job to verify this address was never started.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region.\n\nFor example, ON.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","description":"The input fields to create or update a mailing address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The two-letter code for the country of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The code for the region of the address, such as the province,\nstate, or district. For example, QC for Quebec, Canada.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerPhoneNumber","description":"Defines the phone number of the customer.","fields":[{"name":"marketingState","description":"Indicates whether the customer has subscribed to SMS marketing material.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SmsMarketingState","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's phone number.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","description":"The input fields to update a customer's personal information.\n","fields":null,"inputFields":[{"name":"firstName","description":"The customer's first name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer's last name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerUpdatePayload","description":"Return type for `customerUpdate` mutation.","fields":[{"name":"customer","description":"The customer's personal information that has been updated.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"DateTime","description":"Represents an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-encoded date and time string.\nFor example, 3:50 pm on September 7, 2019 in the time zone of UTC (Coordinated Universal Time) is\nrepresented as `\"2019-09-07T15:50:00Z`\".\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Decimal","description":"A signed decimal number, which supports arbitrary precision and is serialized as a string.\n\nExample values: `\"29.99\"`, `\"29.999\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DeliveryOptionGroupType","description":"The different types of delivery option groups.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ONE_TIME_PURCHASE","description":"A one-time purchase.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"A subscription.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountAllocation","description":"Represents an amount discounting the line that has been allocated by a discount.\n","fields":[{"name":"allocatedAmount","description":"The amount of discount allocated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplication","description":"The discount from which this allocated amount originated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DiscountApplication","description":"Captures the intentions of a discount source at the time of application.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AutomaticDiscountApplication","ofType":null},{"kind":"OBJECT","name":"DiscountCodeApplication","ofType":null},{"kind":"OBJECT","name":"ManualDiscountApplication","ofType":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","ofType":null}]},{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","description":"The method by which the discount's value is allocated onto its entitled lines.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACROSS","description":"The value is spread across all entitled lines.","isDeprecated":false,"deprecationReason":null},{"name":"EACH","description":"The value is applied onto every entitled line.","isDeprecated":false,"deprecationReason":null},{"name":"ONE","description":"The value is specifically applied onto a particular line.","isDeprecated":true,"deprecationReason":"Use ACROSS instead."}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationConnection","description":"An auto-generated type for paginating through multiple DiscountApplications.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationEdge","description":"An auto-generated type which holds one DiscountApplication and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetSelection","description":"The lines on the order to which the discount is applied, of the type defined by\nthe discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of\n`LINE_ITEM`, applies the discount on all line items that are entitled to the discount.\nThe value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"The discount is allocated onto all the lines.","isDeprecated":false,"deprecationReason":null},{"name":"ENTITLED","description":"The discount is allocated onto only the lines that it's entitled for.","isDeprecated":false,"deprecationReason":null},{"name":"EXPLICIT","description":"The discount is allocated onto explicitly chosen lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetType","description":"The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LINE_ITEM","description":"The discount applies onto line items.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING_LINE","description":"The discount applies onto shipping lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationType","description":"The type of the discount application.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTOMATIC","description":"Automatic discount application type.","isDeprecated":false,"deprecationReason":null},{"name":"DISCOUNT_CODE","description":"Discount code discount application type.","isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":"Manual discount application type.","isDeprecated":false,"deprecationReason":null},{"name":"SCRIPT","description":"Script discount application type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountCodeApplication","description":"Captures the intentions of a discount code at the time that it is applied.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The string identifying the discount code used at the time of application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DisplayableError","description":"Represents an error in the input of a mutation.","fields":[{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ApplePaySessionUserError","ofType":null},{"kind":"OBJECT","name":"BusinessCustomerUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldsDeleteUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null},{"kind":"OBJECT","name":"UserErrorsBusinessContactUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingOptInUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsResendGiftCardErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrors","ofType":null}]},{"kind":"OBJECT","name":"Domain","description":"A unique string representing the address of a Shopify store on the Internet.","fields":[{"name":"host","description":"The host name of the domain (for example, `example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"redirectHost","description":"The host of the primary domain that this domain redirects to (for example, `example.com`).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the domain (for example, `example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrder","description":"A draft order for the customer. Any fields related to money are in the presentment currency.","fields":[{"name":"billingAddress","description":"The billing address of the customer.\n","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contactExists","description":"Whether the customer who made the draft order has an associated enabled contact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the draft order was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The three-letter code for the currency of the store at the time that the invoice is sent.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer who placed the order.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the customer, which is used to send notifications to.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inReview","description":"Whether the draft order is created from the online store and is open.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"invoiceUrl","description":"The link to the checkout, which is sent to the customer in the invoice email.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyAggregatedMerchandiseTermsAsFees","description":"The merchandise lines marked as fees with total value, aggregated by title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyRepresentProductsAsFees","description":"Whether or not products marked as fees should be rendered as money lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacySubtotalWithoutFees","description":"The subtotal of the line items (doesn't include shipping charges, shipping discounts, taxes, or fees).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The list of the line items in the draft order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemsSummary","description":"The summary of draft order line items quantity.","args":[],"type":{"kind":"OBJECT","name":"DraftOrderLineItemsSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The unique identifier for the draft order, which is unique within the store. For example, _#D1223_.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"The order that was created from this draft order.","args":[],"type":{"kind":"OBJECT","name":"Order","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number assigned to the draft order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"purchasingEntity","description":"The purchasing entity for the draft order.","args":[],"type":{"kind":"UNION","name":"PurchasingEntity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the draft order requires shipping or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The shipping address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DraftOrderStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPrice","description":"The subtotal of the line items (doesn't include shipping charges, shipping discounts, or taxes).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPriceBeforeDiscounts","description":"The subtotal of the line items (doesn't include shipping charges, taxes, or any discounts).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExempt","description":"Indicates whether the draft order is tax exempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxesIncluded","description":"Whether the line item prices include taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalLineItemsPrice","description":"The total price of line items for this draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total amount of the draft order (includes taxes, shipping charges, and discounts).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping charge for the draft order.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total amount of taxes for the draft order.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalWeight","description":"The total weight (in grams) of the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the draft order was last changed.\nThe format is YYYY-MM-DD HH:mm:ss (for example, 2016-02-05 17:04:01).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderAppliedDiscount","description":"The order-level discount applied to a draft order.","fields":[{"name":"discountValue","description":"The amount of money discounted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The name of the order-level discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderByCompanySortKeys","description":"The set of valid sort keys for the DraftOrderByCompany query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_NAME","description":"Sort by the `customer_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"Sort by the `number` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"Sort by the `status` value.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderByLocationSortKeys","description":"The set of valid sort keys for the DraftOrderByLocation query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_NAME","description":"Sort by the `customer_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"Sort by the `number` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"Sort by the `status` value.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderConnection","description":"An auto-generated type for paginating through multiple DraftOrders.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in DraftOrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrder","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderDiscountInformation","description":"The discount information associated with a draft order.","fields":[{"name":"appliedDiscount","description":"The order-level discount applied to the draft order.","args":[],"type":{"kind":"OBJECT","name":"DraftOrderAppliedDiscount","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscounts","description":"The total discounts applied to the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderEdge","description":"An auto-generated type which holds one DraftOrder and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DraftOrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrder","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItem","description":"A line item included in a draft order.","fields":[{"name":"discountInformation","description":"The discount information for the draft order line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItemDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedTotal","description":"The total price of the line item after discounts have been applied.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedUnitPrice","description":"The discounted total divided by the quantity, resulting in the value of the discount per unit.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image associated with the line item.","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":true,"deprecationReason":"Use `Image.url(transform: { crop:})` instead."},{"name":"maxHeight","description":"Image height in pixels between 1 and 2048.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":true,"deprecationReason":"Use `Image.url(transform: { maxHeight:})` instead."},{"name":"maxWidth","description":"Image width in pixels between 1 and 2048.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":true,"deprecationReason":"Use `Image.url(transform: { maxWidth:})` instead."},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":true,"deprecationReason":"Use `Image.url(transform: { scale:})` instead."}],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFee","description":"Whether this is line item is marked as a fee.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeDescription","description":"The fee's description, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeTitle","description":"The fee's title, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotal","description":"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.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalUnitPrice","description":"The price of the variant without any discounts applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of this variant item in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the variant requires physical shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU number of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":"Whether the variant is taxable.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product or variant. This only applies to custom line items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The name of the product variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":"The name of the vendor of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"weight","description":"The weight of the line item, including the unit and value.","args":[],"type":{"kind":"OBJECT","name":"Weight","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemConnection","description":"An auto-generated type for paginating through multiple DraftOrderLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in DraftOrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemDiscountInformation","description":"The discount information for the draft order line item.","fields":[{"name":"title","description":"The title of the discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscount","description":"The total discount applied to the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemEdge","description":"An auto-generated type which holds one DraftOrderLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DraftOrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemsSummary","description":"The quantitative summary of the line items in a specific draft order.","fields":[{"name":"lineItemCount","description":"The total number of line items in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLegacyFeeLineItems","description":"The total quantity of all legacy fee line items in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLineItems","description":"The total quantity of all line items in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderSortKeys","description":"The set of valid sort keys for the DraftOrder query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_NAME","description":"Sort by the `customer_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"Sort by the `number` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"Sort by the `status` value.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderStatus","description":"The valid statuses for a draft order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPLETED","description":"The draft order has been paid.","isDeprecated":false,"deprecationReason":null},{"name":"INVOICE_SENT","description":"An invoice for the draft order has been sent to the customer.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The draft order is open. It has not been paid, and an invoice hasn't been sent.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DutySale","description":"A sale that includes a duty charge.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"EmailMarketingState","description":"Represents the possible email marketing states for a customer.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID","description":"The customer’s email marketing state is invalid.\n","isDeprecated":false,"deprecationReason":null},{"name":"NOT_SUBSCRIBED","description":"The customer isn't subscribed to email marketing.\n","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The customer is in the process of subscribing to email marketing.\n","isDeprecated":false,"deprecationReason":null},{"name":"REDACTED","description":"The customer's personal data has been erased. This value is internally-set and read-only.\n","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIBED","description":"The customer is subscribed to email marketing.\n","isDeprecated":false,"deprecationReason":null},{"name":"UNSUBSCRIBED","description":"The customer is not currently subscribed to email marketing but was previously subscribed.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ExtensionApiTokens","description":"Tokens used by ui extensions to query various APIs.","fields":[{"name":"storefrontApi","description":"The token for querying the storefront API.","args":[],"type":{"kind":"OBJECT","name":"ExtensionStorefrontApiToken","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ExtensionStorefrontApiToken","description":"Ephemeral token used by ui extensions to query the storefront API.","fields":[{"name":"expiresAt","description":"The expiration time of the token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The ephemeral token used for querying the storefront API.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FeeSale","description":"A sale associated with a fee.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Fulfillment","description":"Represents a single fulfillment in an order.","fields":[{"name":"createdAt","description":"The date and time when the fulfillment was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedDeliveryAt","description":"The estimated delivery time of this fulfillment.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"events","description":"A collection of fulfillment events.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| id | id | Filter by `id` range. | | | |\n| status | string |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"FulfillmentEventSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEventConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentLineItems","description":"The line items in the fulfillment.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isPickedUp","description":"Whether the fulfillment is picked up locally.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latestShipmentStatus","description":"The latest shipment status for the fulfillment.","args":[],"type":{"kind":"ENUM","name":"FulfillmentEventStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupAddress","description":"The pickup address for the fulfillment.","args":[],"type":{"kind":"OBJECT","name":"PickupAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether any line items in the fulfillment require shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the fulfillment.","args":[],"type":{"kind":"ENUM","name":"FulfillmentStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingInformation","description":"The tracking information associated with the fulfillment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TrackingInformation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the fulfillment was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentConnection","description":"An auto-generated type for paginating through multiple Fulfillments.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in FulfillmentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Fulfillment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEdge","description":"An auto-generated type which holds one Fulfillment and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Fulfillment","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEvent","description":"An event that occurred for a fulfillment.","fields":[{"name":"happenedAt","description":"The time when this fulfillment event occurred.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the fulfillment event.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FulfillmentEventStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEventConnection","description":"An auto-generated type for paginating through multiple FulfillmentEvents.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEventEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in FulfillmentEventEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEvent","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEventEdge","description":"An auto-generated type which holds one FulfillmentEvent and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentEventEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEvent","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentEventSortKeys","description":"The set of valid sort keys for the FulfillmentEvent query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HAPPENED_AT","description":"Sort by the `happened_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentEventStatus","description":"The status of a fulfillment event.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ATTEMPTED_DELIVERY","description":"A delivery was attempted.\n","isDeprecated":false,"deprecationReason":null},{"name":"CARRIER_PICKED_UP","description":"The fulfillment has been picked up by the carrier.\n","isDeprecated":false,"deprecationReason":null},{"name":"CONFIRMED","description":"The fulfillment is confirmed.\n","isDeprecated":false,"deprecationReason":null},{"name":"DELAYED","description":"The fulfillment is delayed.\n","isDeprecated":false,"deprecationReason":null},{"name":"DELIVERED","description":"The fulfillment was successfully delivered.\n","isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":"The fulfillment request failed.\n","isDeprecated":false,"deprecationReason":null},{"name":"IN_TRANSIT","description":"The fulfillment is in transit.\n","isDeprecated":false,"deprecationReason":null},{"name":"LABEL_PRINTED","description":"A purchased shipping label has been printed.\n","isDeprecated":false,"deprecationReason":null},{"name":"LABEL_PURCHASED","description":"A shipping label has been purchased.\n","isDeprecated":false,"deprecationReason":null},{"name":"OUT_FOR_DELIVERY","description":"The fulfillment is out for delivery.\n","isDeprecated":false,"deprecationReason":null},{"name":"PICKED_UP","description":"The fulfillment was successfully picked up.\n","isDeprecated":false,"deprecationReason":null},{"name":"READY_FOR_PICKUP","description":"The fulfillment is ready to be picked up.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItem","description":"Represents a line item from an order that's included in a fulfillment.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of line items in the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemConnection","description":"An auto-generated type for paginating through multiple FulfillmentLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemEdge","description":"An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentSortKeys","description":"The set of valid sort keys for the Fulfillment query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentStatus","description":"The status of a fulfillment.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CANCELLED","description":"The fulfillment was canceled.","isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":"There was an error with the fulfillment request.","isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":"The fulfillment request failed.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The third-party fulfillment service has acknowledged the fulfillment and is processing it.\n","isDeprecated":true,"deprecationReason":"This is a legacy status and is due to be deprecated."},{"name":"PENDING","description":"Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to `open` or `success`.\n","isDeprecated":true,"deprecationReason":"This is a legacy status and is due to be deprecated."},{"name":"SUCCESS","description":"The fulfillment was completed successfully.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"GiftCardDetails","description":"The gift card payment details related to a transaction.","fields":[{"name":"balance","description":"The balance of the gift card in shop and presentment currencies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"last4","description":"The last characters of the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GiftCardSale","description":"A sale associated with a gift card.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GooglePayBillingAddressInput","description":"The input fields for the billing address received from Google Pay.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"administrativeArea","description":"The region of the address, such as the province, state, or district.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locality","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The telephone number of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"postalCode","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GooglePayCreditCardAddPayload","description":"Return type for `googlePayCreditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GooglePayCreditCardUpdatePayload","description":"Return type for `googlePayCreditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GooglePayWalletConfig","description":"The configuration settings for the Google Pay wallet.","fields":[{"name":"allowedAuthMethods","description":"The authentication methods allowed by Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"allowedCardNetworks","description":"The card networks accepted by Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"authJwt","description":"The Auth JWT used for Google Pay requests.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"environment","description":"The current operating environment (TEST or PRODUCTION).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"gateway","description":"The gateway name for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"gatewayMerchantId","description":"The gateway merchant ID for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchantId","description":"The merchant ID for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchantName","description":"The merchant name for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchantOrigin","description":"The merchant origin for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"HTML","description":"A string containing HTML code. Refer to the [HTML spec](https://html.spec.whatwg.org/#elements-3) for a\ncomplete list of HTML elements.\n\nExample value: `\"

Grey cotton knit sweater.

\"`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"HasCompareDigest","description":"Represents a summary of the current version of data in a resource.\n\nThe `compare_digest` field can be used as input for mutations that implement a compare-and-swap mechanism.\n","fields":[{"name":"compareDigest","description":"The data stored in the resource, represented as a digest.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Metafield","ofType":null}]},{"kind":"INTERFACE","name":"HasMetafields","description":"The information about the metafields associated with the specified resource.","fields":[{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.\n","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null}]},{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","description":"The input fields to identify a metafield on an owner resource by namespace and key.","fields":null,"inputFields":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"HasStoreCreditAccounts","description":"Represents information about the store credit accounts associated to the specified owner.","fields":[{"name":"storeCreditAccounts","description":"A list of the owner resource's store credit accounts. Store credit accounts are not shown for shops with store credit disabled at checkout.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| currency_code | string |\n| id | id | Filter by `id` range. | | | |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Customer","ofType":null}]},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ISO8601DateTime","description":"An ISO 8601-encoded datetime","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Image","description":"Represents an image resource.","fields":[{"name":"altText","description":"A word or phrase to share the nature or contents of an image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique ID for the image.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalSrc","description":"The location of the original image as a URL.\n\nIf there are any existing transformations in the original source URL, they will remain and not be stripped.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"src","description":"The location of the image as a URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"transformedSrc","description":"The location of the transformed image as a URL.\n\nAll transformation arguments are considered \"best-effort\". If they can be applied to an image, they will be.\nOtherwise any transformations which an image type doesn't support will be ignored.\n","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url(transform:)` instead"},{"name":"url","description":"The location of the image as a URL.\n\nIf no transform options are specified, then the original image will be preserved including any pre-applied transforms.\n\nAll transformation options are considered \"best-effort\". Any transformation that the original image type doesn't support will be ignored.\n\nIf you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).\n","args":[{"name":"transform","description":"A set of options to transform the original image.","type":{"kind":"INPUT_OBJECT","name":"ImageTransformInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ImageContentType","description":"List of supported image content types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"JPG","description":"A JPG image.","isDeprecated":false,"deprecationReason":null},{"name":"PNG","description":"A PNG image.","isDeprecated":false,"deprecationReason":null},{"name":"WEBP","description":"A WEBP image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ImageTransformInput","description":"The available options for transforming an image.\n\nAll transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored.\n","fields":null,"inputFields":[{"name":"crop","description":"The region of the image to remain after cropping.\nMust be used in conjunction with the `maxWidth` and/or `maxHeight` fields, where the `maxWidth` and `maxHeight` aren't equal.\nThe `crop` argument should coincide with the smaller value. A smaller `maxWidth` indicates a `LEFT` or `RIGHT` crop, while\na smaller `maxHeight` indicates a `TOP` or `BOTTOM` crop. For example, `{ maxWidth: 5, maxHeight: 10, crop: LEFT }` will result\nin an image with a width of 5 and height of 10, where the right side of the image is removed.\n","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Convert the source image into the preferred content type.\nSupported conversions: `.svg` to `.png`, any file type to `.jpg`, and any file type to `.webp`.\n","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be within 1..3.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":"A [JSON](https://www.json.org/json-en.html) object.\n\nExample value:\n`{\n \"product\": {\n \"id\": \"gid://shopify/Product/1346443542550\",\n \"title\": \"White T-shirt\",\n \"options\": [{\n \"name\": \"Size\",\n \"values\": [\"M\", \"L\"]\n }]\n }\n}`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","description":"An object representing a product marked as a fee, aggregated by title.","fields":[{"name":"description","description":"The description of the fee line, as provided by the _legacy_product_as_fee_description line item property.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the fee line, as provided by the _legacy_product_as_fee_title line item property.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total value of all the products with the same title.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItem","description":"A single line item in an order.","fields":[{"name":"currentTotalPrice","description":"The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies.\n","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The list of custom attributes associated with the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been allocated onto the line item by discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemDiscountInformation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"giftCard","description":"Whether the line item represents the purchase of a gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupTitle","description":"The title of the line item group associated with the line item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image object associated with the line item.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFee","description":"Whether this is line item is marked as a fee.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeDescription","description":"The fee's description, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeTitle","description":"The fee's title, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The title of the line item variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The product variant price without any discounts applied, in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productId","description":"The product's ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productType","description":"The product's type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of variant items ordered.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refundableQuantity","description":"The quantity of the line item, minus the refunded quantity.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether physical shipping is required for the variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlan","description":"The selling plan details associated with the line item.","args":[],"type":{"kind":"OBJECT","name":"LineItemSellingPlan","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU number of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldDiscountInformation","description":"The discounts that have been allocated onto the line item, ignoring returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemDiscountInformation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"soldDiscountedTotalPrice","description":"The total price of the line item, ignoring returns, with discounts included.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldQuantity","description":"The quantity of sold line item, ignoring returns.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldTotalPrice","description":"The total price of the line item, ignoring returns, before discounts.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"supportedReturnReasons","description":"The reasons that the customer can return this line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnSupportedReason","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product or variant. This field only applies to custom line items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscount","description":"The total of the discount allocations on this line item, resulting from discounts applied specifically to this line item.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies.\n","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPriceBeforeDiscounts","description":"The total price of the line item, calculated by multiplying the unit price of the variant (before any discounts) by the quantity, expressed in presentment currencies.\n","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPriceWithDiscounts","description":"The total price of the line item, calculated by multiplying the unit price of the variant (after line item discounts) by the quantity, expressed in presentment currencies.\n","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The unit price of the line item in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"UnitPrice","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantId","description":"The ID of the variant.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantOptions","description":"The options of the product variant.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemVariantOption","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The name of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":"The product's vendor.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemConnection","description":"An auto-generated type for paginating through multiple LineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in LineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"LineItemContainer","description":"The information about the line item category for the order.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"RemainingLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledDigitalLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledGiftCardLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledPhysicalLineItemContainer","ofType":null}]},{"kind":"OBJECT","name":"LineItemContainerLineItem","description":"The information about the line item in the line item container.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the container.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"remainingQuantity","description":"The number of units yet to be fulfilled.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantity","description":"The total number of units in this fulfillment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","description":"An auto-generated type for paginating through multiple LineItemContainerLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in LineItemContainerLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemContainerLineItemEdge","description":"An auto-generated type which holds one LineItemContainerLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of LineItemContainerLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemDiscountInformation","description":"The discount information for a specific line item.","fields":[{"name":"discountValue","description":"The value of the applied discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemEdge","description":"An auto-generated type which holds one LineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of LineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemSellingPlan","description":"The selling plan for a line item.","fields":[{"name":"name","description":"The name of the selling plan for display purposes.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanId","description":"The ID of the selling plan associated with the line item.\n","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemVariantOption","description":"The line item's variant option.","fields":[{"name":"name","description":"The name of the option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ManualDiscountApplication","description":"Captures the intentions of a discount that was manually created.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the application.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Market","description":"A market, which is a group of one or more regions targeted for international sales.\nA market allows configuration of a distinct, localized shopping experience for customers from a specific area of the world.\n","fields":[{"name":"handle","description":"The short, human-readable unique identifier for the market.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"webPresence","description":"The web presence of the market, defining its SEO strategy. This can be a different domain,\nsubdomain, or subfolders of the primary domain. Each web presence comprises one or more\nlanguage variants. If a market doesn't have its own web presence, then the market is accessible on the\nshop’s primary domain using [country\nselectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector).\n","args":[],"type":{"kind":"OBJECT","name":"MarketWebPresence","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MarketWebPresence","description":"The web presence of the market, defining its SEO strategy. This can be a different domain\n(e.g. `example.ca`), subdomain (e.g. `ca.example.com`), or subfolders of the primary\ndomain (e.g. `example.com/en-ca`). Each web presence comprises one or more language\nvariants. If a market does not have its own web presence, it is accessible on the shop’s\nprimary domain via [country\nselectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector).\n\nNote: while the domain/subfolders defined by a market’s web presence are not applicable to\ncustom storefronts, which must manage their own domains and routing, the languages chosen\nhere do govern [the languages available on the Storefront\nAPI](https://shopify.dev/custom-storefronts/internationalization/multiple-languages) for the countries in\nthis market.\n","fields":[{"name":"domain","description":"The domain of the web presence.\nThis field will be null if `subfolderSuffix` isn't null.\n","args":[],"type":{"kind":"OBJECT","name":"Domain","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rootUrls","description":"The list of root URLs for each of the web presence’s locales.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MarketWebPresenceRootUrl","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subfolderSuffix","description":"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.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MarketWebPresenceRootUrl","description":"The URL for the homepage of the online store in the context of a particular market and a particular locale.\n","fields":[{"name":"locale","description":"The locale in which the storefront loads.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the homepage.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Metafield","description":"The custom metadata attached to a resource. Metafields can be sorted into namespaces and are\ncomprised of keys, values, and value types.\n","fields":[{"name":"compareDigest","description":"The data stored in the resource, represented as a digest.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the metafield was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of a metafield.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"jsonValue","description":"The data stored in the metafield in JSON format.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The key name for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the metafield.\nSee the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the metafield was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasCompareDigest","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldIdentifier","description":"Identifies a metafield by its owner resource, namespace, and key.\n","fields":[{"name":"key","description":"The key of the metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace of the metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"GID of the owner resource that the metafield belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetafieldIdentifierInput","description":"The input fields that identify metafields.\n","fields":null,"inputFields":[{"name":"key","description":"The key of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The unique ID of the resource that the metafield is attached to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldValueType","description":"Value type to describe the Metafield value.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOOLEAN","description":"A boolean metafield.","isDeprecated":false,"deprecationReason":null},{"name":"FLOAT","description":"A float.","isDeprecated":false,"deprecationReason":null},{"name":"INTEGER","description":"An integer.","isDeprecated":false,"deprecationReason":null},{"name":"JSON_STRING","description":"A JSON string.","isDeprecated":false,"deprecationReason":null},{"name":"STRING","description":"A string.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsDeletePayload","description":"Return type for `metafieldsDelete` mutation.","fields":[{"name":"deletedMetafields","description":"List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldIdentifier","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldsDeleteUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsDeleteUserError","description":"An error that occurs during the execution of `MetafieldsDelete`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldsDeleteUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"elementIndex","description":"The index of the array element that's causing the error.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldsDeleteUserErrorCode","description":"Possible error codes that can be returned by `MetafieldsDeleteUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"DISALLOWED_OWNER_TYPE","description":"Owner type can't be used in this mutation.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"METAFIELD_DELETE_FAILED","description":"The metafield delete operation failed.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_FOUND","description":"The record with the ID used as the input value couldn't be found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetafieldsSetInput","description":"The input fields for a metafield value to set.","fields":null,"inputFields":[{"name":"compareDigest","description":"The `compareDigest` value obtained from a previous query. Provide this with updates to ensure the metafield is modified safely.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The unique identifier for a metafield within its namespace.\nMust be 3-64 characters long and can contain alphanumeric, hyphen, and underscore characters.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container for a group of metafields that the metafield is or will be associated with. Used in tandem\nwith `key` to lookup a metafield on a resource, preventing conflicts with other metafields with the\nsame `key`.\nMust be 3-255 characters long and can contain alphanumeric, hyphen, and underscore characters.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The unique ID of the resource that the metafield is attached to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of data that is stored in the metafield.\nThe type must be one of the [supported types](https://shopify.dev/apps/metafields/types).\nRequired when there is no corresponding definition for the given `namespace`, `key`, and\nowner resource type (derived from `ownerId`).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data stored in the metafield. Always stored as a string, regardless of the metafield's type.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsSetPayload","description":"Return type for `metafieldsSet` mutation.","fields":[{"name":"metafields","description":"The list of metafields that were set.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","description":"An error that occurs during the execution of `MetafieldsSet`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"elementIndex","description":"The index of the array element that's causing the error.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","description":"Possible error codes that can be returned by `MetafieldsSetUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"APP_NOT_AUTHORIZED","description":"ApiPermission metafields can only be created or updated by the app owner.","isDeprecated":false,"deprecationReason":null},{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"DISALLOWED_OWNER_TYPE","description":"Owner type can't be used in this mutation.","isDeprecated":false,"deprecationReason":null},{"name":"INCLUSION","description":"The input value isn't included in the list.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_COMPARE_DIGEST","description":"The compareDigest is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_TYPE","description":"The type is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_VALUE","description":"The value is invalid for metafield type or for definition options.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN_OR_EQUAL_TO","description":"The input value should be less than or equal to the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"PRESENT","description":"The input value needs to be blank.","isDeprecated":false,"deprecationReason":null},{"name":"STALE_OBJECT","description":"The metafield has been modified since it was loaded.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MoneyBag","description":"A collection of monetary values in their respective currencies. Typically used in the context of multi-currency pricing and transactions,\nwhen an amount in the shop's currency is converted to the customer's currency of choice (the presentment currency).\n","fields":[{"name":"presentmentMoney","description":"Amount in presentment currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopMoney","description":"Amount in shop currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MoneyV2","description":"A monetary value with currency.\n","fields":[{"name":"amount","description":"Decimal money amount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Decimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"Currency of the money.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"This is the schema's entry point for all mutation operations.","fields":[{"name":"applePayCreditCardAdd","description":"Adds a new credit card using Apple Pay.","args":[{"name":"applePayTokenizedCard","description":"The Apple Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ApplePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"displayLastDigits","description":"The last four digits of the physical credit card.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ApplePayCreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"applePayCreditCardUpdate","description":"Updates a credit card using Apple Pay.","args":[{"name":"applePayTokenizedCard","description":"The Apple Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ApplePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"displayLastDigits","description":"The last four digits of the physical credit card.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ApplePayCreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"applePaySessionCreate","description":"Creates a new Apple Pay session.","args":[{"name":"resourceId","description":"The reference to the resource for which the session will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"validationUrl","description":"The validation URL used for the request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ApplePaySessionCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessContactUpdate","description":"Updates the information for a business contact.\n","args":[{"name":"companyId","description":"The ID of the company of the customer if the customer belongs to multiple companies.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"The input fields for updating the business contact.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"BusinessContactUpdateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessContactUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessLocationCreditCardAdd","description":"Adds a new credit card to the available payment methods of a customer.\n","args":[{"name":"billingAddress","description":"The billing address to associate with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"companyLocationId","description":"The ID of the company location to which the payment instrument belongs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessLocationCreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessLocationCreditCardUpdate","description":"Updates the details of a credit card for a customer.\n","args":[{"name":"billingAddress","description":"The billing address to associate with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"companyLocationId","description":"The ID of the company location to which the payment instrument belongs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessLocationCreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessLocationPaymentInstrumentRemove","description":"Removes a payment instrument from a customer.\n","args":[{"name":"companyLocationId","description":"The ID of the company location to which the payment instrument belongs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentId","description":"The ID of the payment instrument to be removed.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"replacementPaymentInstrumentId","description":"The ID of a payment instrument to use as a replacement.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessLocationPaymentInstrumentRemovePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"companyLocationAssignAddress","description":"Updates an address on a company location.","args":[{"name":"address","description":"The input fields to use to update the address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CompanyAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"addressTypes","description":"The list of address types on the location to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CompanyAddressType","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locationId","description":"The ID of the company location to update addresses on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CompanyLocationAssignAddressPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCardAdd","description":"Adds a new credit card to a customer's list of available payment methods.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"default","description":"Whether this is the customer's default payment method.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCardUpdate","description":"Updates the details of a customer's credit card.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressCreate","description":"Creates a new address for a customer.\n","args":[{"name":"address","description":"Specifies the fields to use when creating the address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The flag to set the address as the default address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressDelete","description":"Deletes a specific address for a customer.\n","args":[{"name":"addressId","description":"The ID of the address to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressUpdate","description":"Updates a specific address for a customer.\n","args":[{"name":"address","description":"Specifies the fields to use when updating the address.","type":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"addressId","description":"The ID of the address to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The flag to set the address as the default address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"null","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerEmailMarketingOptIn","description":"Subscribes the customer's email to marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailMarketingOptInPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerEmailMarketingSubscribe","description":"Subscribes the customer to email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailMarketingSubscribePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerEmailMarketingUnsubscribe","description":"Unsubscribes the customer from email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailMarketingUnsubscribePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUpdate","description":"Updates the customer's personal information.\n","args":[{"name":"input","description":"Specifies the input fields for the customer update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"googlePayCreditCardAdd","description":"Adds a new credit card by using Google Pay.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GooglePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"googlePayTokenizedCard","description":"A Google Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"GooglePayCreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"googlePayCreditCardUpdate","description":"Updates a credit card using Google Pay.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GooglePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"googlePayTokenizedCard","description":"The Google Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"GooglePayCreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafieldsDelete","description":"Deletes multiple metafields in bulk.","args":[{"name":"metafields","description":"A list of identifiers specifying metafields to delete. At least one identifier must be specified.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MetafieldIdentifierInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldsDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafieldsSet","description":"Sets metafield values. Metafield values will be set regardless if they were previously created or not.\n\nAllows a maximum of 25 metafields to be set at a time.\n\nThis operation is atomic, meaning no changes are persisted if an error is encountered.\n\nAs of `2024-07`, this operation supports compare-and-set functionality to better handle concurrent requests.\nIf `compareDigest` is set for any metafield, the mutation will only set that metafield if the persisted metafield value matches the digest used on `compareDigest`.\nIf the metafield doesn't exist yet, but you want to guarantee that the operation will run in a safe manner, set `compareDigest` to `null`.\nThe `compareDigest` value can be acquired by querying the metafield object and selecting `compareDigest` as a field.\nIf the `compareDigest` value does not match the digest for the persisted value, the mutation will return an error.\nYou can opt out of write guarantees by not sending `compareDigest` in the request.\n","args":[{"name":"metafields","description":"The list of metafield values to set. Maximum of 25.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MetafieldsSetInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldsSetPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderRequestReturn","description":"Request a new return on behalf of a customer.","args":[{"name":"orderId","description":"The ID of the order for which this return is being requested.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"requestedLineItems","description":"The line items that are requested to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"RequestedLineItemInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrderRequestReturnPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentRemove","description":"Removes a payment instrument from a customer's account.","args":[{"name":"paymentInstrumentId","description":"The ID of the payment instrument to be removed.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"replacementPaymentInstrumentId","description":"The ID of a payment instrument that can serve as a replacement.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaymentInstrumentRemovePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentUpdateDefault","description":"Updates a customer's default payment instrument.\n","args":[{"name":"default","description":"Whether this payment instrument is the default.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentId","description":"The ID of the payment instrument to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaymentInstrumentUpdateDefaultPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paypalAccountEnable","description":"Connects a customer's PayPal account for use as a payment method.","args":[{"name":"paypalPayerId","description":"The Payer ID provided by PayPal.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paypalToken","description":"The PayPal Express token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaypalAccountEnablePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paypalTokenCreate","description":"Creates a PayPal Express token.","args":[],"type":{"kind":"OBJECT","name":"PaypalTokenCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resendGiftCard","description":"Resends a gift card to the customer.","args":[{"name":"orderId","description":"The ID of the order that sent the gift card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ResendGiftCardPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayCreditCardGetUpdateUrl","description":"Provides a URL that enables the customer to update a Shop Pay credit card.","args":[{"name":"paymentMethodId","description":"The ID of the Shop Pay payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ShopPayCreditCardGetUpdateUrlPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storefrontCustomerAccessTokenCreate","description":"Exchanges the Customer Access Token, provided in the Authorization header, into a Storefront Customer Access Token.\nRenew this token each time you update the Customer Access Token found in the Authorization header.\n","args":[],"type":{"kind":"OBJECT","name":"StorefrontCustomerAccessTokenCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionBillingCycleSkip","description":"Skips a Subscription Billing Cycle.","args":[{"name":"billingCycleInput","description":"The input object for selecting and using billing cycles.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionBillingCycleUnskip","description":"Unskips a Subscription Billing Cycle.","args":[{"name":"billingCycleInput","description":"The input object for selecting and using billing cycles.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractActivate","description":"Activates a Subscription Contract.","args":[{"name":"subscriptionContractId","description":"The ID of the subscription contract to activate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractActivatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractCancel","description":"Cancels a Subscription Contract.","args":[{"name":"subscriptionContractId","description":"The ID of the Subscription Contract to cancel.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractCancelPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractChangePaymentInstrument","description":"Changes the payment instrument used for future billing cycles of a Subscription Contract.","args":[{"name":"paymentInstrumentId","description":"The ID of the payment instrument.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractId","description":"The ID of the Subscription Contract to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractChangePaymentInstrumentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractFetchDeliveryOptions","description":"Fetches the available delivery options for a Subscription Contract.","args":[{"name":"deliveryAddress","description":"The address to deliver the subscription contract to.","type":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractId","description":"The ID of the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractFetchDeliveryOptionsPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractPause","description":"Pauses a Subscription Contract.","args":[{"name":"subscriptionContractId","description":"The ID of the subscription contract to pause.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractPausePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractSelectDeliveryMethod","description":"Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.","args":[{"name":"deliveryMethodInput","description":"The delivery method selected for the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractId","description":"The ID of the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionDeliveryOptionsResultToken","description":"The token associated with the successfully fetched delivery options result for the subscription contract.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractSelectDeliveryMethodPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with an ID field to support global identification, in accordance with the\n[Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface).\nThis interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node)\nand [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AdditionalFeeSale","ofType":null},{"kind":"OBJECT","name":"AdjustmentSale","ofType":null},{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null},{"kind":"OBJECT","name":"Checkout","ofType":null},{"kind":"OBJECT","name":"CheckoutLineItem","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyAddress","ofType":null},{"kind":"OBJECT","name":"CompanyContact","ofType":null},{"kind":"OBJECT","name":"CompanyContactRole","ofType":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignment","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"CustomerAddress","ofType":null},{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},{"kind":"OBJECT","name":"CustomerMailingAddress","ofType":null},{"kind":"OBJECT","name":"Domain","ofType":null},{"kind":"OBJECT","name":"DraftOrder","ofType":null},{"kind":"OBJECT","name":"DraftOrderLineItem","ofType":null},{"kind":"OBJECT","name":"DutySale","ofType":null},{"kind":"OBJECT","name":"FeeSale","ofType":null},{"kind":"OBJECT","name":"Fulfillment","ofType":null},{"kind":"OBJECT","name":"FulfillmentEvent","ofType":null},{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null},{"kind":"OBJECT","name":"GiftCardSale","ofType":null},{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null},{"kind":"OBJECT","name":"LineItem","ofType":null},{"kind":"OBJECT","name":"LineItemContainerLineItem","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"MarketWebPresence","ofType":null},{"kind":"OBJECT","name":"Metafield","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"OrderAgreement","ofType":null},{"kind":"OBJECT","name":"OrderEditAgreement","ofType":null},{"kind":"OBJECT","name":"OrderEditSummaryChange","ofType":null},{"kind":"OBJECT","name":"OrderTransaction","ofType":null},{"kind":"OBJECT","name":"PaymentIconImage","ofType":null},{"kind":"OBJECT","name":"PaymentSchedule","ofType":null},{"kind":"OBJECT","name":"PaymentTerms","ofType":null},{"kind":"OBJECT","name":"PaymentTermsTemplate","ofType":null},{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null},{"kind":"OBJECT","name":"ProductSale","ofType":null},{"kind":"OBJECT","name":"PublicOrder","ofType":null},{"kind":"OBJECT","name":"Refund","ofType":null},{"kind":"OBJECT","name":"RefundAgreement","ofType":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","ofType":null},{"kind":"OBJECT","name":"Return","ofType":null},{"kind":"OBJECT","name":"ReturnAgreement","ofType":null},{"kind":"OBJECT","name":"ReturnLineItem","ofType":null},{"kind":"OBJECT","name":"ReverseDelivery","ofType":null},{"kind":"OBJECT","name":"SaleTax","ofType":null},{"kind":"OBJECT","name":"ShippingLineSale","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null},{"kind":"OBJECT","name":"ShopPolicy","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitRevertTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","ofType":null},{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},{"kind":"OBJECT","name":"TaxLine","ofType":null},{"kind":"OBJECT","name":"TimelineEvent","ofType":null},{"kind":"OBJECT","name":"TipSale","ofType":null},{"kind":"OBJECT","name":"UiExtensionMetafield","ofType":null},{"kind":"OBJECT","name":"UnknownSale","ofType":null}]},{"kind":"OBJECT","name":"Order","description":"A customer’s completed request to purchase one or more products from a shop.","fields":[{"name":"agreements","description":"A list of sales agreements associated with the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SalesAgreementConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingAddress","description":"The mailing address provided by the customer. Not all orders have a mailing address.\n","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cancelReason","description":"The reason for the cancellation of the order. Returns `null` if the order wasn't canceled.","args":[],"type":{"kind":"ENUM","name":"OrderCancelReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cancelledAt","description":"The date and time when the order was canceled.\nReturns `null` if the order wasn't canceled.\n","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"checkoutToken","description":"The checkout token associated with this order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"confirmationNumber","description":"A randomly generated alpha-numeric identifier for the order that may be shown to the customer\ninstead of the sequential order name. For example, \"XPAV284CT\", \"R50KELTJP\" or \"35PKUN0UJ\".\nThis value isn't guaranteed to be unique.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the order was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The shop currency when the order was placed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The list of custom attributes associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer who placed the order.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerLocale","description":"The locale code representing the region where this specific order was placed.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplications","description":"The discounts that have been applied to the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the order, including line-level discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrder","description":"The draft order associated with the order.","args":[],"type":{"kind":"OBJECT","name":"DraftOrder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrderName","description":"The name of the associated draft order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"editSummary","description":"The edit summary of the order.\n","args":[],"type":{"kind":"OBJECT","name":"OrderEditSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edited","description":"Whether the order has been edited or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderFinancialStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentStatus","description":"The fulfillment status of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderFulfillmentStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillments","description":"The fulfillments associated with the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| id | id | Filter by `id` range. | | | |\n| order_id | id |\n| shipment_status | string |\n| status | string |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"FulfillmentSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasEmail","description":"Whether the customer has an email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasMultipleFulfillments","description":"Whether the order has multiple fulfillments.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latestFulfillmentDeliveryDate","description":"The delivery or estimated delivery date of the latest fulfillment.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyAggregatedMerchandiseTermsAsFees","description":"The merchandise lines marked as fees with total value, aggregated by title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyRepresentProductsAsFees","description":"Whether or not products marked as fees should be rendered as money lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacySubtotalWithoutFees","description":"The price of the order before duties, shipping, taxes, and fees.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemContainers","description":"The list of the order's line item containers (e.g., Unfulfilled).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"LineItemContainer","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The list of line items of the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemsSummary","description":"The summary of the quantity of line items for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderLineItemsSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locationName","description":"The name of the fulfillment location assigned at the time of order creation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes the order's shipping address. Or the shop's primary market if the shipping address is empty.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.\n","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The identifier for the order that appears on the order.\nFor example, _#1000_ or _Store1001.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"The order's notes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":"A unique numeric identifier for the order, used by both the shop owner and customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderReceiptMetafields","description":"The list of metafields associated with the order receipt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInformation","description":"The payment information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPaymentInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsTemplate","description":"Represents the merchant configured payment terms.\n","args":[],"type":{"kind":"OBJECT","name":"PaymentTermsTemplate","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the customer for SMS notifications.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupInformation","description":"The pickup information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPickupInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"poNumber","description":"The purchase order number of the order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the order was processed.\nThis value can be set to dates in the past when importing from other systems.\nIf no value is provided, it will be auto-generated based on current date and time.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"purchasingEntity","description":"The purchasing entity for the order.","args":[],"type":{"kind":"UNION","name":"PurchasingEntity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"refunds","description":"A list of refunds associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Refund","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"reorderPath","description":"The path to recreate the order in the cart and redirect to checkout. Will return nil if the line item count exceeds 100.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the order requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"A Return identified by ID.","args":[{"name":"id","description":"The ID of the Return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"returns","description":"The list of returns for the order with pagination.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ReturnSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The mailing address to which the order items are shipped.\n","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingDiscountAllocations","description":"The discounts that have been allocated onto the shipping line by discount applications.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLine","description":"A summary of all shipping costs on the order.","args":[],"type":{"kind":"OBJECT","name":"ShippingLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLineGroups","description":"The list of shipping line groups for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderShippingLineGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingTitle","description":"A summary of the shipping titles for the order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopAppLinksAndResources","description":"The various fields for subscribing to order updates via Shop Pay.","args":[],"type":{"kind":"OBJECT","name":"ShopAppLinksAndResources","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldInformation","description":"The totals and quantities for the order, ignoring returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderSoldInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"statusPageUrl","description":"The unique URL for the status page of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The price of the order before duties, shipping, and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalBeforeDiscounts","description":"The price of the order before order-level discounts, duties, shipping. It includes taxes in tax-inclusive orders.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountedShipping","description":"The total cost of shipping after discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDuties","description":"The total amount of duties after returns.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutiesSummary","description":"The total duties and duties status.","args":[],"type":{"kind":"OBJECT","name":"OrderDutiesSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total amount of the order (including taxes and discounts) minus the amounts for line items that have been returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefunded","description":"The total amount refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShipping","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTip","description":"The total value of tips.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"A list of transactions associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderTransaction","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderActionType","description":"The possible order action types for a\n[sales agreement](https://shopify.dev/api/admin-graphql/latest/interfaces/salesagreement).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ORDER","description":"An order with a purchase or charge.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_EDIT","description":"An edit to the order.","isDeprecated":false,"deprecationReason":null},{"name":"REFUND","description":"A refund on the order.","isDeprecated":false,"deprecationReason":null},{"name":"RETURN","description":"A return on the order.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"An unknown agreement action. Represents new actions that may be added in future versions.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderAgreement","description":"An agreement associated with an order placement.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"The order associated with the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderAllDiscounts","description":"The information about all discounts applied to a specific order.","fields":[{"name":"discountApplicationType","description":"The type of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountValue","description":"The value of the applied discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line to which the discount applies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderByCompanySortKeys","description":"The set of valid sort keys for the OrderByCompany query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderByContactSortKeys","description":"The set of valid sort keys for the OrderByContact query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"PURCHASING_COMPANY_LOCATION_NAME","description":"Sort by the `purchasing_company_location_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderByLocationSortKeys","description":"The set of valid sort keys for the OrderByLocation query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderCancelReason","description":"The reason for the cancellation of the order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER","description":"The customer wanted to cancel the order.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"Payment was declined.","isDeprecated":false,"deprecationReason":null},{"name":"FRAUD","description":"The order was fraudulent.","isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY","description":"There was insufficient inventory.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"The order was canceled for an unlisted reason.","isDeprecated":false,"deprecationReason":null},{"name":"STAFF","description":"Staff made an error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderConnection","description":"An auto-generated type for paginating through multiple Orders.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"OrderDetailsPageOrder","description":"An order that redacts data if the requester does not have authorization to view it.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"PublicOrder","ofType":null}]},{"kind":"OBJECT","name":"OrderDiscountInformation","description":"The disount information for a specific order.","fields":[{"name":"allAppliedDiscounts","description":"The discount information for the order, including line_level discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderAllDiscounts","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"allOrderLevelAppliedDiscounts","description":"The order level discount information for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderAllDiscounts","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"allOrderLevelAppliedDiscountsOnSoldItems","description":"The order level discount information for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderAllDiscounts","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscounts","description":"Total discounts for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalOrderLevelAppliedDiscounts","description":"The current order-level discount amount after all order updates.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderDutiesStatusType","description":"The status of duties for the order.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DUTIES_ERROR","description":"The order is being shipped from another country, so duties and taxes may be charged on delivery.","isDeprecated":false,"deprecationReason":null},{"name":"DUTIES_OK","description":"The order is being shipped from another country, so duties have been added to the order total.","isDeprecated":false,"deprecationReason":null},{"name":"DUTIES_ZERO","description":"The order is being shipped from another country. Duties are not charged on orders of this value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderDutiesSummary","description":"The summary of duties associated with an order.\n","fields":[{"name":"totalDuties","description":"The total amount of duties for the order.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutiesStatus","description":"The status of duties for the order.","args":[],"type":{"kind":"ENUM","name":"OrderDutiesStatusType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEdge","description":"An auto-generated type which holds one Order and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEditAgreement","description":"An agreement related to an edit of the order.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEditSummary","description":"The edit summary associated with an order.","fields":[{"name":"changes","description":"The edit changes of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderEditSummaryChange","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"latestHappenedAt","description":"The date and time of the latest edit.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEditSummaryChange","description":"A change in the edit summary of an order.\n","fields":[{"name":"delta","description":"The quantity delta of the change.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The handle that describes the change type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the change.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderFinancialStatus","description":"Represents the order's current financial status.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZED","description":"Displayed as **Authorized**.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"Displayed as **Expired**.","isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":"Displayed as **Paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_PAID","description":"Displayed as **Partially paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_REFUNDED","description":"Displayed as **Partially refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"Displayed as **Pending**.","isDeprecated":false,"deprecationReason":null},{"name":"REFUNDED","description":"Displayed as **Refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"VOIDED","description":"Displayed as **Voided**.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderFulfillmentStatus","description":"The aggregation of each order's active fulfillments and opened fulfillment orders for display purposes.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ATTEMPTED_TO_DELIVER","description":"Attempted to deliver the fulfillment.\n","isDeprecated":false,"deprecationReason":null},{"name":"CONFIRMED","description":"The order is confirmed.\n","isDeprecated":false,"deprecationReason":null},{"name":"DELIVERED","description":"Every physical fulfillment of the order has been successfully delivered.\n","isDeprecated":false,"deprecationReason":null},{"name":"IN_TRANSIT","description":"The order has one fulfillment in transit.\n","isDeprecated":false,"deprecationReason":null},{"name":"MULTIPLE_SHIPMENTS","description":"This order has multiple physical fulfillments with differing statuses.\n","isDeprecated":false,"deprecationReason":null},{"name":"ON_ITS_WAY","description":"The order has one fulfillment on its way.\n","isDeprecated":false,"deprecationReason":null},{"name":"OUT_FOR_DELIVERY","description":"The order has one fulfillment out for delivery.\n","isDeprecated":false,"deprecationReason":null},{"name":"PICKED_UP","description":"The order has been picked up.\n","isDeprecated":false,"deprecationReason":null},{"name":"PREPARING_FOR_SHIPPING","description":"The order has one fulfillment being prepared for shipping.\n","isDeprecated":false,"deprecationReason":null},{"name":"READY_FOR_PICKUP","description":"The order is ready to be picked up.\n","isDeprecated":false,"deprecationReason":null},{"name":"THERE_WAS_A_PROBLEM","description":"There was a problem with the fulfillment.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItemsSummary","description":"The quantitative information about the line items of a specific order.","fields":[{"name":"lineItemCount","description":"The number of line items in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLegacyFeesLineItems","description":"The total quantity of all legacy fees in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLineItems","description":"The total quantity of all line items in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfTipLineItems","description":"The total quantity of all tips in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderPaymentInformation","description":"The summary of payment status information for the order.","fields":[{"name":"paymentCollectionUrl","description":"The URL for collecting a payment on the order.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderPaymentStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTerms","description":"The payment terms linked with the order.","args":[],"type":{"kind":"OBJECT","name":"PaymentTerms","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalOutstandingAmount","description":"The total amount that's yet to be transacted for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPaidAmount","description":"The total amount that has been paid for the order before any refund.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderPaymentStatus","description":"The current payment status of the order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZED","description":"The payment has been authorized.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The payment has expired.","isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":"The payment has been paid.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_PAID","description":"The payment has been partially paid.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_REFUNDED","description":"The payment has been partially refunded.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The payment is pending.","isDeprecated":false,"deprecationReason":null},{"name":"REFUNDED","description":"The payment has been refunded.","isDeprecated":false,"deprecationReason":null},{"name":"VOIDED","description":"The payment has been voided.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderPickupInformation","description":"The pickup information associated with an order.\n","fields":[{"name":"address","description":"The pickup address for the order.","args":[],"type":{"kind":"OBJECT","name":"PickupAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the pickup order was created.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The pickup status for the order.","args":[],"type":{"kind":"ENUM","name":"PickupStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the pickup order was updated.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderRequestReturnPayload","description":"Return type for `orderRequestReturn` mutation.","fields":[{"name":"return","description":"The return request that has been made.","args":[],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderShippingLineGroup","description":"The group including the shipping lines of the order.","fields":[{"name":"groupType","description":"The type of the shipping group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DeliveryOptionGroupType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineAmountAfterDiscounts","description":"The price of the shipping method after discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderSoldInformation","description":"A summary that regroups totals for an order, including the line items that have been returned.","fields":[{"name":"quantity","description":"The total quantity of line items in the order, including the quantities for line items that have been returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refundedQuantity","description":"The total quantity of line items in the order that were refunded, even if the totalRefunded amount was zero.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The total amount of the order (before shipping and discounts), including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total amount of the order (including taxes and discounts), including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscount","description":"The total discount amount for the order, including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxes","description":"The total tax amount of the order, including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderSortKeys","description":"The set of valid sort keys for the Order query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderTransaction","description":"A payment transaction within an order context.","fields":[{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"giftCardDetails","description":"The gift card details for the transaction.","args":[],"type":{"kind":"OBJECT","name":"GiftCardDetails","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The kind of the transaction.","args":[],"type":{"kind":"ENUM","name":"OrderTransactionKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentDetails","description":"The payment details for the transaction.","args":[],"type":{"kind":"UNION","name":"PaymentDetails","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentIcon","description":"The payment icon to display for the transaction.","args":[],"type":{"kind":"OBJECT","name":"PaymentIconImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the transaction was processed.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the transaction.","args":[],"type":{"kind":"ENUM","name":"OrderTransactionStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"transactionAmount","description":"The amount and currency of the transaction in shop and presentment currencies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyBag","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionParentId","description":"The ID of the parent transaction.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderTransactionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"typeDetails","description":"The details of the transaction type.","args":[],"type":{"kind":"OBJECT","name":"TransactionTypeDetails","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"PaymentIcon","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderTransactionKind","description":"The kind of order transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZATION","description":"An authorization transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CAPTURE","description":"A capture transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CARD_APPROVAL","description":"A card approval transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CARD_DECLINE","description":"A card decline transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CHANGE","description":"A change transaction.","isDeprecated":false,"deprecationReason":null},{"name":"EMV_AUTHORIZATION","description":"An EMV authorization transaction.","isDeprecated":false,"deprecationReason":null},{"name":"REFUND","description":"A refund transaction.","isDeprecated":false,"deprecationReason":null},{"name":"REFUND_EMV_INITIATE","description":"A refund EMV initiate transaction.","isDeprecated":false,"deprecationReason":null},{"name":"SALE","description":"A sale transaction.","isDeprecated":false,"deprecationReason":null},{"name":"SUGGESTED_REFUND","description":"A suggested refund transaction.","isDeprecated":false,"deprecationReason":null},{"name":"VOID","description":"A void transaction.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderTransactionStatus","description":"Represents the status of an order transaction.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ERROR","description":"The transaction has an error.","isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":"The transaction has failed.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The transaction is pending.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING_AUTHENTICATION","description":"The transaction is pending authentication.","isDeprecated":false,"deprecationReason":null},{"name":"SUCCESS","description":"The transaction is successful.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderTransactionType","description":"The type of order transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BANK_DEPOSIT","description":"A bank deposit transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CARD","description":"A card transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CASH_ON_DELIVERY","description":"A cash on delivery transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOM","description":"A custom payment transaction.","isDeprecated":false,"deprecationReason":null},{"name":"GIFT_CARD","description":"A gift card transaction.","isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":"A generic manual transaction.","isDeprecated":false,"deprecationReason":null},{"name":"MONEY_ORDER","description":"A money order transaction.","isDeprecated":false,"deprecationReason":null},{"name":"SHOPIFY_INSTALLMENTS","description":"A Shopify installments transaction.","isDeprecated":false,"deprecationReason":null},{"name":"STORE_CREDIT","description":"A store credit transaction.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Returns information about pagination in a connection, in accordance with the\n[Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo).\nFor more information, please read our [GraphQL Pagination Usage Guide](https://shopify.dev/api/usage/pagination-graphql).\n","fields":[{"name":"endCursor","description":"The cursor corresponding to the last node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":"Whether there are more pages to fetch following the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"Whether there are any pages prior to the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"The cursor corresponding to the first node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PaymentDetails","description":"Payment details related to a transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CardPaymentDetails","ofType":null}]},{"kind":"INTERFACE","name":"PaymentIcon","description":"The payment icon to display for the transaction.","fields":[{"name":"paymentIcon","description":"The payment icon to display for the transaction.","args":[],"type":{"kind":"OBJECT","name":"PaymentIconImage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"OrderTransaction","ofType":null}]},{"kind":"OBJECT","name":"PaymentIconImage","description":"Represents an image resource.","fields":[{"name":"altText","description":"A word or phrase to share the nature or contents of an image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique non-nullable ID for the image.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalSrc","description":"The location of the original image as a URL.\n\nIf there are any existing transformations in the original source URL, they will remain and not be stripped.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"src","description":"The location of the image as a URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"transformedSrc","description":"The location of the transformed image as a URL.\n\nAll transformation arguments are considered \"best-effort\". If they can be applied to an image, they will be.\nOtherwise any transformations which an image type doesn't support will be ignored.\n","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url(transform:)` instead"},{"name":"url","description":"The location of the image as a URL.\n\nIf no transform options are specified, then the original image will be preserved including any pre-applied transforms.\n\nAll transformation options are considered \"best-effort\". Any transformation that the original image type doesn't support will be ignored.\n\nIf you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).\n","args":[{"name":"transform","description":"A set of options to transform the original image.","type":{"kind":"INPUT_OBJECT","name":"ImageTransformInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"PaymentInstrument","description":"A payment instrument.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null}]},{"kind":"OBJECT","name":"PaymentInstrumentBillingAddress","description":"The billing address associated with a credit card payment instrument.","fields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address, for example, US.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name in the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name in the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region, for example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentInstrumentRemovePayload","description":"Return type for `paymentInstrumentRemove` mutation.","fields":[{"name":"deletedPaymentInstrumentId","description":"The ID of the deleted payment instrument.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentInstrumentUpdateDefaultPayload","description":"Return type for `paymentInstrumentUpdateDefault` mutation.","fields":[{"name":"updatedPaymentInstrumentId","description":"The ID of the updated payment instrument.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PaymentInstrumentWalletType","description":"The types of credit card wallets.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"APPLE_PAY","description":"The credit card is an Apple Pay wallet.","isDeprecated":false,"deprecationReason":null},{"name":"GOOGLE_PAY","description":"The credit card is a Google Pay wallet.","isDeprecated":false,"deprecationReason":null},{"name":"SHOP_PAY","description":"The credit card is a Shop Pay wallet.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PaymentSchedule","description":"A single payment schedule defined in the payment terms.","fields":[{"name":"amount","description":"The amount owed for this payment schedule.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completed","description":"Whether the payment has been completed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completedAt","description":"The date and time when the payment schedule was paid or fulfilled.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dueAt","description":"The date and time when the payment schedule is due.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentScheduleConnection","description":"An auto-generated type for paginating through multiple PaymentSchedules.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentScheduleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in PaymentScheduleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSchedule","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentScheduleEdge","description":"An auto-generated type which holds one PaymentSchedule and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of PaymentScheduleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSchedule","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentTerms","description":"The payment terms associated with an order or draft order.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nextDueAt","description":"The next due date if this is the NET or FIXED type of payment terms.\n","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"overdue","description":"Whether the payment terms have overdue payment schedules.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSchedules","description":"The list of schedules associated with the payment terms.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentScheduleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsName","description":"The name of the payment terms template that was used to create the payment terms.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsType","description":"The type of the payment terms template that was used to create the payment terms.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentTermsType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentTermsTemplate","description":"The template for payment terms.","fields":[{"name":"description","description":"The description of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dueInDays","description":"The number of days between the issue date and due date for net-type payment terms.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsType","description":"The type of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentTermsType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"translatedName","description":"The translated name of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PaymentTermsType","description":"The type of a payment terms or a payment terms template.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FIXED","description":"The payment terms or payment terms template is fixed type (due on a specified date).","isDeprecated":false,"deprecationReason":null},{"name":"FULFILLMENT","description":"The payment terms or payment terms template is due upon fulfillment.","isDeprecated":false,"deprecationReason":null},{"name":"NET","description":"The payment terms or payment terms template is net type (due a number of days after issue).","isDeprecated":false,"deprecationReason":null},{"name":"RECEIPT","description":"The payment terms or payment terms template is due upon receipt.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"The type of the payment terms or payment terms template is unknown.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PaypalAccountEnablePayload","description":"Return type for `paypalAccountEnable` mutation.","fields":[{"name":"paypalBillingAgreement","description":"The newly established PayPal billing agreement.","args":[],"type":{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaypalBillingAgreement","description":"A payment method using a PayPal billing agreement.","fields":[{"name":"billingAddress","description":"The billing address associated with the payment method.","args":[],"type":{"kind":"OBJECT","name":"PaymentInstrumentBillingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paypalAccountEmail","description":"The email address associated with the PayPal account.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pendingOrders","description":"The list of pending orders associated with this PayPal billing agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContracts","description":"The list of subscription contracts charged using this PayPal billing agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| status | string |\n| updated_at | time |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"SubscriptionContractsSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"PaymentInstrument","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaypalTokenCreatePayload","description":"Return type for `paypalTokenCreate` mutation.","fields":[{"name":"token","description":"The created PayPal Express token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PermittedOperation","description":"The operations that can be performed on a B2B resource.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADD","description":"The permission to add a resource.\n","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"All permissions for a resource.\n","isDeprecated":false,"deprecationReason":null},{"name":"DELETE","description":"The permission to delete a resource.\n","isDeprecated":false,"deprecationReason":null},{"name":"EDIT","description":"The permission to edit a resource.\n","isDeprecated":false,"deprecationReason":null},{"name":"USE","description":"The permission to use a resource.\n","isDeprecated":false,"deprecationReason":null},{"name":"VIEW","description":"The permission to view a resource.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PickupAddress","description":"The address of a pickup location.\n","fields":[{"name":"address1","description":"The street address for the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"Any additional address information for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city of the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country code for the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The ZIP code for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The province code for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PickupStatus","description":"The status of the order's pickup.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CLOSED","description":"The pickup of the order has been confirmed.","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"The order has been picked up.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The order is ready for pick up.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PricingPercentageValue","description":"Represents the value of the percentage pricing object.","fields":[{"name":"percentage","description":"The percentage value of the object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PricingValue","description":"The price value (fixed or percentage) for a discount application.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MoneyV2","ofType":null},{"kind":"OBJECT","name":"PricingPercentageValue","ofType":null}]},{"kind":"OBJECT","name":"ProductSale","description":"A sale associated with a product.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item for the associated sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PublicOrder","description":"The data that about an order that is visible to anyone with the order ID.","fields":[{"name":"cancelledAt","description":"The date and time when the order was canceled.\nReturns `null` if the order wasn't canceled.\n","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"confirmationNumber","description":"A randomly generated alpha-numeric identifier for the order that may be shown to the customer\ninstead of the sequential order name. For example, \"XPAV284CT\", \"R50KELTJP\" or \"35PKUN0UJ\".\nThis value isn't guaranteed to be unique.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the order, including line-level discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrderName","description":"The name of the associated draft order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"editSummary","description":"The edit summary of the order.\n","args":[],"type":{"kind":"OBJECT","name":"OrderEditSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderFinancialStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentStatus","description":"The fulfillment status of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderFulfillmentStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillments","description":"The fulfillments associated with the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| id | id | Filter by `id` range. | | | |\n| order_id | id |\n| shipment_status | string |\n| status | string |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"FulfillmentSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasEmail","description":"Whether the customer has an email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyAggregatedMerchandiseTermsAsFees","description":"The merchandise lines marked as fees with total value, aggregated by title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyRepresentProductsAsFees","description":"Whether or not products marked as fees should be rendered as money lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacySubtotalWithoutFees","description":"The price of the order before duties, shipping, taxes, and fees.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemContainers","description":"The list of the order's line item containers (e.g., Unfulfilled).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"LineItemContainer","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The list of line items of the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes the order's shipping address. Or the shop's primary market if the shipping address is empty.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The identifier for the order that appears on the order.\nFor example, _#1000_ or _Store1001.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInformation","description":"The payment information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPaymentInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupInformation","description":"The pickup information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPickupInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"poNumber","description":"The purchase order number of the order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the order was processed.\nThis value can be set to dates in the past when importing from other systems.\nIf no value is provided, it will be auto-generated based on current date and time.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refunds","description":"A list of refunds associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Refund","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"reorderPath","description":"The path to recreate the order in the cart and redirect to checkout. Will return nil if the line item count exceeds 100.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the order requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"A Return identified by ID.","args":[{"name":"id","description":"The ID of the Return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"returns","description":"The list of returns for the order with pagination.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ReturnSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLineGroups","description":"The list of shipping line groups for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderShippingLineGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"soldInformation","description":"The totals and quantities for the order, ignoring returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderSoldInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The price of the order before duties, shipping, and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalBeforeDiscounts","description":"The price of the order before order-level discounts, duties, shipping. It includes taxes in tax-inclusive orders.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountedShipping","description":"The total cost of shipping after discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDuties","description":"The total amount of duties after returns.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutiesSummary","description":"The total duties and duties status.","args":[],"type":{"kind":"OBJECT","name":"OrderDutiesSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total amount of the order (including taxes and discounts) minus the amounts for line items that have been returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefunded","description":"The total amount refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShipping","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTip","description":"The total value of tips.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"A list of transactions associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderTransaction","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PurchasingCompany","description":"The information of the purchasing company for an order or draft order.\n","fields":[{"name":"company","description":"The company associated with the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Company","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contact","description":"The company contact associated with the order or draft order.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The company location associated with the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PurchasingEntity","description":"Represents information about the purchasing entity for the order or draft order.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"PurchasingCompany","ofType":null}]},{"kind":"OBJECT","name":"QueryRoot","description":"This acts as the public, top-level API from which all queries start.","fields":[{"name":"company","description":"The information of the customer's company.","args":[{"name":"id","description":"The ID of the Company.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Company","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"companyLocation","description":"The Location corresponding to the provided ID.","args":[{"name":"id","description":"The ID of the Location.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CompanyLocation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"Returns the Customer resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Customer","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrder","description":"Returns a draft order resource by ID.","args":[{"name":"id","description":"The ID of the draft order to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DraftOrder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"extensionApiTokens","description":"The API tokens for UI extensions.","args":[{"name":"appId","description":"The UI extension app ID for which API tokens will be generated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ExtensionApiTokens","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"Returns an Order resource by ID.","args":[{"name":"id","description":"The ID of the Order to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Order","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderDetailsPageOrder","description":"An Order resource identified by ID.","args":[{"name":"id","description":"The ID of the Order to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"UNION","name":"OrderDetailsPageOrder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shop","description":"Returns the information about the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Shop","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uiExtensionMetafields","description":"Public metafields for Shop, Order, Customer, Company, CompanyLocation, Product, and ProductVariant.\nShop metafields are always fetched if there is a match for the given namespace and key pairs.\nProduct and ProductVariant are only fetched if resource_ids are provided and there is a match for the\nnamespace and key. Either filters or extensionIds is needed. If both are provided, filters will be used.\nThis is restricted to development shops for local UI extension development purposes only.\n","args":[{"name":"filters","description":"Filters to scope down the metafields.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UiExtensionMetafieldFilterInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":"The order id for which metafield resource metafield owners are fetched. The resources are the Order,\nProduct, ProductVariant, Customer, Company, and Company Location.\n","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resourceIds","description":"The resource IDs for which metafields will be fetched. IDs for Order, Product, ProductVariant, Customer,\nCompany, and Company Location can be provided.\n","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UiExtensionMetafield","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"uiExtensionSessionToken","description":"A session token for an UI extension.","args":[{"name":"id","description":"The ID for which a session token will be generated. Only IDs for App and ActivatedUiExtension\ncan be provided.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UiExtensionSessionToken","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Refund","description":" The record of refunds issued to a customer.\n","fields":[{"name":"createdAt","description":"The date and time when the refund was created.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returnName","description":"The name of the return, if the refund was issued from a return.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefunded","description":"The total amount refunded across all transactions, in presentment currencies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the refund was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RefundAgreement","description":"An agreement for refunding all or a portion of the order between the merchant and the customer.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refund","description":"The refund that's associated with the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Refund","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainer","description":"The information about the line items container for items that have not been refunded or removed.\n","fields":[{"name":"id","description":"A unique ID for the container.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items contained within this container.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","description":"The information about the line item in the line item container.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the container.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemConnection","description":"An auto-generated type for paginating through multiple RemainingLineItemContainerLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in RemainingLineItemContainerLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemEdge","description":"An auto-generated type which holds one RemainingLineItemContainerLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of RemainingLineItemContainerLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"RequestedLineItemInput","description":"The input fields for a line item requested for return.","fields":null,"inputFields":[{"name":"customerNote","description":"A note from the customer explaining the item to be returned.\nFor instance, the note can detail issues with the item for the merchant's information.\nMaximum length: 300 characters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineItemId","description":"The ID of the line item that's to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the item that's to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"returnReason","description":"The reason for returning the item.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnReason","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ResendGiftCardPayload","description":"Return type for `resendGiftCard` mutation.","fields":[{"name":"orderId","description":"The ID of the order that resends the gift cards.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsResendGiftCardErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ResourcePermission","description":"Represents permissions on resources.","fields":[{"name":"permittedOperations","description":"The operations permitted on the resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PermittedOperation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The name of the resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ResourceType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ResourceType","description":"The B2B resource types.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BUSINESS_PROFILE","description":"The Business Profile resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY","description":"The Company resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_CONTACT","description":"The Company Contact resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_CONTACT_ROLE","description":"The Company Contact Role resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION","description":"The Company Location resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION_BILLING_ADDRESS","description":"The Company Location Billing Address resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION_SHIPPING_ADDRESS","description":"The Company Location Shipping Address resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_TAX_EXEMPTION","description":"The Company Tax Exemption resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"DRAFT_ORDER","description":"The Draft Order resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"ORDER","description":"The Order resource type.\n","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_METHOD","description":"The Payment Method resource type.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Return","description":"A product return.","fields":[{"name":"closedAt","description":"The date when the return was closed.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date when the return was created.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name assigned to the return.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returnLineItems","description":"The line items associated with the return.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reverseDeliveries","description":"The list of reverse deliveries associated with the return.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDeliveryConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the `Return`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"timelineEvents","description":"The timeline events related to the return.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimelineEvent","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date when the return was last updated.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnAgreement","description":"An agreement between the merchant and customer for a return.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"The return associated with the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Return","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnConnection","description":"An auto-generated type for paginating through multiple Returns.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ReturnEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Return","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnEdge","description":"An auto-generated type which holds one Return and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ReturnEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Return","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnLineItem","description":"A line item that is being returned.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The specific line item that's being returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the item that's being returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returnReason","description":"The reason for returning the item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnReason","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnLineItemConnection","description":"An auto-generated type for paginating through multiple ReturnLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ReturnLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnLineItemEdge","description":"An auto-generated type which holds one ReturnLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ReturnLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ReturnReason","description":"The reason for returning the item.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COLOR","description":"The color of the item didn't meet expectations.","isDeprecated":false,"deprecationReason":null},{"name":"DEFECTIVE","description":"The item was damaged or defective.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_AS_DESCRIBED","description":"The item was not as described.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"Other reason not listed.","isDeprecated":false,"deprecationReason":null},{"name":"SIZE_TOO_LARGE","description":"The size of the item was too large.","isDeprecated":false,"deprecationReason":null},{"name":"SIZE_TOO_SMALL","description":"The size of the item was too small.","isDeprecated":false,"deprecationReason":null},{"name":"STYLE","description":"The style of the item didn't meet expectations.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"The reason is unknown.","isDeprecated":false,"deprecationReason":null},{"name":"UNWANTED","description":"The customer changed their mind about the item.","isDeprecated":false,"deprecationReason":null},{"name":"WRONG_ITEM","description":"The customer received the wrong item.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ReturnSortKeys","description":"The set of valid sort keys for the Return query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ReturnStatus","description":"The current status of a `Return`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CANCELED","description":"The `Return` has been canceled by the user.","isDeprecated":false,"deprecationReason":null},{"name":"CLOSED","description":"The `Return` has been successfully completed.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"The `Return` request was declined.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The `Return` is currently in progress.","isDeprecated":false,"deprecationReason":null},{"name":"REQUESTED","description":"The `Return` has been requested by the user.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ReturnSupportedReason","description":"The supported reason for returning a line item.","fields":[{"name":"reason","description":"The specific reason for returning the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnReason","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The user-friendly title for the return reason.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDelivery","description":"A reverse delivery represents a package being sent back by a buyer to a merchant post-fulfillment.\nThis could occur when a buyer requests a return and the merchant provides a shipping label.\nThe reverse delivery includes the context of the items being returned, the method of return\n(for example, a shipping label), and the current status of the delivery (tracking information).\n","fields":[{"name":"customerGeneratedLabel","description":"Whether the label was generated by the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliverable","description":"The deliverable linked with the reverse delivery.","args":[],"type":{"kind":"UNION","name":"ReverseDeliveryDeliverable","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryConnection","description":"An auto-generated type for paginating through multiple ReverseDeliveries.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDeliveryEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ReverseDeliveryEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDelivery","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ReverseDeliveryDeliverable","description":"The method and associated details of a reverse delivery.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ReverseDeliveryShippingDeliverable","ofType":null}]},{"kind":"OBJECT","name":"ReverseDeliveryEdge","description":"An auto-generated type which holds one ReverseDelivery and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ReverseDeliveryEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDelivery","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryLabel","description":"The return label information for a reverse delivery.","fields":[{"name":"createdAt","description":"The date and time when the reverse delivery label was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publicFileUrl","description":"A publicly accessible link for downloading the label image.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the reverse delivery label was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryShippingDeliverable","description":"A set of shipping deliverables for reverse delivery.","fields":[{"name":"label","description":"The return label that's attached to the reverse delivery.","args":[],"type":{"kind":"OBJECT","name":"ReverseDeliveryLabel","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tracking","description":"The tracking information for the reverse delivery.","args":[],"type":{"kind":"OBJECT","name":"ReverseDeliveryTracking","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryTracking","description":"The tracking information for a reverse delivery.","fields":[{"name":"carrierName","description":"The name of the delivery service provider, in a format that's suitable for display purposes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingNumber","description":"The identifier that the courier uses to track the shipment.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingUrl","description":"The URL used to track the shipment.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Sale","description":"A record of an individual sale associated with a sales agreement. Every monetary value in an order's sales data is represented in the smallest unit of the currency.\nWhen amounts are divided across multiple line items, such as taxes or order discounts, the amounts might not divide evenly across all of the line items on the order.\nTo address this, the remaining currency units that couldn't be divided evenly are allocated one at a time, starting with the first line item, until they are all accounted for.\nIn aggregate, the values sum up correctly. In isolation, one line item might have a different tax or discount amount than another line item of the same price, before taxes and discounts.\nThis is because the amount could not be divided evenly across the items. The allocation of currency units across line items is immutable. After they are allocated, currency units are never reallocated or redistributed among the line items.\n","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AdditionalFeeSale","ofType":null},{"kind":"OBJECT","name":"AdjustmentSale","ofType":null},{"kind":"OBJECT","name":"DutySale","ofType":null},{"kind":"OBJECT","name":"FeeSale","ofType":null},{"kind":"OBJECT","name":"GiftCardSale","ofType":null},{"kind":"OBJECT","name":"ProductSale","ofType":null},{"kind":"OBJECT","name":"ShippingLineSale","ofType":null},{"kind":"OBJECT","name":"TipSale","ofType":null},{"kind":"OBJECT","name":"UnknownSale","ofType":null}]},{"kind":"ENUM","name":"SaleActionType","description":"An order action type associated with a sale.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ORDER","description":"A purchase or charge.","isDeprecated":false,"deprecationReason":null},{"name":"RETURN","description":"A removal or return.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"An unidentified order action. Represents new actions that may be added in future versions.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE","description":"A change to the price, taxes, or discounts for a previous purchase.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SaleConnection","description":"An auto-generated type for paginating through multiple Sales.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SaleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Sale","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SaleEdge","description":"An auto-generated type which holds one Sale and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SaleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Sale","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SaleLineType","description":"The possible line types of a sale record. A sale can be an adjustment, which occurs when a refund is issued for a line item that is either more or less than the total value of the line item.\nExamples include restocking fees and goodwill payments. In such cases, Shopify generates a sales agreement with sale records for each line item that is returned or refunded, and an additional sale record for the adjustment, for example a restocking fee.\nThe sale records for the returned or refunded items represent the reversal of the original line item sale value. The additional adjustment sale record represents the difference between the original total value of all line items that were refunded, and the actual amount refunded.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDITIONAL_FEE","description":"An additional fee.","isDeprecated":false,"deprecationReason":null},{"name":"ADJUSTMENT","description":"A sale adjustment.","isDeprecated":false,"deprecationReason":null},{"name":"DUTY","description":"A duty charge.","isDeprecated":false,"deprecationReason":null},{"name":"FEE","description":"A fee charge.","isDeprecated":false,"deprecationReason":null},{"name":"GIFT_CARD","description":"A gift card.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"A product that was purchased, returned, or exchanged.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"A shipping charge.","isDeprecated":false,"deprecationReason":null},{"name":"TIP","description":"A tip given by the customer.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"An unknown sale line type. This represents new types that may be added in future versions.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SaleTax","description":"The tax allocated to a sale from a single tax line.","fields":[{"name":"amount","description":"The portion of the total tax amount on the related sale that's from the associated tax line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the sale tax.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxLine","description":"The tax line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxLine","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"SalesAgreement","description":"A contract between a merchant and a customer to do business. Shopify creates a sales agreement whenever an order is placed, edited, or refunded. A sales agreement has one or more sales records, which provide itemized details about the initial agreement or subsequent changes made to the order. For example, when a customer places an order, Shopify creates the order, generates a sales agreement, and records a sale for each line item purchased in the order. A sale record is specific to a type of order line. Order lines can represent different things such as a purchased product, a tip added by a customer, shipping costs collected at checkout, and more.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"OrderAgreement","ofType":null},{"kind":"OBJECT","name":"OrderEditAgreement","ofType":null},{"kind":"OBJECT","name":"RefundAgreement","ofType":null},{"kind":"OBJECT","name":"ReturnAgreement","ofType":null}]},{"kind":"OBJECT","name":"SalesAgreementConnection","description":"An auto-generated type for paginating through multiple SalesAgreements.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SalesAgreementEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SalesAgreementEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SalesAgreementEdge","description":"An auto-generated type which holds one SalesAgreement and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SalesAgreementEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","description":"Captures the intentions of a discount that was created by a Shopify Script.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application as defined by the Script.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAnchor","description":"Represents a selling plan policy anchor.","fields":[{"name":"cutoffDay","description":"The cutoff day for the anchor.\n\nIf `type` is WEEKDAY, then the value must be between 1-7. Shopify interprets\nthe days of the week according to ISO 8601, where 1 is Monday.\n\nIf `type` is MONTHDAY, then the value must be between 1-31.\n\nIf `type` is YEARDAY, then the value must be `null`.\n","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"day","description":"The day of the anchor.\n\nIf `type` is WEEKDAY, then the value must be between 1-7. Shopify interprets\nthe days of the week according to ISO 8601, where 1 is Monday.\n\nIf `type` isn't WEEKDAY, then the value must be between 1-31.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"month","description":"The month of the anchor. If type is different than YEARDAY, then the value must\nbe `null` or between 1-12.\n","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Represents the anchor type, it can be one one of WEEKDAY, MONTHDAY, YEARDAY.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanAnchorType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SellingPlanAnchorType","description":"Defines the anchor type.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MONTHDAY","description":"Represents a day of the month, between 1-31.","isDeprecated":false,"deprecationReason":null},{"name":"WEEKDAY","description":"Represents a day of the week, between 1-7.","isDeprecated":false,"deprecationReason":null},{"name":"YEARDAY","description":"Represents days of the month and year, month between 1-12, and day between 1-31.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SellingPlanInterval","description":"Defines valid selling plan intervals.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DAY","description":"Represents a day interval.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH","description":"Represents a month interval.","isDeprecated":false,"deprecationReason":null},{"name":"WEEK","description":"Represents a week interval.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR","description":"Represents a year interval.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ShippingLine","description":"Represents the shipping details that the customer chose for their order.","fields":[{"name":"handle","description":"A unique identifier for the shipping rate.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalPrice","description":"The pre-tax shipping price without any discounts applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShippingLineSale","description":"A sale associated with a shipping charge.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShippingRate","description":"A shipping rate to be applied to a checkout.","fields":[{"name":"handle","description":"The human-readable unique identifier for this shipping rate.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of this shipping rate.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of this shipping rate.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Shop","description":"A collection of the general information about the shop.","fields":[{"name":"addressFormSettings","description":"Returns the settings for the address form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormSettings","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email of the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.\n","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"myshopifyDomain","description":"The shop's .myshopify.com domain name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopPolicies","description":"The list of all legal policies associated with the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPolicy","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the shop's online store.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopAppLinksAndResources","description":"The shop app links and resources for an order.","fields":[{"name":"buyerHasShopApp","description":"Whether the the buyer is associated to Shop App.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"buyerHasShopPay","description":"Whether the the buyer is associated to Shop Pay.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"canTrackOrderUpdates","description":"Whether or not the track order updates button should be rendered.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"installmentsHighlightEligible","description":"Whether or not showing the installments highlight is eligible.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mobileUrl","description":"The URL to the mobile Shop App.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mobileUrlAttributionPayload","description":"The attribution details related to the mobile url.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderUpdateOptions","description":"The various options that exist for subscribing to order updates.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"qrCodeUrl","description":"The URL to the Shop App QR code.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopAppEligible","description":"Whether or not Shop App eligible.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopAppQrCodeKillswitch","description":"Whether QR code should be hidden.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopInstallmentsMobileUrl","description":"The URL to the Shop Pay Installments reminders.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopInstallmentsViewSchedules","description":"The URL to view the Shop Pay Installments schedules in the mobile Shop App.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayOrder","description":"Whether the order was a shop pay order.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayConfiguration","description":"The configuration values used to initialize a Shop Pay checkout.","fields":[{"name":"checkoutOne","description":"Whether the checkout is a checkout one session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionParams","description":"The URL parameters containing an encrypted blob used by Shop Pay's backend.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionUrl","description":"The URL from which the Shop Pay checkout can be completed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayCreditCardGetUpdateUrlPayload","description":"Return type for `shopPayCreditCardGetUpdateUrl` mutation.","fields":[{"name":"updateShopPayCreditCardUrl","description":"The URL to which the customer should be redirected to update their Shop Pay credit card.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPolicy","description":"A policy that a merchant has configured for their store, such as their refund or privacy policy.","fields":[{"name":"body","description":"The text of the policy. The maximum size is 512kb.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The handle of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The public URL to the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SmsMarketingState","description":"Defines the valid SMS marketing states for a customer’s phone number.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NOT_SUBSCRIBED","description":"The customer has not subscribed to SMS marketing.\n","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The customer is in the process of subscribing to SMS marketing.\n","isDeprecated":false,"deprecationReason":null},{"name":"REDACTED","description":"The customer's personal data has been erased. This value is internally-set and read-only.\n","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIBED","description":"The customer has subscribed to SMS marketing.\n","isDeprecated":false,"deprecationReason":null},{"name":"UNSUBSCRIBED","description":"The customer is not currently subscribed to SMS marketing but was previously subscribed.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccount","description":"A store credit account contains a monetary balance that can be redeemed at checkout for purchases in the shop.\nThe account is held in the specified currency and has an owner that cannot be transferred.\n\nThe account balance is redeemable at checkout only when the owner is authenticated via [new customer accounts authentication](https://shopify.dev/docs/api/customer).\n","fields":[{"name":"balance","description":"The current balance of the store credit account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"The transaction history of the store credit account.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| expires_at | time | Filter transactions by expiry date. Only applicable to StoreCreditAccountCreditTransaction objects. All other objects are handled as if they have a null expiry date. | | | - `expires_at:<='2025-01-01T00:00:00+01:00'`
- `expires_at:<='2025-12-31T23:00:00Z'` |\n| id | id | Filter by `id` range. | | | |\n| type | string | Filter transactions by type. Any value other than the accepted values will be ignored. | - `credit`
- `debit`
- `debit_revert`
- `expiration` | | - `type:expiration`
- `type:credit OR type:debit_revert` |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"TransactionSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountTransactionConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountConnection","description":"An auto-generated type for paginating through multiple StoreCreditAccounts.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in StoreCreditAccountEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","description":"A credit transaction which increases the store credit account balance.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresAt","description":"The time at which the transaction expires.\nDebit transactions will always spend the soonest expiring credit first.\n","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"remainingAmount","description":"The remaining amount of the credit.\nThe remaining amount will decrease when a debit spends this credit. It may also increase if that debit is subsequently reverted.\nIn the event that the credit expires, the remaining amount will represent the amount that remained as the expiry ocurred.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitRevertTransaction","description":"A debit revert transaction which increases the store credit account balance.\nDebit revert transactions are created automatically when a [store credit account debit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountDebitTransaction) is reverted.\n\nStore credit account debit transactions are reverted when an order is cancelled, refunded or in the event of a payment failure at checkout.\nThe amount added to the balance is equal to the amount reverted on the original credit.\n","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"debitTransaction","description":"The reverted debit transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","description":"A debit transaction which decreases the store credit account balance.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountEdge","description":"An auto-generated type which holds one StoreCreditAccount and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StoreCreditAccountEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountExpirationTransaction","description":"An expiration transaction which decreases the store credit account balance.\nExpiration transactions are created automatically when a [store credit account credit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction) expires.\n\nThe amount subtracted from the balance is equal to the remaining amount of the credit transaction.\n","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creditTransaction","description":"The credit transaction which expired.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","description":"Interface for a store credit account transaction.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitRevertTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountExpirationTransaction","ofType":null}]},{"kind":"OBJECT","name":"StoreCreditAccountTransactionConnection","description":"An auto-generated type for paginating through multiple StoreCreditAccountTransactions.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountTransactionEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in StoreCreditAccountTransactionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountTransactionEdge","description":"An auto-generated type which holds one StoreCreditAccountTransaction and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StoreCreditAccountTransactionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StorefrontCustomerAccessTokenCreatePayload","description":"Return type for `storefrontCustomerAccessTokenCreate` mutation.","fields":[{"name":"customerAccessToken","description":"The created access token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycle","description":"The billing cycle of a subscription.","fields":[{"name":"billingAttemptExpectedDate","description":"The expected date of the billing attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cycleEndAt","description":"The end date of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cycleIndex","description":"The index of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cycleStartAt","description":"The start date of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"edited","description":"Whether the billing cycle was edited.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"skipped","description":"Whether the billing cycle was skipped.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionBillingCycleBillingCycleStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCycleBillingCycleStatus","description":"The possible statuses of a subscription billing cycle.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BILLED","description":"The billing cycle has been billed.","isDeprecated":false,"deprecationReason":null},{"name":"UNBILLED","description":"The billing cycle has not been billed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleConnection","description":"An auto-generated type for paginating through multiple SubscriptionBillingCycles.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SubscriptionBillingCycleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleEdge","description":"An auto-generated type which holds one SubscriptionBillingCycle and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SubscriptionBillingCycleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleInput","description":"The input fields for specifying the subscription contract and selecting the associated billing cycle.","fields":null,"inputFields":[{"name":"contractId","description":"The ID of the subscription contract associated with the billing cycle.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"selector","description":"Selects the billing cycle by date or index.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleSelector","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleSelector","description":"The input fields to select a SubscriptionBillingCycle by either date or index.","fields":null,"inputFields":[{"name":"date","description":"The date to select a billing cycle.","type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"index","description":"The index to select a billing cycle.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipPayload","description":"Return type for `subscriptionBillingCycleSkip` mutation.","fields":[{"name":"billingCycle","description":"The updated billing cycle.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipUserError","description":"An error that occurs during the execution of `SubscriptionBillingCycleSkip`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionBillingCycleSkipUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCycleSkipUserErrorCode","description":"Possible error codes that can be returned by `SubscriptionBillingCycleSkipUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipPayload","description":"Return type for `subscriptionBillingCycleUnskip` mutation.","fields":[{"name":"billingCycle","description":"The updated billing cycle.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipUserError","description":"An error that occurs during the execution of `SubscriptionBillingCycleUnskip`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionBillingCycleUnskipUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCycleUnskipUserErrorCode","description":"Possible error codes that can be returned by `SubscriptionBillingCycleUnskipUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCyclesSortKeys","description":"The set of valid sort keys for the SubscriptionBillingCycles query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CYCLE_END_AT","description":"Sort by the `cycle_end_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"CYCLE_INDEX","description":"Sort by the `cycle_index` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingPolicy","description":"The billing policy of a subscription.","fields":[{"name":"anchors","description":"The anchor dates for calculating billing intervals.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAnchor","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"interval","description":"The type of interval associated with this schedule (e.g. Monthly, Weekly, etc).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between invoices.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxCycles","description":"The maximum number of cycles after which the subscription ends.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minCycles","description":"The minimum number of cycles required for the subscription.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContract","description":"A Subscription Contract.","fields":[{"name":"appEligibleForCustomerActions","description":"Whether the subscription contract is eligible for customer actions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPolicy","description":"The billing policy associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingPolicy","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the subscription contract was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The currency used for the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"A list of custom attributes to be added to the generated orders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The delivery method for each billing of the subscription contract.","args":[],"type":{"kind":"UNION","name":"SubscriptionDeliveryMethod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPolicy","description":"The delivery policy associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryPolicy","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPrice","description":"The delivery price for each billing of the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastPaymentStatus","description":"The current status of the last payment.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractLastPaymentStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineCount","description":"The number of lines associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of subscription lines associated with the subscription contract.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nextBillingDate","description":"The next billing date for the subscription contract.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that will be applied to the generated orders.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"A list of the subscription contract's orders.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originOrder","description":"The order from which the contract originated.","args":[],"type":{"kind":"OBJECT","name":"Order","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrument","description":"The payment instrument being charged for this subscription contract.","args":[],"type":{"kind":"INTERFACE","name":"PaymentInstrument","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"priceBreakdownEstimate","description":"An estimate of the breakdown of the amounts that will be charged in the next billing attempt.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionPriceBreakdown","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revisionId","description":"The revision ID of the contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionContractSubscriptionStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"upcomingBillingCycles","description":"The upcoming billing cycles on the subscription contract.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"SubscriptionBillingCyclesSortKeys","ofType":null},"defaultValue":"CYCLE_INDEX","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the subscription contract was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SubscriptionContractBase","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractActivatePayload","description":"Return type for `subscriptionContractActivate` mutation.","fields":[{"name":"contract","description":"The activated Subscription Contract.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"SubscriptionContractBase","description":"The common fields of a subscription contract.","fields":[{"name":"appEligibleForCustomerActions","description":"Whether the subscription contract is eligible for customer actions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The currency used for the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"A list of custom attributes to be added to the generated orders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The delivery method for each billing of the subscription contract.","args":[],"type":{"kind":"UNION","name":"SubscriptionDeliveryMethod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPrice","description":"The delivery price for each billing of the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineCount","description":"The number of lines associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of subscription lines associated with the subscription contract.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that will be applied to the generated orders.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"A list of the subscription contract's orders.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceBreakdownEstimate","description":"An estimate of the breakdown of the amounts that will be charged in the next billing attempt.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionPriceBreakdown","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the subscription contract was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionContract","ofType":null}]},{"kind":"OBJECT","name":"SubscriptionContractCancelPayload","description":"Return type for `subscriptionContractCancel` mutation.","fields":[{"name":"contract","description":"The canceled Subscription Contract.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractChangePaymentInstrumentPayload","description":"Return type for `subscriptionContractChangePaymentInstrument` mutation.","fields":[{"name":"contract","description":"The updated Subscription Contract after the payment instrument change.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractConnection","description":"An auto-generated type for paginating through multiple SubscriptionContracts.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SubscriptionContractEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractEdge","description":"An auto-generated type which holds one SubscriptionContract and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SubscriptionContractEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractFetchDeliveryOptionsPayload","description":"Return type for `subscriptionContractFetchDeliveryOptions` mutation.","fields":[{"name":"deliveryOptionsResult","description":"The available delivery options for a given delivery address. Returns `null` for pending requests.","args":[],"type":{"kind":"UNION","name":"SubscriptionDeliveryOptionsResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractLastPaymentStatus","description":"The status of the last payment on a subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FAILED","description":"A failed subscription billing attempt.","isDeprecated":false,"deprecationReason":null},{"name":"SUCCEEDED","description":"A successful subscription billing attempt.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractPausePayload","description":"Return type for `subscriptionContractPause` mutation.","fields":[{"name":"contract","description":"The updated Subscription Contract after the pause operation.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractSelectDeliveryMethodPayload","description":"Return type for `subscriptionContractSelectDeliveryMethod` mutation.","fields":[{"name":"contract","description":"The updated subscription contract object.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractStatusUpdateErrorCode","description":"Possible error codes that can be returned by `SubscriptionContractStatusUpdateUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CONTRACT_FAILED","description":"Subscription contract status cannot be changed once failed.","isDeprecated":false,"deprecationReason":null},{"name":"CONTRACT_TERMINATED","description":"Subscription contract status cannot be changed once terminated.","isDeprecated":false,"deprecationReason":null},{"name":"HAS_FUTURE_EDITS","description":"Subscription contract has a future contract or schedule edit.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION_CONTRACT_DOES_NOT_EXIST","description":"Subscription contract does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","description":"The error codes for failed subscription contract mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractStatusUpdateErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractSubscriptionStatus","description":"The status of a subscription.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACTIVE","description":"The contract is active and is continuing per its policies.","isDeprecated":false,"deprecationReason":null},{"name":"CANCELLED","description":"The contract was ended by an unplanned customer action.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The contract has ended per the expected circumstances. All billing and delivery cycles of the subscriptions have been executed.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"The contract has ended because billing failed and no further billing attempts are expected.","isDeprecated":false,"deprecationReason":null},{"name":"PAUSED","description":"The contract is temporarily paused and is expected to resume in the future.","isDeprecated":false,"deprecationReason":null},{"name":"STALE","description":"The contract has expired due to inactivity.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractUserError","description":"The error codes for failed subscription contract mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractUserErrorCode","description":"Possible error codes that can be returned by `SubscriptionContractUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"HAS_FUTURE_EDITS","description":"Subscription contract has a future contract or schedule edit.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_DOES_NOT_EXIST","description":"Payment instrument does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION_CONTRACT_DOES_NOT_EXIST","description":"Subscription contract does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractsSortKeys","description":"The set of valid sort keys for the SubscriptionContracts query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"SubscriptionDeliveryMethod","description":"The delivery method to use to deliver the physical goods to the customer.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDelivery","ofType":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickup","ofType":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShipping","ofType":null}]},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodInput","description":"Specifies delivery method fields for a subscription contract.\nThis is an input union: one, and only one, field can be provided.\nThe field provided will determine which delivery method is to be used.\n","fields":null,"inputFields":[{"name":"localDelivery","description":"The input fields for the local delivery method.","type":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pickup","description":"The input fields for the pickup delivery method.","type":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodPickupInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shipping","description":"The input fields for the shipping delivery method.","type":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodShippingInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDelivery","description":"The local delivery method, including a mailing address and a local delivery option.","fields":[{"name":"address","description":"The delivery address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionMailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"localDeliveryOption","description":"The local delivery method details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryOption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryInput","description":"The input fields for a local delivery method.","fields":null,"inputFields":[{"name":"address","description":"The address to deliver to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"instructions","description":"The delivery instructions that the customer can provide to the merchant.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number that the customer must provide to the merchant.\nFormatted using E.164 standard. For example, `+16135551111`.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryOption","description":"The delivery option selected for a subscription contract.","fields":[{"name":"description","description":"The description of the delivery option shown to the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"instructions","description":"The delivery instructions provided by the customer to the merchant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the customer provided to the merchant.\nFormatted using E.164 standard. For example, `+16135551111`.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The displayed title of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickup","description":"A delivery method with a pickup option.","fields":[{"name":"pickupOption","description":"The details of the pickup delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickupOption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodPickupInput","description":"The input fields for a pickup delivery method.","fields":null,"inputFields":[{"name":"locationId","description":"The ID of the pickup location.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickupOption","description":"Represents the selected pickup option on a subscription contract.","fields":[{"name":"description","description":"The details displayed to the customer to describe the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupAddress","description":"The pickup address where the customer will pick up the merchandise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PickupAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShipping","description":"The shipping delivery method, including a mailing address and a shipping option.","fields":[{"name":"address","description":"The address for shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionMailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingOption","description":"The details of the shipping method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShippingOption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodShippingInput","description":"The input fields for a shipping delivery method.","fields":null,"inputFields":[{"name":"address","description":"The address to ship to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShippingOption","description":"The selected shipping option on a subscription contract.","fields":[{"name":"description","description":"The description of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SubscriptionDeliveryOption","description":"The delivery option for a subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionLocalDeliveryOption","ofType":null},{"kind":"OBJECT","name":"SubscriptionPickupOption","ofType":null},{"kind":"OBJECT","name":"SubscriptionShippingOption","ofType":null}]},{"kind":"UNION","name":"SubscriptionDeliveryOptionsResult","description":"The result of the query that fetches delivery options for the subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultFailure","ofType":null},{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultSuccess","ofType":null}]},{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultFailure","description":"A failed result indicating unavailability of delivery options for the subscription contract.","fields":[{"name":"message","description":"The reason for the failure.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultSuccess","description":"A successful result containing the available delivery options for the subscription contract.","fields":[{"name":"deliveryOptions","description":"The available delivery options.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionDeliveryOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The token associated with the successful result of delivery options.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryPolicy","description":"Represents a Subscription Delivery Policy.","fields":[{"name":"anchors","description":"The anchor dates for calculating delivery intervals.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAnchor","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"interval","description":"The type of interval associated with this schedule (e.g. Monthly, Weekly, etc).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between deliveries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLine","description":"A line item in a subscription.","fields":[{"name":"currentPrice","description":"The current price per unit for the subscription line in the contract's currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The custom attributes associated with the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image associated with the product variant.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineDiscountedPrice","description":"The total price of the line item after all discounts have been applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL of the product in the online store.\nA value of `null` indicates that the product isn't published in the Online Store sales channel.\n","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the unit selected for the subscription line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the product variant requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU of the product variant associated with the subscription line.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":"Whether the product variant is taxable.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product associated with the subscription line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantImage","description":"The image associated with the product variant.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The title of the product variant associated with the subscription line.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLineConnection","description":"An auto-generated type for paginating through multiple SubscriptionLines.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLineEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SubscriptionLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLineEdge","description":"An auto-generated type which holds one SubscriptionLine and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SubscriptionLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLine","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLocalDeliveryOption","description":"A local delivery option for a subscription contract.","fields":[{"name":"code","description":"The code of the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the local delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneRequired","description":"Whether a phone number is required for the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the local delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionMailingAddress","description":"The mailing address on a subscription.","fields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.\nFor example, US.\n","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on the first name and last name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer, formatted using the E.164 standard. For example, _+16135551111_.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region.\nFor example, ON.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionPickupOption","description":"A pickup option to deliver a subscription contract.","fields":[{"name":"code","description":"The code of the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locationId","description":"The ID of the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phoneRequired","description":"Whether a phone number is required for the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pickupAddress","description":"The pickup address where the customer will pickup the merchandise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PickupAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pickupTime","description":"The estimated amount of time it takes for the pickup to be ready. For example, \"Usually ready in 24 hours\".\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionPriceBreakdown","description":"Represents the breakdown of prices to be charges in the billing attempt.","fields":[{"name":"subtotalPrice","description":"The sum of the prices for all line items after discounts.\nIf taxesIncluded is true, then the subtotal also includes tax.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxesIncluded","description":"Whether taxes are included in the subtotal price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscounts","description":"The total amount discounted.\nThis includes both order and line level discounts.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total price. This includes taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping amount before discounts and returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total tax amount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionShippingOption","description":"A shipping option to deliver a subscription contract.","fields":[{"name":"code","description":"The code of the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneRequired","description":"Whether a phone number is required for the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TaxExemption","description":"The available tax exemptions for a customer.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUSTRALIA_RESELLER_EXEMPTION","description":"This customer is exempt from GST taxes for holding a valid exemption. The business customer should provide their GST number and account for the GST.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid CONTRACTOR_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_PRODUCTION_AND_MACHINERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid PRODUCTION_AND_MACHINERY_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_SUB_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid SUB_CONTRACTOR_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_DIPLOMAT_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid DIPLOMAT_EXEMPTION in Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CA_MB_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Manitoba.","isDeprecated":false,"deprecationReason":null},{"name":"CA_MB_FARMER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid FARMER_EXEMPTION in Manitoba.","isDeprecated":false,"deprecationReason":null},{"name":"CA_MB_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Manitoba.","isDeprecated":false,"deprecationReason":null},{"name":"CA_NS_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Nova Scotia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_NS_FARMER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid FARMER_EXEMPTION in Nova Scotia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_ON_PURCHASE_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid PURCHASE_EXEMPTION in Ontario.","isDeprecated":false,"deprecationReason":null},{"name":"CA_PE_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Prince Edward Island.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid CONTRACTOR_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_FARMER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid FARMER_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_PRODUCTION_AND_MACHINERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid PRODUCTION_AND_MACHINERY_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_SUB_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid SUB_CONTRACTOR_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_STATUS_CARD_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid STATUS_CARD_EXEMPTION in Canada.","isDeprecated":false,"deprecationReason":null},{"name":"EU_REVERSE_CHARGE_EXEMPTION_RULE","description":"This customer is exempt from VAT for purchases within the EU that is shipping from outside of customer's country.","isDeprecated":false,"deprecationReason":null},{"name":"US_AK_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Alaska.","isDeprecated":false,"deprecationReason":null},{"name":"US_AL_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Alabama.","isDeprecated":false,"deprecationReason":null},{"name":"US_AR_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Arkansas.","isDeprecated":false,"deprecationReason":null},{"name":"US_AZ_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Arizona.","isDeprecated":false,"deprecationReason":null},{"name":"US_CA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in California.","isDeprecated":false,"deprecationReason":null},{"name":"US_CO_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Colorado.","isDeprecated":false,"deprecationReason":null},{"name":"US_CT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Connecticut.","isDeprecated":false,"deprecationReason":null},{"name":"US_DC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Washington DC.","isDeprecated":false,"deprecationReason":null},{"name":"US_DE_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Delaware.","isDeprecated":false,"deprecationReason":null},{"name":"US_FL_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Florida.","isDeprecated":false,"deprecationReason":null},{"name":"US_GA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"US_HI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Hawaii.","isDeprecated":false,"deprecationReason":null},{"name":"US_IA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Iowa.","isDeprecated":false,"deprecationReason":null},{"name":"US_ID_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Idaho.","isDeprecated":false,"deprecationReason":null},{"name":"US_IL_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Illinois.","isDeprecated":false,"deprecationReason":null},{"name":"US_IN_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Indiana.","isDeprecated":false,"deprecationReason":null},{"name":"US_KS_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Kansas.","isDeprecated":false,"deprecationReason":null},{"name":"US_KY_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Kentucky.","isDeprecated":false,"deprecationReason":null},{"name":"US_LA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Louisiana.","isDeprecated":false,"deprecationReason":null},{"name":"US_MA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Massachusetts.","isDeprecated":false,"deprecationReason":null},{"name":"US_MD_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Maryland.","isDeprecated":false,"deprecationReason":null},{"name":"US_ME_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Maine.","isDeprecated":false,"deprecationReason":null},{"name":"US_MI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Michigan.","isDeprecated":false,"deprecationReason":null},{"name":"US_MN_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Minnesota.","isDeprecated":false,"deprecationReason":null},{"name":"US_MO_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Missouri.","isDeprecated":false,"deprecationReason":null},{"name":"US_MS_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Mississippi.","isDeprecated":false,"deprecationReason":null},{"name":"US_MT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Montana.","isDeprecated":false,"deprecationReason":null},{"name":"US_NC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in North Carolina.","isDeprecated":false,"deprecationReason":null},{"name":"US_ND_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in North Dakota.","isDeprecated":false,"deprecationReason":null},{"name":"US_NE_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Nebraska.","isDeprecated":false,"deprecationReason":null},{"name":"US_NH_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New Hampshire.","isDeprecated":false,"deprecationReason":null},{"name":"US_NJ_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"US_NM_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"US_NV_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Nevada.","isDeprecated":false,"deprecationReason":null},{"name":"US_NY_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New York.","isDeprecated":false,"deprecationReason":null},{"name":"US_OH_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Ohio.","isDeprecated":false,"deprecationReason":null},{"name":"US_OK_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Oklahoma.","isDeprecated":false,"deprecationReason":null},{"name":"US_OR_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Oregon.","isDeprecated":false,"deprecationReason":null},{"name":"US_PA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Pennsylvania.","isDeprecated":false,"deprecationReason":null},{"name":"US_RI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Rhode Island.","isDeprecated":false,"deprecationReason":null},{"name":"US_SC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in South Carolina.","isDeprecated":false,"deprecationReason":null},{"name":"US_SD_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in South Dakota.","isDeprecated":false,"deprecationReason":null},{"name":"US_TN_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Tennessee.","isDeprecated":false,"deprecationReason":null},{"name":"US_TX_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Texas.","isDeprecated":false,"deprecationReason":null},{"name":"US_UT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Utah.","isDeprecated":false,"deprecationReason":null},{"name":"US_VA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Virginia.","isDeprecated":false,"deprecationReason":null},{"name":"US_VT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Vermont.","isDeprecated":false,"deprecationReason":null},{"name":"US_WA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Washington.","isDeprecated":false,"deprecationReason":null},{"name":"US_WI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Wisconsin.","isDeprecated":false,"deprecationReason":null},{"name":"US_WV_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in West Virginia.","isDeprecated":false,"deprecationReason":null},{"name":"US_WY_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Wyoming.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TaxExemptionDetails","description":"The detailed information about tax exemptions that can be applied to customers.","fields":[{"name":"applicable","description":"Whether the tax exemption can be applied on tax lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"exemptionGroup","description":"An identifier that groups exemptions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"exemptionGroupName","description":"The translated display name of the tax exemption group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedName","description":"The translated display name of the tax exemption when grouped.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The translated display name of the tax exemption.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxRegionCode","description":"The code of the tax region this exemption applies to. If null, it applies in all regions.","args":[],"type":{"kind":"ENUM","name":"TaxRegionCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The unique type of the exemption.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TaxExemption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TaxLine","description":"The details about a single tax applied to the associated line item.","fields":[{"name":"channelLiable","description":"Whether the channel that submitted the tax line is responsible for remitting it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceSet","description":"The tax amount in shop and presentment currencies, calculated after discounts and before returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rate","description":"The proportion of the line item price represented by the tax, expressed as a decimal.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ratePercentage","description":"The proportion of the line item price represented by the tax, expressed as a percentage.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source","description":"The origin of the tax.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The name of the applied tax.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TaxRegionCode","description":"The ISO 3166-1 alpha-2 codes that distinguish a region where common tax rules apply.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AC","description":"Ascension Island.","isDeprecated":false,"deprecationReason":null},{"name":"AD","description":"Andorra.","isDeprecated":false,"deprecationReason":null},{"name":"AE","description":"United Arab Emirates.","isDeprecated":false,"deprecationReason":null},{"name":"AF","description":"Afghanistan.","isDeprecated":false,"deprecationReason":null},{"name":"AG","description":"Antigua & Barbuda.","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"Anguilla.","isDeprecated":false,"deprecationReason":null},{"name":"AL","description":"Albania.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Armenia.","isDeprecated":false,"deprecationReason":null},{"name":"AN","description":"Netherlands Antilles.","isDeprecated":false,"deprecationReason":null},{"name":"AO","description":"Angola.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Argentina.","isDeprecated":false,"deprecationReason":null},{"name":"AT","description":"Austria.","isDeprecated":false,"deprecationReason":null},{"name":"AU","description":"Australia.","isDeprecated":false,"deprecationReason":null},{"name":"AW","description":"Aruba.","isDeprecated":false,"deprecationReason":null},{"name":"AX","description":"Γ…land Islands.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijan.","isDeprecated":false,"deprecationReason":null},{"name":"BA","description":"Bosnia & Herzegovina.","isDeprecated":false,"deprecationReason":null},{"name":"BB","description":"Barbados.","isDeprecated":false,"deprecationReason":null},{"name":"BD","description":"Bangladesh.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belgium.","isDeprecated":false,"deprecationReason":null},{"name":"BF","description":"Burkina Faso.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgaria.","isDeprecated":false,"deprecationReason":null},{"name":"BH","description":"Bahrain.","isDeprecated":false,"deprecationReason":null},{"name":"BI","description":"Burundi.","isDeprecated":false,"deprecationReason":null},{"name":"BJ","description":"Benin.","isDeprecated":false,"deprecationReason":null},{"name":"BL","description":"St. BarthΓ©lemy.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bermuda.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Brunei.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Bolivia.","isDeprecated":false,"deprecationReason":null},{"name":"BQ","description":"Caribbean Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Brazil.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bahamas.","isDeprecated":false,"deprecationReason":null},{"name":"BT","description":"Bhutan.","isDeprecated":false,"deprecationReason":null},{"name":"BV","description":"Bouvet Island.","isDeprecated":false,"deprecationReason":null},{"name":"BW","description":"Botswana.","isDeprecated":false,"deprecationReason":null},{"name":"BY","description":"Belarus.","isDeprecated":false,"deprecationReason":null},{"name":"BZ","description":"Belize.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CC","description":"Cocos (Keeling) Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CD","description":"Congo - Kinshasa.","isDeprecated":false,"deprecationReason":null},{"name":"CF","description":"Central African Republic.","isDeprecated":false,"deprecationReason":null},{"name":"CG","description":"Congo - Brazzaville.","isDeprecated":false,"deprecationReason":null},{"name":"CH","description":"Switzerland.","isDeprecated":false,"deprecationReason":null},{"name":"CI","description":"CΓ΄te d’Ivoire.","isDeprecated":false,"deprecationReason":null},{"name":"CK","description":"Cook Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CL","description":"Chile.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"Cameroon.","isDeprecated":false,"deprecationReason":null},{"name":"CN","description":"China.","isDeprecated":false,"deprecationReason":null},{"name":"CO","description":"Colombia.","isDeprecated":false,"deprecationReason":null},{"name":"CR","description":"Costa Rica.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Cuba.","isDeprecated":false,"deprecationReason":null},{"name":"CV","description":"Cape Verde.","isDeprecated":false,"deprecationReason":null},{"name":"CW","description":"CuraΓ§ao.","isDeprecated":false,"deprecationReason":null},{"name":"CX","description":"Christmas Island.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Cyprus.","isDeprecated":false,"deprecationReason":null},{"name":"CZ","description":"Czechia.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"Germany.","isDeprecated":false,"deprecationReason":null},{"name":"DJ","description":"Djibouti.","isDeprecated":false,"deprecationReason":null},{"name":"DK","description":"Denmark.","isDeprecated":false,"deprecationReason":null},{"name":"DM","description":"Dominica.","isDeprecated":false,"deprecationReason":null},{"name":"DO","description":"Dominican Republic.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Algeria.","isDeprecated":false,"deprecationReason":null},{"name":"EC","description":"Ecuador.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Estonia.","isDeprecated":false,"deprecationReason":null},{"name":"EG","description":"Egypt.","isDeprecated":false,"deprecationReason":null},{"name":"EH","description":"Western Sahara.","isDeprecated":false,"deprecationReason":null},{"name":"ER","description":"Eritrea.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spain.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Ethiopia.","isDeprecated":false,"deprecationReason":null},{"name":"EU","description":"European Union.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finland.","isDeprecated":false,"deprecationReason":null},{"name":"FJ","description":"Fiji.","isDeprecated":false,"deprecationReason":null},{"name":"FK","description":"Falkland Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroe Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"France.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Gabon.","isDeprecated":false,"deprecationReason":null},{"name":"GB","description":"United Kingdom.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Grenada.","isDeprecated":false,"deprecationReason":null},{"name":"GE","description":"Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"GF","description":"French Guiana.","isDeprecated":false,"deprecationReason":null},{"name":"GG","description":"Guernsey.","isDeprecated":false,"deprecationReason":null},{"name":"GH","description":"Ghana.","isDeprecated":false,"deprecationReason":null},{"name":"GI","description":"Gibraltar.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Greenland.","isDeprecated":false,"deprecationReason":null},{"name":"GM","description":"Gambia.","isDeprecated":false,"deprecationReason":null},{"name":"GN","description":"Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GP","description":"Guadeloupe.","isDeprecated":false,"deprecationReason":null},{"name":"GQ","description":"Equatorial Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GR","description":"Greece.","isDeprecated":false,"deprecationReason":null},{"name":"GS","description":"South Georgia & South Sandwich Islands.","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"Guatemala.","isDeprecated":false,"deprecationReason":null},{"name":"GW","description":"Guinea-Bissau.","isDeprecated":false,"deprecationReason":null},{"name":"GY","description":"Guyana.","isDeprecated":false,"deprecationReason":null},{"name":"HK","description":"Hong Kong SAR.","isDeprecated":false,"deprecationReason":null},{"name":"HM","description":"Heard & McDonald Islands.","isDeprecated":false,"deprecationReason":null},{"name":"HN","description":"Honduras.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatia.","isDeprecated":false,"deprecationReason":null},{"name":"HT","description":"Haiti.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungary.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesia.","isDeprecated":false,"deprecationReason":null},{"name":"IE","description":"Ireland.","isDeprecated":false,"deprecationReason":null},{"name":"IL","description":"Israel.","isDeprecated":false,"deprecationReason":null},{"name":"IM","description":"Isle of Man.","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"India.","isDeprecated":false,"deprecationReason":null},{"name":"IO","description":"British Indian Ocean Territory.","isDeprecated":false,"deprecationReason":null},{"name":"IQ","description":"Iraq.","isDeprecated":false,"deprecationReason":null},{"name":"IR","description":"Iran.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Iceland.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italy.","isDeprecated":false,"deprecationReason":null},{"name":"JE","description":"Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"JM","description":"Jamaica.","isDeprecated":false,"deprecationReason":null},{"name":"JO","description":"Jordan.","isDeprecated":false,"deprecationReason":null},{"name":"JP","description":"Japan.","isDeprecated":false,"deprecationReason":null},{"name":"KE","description":"Kenya.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"Kyrgyzstan.","isDeprecated":false,"deprecationReason":null},{"name":"KH","description":"Cambodia.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kiribati.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Comoros.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"St. Kitts & Nevis.","isDeprecated":false,"deprecationReason":null},{"name":"KP","description":"North Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KR","description":"South Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Kuwait.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Cayman Islands.","isDeprecated":false,"deprecationReason":null},{"name":"KZ","description":"Kazakhstan.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Laos.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Lebanon.","isDeprecated":false,"deprecationReason":null},{"name":"LC","description":"St. Lucia.","isDeprecated":false,"deprecationReason":null},{"name":"LI","description":"Liechtenstein.","isDeprecated":false,"deprecationReason":null},{"name":"LK","description":"Sri Lanka.","isDeprecated":false,"deprecationReason":null},{"name":"LR","description":"Liberia.","isDeprecated":false,"deprecationReason":null},{"name":"LS","description":"Lesotho.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuania.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luxembourg.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvia.","isDeprecated":false,"deprecationReason":null},{"name":"LY","description":"Libya.","isDeprecated":false,"deprecationReason":null},{"name":"MA","description":"Morocco.","isDeprecated":false,"deprecationReason":null},{"name":"MC","description":"Monaco.","isDeprecated":false,"deprecationReason":null},{"name":"MD","description":"Moldova.","isDeprecated":false,"deprecationReason":null},{"name":"ME","description":"Montenegro.","isDeprecated":false,"deprecationReason":null},{"name":"MF","description":"St. Martin.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Madagascar.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"North Macedonia.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Mali.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"Myanmar (Burma).","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolia.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Macao SAR.","isDeprecated":false,"deprecationReason":null},{"name":"MQ","description":"Martinique.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Mauritania.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Montserrat.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Malta.","isDeprecated":false,"deprecationReason":null},{"name":"MU","description":"Mauritius.","isDeprecated":false,"deprecationReason":null},{"name":"MV","description":"Maldives.","isDeprecated":false,"deprecationReason":null},{"name":"MW","description":"Malawi.","isDeprecated":false,"deprecationReason":null},{"name":"MX","description":"Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Malaysia.","isDeprecated":false,"deprecationReason":null},{"name":"MZ","description":"Mozambique.","isDeprecated":false,"deprecationReason":null},{"name":"NA","description":"Namibia.","isDeprecated":false,"deprecationReason":null},{"name":"NC","description":"New Caledonia.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Niger.","isDeprecated":false,"deprecationReason":null},{"name":"NF","description":"Norfolk Island.","isDeprecated":false,"deprecationReason":null},{"name":"NG","description":"Nigeria.","isDeprecated":false,"deprecationReason":null},{"name":"NI","description":"Nicaragua.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norway.","isDeprecated":false,"deprecationReason":null},{"name":"NP","description":"Nepal.","isDeprecated":false,"deprecationReason":null},{"name":"NR","description":"Nauru.","isDeprecated":false,"deprecationReason":null},{"name":"NU","description":"Niue.","isDeprecated":false,"deprecationReason":null},{"name":"NZ","description":"New Zealand.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oman.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Panama.","isDeprecated":false,"deprecationReason":null},{"name":"PE","description":"Peru.","isDeprecated":false,"deprecationReason":null},{"name":"PF","description":"French Polynesia.","isDeprecated":false,"deprecationReason":null},{"name":"PG","description":"Papua New Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"PH","description":"Philippines.","isDeprecated":false,"deprecationReason":null},{"name":"PK","description":"Pakistan.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Poland.","isDeprecated":false,"deprecationReason":null},{"name":"PM","description":"St. Pierre & Miquelon.","isDeprecated":false,"deprecationReason":null},{"name":"PN","description":"Pitcairn Islands.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Palestinian Territories.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portugal.","isDeprecated":false,"deprecationReason":null},{"name":"PY","description":"Paraguay.","isDeprecated":false,"deprecationReason":null},{"name":"QA","description":"Qatar.","isDeprecated":false,"deprecationReason":null},{"name":"RE","description":"RΓ©union.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romania.","isDeprecated":false,"deprecationReason":null},{"name":"RS","description":"Serbia.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russia.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Rwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Saudi Arabia.","isDeprecated":false,"deprecationReason":null},{"name":"SB","description":"Solomon Islands.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Seychelles.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Sweden.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Singapore.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"St. Helena.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Slovenia.","isDeprecated":false,"deprecationReason":null},{"name":"SJ","description":"Svalbard & Jan Mayen.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovakia.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Sierra Leone.","isDeprecated":false,"deprecationReason":null},{"name":"SM","description":"San Marino.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Senegal.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somalia.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Suriname.","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"South Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"ST","description":"SΓ£o TomΓ© & PrΓ­ncipe.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"El Salvador.","isDeprecated":false,"deprecationReason":null},{"name":"SX","description":"Sint Maarten.","isDeprecated":false,"deprecationReason":null},{"name":"SY","description":"Syria.","isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":"Eswatini.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tristan da Cunha.","isDeprecated":false,"deprecationReason":null},{"name":"TC","description":"Turks & Caicos Islands.","isDeprecated":false,"deprecationReason":null},{"name":"TD","description":"Chad.","isDeprecated":false,"deprecationReason":null},{"name":"TF","description":"French Southern Territories.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Togo.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thailand.","isDeprecated":false,"deprecationReason":null},{"name":"TJ","description":"Tajikistan.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Tokelau.","isDeprecated":false,"deprecationReason":null},{"name":"TL","description":"Timor-Leste.","isDeprecated":false,"deprecationReason":null},{"name":"TM","description":"Turkmenistan.","isDeprecated":false,"deprecationReason":null},{"name":"TN","description":"Tunisia.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tonga.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"TΓΌrkiye.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Trinidad & Tobago.","isDeprecated":false,"deprecationReason":null},{"name":"TV","description":"Tuvalu.","isDeprecated":false,"deprecationReason":null},{"name":"TW","description":"Taiwan.","isDeprecated":false,"deprecationReason":null},{"name":"TZ","description":"Tanzania.","isDeprecated":false,"deprecationReason":null},{"name":"UA","description":"Ukraine.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uganda.","isDeprecated":false,"deprecationReason":null},{"name":"UM","description":"U.S. Outlying Islands.","isDeprecated":false,"deprecationReason":null},{"name":"US","description":"United States.","isDeprecated":false,"deprecationReason":null},{"name":"UY","description":"Uruguay.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbekistan.","isDeprecated":false,"deprecationReason":null},{"name":"VA","description":"Vatican City.","isDeprecated":false,"deprecationReason":null},{"name":"VC","description":"St. Vincent & Grenadines.","isDeprecated":false,"deprecationReason":null},{"name":"VE","description":"Venezuela.","isDeprecated":false,"deprecationReason":null},{"name":"VG","description":"British Virgin Islands.","isDeprecated":false,"deprecationReason":null},{"name":"VN","description":"Vietnam.","isDeprecated":false,"deprecationReason":null},{"name":"VU","description":"Vanuatu.","isDeprecated":false,"deprecationReason":null},{"name":"WF","description":"Wallis & Futuna.","isDeprecated":false,"deprecationReason":null},{"name":"WS","description":"Samoa.","isDeprecated":false,"deprecationReason":null},{"name":"XK","description":"Kosovo.","isDeprecated":false,"deprecationReason":null},{"name":"YE","description":"Yemen.","isDeprecated":false,"deprecationReason":null},{"name":"YT","description":"Mayotte.","isDeprecated":false,"deprecationReason":null},{"name":"ZA","description":"South Africa.","isDeprecated":false,"deprecationReason":null},{"name":"ZM","description":"Zambia.","isDeprecated":false,"deprecationReason":null},{"name":"ZW","description":"Zimbabwe.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TimelineEvent","description":"The events that chronicle resource activities available to the customer.\n","fields":[{"name":"happenedAt","description":"The date and time when the event occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the timeline event.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Additional details about the event.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtitle","description":"The subtitle of the event.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the event.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TipSale","description":"A sale that is associated with a tip.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TrackingInformation","description":"Represents the tracking information for a fulfillment.","fields":[{"name":"company","description":"The name of the tracking company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":"The tracking number for the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URLs to track the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TransactionSortKeys","description":"The set of valid sort keys for the Transaction query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRES_AT","description":"Sort by the `expires_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TransactionTypeDetails","description":"The details related to the transaction type.","fields":[{"name":"message","description":"The message of the transaction type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the transaction type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"URL","description":"Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and\n[RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string.\n\nFor example, `\"https://johns-apparel.myshopify.com\"` is a valid URL. It includes a scheme (`https`) and a host\n(`johns-apparel.myshopify.com`).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UiExtensionMetafield","description":"The custom data attached to a resource. Metafields can be sorted into namespaces and are\ncomprised of keys, values, and value types.\n","fields":[{"name":"description","description":"The description of a metafield.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The key name for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The owner ID for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the metafield.\nSee the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"valueType","description":"Represents the metafield value type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MetafieldValueType","ofType":null}},"isDeprecated":true,"deprecationReason":"`valueType` is deprecated and replaced by `type`."}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UiExtensionMetafieldFilterInput","description":"The input fields for filtering ui extension metafields.","fields":null,"inputFields":[{"name":"key","description":"A metafield key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A metafield namespace.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UiExtensionSessionToken","description":"A session token for a UI extension.\n","fields":[{"name":"expiresIn","description":"The second count until the session token expires.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the UI extension session token.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnfulfilledDigitalLineItemContainer","description":"The information about the container for unfulfilled digital line items (excluding gift cards).\n","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnfulfilledGiftCardLineItemContainer","description":"The information about the container for unfulfilled gift card type line items.\n","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnfulfilledLineItemContainer","description":"The information about the container for unfulfilled line items.\n","fields":[{"name":"displayableState","description":"The translated state of the line item container (for example, `Unfulfilled`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The state of the line item container (for example, `unfulfilled`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","description":"The common fields for containers of unfulfilled line items series.","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UnfulfilledDigitalLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledGiftCardLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledPhysicalLineItemContainer","ofType":null}]},{"kind":"OBJECT","name":"UnfulfilledPhysicalLineItemContainer","description":"The information about the container for unfulfilled physical type line items.\n","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnitPrice","description":"The unit price of the line component. For example, \"$9.99 / 100ml\".\n","fields":[{"name":"measurement","description":"The unit measurement. For example, \"$9.99 / 100ml\".\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UnitPriceMeasurement","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The unit price of the variant. For example, \"$1 per xy\" where price is \"$1\".\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnitPriceMeasurement","description":"The unit price measurement of the line component. For example, \"$9.99 / 100ml\".\n","fields":[{"name":"referenceUnit","description":"The reference unit for the unit price measurement. For example, \"$9.99 / 100ml\" where the reference unit is \"ml\".\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UnitPriceMeasurementUnit","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"referenceValue","description":"The reference value for the unit price measurement. For example, \"$9.99 / 100ml\" where the reference value is \"100\".\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UnitPriceMeasurementUnit","description":"The valid units of measurement for a unit price measurement.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CL","description":"100 centiliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"100 centimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null},{"name":"G","description":"Metric system unit of weight.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"L","description":"Metric system unit of volume.","isDeprecated":false,"deprecationReason":null},{"name":"M","description":"Metric system unit of length.","isDeprecated":false,"deprecationReason":null},{"name":"M2","description":"Metric system unit of area.","isDeprecated":false,"deprecationReason":null},{"name":"M3","description":"1 cubic meter equals 1000 liters.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"1000 milligrams equals 1 gram.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"1000 milliliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"1000 millimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UnknownSale","description":"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.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The line type assocated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"UnsignedInt64","description":"An unsigned 64-bit integer. Represents whole numeric values between 0 and 2^64 - 1 encoded as a string of base-10 digits.\n\nExample value: `\"50\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsBusinessContactUserErrors","description":"The error codes for failed business contact mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsBusinessContactUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsBusinessContactUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsBusinessContactUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BUSINESS_CONTACT_NOT_FOUND","description":"Business contact was not found.","isDeprecated":false,"deprecationReason":null},{"name":"BUSINESS_CONTACT_UPDATE_INPUT_ARGUMENT_EMPTY","description":"Business contact update input argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"Business contact field is too long.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","description":"The error codes for failed payment instrument mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsBusinessLocationPaymentInstrumentUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS1_MISSING","description":"Address1 field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ARGUMENT_EMPTY","description":"Address argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"BRAND_NOT_SUPPORTED","description":"The card's brand is not supported.","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_REPLACE_PAYMENT_INSTRUMENT_WITH_ITSELF","description":"Cannot replace a payment instrument with itself.","isDeprecated":false,"deprecationReason":null},{"name":"CITY_MISSING","description":"City field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION_ID_DOES_NOT_EXIST","description":"Company location ID does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"COUNTRY_CODE_MISSING","description":"Country Code field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"The card was declined.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The card is expired.","isDeprecated":false,"deprecationReason":null},{"name":"FIRST_NAME_BLANK","description":"The card's first name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_ERROR","description":"An error occured.","isDeprecated":false,"deprecationReason":null},{"name":"INCORRECT","description":"The address is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"Address field is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY","description":"Invalid for country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY_AND_PROVINCE","description":"Invalid for country and province.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PROVINCE_IN_COUNTRY","description":"Invalid province in country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_START_DATE_OR_ISSUE_NUMBER_FOR_DEBIT","description":"The card's start date or issue number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_STATE_IN_COUNTRY","description":"Invalid state in country.","isDeprecated":false,"deprecationReason":null},{"name":"LAST_NAME_BLANK","description":"The card's last name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH_INVALID","description":"The card's month is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NAME_INVALID","description":"The card's name is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER_INVALID","description":"The card's number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_ID_DOES_NOT_EXIST","description":"Payment instrument ID does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_TAKEN","description":"This payment instrument is already on file.","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_NUMBER_NOT_VALID","description":"Phone number is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"The field is required.","isDeprecated":false,"deprecationReason":null},{"name":"TEST_MODE_LIVE_CARD","description":"This test card cannot be used for real transactions.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"Address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE_LIMIT_EXCEEDED","description":"Too many payment instrument updates.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_BLANK","description":"The card's verification value is missing.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INCORRECT","description":"The card's verification value is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INVALID_FOR_CARD_TYPE","description":"The card's verification value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR_INVALID","description":"The card's year is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"ZIP_INCORRECT","description":"The address's zip code is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"ZONE_CODE_MISSING","description":"Zone Code field is missing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","description":"The error codes that are provided for failed address mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerAddressUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerAddressUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerAddressUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS1_MISSING","description":"The Address1 field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ARGUMENT_EMPTY","description":"The provided address argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ID_DOES_NOT_EXIST","description":"The provided address ID doesn't exist.","isDeprecated":false,"deprecationReason":null},{"name":"COUNTRY_NOT_EXIST","description":"The provided country doesn't exist.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_ADDRESS_ALREADY_EXISTS","description":"The provided customer address already exists.","isDeprecated":false,"deprecationReason":null},{"name":"DELETING_CUSTOMER_DEFAULT_ADDRESS_NOT_ALLOWED","description":"The default address of the customer can't be deleted before setting another one as default.","isDeprecated":false,"deprecationReason":null},{"name":"DEMOTING_CUSTOMER_DEFAULT_ADDRESS_NOT_ALLOWED","description":"Demoting the default address of the customer isn't allowed.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The provided address field isn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY","description":"The provided value is invalid for the country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY_AND_PROVINCE","description":"The provided value is invalid for the country and province.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_TERRITORY_CODE","description":"The provided Territory Code isn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_NUMBER_NOT_VALID","description":"The provided phone number isn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"The field is required.","isDeprecated":false,"deprecationReason":null},{"name":"TERRITORY_CODE_MISSING","description":"The Territory Code field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The provided address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"ZONE_CODE_MISSING","description":"The Zone Code field is missing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingOptInUserErrors","description":"Provides error codes for failed marketing opt-in mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingOptInUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingOptInUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerEmailMarketingOptInUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_ALREADY_SUBSCRIBED","description":"The customer is already subscribed.","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_ADDRESS_NOT_FOUND","description":"The customer does not have an email address.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"There was an error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","description":"Provides error codes for marketing subscribe mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerEmailMarketingUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_ALREADY_SUBSCRIBED","description":"The customer is already subscribed.","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_ADDRESS_NOT_FOUND","description":"The customer does not have an email address.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED_TO_SUBSCRIBE","description":"Subscription failed.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED_TO_UNSUBSCRIBE","description":"Unsubscription failed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerUserErrors","description":"Provides error codes for failed personal information mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_DOES_NOT_EXIST","description":"The customer does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_INPUT_ARGUMENT_EMPTY","description":"The personal information input argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The personal information field is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The personal information field is too long.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","description":"The error codes for failed payment instrument mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsPaymentInstrumentUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsPaymentInstrumentUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsPaymentInstrumentUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS1_MISSING","description":"Address1 field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ARGUMENT_EMPTY","description":"Address argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"BRAND_NOT_SUPPORTED","description":"The card's brand is not supported.","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_REDIRECT_TO_SHOP_PAY","description":"Cannot find Shop Pay order for redirection.","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_REPLACE_PAYMENT_INSTRUMENT_WITH_ITSELF","description":"Cannot replace a payment instrument with itself.","isDeprecated":false,"deprecationReason":null},{"name":"CITY_MISSING","description":"City field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"COUNTRY_CODE_MISSING","description":"Country Code field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"The card was declined.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The card is expired.","isDeprecated":false,"deprecationReason":null},{"name":"FIRST_NAME_BLANK","description":"The card's first name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_ERROR","description":"An error occured.","isDeprecated":false,"deprecationReason":null},{"name":"INCORRECT","description":"The address is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"Address field is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY","description":"Invalid for country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY_AND_PROVINCE","description":"Invalid for country and province.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PROVINCE_IN_COUNTRY","description":"Invalid province in country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_START_DATE_OR_ISSUE_NUMBER_FOR_DEBIT","description":"The card's start date or issue number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_STATE_IN_COUNTRY","description":"Invalid state in country.","isDeprecated":false,"deprecationReason":null},{"name":"LAST_NAME_BLANK","description":"The card's last name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH_INVALID","description":"The card's month is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NAME_INVALID","description":"The card's name is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER_INVALID","description":"The card's number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_ID_DOES_NOT_EXIST","description":"Payment instrument ID does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_TAKEN","description":"This payment instrument is already on file.","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_NUMBER_NOT_VALID","description":"Phone number is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"The field is required.","isDeprecated":false,"deprecationReason":null},{"name":"TEST_MODE_LIVE_CARD","description":"This test card cannot be used for real transactions.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"Address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"UNSUPPORTED_PAYMENT_INSTRUMENT_TYPE","description":"Payment instrument type is not supported for this operation.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE_LIMIT_EXCEEDED","description":"Too many payment instrument updates.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_BLANK","description":"The card's verification value is missing.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INCORRECT","description":"The card's verification value is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INVALID_FOR_CARD_TYPE","description":"The card's verification value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR_INVALID","description":"The card's year is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"ZIP_INCORRECT","description":"The address's zip code is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"ZONE_CODE_MISSING","description":"Zone Code field is missing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","description":"The error codes for failed PayPal token mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsPaypalTokenUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsPaypalTokenUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsPaypalTokenUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PAYPAL_EXPRESS_GATEWAY_NOT_ENABLED","description":"PayPal Express gateway is not enabled.","isDeprecated":false,"deprecationReason":null},{"name":"REFERENCE_TRANSACTIONS_NOT_ENABLED","description":"PayPal account does not support reference transactions.","isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_COULD_NOT_BE_CREATED","description":"PayPal Express token could not be created.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsResendGiftCardErrors","description":"The error codes for failed resending gift card mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsResendGiftCardErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsResendGiftCardErrorsCode","description":"Possible error codes that can be returned by `UserErrorsResendGiftCardErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GIFT_CARD_NOT_FOUND_FOR_ORDER","description":"No gift card is associated with the order.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NOT_FOUND","description":"This order does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrors","description":"Error codes for failed Storefront Customer Access Token mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsStorefrontCustomerAccessTokenCreateUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_DOES_NOT_EXIST","description":"The customer does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"WalletPaymentConfig","description":"The configuration used for Payment Wallets.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ApplePayWalletConfig","ofType":null},{"kind":"OBJECT","name":"GooglePayWalletConfig","ofType":null}]},{"kind":"OBJECT","name":"Weight","description":"A weight, which includes a numeric value and a unit of measurement.","fields":[{"name":"unit","description":"The unit of measurement for `value`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WeightUnit","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The weight value using the unit system specified with `unit`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WeightUnit","description":"Units of measurement for weight.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GRAMS","description":"Metric system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"KILOGRAMS","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"OUNCES","description":"Imperial system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"POUNDS","description":"1 pound equals 16 ounces.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByURL","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","isRepeatable":false,"locations":["ARGUMENT_DEFINITION","ENUM_VALUE","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"oneOf","description":"Requires that exactly one field must be supplied and that field must not be `null`.","isRepeatable":false,"locations":["INPUT_OBJECT"],"args":[]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar.","isRepeatable":false,"locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]}]}} \ No newline at end of file +{"__schema":{"queryType":{"name":"QueryRoot"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"AdditionalFeeSale","description":"A sale that includes an additional fee charge.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressFormField","description":"The address form field.","fields":[{"name":"mode","description":"The mode of the address field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressFormFieldMode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AddressFormFieldMode","description":"Defines the mode for an address form field.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IGNORED","description":"Indicates that the form field should be hidden from the UI.\nAny values provided by the client will be ignored by the backend.","isDeprecated":false,"deprecationReason":null},{"name":"OPTIONAL","description":"Indicates that the form field is visible in the UI and can be left empty.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"Indicates that the form field is visible in the UI and requires a non-empty value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"AddressFormSettings","description":"The settings for the address form.","fields":[{"name":"address2","description":"The setting for the Address2 form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addressAutocompletion","description":"Whether the address autocompletion is enabled.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The setting for the Company form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The setting for the First name form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The setting for the Phone form field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormField","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AdjustmentSale","description":"A sale event that results in an adjustment to the order price.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ApplePayBillingAddressInput","description":"The input fields for the billing address received from Apple Pay.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"administrativeArea","description":"The region of the address, such as the province, state, or district.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"familyName","description":"The family name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"givenName","description":"The given name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locality","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The telephone number of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"postalCode","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePayCreditCardAddPayload","description":"Return type for `applePayCreditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The newly added credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePayCreditCardUpdatePayload","description":"Return type for `applePayCreditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePaySessionCreatePayload","description":"Return type for `applePaySessionCreate` mutation.","fields":[{"name":"body","description":"The object that contains the session data.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID for the created session.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ready","description":"Whether the session is ready. The `body` field is `null` while this value is `false`.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ApplePaySessionUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ApplePaySessionUserError","description":"The error codes for failures to create Apple Pay sessions.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"ApplePaySessionUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ApplePaySessionUserErrorCode","description":"Possible error codes that can be returned by `ApplePaySessionUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SESSION_COULD_NOT_BE_CREATED","description":"Apple Pay session could not be created.","isDeprecated":false,"deprecationReason":null},{"name":"VALIDATION_URL_IS_INVALID","description":"Validation URL is not an Apple Pay gateway endpoint.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ApplePayWalletConfig","description":"The configuration settings for the Apple Pay wallet.","fields":[{"name":"supportedNetworks","description":"Supported card networks for Apple Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedGiftCard","description":"The details about the gift card used on the checkout.","fields":[{"name":"amountUsed","description":"The amount deducted from the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balance","description":"The remaining amount on the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastCharacters","description":"The last characters of the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentAmountUsed","description":"The amount applied to the checkout in its currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Attribute","description":"Represents a generic custom attribute, such as whether an order is a customer's first.","fields":[{"name":"key","description":"The key or name of the attribute. For example, `\"customersFirstOrder\"`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the attribute. For example, `\"true\"`.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AutomaticDiscountApplication","description":"Captures the intentions of a discount that was automatically applied.","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AvailableShippingRates","description":"A collection of available shipping rates for a checkout.","fields":[{"name":"ready","description":"Whether the shipping rates are ready.\nThe `shippingRates` field is `null` when this value is `false`.\nThis field should be polled until its value becomes `true`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingRates","description":"The fetched shipping rates. `null` until the `ready` field is `true`.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShippingRate","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"BusinessContactUpdateInput","description":"The input fields required for updating a business contact.","fields":null,"inputFields":[{"name":"firstName","description":"The first name of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The locale of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the business contact.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessContactUpdatePayload","description":"Return type for `businessContactUpdate` mutation.","fields":[{"name":"businessContact","description":"The updated business contact information.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessContactUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BusinessCustomerErrorCode","description":"Possible error codes that can be returned by `BusinessCustomerUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"BUSINESS_LOCATION_NOT_FOUND","description":"Business location doesn't exist.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED_TO_DELETE","description":"Deleting the resource failed.","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_ERROR","description":"An internal error occurred.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"The input is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"LIMIT_REACHED","description":"The number of resources exceeded the limit.","isDeprecated":false,"deprecationReason":null},{"name":"NO_INPUT","description":"The input is empty.","isDeprecated":false,"deprecationReason":null},{"name":"PERMISSION_DENIED","description":"Permission denied.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"Missing a required field.","isDeprecated":false,"deprecationReason":null},{"name":"RESOURCE_NOT_FOUND","description":"The resource wasn't found.","isDeprecated":false,"deprecationReason":null},{"name":"TAKEN","description":"The input value is already taken.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The field value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"UNEXPECTED_TYPE","description":"Unexpected type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"BusinessCustomerUserError","description":"An error that happens during the execution of a business customer mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"BusinessCustomerErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessLocationCreditCardAddPayload","description":"Return type for `businessLocationCreditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The newly added credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nextActionUrl","description":"The URL to redirect the customer to for completing the 3D Secure payment flow.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessLocationCreditCardUpdatePayload","description":"Return type for `businessLocationCreditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BusinessLocationPaymentInstrumentRemovePayload","description":"Return type for `businessLocationPaymentInstrumentRemove` mutation.","fields":[{"name":"deletedPaymentInstrumentId","description":"The ID of the removed payment instrument.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BuyerExperienceConfiguration","description":"The configuration for the buyer's checkout.","fields":[{"name":"deposit","description":"The deposit amount required for the order.","args":[],"type":{"kind":"UNION","name":"DepositConfiguration","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"payNowOnly","description":"Whether the buyer must pay at checkout or\ncan choose to pay at checkout or pay later using net terms.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsTemplate","description":"The merchant configured payment terms.","args":[],"type":{"kind":"OBJECT","name":"PaymentTermsTemplate","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CardPaymentDetails","description":"The card payment details related to a transaction.","fields":[{"name":"cardBrand","description":"The brand of the credit card used.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"last4","description":"The last four digits of the credit card used.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Checkout","description":"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).","fields":[{"name":"appliedGiftCards","description":"The gift cards used on the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"availableShippingRates","description":"The available shipping rates for this Checkout.\nShould only be used when checkout `requiresShipping` is `true` and\nthe shipping address is valid.","args":[],"type":{"kind":"OBJECT","name":"AvailableShippingRates","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the checkout was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The currency code for the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The extra information added to the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplications","description":"The discounts applied on the checkout.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email associated with this checkout.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"A list of line item objects, each containing information about an item in the checkout.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemsSubtotalPrice","description":"The sum of all the prices of all the items in the checkout,\nexcluding duties, taxes, shipping, and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"The note associated with the checkout.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentDue","description":"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.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ready","description":"Whether the Checkout is ready and can be completed. Checkouts may\nhave asynchronous operations that can take time to finish. If you want\nto complete a checkout or ensure all the fields are populated and up to\ndate, polling is required until the value is true.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the fulfillment requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The address where the line items will be shipped.","args":[],"type":{"kind":"OBJECT","name":"CustomerMailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingDiscountAllocations","description":"The discounts allocated to the shipping line by discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLine","description":"The selected shipping rate, transitioned to a `shipping_line` object.","args":[],"type":{"kind":"OBJECT","name":"ShippingRate","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayConfiguration","description":"The configuration values used to initialize a Shop Pay checkout.","args":[],"type":{"kind":"OBJECT","name":"ShopPayConfiguration","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPrice","description":"The price at checkout before duties, shipping, and taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExempt","description":"Whether the checkout is tax exempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxesIncluded","description":"Whether taxes are included in the line item and shipping line prices.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDuties","description":"The sum of all the duties applied to the line items in the checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The sum of all the prices of all the items in the checkout,\nduties, taxes, and discounts included.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The sum of all the taxes applied to the line items and shipping lines in the checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"webUrl","description":"The URL for the checkout, accessible from the web.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutLineItem","description":"A line item in the checkout, grouped by variant and attributes.","fields":[{"name":"customAttributes","description":"An array of Key-Value pairs providing extra information about the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the line item. Defaults to the product's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The unit price of the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The name of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutLineItemConnection","description":"An auto-generated type for paginating through multiple CheckoutLineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in CheckoutLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutLineItemEdge","description":"An auto-generated type which holds one CheckoutLineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CheckoutLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Company","description":"Represents a company's information.","fields":[{"name":"draftOrders","description":"The list of company draft orders.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"DraftOrderByCompanySortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":"The list of locations that the business of the business contact belongs to.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| company_id | id |\n| created_at | time |\n| external_id | string |\n| id | id | Filter by `id` range. | | | |\n| ids | string |\n| name | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The list of customer orders under the company.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"OrderByCompanySortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"profile","description":"The profile of the customer.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyAddress","description":"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).","fields":[{"name":"address1","description":"The first line of the address. It is typically the street address or PO Box number.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. It is typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"companyName","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address, for example, US.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryCodeV2","description":"The two-letter code for the country of the address, for example, US.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601))\nwhen the company address was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the recipient.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"The formatted version of the address.","args":[{"name":"withCompanyName","description":"Whether to include the company name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Whether to include name of the recipient in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedAddress","description":"The formatted version of the address.","args":[{"name":"withCompanyName","description":"Whether to include the company name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Whether to include the name of the recipient in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the city, province, and country values.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the recipient.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinate of the address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinate of the address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The unique phone number of the customer, formatted using the E.164 standard, for example, _+16135551111_.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region, for example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"recipient","description":"The identity of the recipient, for example, 'Receiving Department'.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601))\nwhen the company address was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region, for example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CompanyAddressInput","description":"The input fields for creating or updating a company location address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the number of the apartment, suite, or unit.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name in the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name in the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the business location, formatted using the E.164 standard, for example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"recipient","description":"The identity of the recipient, for example, 'Receiving Department'.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The code for the region of the address, such as the province, state, or district, for example, QC for Quebec, Canada.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompanyAddressType","description":"The valid values for the address type of a company.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BILLING","description":"The address is a billing address.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"The address is a shipping address.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContact","description":"Represents the customer's contact information.","fields":[{"name":"company","description":"The information of the copmany contact's company.","args":[],"type":{"kind":"OBJECT","name":"Company","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer associated to this contact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Customer","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrders","description":"The list of company contact's draft orders.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"DraftOrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPermissionOnLocations","description":"Whether the company contact has permissions on locations in the scope.","args":[{"name":"permissions","description":"The permitted operations on resource.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PermittedOperation","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The resource of the permissions to check.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ResourceType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scope","description":"The scope of locations that the permissions of a resource should be checked on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ContactPermissionLocationScopeType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":"The list of locations that the company contact belongs to.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| company_id | id |\n| created_at | time |\n| external_id | string |\n| id | id | Filter by `id` range. | | | |\n| ids | string |\n| name | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The list of company contact's orders.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"OrderByContactSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the company contact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CompanyContactStatusType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptionsDetails","description":"The list of tax exemptions applied to the company contact with additional details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxExemptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The job title of the company contact.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactConnection","description":"An auto-generated type for paginating through multiple CompanyContacts.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in CompanyContactEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContact","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactEdge","description":"An auto-generated type which holds one CompanyContact and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CompanyContactEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContact","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRole","description":"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).","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the role.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resourcePermission","description":"The permissions on a specified resource.","args":[{"name":"resource","description":"The resource for which permissions are being requested.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ResourceType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PermittedOperation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"resourcePermissions","description":"A list of permissions on all resources.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ResourcePermission","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignment","description":"Represents information about a company contact role assignment.","fields":[{"name":"contact","description":"The company contact for whom this role is assigned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContact","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"role","description":"The role that's assigned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRole","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignmentConnection","description":"An auto-generated type for paginating through multiple CompanyContactRoleAssignments.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignmentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in CompanyContactRoleAssignmentEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignmentEdge","description":"An auto-generated type which holds one CompanyContactRoleAssignment and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CompanyContactRoleAssignmentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignment","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompanyContactRoleAssignmentSortKeys","description":"The set of valid sort keys for the CompanyContactRoleAssignment query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"LOCATION_NAME","description":"Sort by the `location_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CompanyContactSortKeys","description":"The set of valid sort keys for the CompanyContact query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPANY_ID","description":"Sort by the `company_id` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL","description":"Sort by the `email` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"Sort by the `name` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME_EMAIL","description":"Sort by the `name_email` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CompanyContactStatusType","description":"A flag to describe the current status of a company contact.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DISABLED","description":"The contact is disabled and removed from the company.","isDeprecated":false,"deprecationReason":null},{"name":"ENABLED","description":"The contact is enabled and active.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocation","description":"Represents a company's business location.","fields":[{"name":"billingAddress","description":"The billing address of the company location.","args":[],"type":{"kind":"OBJECT","name":"CompanyAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"buyerExperienceConfiguration","description":"The configuration of the buyer's B2B checkout.","args":[],"type":{"kind":"OBJECT","name":"BuyerExperienceConfiguration","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contacts","description":"The list of contacts under a particular business location.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_id | id |\n| company_location_id | id |\n| created_at | time |\n| email | string |\n| id | id | Filter by `id` range. | | | |\n| location_name | string |\n| name | string |\n| role_name | string |\n| status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyContactSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creditCard","description":"The credit card corresponding to the provided ID.","args":[{"name":"id","description":"The ID of the credit card to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCards","description":"The list of stored credit cards.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCardConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrders","description":"The list of company draft orders.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"DraftOrderByLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes the location's shipping address. If the shipping address is empty, the shop's primary market is returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The list of customer orders under the company.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"OrderByLocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"roleAssignments","description":"The list of roles assigned to this location.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| company_contact_role_id | id |\n| company_id | id |\n| company_location_id | id |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| location_name | string |\n| role_name | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CompanyContactRoleAssignmentSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactRoleAssignmentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The shipping address of the company location.","args":[],"type":{"kind":"OBJECT","name":"CompanyAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptions","description":"The list of tax exemptions applied to the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TaxExemption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptionsDetails","description":"The list of tax exemptions applied to the location with additional details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxExemptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"taxIdentifier","description":"The tax id of the company location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocationAssignAddressPayload","description":"Return type for `companyLocationAssignAddress` mutation.","fields":[{"name":"addresses","description":"The list of updated addresses on the company location.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyAddress","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BusinessCustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocationConnection","description":"An auto-generated type for paginating through multiple CompanyLocations.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in CompanyLocationEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocationEdge","description":"An auto-generated type which holds one CompanyLocation and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CompanyLocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompanyLocationSortKeys","description":"The set of valid sort keys for the CompanyLocation query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPANY_AND_LOCATION_NAME","description":"Sort by the `company_and_location_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_ID","description":"Sort by the `company_id` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"Sort by the `name` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ContactPermissionLocationScopeType","description":"Defines the extent of locations for which a contact holds permissions on a resource.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"The contact has permission on all locations.","isDeprecated":false,"deprecationReason":null},{"name":"ANY","description":"The contact has permission for at least one location.","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"The contact has no permission on any location.","isDeprecated":false,"deprecationReason":null},{"name":"ONE","description":"The contact has permission on only one location.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Count","description":"Details for count of elements.","fields":[{"name":"count","description":"The count of elements.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"precision","description":"The count's precision, or the exactness of the value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountPrecision","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CountPrecision","description":"The precision of the value returned by a count field.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AT_LEAST","description":"The count is at least the value. A limit was imposed and reached.","isDeprecated":false,"deprecationReason":null},{"name":"EXACT","description":"The count is exactly the value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CountryCode","description":"The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines.\nIf a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision\nof another country. For example, the territories associated with Spain are represented by the country code `ES`,\nand the territories associated with the United States of America are represented by the country code `US`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AC","description":"Ascension Island.","isDeprecated":false,"deprecationReason":null},{"name":"AD","description":"Andorra.","isDeprecated":false,"deprecationReason":null},{"name":"AE","description":"United Arab Emirates.","isDeprecated":false,"deprecationReason":null},{"name":"AF","description":"Afghanistan.","isDeprecated":false,"deprecationReason":null},{"name":"AG","description":"Antigua & Barbuda.","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"Anguilla.","isDeprecated":false,"deprecationReason":null},{"name":"AL","description":"Albania.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Armenia.","isDeprecated":false,"deprecationReason":null},{"name":"AN","description":"Netherlands Antilles.","isDeprecated":false,"deprecationReason":null},{"name":"AO","description":"Angola.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Argentina.","isDeprecated":false,"deprecationReason":null},{"name":"AT","description":"Austria.","isDeprecated":false,"deprecationReason":null},{"name":"AU","description":"Australia.","isDeprecated":false,"deprecationReason":null},{"name":"AW","description":"Aruba.","isDeprecated":false,"deprecationReason":null},{"name":"AX","description":"Γ…land Islands.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijan.","isDeprecated":false,"deprecationReason":null},{"name":"BA","description":"Bosnia & Herzegovina.","isDeprecated":false,"deprecationReason":null},{"name":"BB","description":"Barbados.","isDeprecated":false,"deprecationReason":null},{"name":"BD","description":"Bangladesh.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belgium.","isDeprecated":false,"deprecationReason":null},{"name":"BF","description":"Burkina Faso.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgaria.","isDeprecated":false,"deprecationReason":null},{"name":"BH","description":"Bahrain.","isDeprecated":false,"deprecationReason":null},{"name":"BI","description":"Burundi.","isDeprecated":false,"deprecationReason":null},{"name":"BJ","description":"Benin.","isDeprecated":false,"deprecationReason":null},{"name":"BL","description":"St. BarthΓ©lemy.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bermuda.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Brunei.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Bolivia.","isDeprecated":false,"deprecationReason":null},{"name":"BQ","description":"Caribbean Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Brazil.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bahamas.","isDeprecated":false,"deprecationReason":null},{"name":"BT","description":"Bhutan.","isDeprecated":false,"deprecationReason":null},{"name":"BV","description":"Bouvet Island.","isDeprecated":false,"deprecationReason":null},{"name":"BW","description":"Botswana.","isDeprecated":false,"deprecationReason":null},{"name":"BY","description":"Belarus.","isDeprecated":false,"deprecationReason":null},{"name":"BZ","description":"Belize.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CC","description":"Cocos (Keeling) Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CD","description":"Congo - Kinshasa.","isDeprecated":false,"deprecationReason":null},{"name":"CF","description":"Central African Republic.","isDeprecated":false,"deprecationReason":null},{"name":"CG","description":"Congo - Brazzaville.","isDeprecated":false,"deprecationReason":null},{"name":"CH","description":"Switzerland.","isDeprecated":false,"deprecationReason":null},{"name":"CI","description":"CΓ΄te d’Ivoire.","isDeprecated":false,"deprecationReason":null},{"name":"CK","description":"Cook Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CL","description":"Chile.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"Cameroon.","isDeprecated":false,"deprecationReason":null},{"name":"CN","description":"China.","isDeprecated":false,"deprecationReason":null},{"name":"CO","description":"Colombia.","isDeprecated":false,"deprecationReason":null},{"name":"CR","description":"Costa Rica.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Cuba.","isDeprecated":false,"deprecationReason":null},{"name":"CV","description":"Cape Verde.","isDeprecated":false,"deprecationReason":null},{"name":"CW","description":"CuraΓ§ao.","isDeprecated":false,"deprecationReason":null},{"name":"CX","description":"Christmas Island.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Cyprus.","isDeprecated":false,"deprecationReason":null},{"name":"CZ","description":"Czechia.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"Germany.","isDeprecated":false,"deprecationReason":null},{"name":"DJ","description":"Djibouti.","isDeprecated":false,"deprecationReason":null},{"name":"DK","description":"Denmark.","isDeprecated":false,"deprecationReason":null},{"name":"DM","description":"Dominica.","isDeprecated":false,"deprecationReason":null},{"name":"DO","description":"Dominican Republic.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Algeria.","isDeprecated":false,"deprecationReason":null},{"name":"EC","description":"Ecuador.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Estonia.","isDeprecated":false,"deprecationReason":null},{"name":"EG","description":"Egypt.","isDeprecated":false,"deprecationReason":null},{"name":"EH","description":"Western Sahara.","isDeprecated":false,"deprecationReason":null},{"name":"ER","description":"Eritrea.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spain.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Ethiopia.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finland.","isDeprecated":false,"deprecationReason":null},{"name":"FJ","description":"Fiji.","isDeprecated":false,"deprecationReason":null},{"name":"FK","description":"Falkland Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroe Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"France.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Gabon.","isDeprecated":false,"deprecationReason":null},{"name":"GB","description":"United Kingdom.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Grenada.","isDeprecated":false,"deprecationReason":null},{"name":"GE","description":"Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"GF","description":"French Guiana.","isDeprecated":false,"deprecationReason":null},{"name":"GG","description":"Guernsey.","isDeprecated":false,"deprecationReason":null},{"name":"GH","description":"Ghana.","isDeprecated":false,"deprecationReason":null},{"name":"GI","description":"Gibraltar.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Greenland.","isDeprecated":false,"deprecationReason":null},{"name":"GM","description":"Gambia.","isDeprecated":false,"deprecationReason":null},{"name":"GN","description":"Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GP","description":"Guadeloupe.","isDeprecated":false,"deprecationReason":null},{"name":"GQ","description":"Equatorial Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GR","description":"Greece.","isDeprecated":false,"deprecationReason":null},{"name":"GS","description":"South Georgia & South Sandwich Islands.","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"Guatemala.","isDeprecated":false,"deprecationReason":null},{"name":"GW","description":"Guinea-Bissau.","isDeprecated":false,"deprecationReason":null},{"name":"GY","description":"Guyana.","isDeprecated":false,"deprecationReason":null},{"name":"HK","description":"Hong Kong SAR.","isDeprecated":false,"deprecationReason":null},{"name":"HM","description":"Heard & McDonald Islands.","isDeprecated":false,"deprecationReason":null},{"name":"HN","description":"Honduras.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatia.","isDeprecated":false,"deprecationReason":null},{"name":"HT","description":"Haiti.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungary.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesia.","isDeprecated":false,"deprecationReason":null},{"name":"IE","description":"Ireland.","isDeprecated":false,"deprecationReason":null},{"name":"IL","description":"Israel.","isDeprecated":false,"deprecationReason":null},{"name":"IM","description":"Isle of Man.","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"India.","isDeprecated":false,"deprecationReason":null},{"name":"IO","description":"British Indian Ocean Territory.","isDeprecated":false,"deprecationReason":null},{"name":"IQ","description":"Iraq.","isDeprecated":false,"deprecationReason":null},{"name":"IR","description":"Iran.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Iceland.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italy.","isDeprecated":false,"deprecationReason":null},{"name":"JE","description":"Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"JM","description":"Jamaica.","isDeprecated":false,"deprecationReason":null},{"name":"JO","description":"Jordan.","isDeprecated":false,"deprecationReason":null},{"name":"JP","description":"Japan.","isDeprecated":false,"deprecationReason":null},{"name":"KE","description":"Kenya.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"Kyrgyzstan.","isDeprecated":false,"deprecationReason":null},{"name":"KH","description":"Cambodia.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kiribati.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Comoros.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"St. Kitts & Nevis.","isDeprecated":false,"deprecationReason":null},{"name":"KP","description":"North Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KR","description":"South Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Kuwait.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Cayman Islands.","isDeprecated":false,"deprecationReason":null},{"name":"KZ","description":"Kazakhstan.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Laos.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Lebanon.","isDeprecated":false,"deprecationReason":null},{"name":"LC","description":"St. Lucia.","isDeprecated":false,"deprecationReason":null},{"name":"LI","description":"Liechtenstein.","isDeprecated":false,"deprecationReason":null},{"name":"LK","description":"Sri Lanka.","isDeprecated":false,"deprecationReason":null},{"name":"LR","description":"Liberia.","isDeprecated":false,"deprecationReason":null},{"name":"LS","description":"Lesotho.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuania.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luxembourg.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvia.","isDeprecated":false,"deprecationReason":null},{"name":"LY","description":"Libya.","isDeprecated":false,"deprecationReason":null},{"name":"MA","description":"Morocco.","isDeprecated":false,"deprecationReason":null},{"name":"MC","description":"Monaco.","isDeprecated":false,"deprecationReason":null},{"name":"MD","description":"Moldova.","isDeprecated":false,"deprecationReason":null},{"name":"ME","description":"Montenegro.","isDeprecated":false,"deprecationReason":null},{"name":"MF","description":"St. Martin.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Madagascar.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"North Macedonia.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Mali.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"Myanmar (Burma).","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolia.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Macao SAR.","isDeprecated":false,"deprecationReason":null},{"name":"MQ","description":"Martinique.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Mauritania.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Montserrat.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Malta.","isDeprecated":false,"deprecationReason":null},{"name":"MU","description":"Mauritius.","isDeprecated":false,"deprecationReason":null},{"name":"MV","description":"Maldives.","isDeprecated":false,"deprecationReason":null},{"name":"MW","description":"Malawi.","isDeprecated":false,"deprecationReason":null},{"name":"MX","description":"Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Malaysia.","isDeprecated":false,"deprecationReason":null},{"name":"MZ","description":"Mozambique.","isDeprecated":false,"deprecationReason":null},{"name":"NA","description":"Namibia.","isDeprecated":false,"deprecationReason":null},{"name":"NC","description":"New Caledonia.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Niger.","isDeprecated":false,"deprecationReason":null},{"name":"NF","description":"Norfolk Island.","isDeprecated":false,"deprecationReason":null},{"name":"NG","description":"Nigeria.","isDeprecated":false,"deprecationReason":null},{"name":"NI","description":"Nicaragua.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norway.","isDeprecated":false,"deprecationReason":null},{"name":"NP","description":"Nepal.","isDeprecated":false,"deprecationReason":null},{"name":"NR","description":"Nauru.","isDeprecated":false,"deprecationReason":null},{"name":"NU","description":"Niue.","isDeprecated":false,"deprecationReason":null},{"name":"NZ","description":"New Zealand.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oman.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Panama.","isDeprecated":false,"deprecationReason":null},{"name":"PE","description":"Peru.","isDeprecated":false,"deprecationReason":null},{"name":"PF","description":"French Polynesia.","isDeprecated":false,"deprecationReason":null},{"name":"PG","description":"Papua New Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"PH","description":"Philippines.","isDeprecated":false,"deprecationReason":null},{"name":"PK","description":"Pakistan.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Poland.","isDeprecated":false,"deprecationReason":null},{"name":"PM","description":"St. Pierre & Miquelon.","isDeprecated":false,"deprecationReason":null},{"name":"PN","description":"Pitcairn Islands.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Palestinian Territories.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portugal.","isDeprecated":false,"deprecationReason":null},{"name":"PY","description":"Paraguay.","isDeprecated":false,"deprecationReason":null},{"name":"QA","description":"Qatar.","isDeprecated":false,"deprecationReason":null},{"name":"RE","description":"RΓ©union.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romania.","isDeprecated":false,"deprecationReason":null},{"name":"RS","description":"Serbia.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russia.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Rwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Saudi Arabia.","isDeprecated":false,"deprecationReason":null},{"name":"SB","description":"Solomon Islands.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Seychelles.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Sweden.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Singapore.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"St. Helena.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Slovenia.","isDeprecated":false,"deprecationReason":null},{"name":"SJ","description":"Svalbard & Jan Mayen.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovakia.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Sierra Leone.","isDeprecated":false,"deprecationReason":null},{"name":"SM","description":"San Marino.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Senegal.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somalia.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Suriname.","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"South Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"ST","description":"SΓ£o TomΓ© & PrΓ­ncipe.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"El Salvador.","isDeprecated":false,"deprecationReason":null},{"name":"SX","description":"Sint Maarten.","isDeprecated":false,"deprecationReason":null},{"name":"SY","description":"Syria.","isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":"Eswatini.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tristan da Cunha.","isDeprecated":false,"deprecationReason":null},{"name":"TC","description":"Turks & Caicos Islands.","isDeprecated":false,"deprecationReason":null},{"name":"TD","description":"Chad.","isDeprecated":false,"deprecationReason":null},{"name":"TF","description":"French Southern Territories.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Togo.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thailand.","isDeprecated":false,"deprecationReason":null},{"name":"TJ","description":"Tajikistan.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Tokelau.","isDeprecated":false,"deprecationReason":null},{"name":"TL","description":"Timor-Leste.","isDeprecated":false,"deprecationReason":null},{"name":"TM","description":"Turkmenistan.","isDeprecated":false,"deprecationReason":null},{"name":"TN","description":"Tunisia.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tonga.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"TΓΌrkiye.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Trinidad & Tobago.","isDeprecated":false,"deprecationReason":null},{"name":"TV","description":"Tuvalu.","isDeprecated":false,"deprecationReason":null},{"name":"TW","description":"Taiwan.","isDeprecated":false,"deprecationReason":null},{"name":"TZ","description":"Tanzania.","isDeprecated":false,"deprecationReason":null},{"name":"UA","description":"Ukraine.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uganda.","isDeprecated":false,"deprecationReason":null},{"name":"UM","description":"U.S. Outlying Islands.","isDeprecated":false,"deprecationReason":null},{"name":"US","description":"United States.","isDeprecated":false,"deprecationReason":null},{"name":"UY","description":"Uruguay.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbekistan.","isDeprecated":false,"deprecationReason":null},{"name":"VA","description":"Vatican City.","isDeprecated":false,"deprecationReason":null},{"name":"VC","description":"St. Vincent & Grenadines.","isDeprecated":false,"deprecationReason":null},{"name":"VE","description":"Venezuela.","isDeprecated":false,"deprecationReason":null},{"name":"VG","description":"British Virgin Islands.","isDeprecated":false,"deprecationReason":null},{"name":"VN","description":"Vietnam.","isDeprecated":false,"deprecationReason":null},{"name":"VU","description":"Vanuatu.","isDeprecated":false,"deprecationReason":null},{"name":"WF","description":"Wallis & Futuna.","isDeprecated":false,"deprecationReason":null},{"name":"WS","description":"Samoa.","isDeprecated":false,"deprecationReason":null},{"name":"XK","description":"Kosovo.","isDeprecated":false,"deprecationReason":null},{"name":"YE","description":"Yemen.","isDeprecated":false,"deprecationReason":null},{"name":"YT","description":"Mayotte.","isDeprecated":false,"deprecationReason":null},{"name":"ZA","description":"South Africa.","isDeprecated":false,"deprecationReason":null},{"name":"ZM","description":"Zambia.","isDeprecated":false,"deprecationReason":null},{"name":"ZW","description":"Zimbabwe.","isDeprecated":false,"deprecationReason":null},{"name":"ZZ","description":"Unknown Region.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CreditCardAddPayload","description":"Return type for `creditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The newly added credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nextActionUrl","description":"The URL to which the customer should be redirected to complete the 3D Secure payment flow.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreditCardUpdatePayload","description":"Return type for `creditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, `credit_card` will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CropRegion","description":"The part of the image that should remain after cropping.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOTTOM","description":"Keep the bottom of the image.","isDeprecated":false,"deprecationReason":null},{"name":"CENTER","description":"Keep the center of the image.","isDeprecated":false,"deprecationReason":null},{"name":"LEFT","description":"Keep the left of the image.","isDeprecated":false,"deprecationReason":null},{"name":"RIGHT","description":"Keep the right of the image.","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Keep the top of the image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CurrencyCode","description":"The three-letter currency codes that represent the world currencies used in stores. These include standard ISO 4217 codes, legacy codes,\nand non-standard codes.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AED","description":"United Arab Emirates Dirham (AED).","isDeprecated":false,"deprecationReason":null},{"name":"AFN","description":"Afghan Afghani (AFN).","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"Albanian Lek (ALL).","isDeprecated":false,"deprecationReason":null},{"name":"AMD","description":"Armenian Dram (AMD).","isDeprecated":false,"deprecationReason":null},{"name":"ANG","description":"Netherlands Antillean Guilder.","isDeprecated":false,"deprecationReason":null},{"name":"AOA","description":"Angolan Kwanza (AOA).","isDeprecated":false,"deprecationReason":null},{"name":"ARS","description":"Argentine Pesos (ARS).","isDeprecated":false,"deprecationReason":null},{"name":"AUD","description":"Australian Dollars (AUD).","isDeprecated":false,"deprecationReason":null},{"name":"AWG","description":"Aruban Florin (AWG).","isDeprecated":false,"deprecationReason":null},{"name":"AZN","description":"Azerbaijani Manat (AZN).","isDeprecated":false,"deprecationReason":null},{"name":"BAM","description":"Bosnia and Herzegovina Convertible Mark (BAM).","isDeprecated":false,"deprecationReason":null},{"name":"BBD","description":"Barbadian Dollar (BBD).","isDeprecated":false,"deprecationReason":null},{"name":"BDT","description":"Bangladesh Taka (BDT).","isDeprecated":false,"deprecationReason":null},{"name":"BGN","description":"Bulgarian Lev (BGN).","isDeprecated":false,"deprecationReason":null},{"name":"BHD","description":"Bahraini Dinar (BHD).","isDeprecated":false,"deprecationReason":null},{"name":"BIF","description":"Burundian Franc (BIF).","isDeprecated":false,"deprecationReason":null},{"name":"BMD","description":"Bermudian Dollar (BMD).","isDeprecated":false,"deprecationReason":null},{"name":"BND","description":"Brunei Dollar (BND).","isDeprecated":false,"deprecationReason":null},{"name":"BOB","description":"Bolivian Boliviano (BOB).","isDeprecated":false,"deprecationReason":null},{"name":"BRL","description":"Brazilian Real (BRL).","isDeprecated":false,"deprecationReason":null},{"name":"BSD","description":"Bahamian Dollar (BSD).","isDeprecated":false,"deprecationReason":null},{"name":"BTN","description":"Bhutanese Ngultrum (BTN).","isDeprecated":false,"deprecationReason":null},{"name":"BWP","description":"Botswana Pula (BWP).","isDeprecated":false,"deprecationReason":null},{"name":"BYN","description":"Belarusian Ruble (BYN).","isDeprecated":false,"deprecationReason":null},{"name":"BYR","description":"Belarusian Ruble (BYR).","isDeprecated":true,"deprecationReason":"`BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead."},{"name":"BZD","description":"Belize Dollar (BZD).","isDeprecated":false,"deprecationReason":null},{"name":"CAD","description":"Canadian Dollars (CAD).","isDeprecated":false,"deprecationReason":null},{"name":"CDF","description":"Congolese franc (CDF).","isDeprecated":false,"deprecationReason":null},{"name":"CHF","description":"Swiss Francs (CHF).","isDeprecated":false,"deprecationReason":null},{"name":"CLP","description":"Chilean Peso (CLP).","isDeprecated":false,"deprecationReason":null},{"name":"CNY","description":"Chinese Yuan Renminbi (CNY).","isDeprecated":false,"deprecationReason":null},{"name":"COP","description":"Colombian Peso (COP).","isDeprecated":false,"deprecationReason":null},{"name":"CRC","description":"Costa Rican Colones (CRC).","isDeprecated":false,"deprecationReason":null},{"name":"CVE","description":"Cape Verdean escudo (CVE).","isDeprecated":false,"deprecationReason":null},{"name":"CZK","description":"Czech Koruny (CZK).","isDeprecated":false,"deprecationReason":null},{"name":"DJF","description":"Djiboutian Franc (DJF).","isDeprecated":false,"deprecationReason":null},{"name":"DKK","description":"Danish Kroner (DKK).","isDeprecated":false,"deprecationReason":null},{"name":"DOP","description":"Dominican Peso (DOP).","isDeprecated":false,"deprecationReason":null},{"name":"DZD","description":"Algerian Dinar (DZD).","isDeprecated":false,"deprecationReason":null},{"name":"EGP","description":"Egyptian Pound (EGP).","isDeprecated":false,"deprecationReason":null},{"name":"ERN","description":"Eritrean Nakfa (ERN).","isDeprecated":false,"deprecationReason":null},{"name":"ETB","description":"Ethiopian Birr (ETB).","isDeprecated":false,"deprecationReason":null},{"name":"EUR","description":"Euro (EUR).","isDeprecated":false,"deprecationReason":null},{"name":"FJD","description":"Fijian Dollars (FJD).","isDeprecated":false,"deprecationReason":null},{"name":"FKP","description":"Falkland Islands Pounds (FKP).","isDeprecated":false,"deprecationReason":null},{"name":"GBP","description":"United Kingdom Pounds (GBP).","isDeprecated":false,"deprecationReason":null},{"name":"GEL","description":"Georgian Lari (GEL).","isDeprecated":false,"deprecationReason":null},{"name":"GHS","description":"Ghanaian Cedi (GHS).","isDeprecated":false,"deprecationReason":null},{"name":"GIP","description":"Gibraltar Pounds (GIP).","isDeprecated":false,"deprecationReason":null},{"name":"GMD","description":"Gambian Dalasi (GMD).","isDeprecated":false,"deprecationReason":null},{"name":"GNF","description":"Guinean Franc (GNF).","isDeprecated":false,"deprecationReason":null},{"name":"GTQ","description":"Guatemalan Quetzal (GTQ).","isDeprecated":false,"deprecationReason":null},{"name":"GYD","description":"Guyanese Dollar (GYD).","isDeprecated":false,"deprecationReason":null},{"name":"HKD","description":"Hong Kong Dollars (HKD).","isDeprecated":false,"deprecationReason":null},{"name":"HNL","description":"Honduran Lempira (HNL).","isDeprecated":false,"deprecationReason":null},{"name":"HRK","description":"Croatian Kuna (HRK).","isDeprecated":false,"deprecationReason":null},{"name":"HTG","description":"Haitian Gourde (HTG).","isDeprecated":false,"deprecationReason":null},{"name":"HUF","description":"Hungarian Forint (HUF).","isDeprecated":false,"deprecationReason":null},{"name":"IDR","description":"Indonesian Rupiah (IDR).","isDeprecated":false,"deprecationReason":null},{"name":"ILS","description":"Israeli New Shekel (NIS).","isDeprecated":false,"deprecationReason":null},{"name":"INR","description":"Indian Rupees (INR).","isDeprecated":false,"deprecationReason":null},{"name":"IQD","description":"Iraqi Dinar (IQD).","isDeprecated":false,"deprecationReason":null},{"name":"IRR","description":"Iranian Rial (IRR).","isDeprecated":false,"deprecationReason":null},{"name":"ISK","description":"Icelandic Kronur (ISK).","isDeprecated":false,"deprecationReason":null},{"name":"JEP","description":"Jersey Pound.","isDeprecated":false,"deprecationReason":null},{"name":"JMD","description":"Jamaican Dollars (JMD).","isDeprecated":false,"deprecationReason":null},{"name":"JOD","description":"Jordanian Dinar (JOD).","isDeprecated":false,"deprecationReason":null},{"name":"JPY","description":"Japanese Yen (JPY).","isDeprecated":false,"deprecationReason":null},{"name":"KES","description":"Kenyan Shilling (KES).","isDeprecated":false,"deprecationReason":null},{"name":"KGS","description":"Kyrgyzstani Som (KGS).","isDeprecated":false,"deprecationReason":null},{"name":"KHR","description":"Cambodian Riel.","isDeprecated":false,"deprecationReason":null},{"name":"KID","description":"Kiribati Dollar (KID).","isDeprecated":false,"deprecationReason":null},{"name":"KMF","description":"Comorian Franc (KMF).","isDeprecated":false,"deprecationReason":null},{"name":"KRW","description":"South Korean Won (KRW).","isDeprecated":false,"deprecationReason":null},{"name":"KWD","description":"Kuwaiti Dinar (KWD).","isDeprecated":false,"deprecationReason":null},{"name":"KYD","description":"Cayman Dollars (KYD).","isDeprecated":false,"deprecationReason":null},{"name":"KZT","description":"Kazakhstani Tenge (KZT).","isDeprecated":false,"deprecationReason":null},{"name":"LAK","description":"Laotian Kip (LAK).","isDeprecated":false,"deprecationReason":null},{"name":"LBP","description":"Lebanese Pounds (LBP).","isDeprecated":false,"deprecationReason":null},{"name":"LKR","description":"Sri Lankan Rupees (LKR).","isDeprecated":false,"deprecationReason":null},{"name":"LRD","description":"Liberian Dollar (LRD).","isDeprecated":false,"deprecationReason":null},{"name":"LSL","description":"Lesotho Loti (LSL).","isDeprecated":false,"deprecationReason":null},{"name":"LTL","description":"Lithuanian Litai (LTL).","isDeprecated":false,"deprecationReason":null},{"name":"LVL","description":"Latvian Lati (LVL).","isDeprecated":false,"deprecationReason":null},{"name":"LYD","description":"Libyan Dinar (LYD).","isDeprecated":false,"deprecationReason":null},{"name":"MAD","description":"Moroccan Dirham.","isDeprecated":false,"deprecationReason":null},{"name":"MDL","description":"Moldovan Leu (MDL).","isDeprecated":false,"deprecationReason":null},{"name":"MGA","description":"Malagasy Ariary (MGA).","isDeprecated":false,"deprecationReason":null},{"name":"MKD","description":"Macedonia Denar (MKD).","isDeprecated":false,"deprecationReason":null},{"name":"MMK","description":"Burmese Kyat (MMK).","isDeprecated":false,"deprecationReason":null},{"name":"MNT","description":"Mongolian Tugrik.","isDeprecated":false,"deprecationReason":null},{"name":"MOP","description":"Macanese Pataca (MOP).","isDeprecated":false,"deprecationReason":null},{"name":"MRU","description":"Mauritanian Ouguiya (MRU).","isDeprecated":false,"deprecationReason":null},{"name":"MUR","description":"Mauritian Rupee (MUR).","isDeprecated":false,"deprecationReason":null},{"name":"MVR","description":"Maldivian Rufiyaa (MVR).","isDeprecated":false,"deprecationReason":null},{"name":"MWK","description":"Malawian Kwacha (MWK).","isDeprecated":false,"deprecationReason":null},{"name":"MXN","description":"Mexican Pesos (MXN).","isDeprecated":false,"deprecationReason":null},{"name":"MYR","description":"Malaysian Ringgits (MYR).","isDeprecated":false,"deprecationReason":null},{"name":"MZN","description":"Mozambican Metical.","isDeprecated":false,"deprecationReason":null},{"name":"NAD","description":"Namibian Dollar.","isDeprecated":false,"deprecationReason":null},{"name":"NGN","description":"Nigerian Naira (NGN).","isDeprecated":false,"deprecationReason":null},{"name":"NIO","description":"Nicaraguan CΓ³rdoba (NIO).","isDeprecated":false,"deprecationReason":null},{"name":"NOK","description":"Norwegian Kroner (NOK).","isDeprecated":false,"deprecationReason":null},{"name":"NPR","description":"Nepalese Rupee (NPR).","isDeprecated":false,"deprecationReason":null},{"name":"NZD","description":"New Zealand Dollars (NZD).","isDeprecated":false,"deprecationReason":null},{"name":"OMR","description":"Omani Rial (OMR).","isDeprecated":false,"deprecationReason":null},{"name":"PAB","description":"Panamian Balboa (PAB).","isDeprecated":false,"deprecationReason":null},{"name":"PEN","description":"Peruvian Nuevo Sol (PEN).","isDeprecated":false,"deprecationReason":null},{"name":"PGK","description":"Papua New Guinean Kina (PGK).","isDeprecated":false,"deprecationReason":null},{"name":"PHP","description":"Philippine Peso (PHP).","isDeprecated":false,"deprecationReason":null},{"name":"PKR","description":"Pakistani Rupee (PKR).","isDeprecated":false,"deprecationReason":null},{"name":"PLN","description":"Polish Zlotych (PLN).","isDeprecated":false,"deprecationReason":null},{"name":"PYG","description":"Paraguayan Guarani (PYG).","isDeprecated":false,"deprecationReason":null},{"name":"QAR","description":"Qatari Rial (QAR).","isDeprecated":false,"deprecationReason":null},{"name":"RON","description":"Romanian Lei (RON).","isDeprecated":false,"deprecationReason":null},{"name":"RSD","description":"Serbian dinar (RSD).","isDeprecated":false,"deprecationReason":null},{"name":"RUB","description":"Russian Rubles (RUB).","isDeprecated":false,"deprecationReason":null},{"name":"RWF","description":"Rwandan Franc (RWF).","isDeprecated":false,"deprecationReason":null},{"name":"SAR","description":"Saudi Riyal (SAR).","isDeprecated":false,"deprecationReason":null},{"name":"SBD","description":"Solomon Islands Dollar (SBD).","isDeprecated":false,"deprecationReason":null},{"name":"SCR","description":"Seychellois Rupee (SCR).","isDeprecated":false,"deprecationReason":null},{"name":"SDG","description":"Sudanese Pound (SDG).","isDeprecated":false,"deprecationReason":null},{"name":"SEK","description":"Swedish Kronor (SEK).","isDeprecated":false,"deprecationReason":null},{"name":"SGD","description":"Singapore Dollars (SGD).","isDeprecated":false,"deprecationReason":null},{"name":"SHP","description":"Saint Helena Pounds (SHP).","isDeprecated":false,"deprecationReason":null},{"name":"SLL","description":"Sierra Leonean Leone (SLL).","isDeprecated":false,"deprecationReason":null},{"name":"SOS","description":"Somali Shilling (SOS).","isDeprecated":false,"deprecationReason":null},{"name":"SRD","description":"Surinamese Dollar (SRD).","isDeprecated":false,"deprecationReason":null},{"name":"SSP","description":"South Sudanese Pound (SSP).","isDeprecated":false,"deprecationReason":null},{"name":"STD","description":"Sao Tome And Principe Dobra (STD).","isDeprecated":true,"deprecationReason":"`STD` is deprecated. Use `STN` available from version `2022-07` onwards instead."},{"name":"STN","description":"Sao Tome And Principe Dobra (STN).","isDeprecated":false,"deprecationReason":null},{"name":"SYP","description":"Syrian Pound (SYP).","isDeprecated":false,"deprecationReason":null},{"name":"SZL","description":"Swazi Lilangeni (SZL).","isDeprecated":false,"deprecationReason":null},{"name":"THB","description":"Thai baht (THB).","isDeprecated":false,"deprecationReason":null},{"name":"TJS","description":"Tajikistani Somoni (TJS).","isDeprecated":false,"deprecationReason":null},{"name":"TMT","description":"Turkmenistani Manat (TMT).","isDeprecated":false,"deprecationReason":null},{"name":"TND","description":"Tunisian Dinar (TND).","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Tongan Pa'anga (TOP).","isDeprecated":false,"deprecationReason":null},{"name":"TRY","description":"Turkish Lira (TRY).","isDeprecated":false,"deprecationReason":null},{"name":"TTD","description":"Trinidad and Tobago Dollars (TTD).","isDeprecated":false,"deprecationReason":null},{"name":"TWD","description":"Taiwan Dollars (TWD).","isDeprecated":false,"deprecationReason":null},{"name":"TZS","description":"Tanzanian Shilling (TZS).","isDeprecated":false,"deprecationReason":null},{"name":"UAH","description":"Ukrainian Hryvnia (UAH).","isDeprecated":false,"deprecationReason":null},{"name":"UGX","description":"Ugandan Shilling (UGX).","isDeprecated":false,"deprecationReason":null},{"name":"USD","description":"United States Dollars (USD).","isDeprecated":false,"deprecationReason":null},{"name":"UYU","description":"Uruguayan Pesos (UYU).","isDeprecated":false,"deprecationReason":null},{"name":"UZS","description":"Uzbekistan som (UZS).","isDeprecated":false,"deprecationReason":null},{"name":"VED","description":"Venezuelan Bolivares (VED).","isDeprecated":false,"deprecationReason":null},{"name":"VEF","description":"Venezuelan Bolivares (VEF).","isDeprecated":true,"deprecationReason":"`VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead."},{"name":"VES","description":"Venezuelan Bolivares Soberanos (VES).","isDeprecated":false,"deprecationReason":null},{"name":"VND","description":"Vietnamese Δ‘α»“ng (VND).","isDeprecated":false,"deprecationReason":null},{"name":"VUV","description":"Vanuatu Vatu (VUV).","isDeprecated":false,"deprecationReason":null},{"name":"WST","description":"Samoan Tala (WST).","isDeprecated":false,"deprecationReason":null},{"name":"XAF","description":"Central African CFA Franc (XAF).","isDeprecated":false,"deprecationReason":null},{"name":"XCD","description":"East Caribbean Dollar (XCD).","isDeprecated":false,"deprecationReason":null},{"name":"XOF","description":"West African CFA franc (XOF).","isDeprecated":false,"deprecationReason":null},{"name":"XPF","description":"CFP Franc (XPF).","isDeprecated":false,"deprecationReason":null},{"name":"XXX","description":"Unrecognized currency.","isDeprecated":false,"deprecationReason":null},{"name":"YER","description":"Yemeni Rial (YER).","isDeprecated":false,"deprecationReason":null},{"name":"ZAR","description":"South African Rand (ZAR).","isDeprecated":false,"deprecationReason":null},{"name":"ZMW","description":"Zambian Kwacha (ZMW).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Customer","description":"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).","fields":[{"name":"addresses","description":"The addresses associated with the customer.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"skipDefault","description":"A flag indicating whether the default address should be included.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddressConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"availableWalletPaymentConfigs","description":"The list of wallet payment configs for providers that the payment method accepts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"WalletPaymentConfig","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"companyContacts","description":"The list of contacts the customer is associated with.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyContactConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the customer was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creationDate","description":"The date and time when the customer was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creditCard","description":"A Credit Card resource identified by ID.","args":[{"name":"id","description":"The ID of the Credit Card to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCards","description":"The stored Credit Cards associated with the customer.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCardConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The default address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"displayName","description":"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.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrders","description":"The Draft Orders associated with the customer.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| company_contact_id | id |\n| created_at | time |\n| customer_id | id |\n| id | id | Filter by `id` range. | | | |\n| name | string |\n| purchasing_entity | string |\n| source | string |\n| status | string |\n| tag | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"DraftOrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"emailAddress","description":"The email address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageUrl","description":"The URL to the avatar image of the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastIncompleteCheckout","description":"The customer's most recently updated, incomplete checkout.","args":[],"type":{"kind":"OBJECT","name":"Checkout","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The orders associated with the customer.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| default | string | Filter by a case-insensitive search of all the fields in a document. | | | |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| order_number | string |\n| processed_at | time |\n| purchasing_company_contact_id | id |\n| purchasing_company_id | id |\n| purchasing_company_location_id | id |\n| purchasing_entity | string |\n| shipment_status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"OrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paypalBillingAgreement","description":"A PayPal Billing Agreement resource.","args":[],"type":{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The phone number of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerPhoneNumber","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"A Return identified by ID.","args":[{"name":"id","description":"The ID of the Return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storeCreditAccounts","description":"A list of the owner resource's store credit accounts. Store credit accounts are not shown for shops with store credit disabled at checkout.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| currency_code | string |\n| id | id | Filter by `id` range. | | | |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContract","description":"A Subscription Contract resource identified by ID.","args":[{"name":"id","description":"The ID of the SubscriptionContract to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContracts","description":"The Subscription Contracts associated with the customer.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| last_billing_attempt_error_type | string |\n| status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"SubscriptionContractsSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A comma-separated list of tags that have been added to the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExemptionsDetails","description":"The list of tax exemptions applied to the customer with additional details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxExemptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"HasStoreCreditAccounts","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddress","description":"Represents a customer's mailing address.\nFor example, a customer's default address and an order's billing address are both mailing addresses.\nApps using the Customer Account API must meet the\nprotected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","fields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. This is typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address, customized by the provided arguments.","args":[{"name":"withCompany","description":"Determines whether to include the customer's company in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Determines whether to include the customer's name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the values for city, province, and country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on firstName and lastName.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number.\n\nFormatted using E.164 standard. For example, _+16135551111_.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region.\n\nFor example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressConnection","description":"An auto-generated type for paginating through multiple CustomerAddresses.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddressEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in CustomerAddressEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddress","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressCreatePayload","description":"Return type for `customerAddressCreate` mutation.","fields":[{"name":"customerAddress","description":"The created customer address.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressDeletePayload","description":"Return type for `customerAddressDelete` mutation.","fields":[{"name":"deletedAddressId","description":"The ID of the deleted address.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressEdge","description":"An auto-generated type which holds one CustomerAddress and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CustomerAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","description":"The input fields to create or update a mailing address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The country code, in ISO 3166-1 format. Accepts either a two-letter [alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2),\na three-letter [alpha-3 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3), or a three-digit [numeric code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric).\nFor example, `US`, `USA`, or `840` represents the United States.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region of the address, such as the province, state, or district.\nFor example, 'ON' for Ontario, Canada.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","description":"Return type for `customerAddressUpdate` mutation.","fields":[{"name":"customerAddress","description":"The updated address.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreditCard","description":"The credit card payment instrument.","fields":[{"name":"billingAddress","description":"The billing address associated with the credit card.","args":[],"type":{"kind":"OBJECT","name":"PaymentInstrumentBillingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"brand","description":"The brand of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"default","description":"Whether the credit card is the default payment method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresSoon","description":"Whether the credit card is about to expire.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiryMonth","description":"The expiry month of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiryYear","description":"The expiry year of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstDigits","description":"The BIN number of the credit card.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastDigits","description":"The last 4 digits of the credit card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maskedNumber","description":"The masked credit card number, displaying only the last 4 digits.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the card holder.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"openDraftOrders","description":"The list of open draft orders of an associated credit card.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pendingOrders","description":"The list of pending orders associated with this credit card.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"permissionToShowAtCheckout","description":"Whether this credit card has permission to be shown at checkout for future purchases.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContracts","description":"The list of subscription contracts charged against this credit card.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| last_billing_attempt_error_type | string |\n| status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"SubscriptionContractsSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"virtualLastDigits","description":"The last 4 digits of the Device Account Number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"walletType","description":"The type of wallet, if the credit card is associated with a wallet.","args":[],"type":{"kind":"ENUM","name":"PaymentInstrumentWalletType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"PaymentInstrument","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreditCardConnection","description":"An auto-generated type for paginating through multiple CustomerCreditCards.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCardEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in CustomerCreditCardEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreditCardEdge","description":"An auto-generated type which holds one CustomerCreditCard and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CustomerCreditCardEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailAddress","description":"An email address associated with a customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","fields":[{"name":"emailAddress","description":"The email address of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"marketingState","description":"The customer's subscription status for email marketing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EmailMarketingState","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailMarketingOptInPayload","description":"Return type for `customerEmailMarketingOptIn` mutation.","fields":[{"name":"customerEmailAddress","description":"The customer who was force subscribed to email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingOptInUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailMarketingSubscribePayload","description":"Return type for `customerEmailMarketingSubscribe` mutation.","fields":[{"name":"emailAddress","description":"The customer's email address that's subscribed to the email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerEmailMarketingUnsubscribePayload","description":"Return type for `customerEmailMarketingUnsubscribe` mutation.","fields":[{"name":"emailAddress","description":"The customer's email address that's unsubscribed from the email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerMailingAddress","description":"Represents a customer's mailing address.\nFor example, a customer's default address and an order's billing address are both mailing addresses.","fields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. This is typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCodeV2","description":"The two-letter code for the country of the address.\n\nFor example, US.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"Indicates whether the address is the default address or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address, customized by the provided arguments.","args":[{"name":"withCompany","description":"Determines whether to include the customer's company in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Determines whether to include the customer's name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the values for city, province, and country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinate of the customer's address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinate of the customer's address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on firstName and lastName.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer's unique phone number.\n\nFormatted using E.164 standard. For example, _+16135551111_.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number.\n\nFormatted using E.164 standard. For example, _+16135551111_.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region.\n\nFor example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"verified","description":"Indicates whether the address was geolocated and is a valid address. The field returns `false` if the verification failed, or if the job to verify this address was never started.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The alphanumeric code for the region.\n\nFor example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","description":"The input fields to create or update a mailing address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"territoryCode","description":"The two-letter code for the country of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The code for the region of the address, such as the province,\nstate, or district. For example, QC for Quebec, Canada.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerPhoneNumber","description":"Defines the phone number of the customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","fields":[{"name":"marketingState","description":"Indicates whether the customer has subscribed to SMS marketing material.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SmsMarketingState","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The customer's phone number.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","description":"The input fields to update a customer's personal information.","fields":null,"inputFields":[{"name":"firstName","description":"The customer's first name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer's last name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerUpdatePayload","description":"Return type for `customerUpdate` mutation.","fields":[{"name":"customer","description":"The customer's personal information that has been updated.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsCustomerUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"DateTime","description":"Represents an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-encoded date and time string.\nFor example, 3:50 pm on September 7, 2019 in the time zone of UTC (Coordinated Universal Time) is\nrepresented as `\"2019-09-07T15:50:00Z`\".\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Decimal","description":"A signed decimal number, which supports arbitrary precision and is serialized as a string.\n\nExample values: `\"29.99\"`, `\"29.999\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DeliveryOptionGroupType","description":"The different types of delivery option groups.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ONE_TIME_PURCHASE","description":"A one-time purchase.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"A subscription.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"DepositConfiguration","description":"Configuration of the deposit.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DepositPercentage","ofType":null}]},{"kind":"OBJECT","name":"DepositPercentage","description":"A percentage deposit.","fields":[{"name":"percentage","description":"The percentage value of the deposit.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DiscountAllocation","description":"Represents an amount discounting the line that has been allocated by a discount.","fields":[{"name":"allocatedAmount","description":"The amount of discount allocated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplication","description":"The discount from which this allocated amount originated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DiscountApplication","description":"Captures the intentions of a discount source at the time of application.","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AutomaticDiscountApplication","ofType":null},{"kind":"OBJECT","name":"DiscountCodeApplication","ofType":null},{"kind":"OBJECT","name":"ManualDiscountApplication","ofType":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","ofType":null}]},{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","description":"The method by which the discount's value is allocated onto its entitled lines.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACROSS","description":"The value is spread across all entitled lines.","isDeprecated":false,"deprecationReason":null},{"name":"EACH","description":"The value is applied onto every entitled line.","isDeprecated":false,"deprecationReason":null},{"name":"ONE","description":"The value is specifically applied onto a particular line.","isDeprecated":true,"deprecationReason":"Use ACROSS instead."}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationConnection","description":"An auto-generated type for paginating through multiple DiscountApplications.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in DiscountApplicationEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationEdge","description":"An auto-generated type which holds one DiscountApplication and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetSelection","description":"The lines on the order to which the discount is applied, of the type defined by\nthe discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of\n`LINE_ITEM`, applies the discount on all line items that are entitled to the discount.\nThe value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"The discount is allocated onto all the lines.","isDeprecated":false,"deprecationReason":null},{"name":"ENTITLED","description":"The discount is allocated onto only the lines that it's entitled for.","isDeprecated":false,"deprecationReason":null},{"name":"EXPLICIT","description":"The discount is allocated onto explicitly chosen lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetType","description":"The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LINE_ITEM","description":"The discount applies onto line items.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING_LINE","description":"The discount applies onto shipping lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationType","description":"The type of the discount application.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTOMATIC","description":"Automatic discount application type.","isDeprecated":false,"deprecationReason":null},{"name":"DISCOUNT_CODE","description":"Discount code discount application type.","isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":"Manual discount application type.","isDeprecated":false,"deprecationReason":null},{"name":"SCRIPT","description":"Script discount application type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountCodeApplication","description":"Captures the intentions of a discount code at the time that it is applied.","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The string identifying the discount code used at the time of application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DisplayableError","description":"Represents an error in the input of a mutation.","fields":[{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ApplePaySessionUserError","ofType":null},{"kind":"OBJECT","name":"BusinessCustomerUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldsDeleteUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null},{"kind":"OBJECT","name":"ReturnUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null},{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null},{"kind":"OBJECT","name":"UserErrorsBusinessContactUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingOptInUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsCustomerUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsResendGiftCardErrors","ofType":null},{"kind":"OBJECT","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrors","ofType":null}]},{"kind":"OBJECT","name":"Domain","description":"A unique string representing the address of a Shopify store on the Internet.","fields":[{"name":"host","description":"The host name of the domain (for example, `example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"redirectHost","description":"The host of the primary domain that this domain redirects to (for example, `example.com`).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the domain (for example, `example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrder","description":"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).","fields":[{"name":"billingAddress","description":"The billing address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contactExists","description":"Whether the customer who made the draft order has an associated enabled contact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the draft order was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The three-letter code for the currency of the store at the time that the invoice is sent.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer who placed the order.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the customer, which is used to send notifications to.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inReview","description":"Whether the draft order is created from the online store and is open.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"invoiceUrl","description":"The link to the checkout, which is sent to the customer in the invoice email.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyAggregatedMerchandiseTermsAsFees","description":"The merchandise lines marked as fees with total value, aggregated by title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyRepresentProductsAsFees","description":"Whether or not products marked as fees should be rendered as money lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacySubtotalWithoutFees","description":"The subtotal of the line items (doesn't include shipping charges, shipping discounts, taxes, or fees).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The list of the line items in the draft order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemsSummary","description":"The summary of draft order line items quantity.","args":[],"type":{"kind":"OBJECT","name":"DraftOrderLineItemsSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The unique identifier for the draft order, which is unique within the store. For example, _#D1223_.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"The order that was created from this draft order.","args":[],"type":{"kind":"OBJECT","name":"Order","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number assigned to the draft order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"purchasingEntity","description":"The purchasing entity for the draft order.","args":[],"type":{"kind":"UNION","name":"PurchasingEntity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the draft order requires shipping or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The shipping address of the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DraftOrderStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPrice","description":"The subtotal of the line items (doesn't include shipping charges, shipping discounts, or taxes).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPriceBeforeDiscounts","description":"The subtotal of the line items (doesn't include shipping charges, taxes, or any discounts).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExempt","description":"Indicates whether the draft order is tax exempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxesIncluded","description":"Whether the line item prices include taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalLineItemsPrice","description":"The total price of line items for this draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total amount of the draft order (includes taxes, shipping charges, and discounts).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping charge for the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total amount of taxes for the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalWeight","description":"The total weight (in grams) of the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the draft order was last changed.\nThe format is YYYY-MM-DD HH:mm:ss (for example, 2016-02-05 17:04:01).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderAppliedDiscount","description":"The order-level discount applied to a draft order.","fields":[{"name":"discountValue","description":"The amount of money discounted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The name of the order-level discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderByCompanySortKeys","description":"The set of valid sort keys for the DraftOrderByCompany query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_NAME","description":"Sort by the `customer_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"Sort by the `number` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"Sort by the `status` value.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderByLocationSortKeys","description":"The set of valid sort keys for the DraftOrderByLocation query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_NAME","description":"Sort by the `customer_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"Sort by the `number` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"Sort by the `status` value.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderConnection","description":"An auto-generated type for paginating through multiple DraftOrders.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in DraftOrderEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrder","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderDiscountInformation","description":"The discount information associated with a draft order.","fields":[{"name":"appliedDiscount","description":"The order-level discount applied to the draft order.","args":[],"type":{"kind":"OBJECT","name":"DraftOrderAppliedDiscount","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscounts","description":"The total discounts applied to the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderEdge","description":"An auto-generated type which holds one DraftOrder and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DraftOrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrder","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItem","description":"A line item included in a draft order.","fields":[{"name":"discountInformation","description":"The discount information for the draft order line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItemDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedTotal","description":"The total price of the line item after discounts have been applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedUnitPrice","description":"The discounted total divided by the quantity, resulting in the value of the discount per unit.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image associated with the line item.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFee","description":"Whether this is line item is marked as a fee.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeDescription","description":"The fee's description, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeTitle","description":"The fee's title, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotal","description":"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.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalUnitPrice","description":"The price of the variant without any discounts applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of this variant item in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the variant requires physical shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU number of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":"Whether the variant is taxable.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product or variant. This only applies to custom line items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The name of the product variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":"The name of the vendor of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"weight","description":"The weight of the line item, including the unit and value.","args":[],"type":{"kind":"OBJECT","name":"Weight","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemConnection","description":"An auto-generated type for paginating through multiple DraftOrderLineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in DraftOrderLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemDiscountInformation","description":"The discount information for the draft order line item.","fields":[{"name":"title","description":"The title of the discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscount","description":"The total discount applied to the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemEdge","description":"An auto-generated type which holds one DraftOrderLineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DraftOrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DraftOrderLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DraftOrderLineItemsSummary","description":"The quantitative summary of the line items in a specific draft order.","fields":[{"name":"lineItemCount","description":"The total number of line items in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLegacyFeeLineItems","description":"The total quantity of all legacy fee line items in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLineItems","description":"The total quantity of all line items in the draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderSortKeys","description":"The set of valid sort keys for the DraftOrder query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_NAME","description":"Sort by the `customer_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"Sort by the `number` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"Sort by the `status` value.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DraftOrderStatus","description":"The valid statuses for a draft order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPLETED","description":"The draft order has been paid.","isDeprecated":false,"deprecationReason":null},{"name":"INVOICE_SENT","description":"An invoice for the draft order has been sent to the customer.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The draft order is open. It has not been paid, and an invoice hasn't been sent.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DutySale","description":"A sale that includes a duty charge.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"EmailMarketingState","description":"Represents the possible email marketing states for a customer.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID","description":"The customer’s email marketing state is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_SUBSCRIBED","description":"The customer isn't subscribed to email marketing.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The customer is in the process of subscribing to email marketing.","isDeprecated":false,"deprecationReason":null},{"name":"REDACTED","description":"The customer's personal data has been erased. This value is internally-set and read-only.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIBED","description":"The customer is subscribed to email marketing.","isDeprecated":false,"deprecationReason":null},{"name":"UNSUBSCRIBED","description":"The customer is not currently subscribed to email marketing but was previously subscribed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ExtensionApiTokens","description":"Tokens used by ui extensions to query various APIs.","fields":[{"name":"storefrontApi","description":"The token for querying the storefront API.","args":[],"type":{"kind":"OBJECT","name":"ExtensionStorefrontApiToken","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ExtensionStorefrontApiToken","description":"Ephemeral token used by ui extensions to query the storefront API.","fields":[{"name":"expiresAt","description":"The expiration time of the token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The ephemeral token used for querying the storefront API.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FeeSale","description":"A sale associated with a fee.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Fulfillment","description":"Represents a single fulfillment in an order.","fields":[{"name":"createdAt","description":"The date and time when the fulfillment was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedDeliveryAt","description":"The estimated delivery time of this fulfillment.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"events","description":"A collection of fulfillment events.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| id | id | Filter by `id` range. | | | |\n| status | string |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"FulfillmentEventSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEventConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentLineItems","description":"The line items in the fulfillment.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isPickedUp","description":"Whether the fulfillment is picked up locally.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latestShipmentStatus","description":"The latest shipment status for the fulfillment.","args":[],"type":{"kind":"ENUM","name":"FulfillmentEventStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupAddress","description":"The pickup address for the fulfillment.","args":[],"type":{"kind":"OBJECT","name":"PickupAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether any line items in the fulfillment require shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the fulfillment.","args":[],"type":{"kind":"ENUM","name":"FulfillmentStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingInformation","description":"The tracking information associated with the fulfillment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TrackingInformation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the fulfillment was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentConnection","description":"An auto-generated type for paginating through multiple Fulfillments.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in FulfillmentEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Fulfillment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEdge","description":"An auto-generated type which holds one Fulfillment and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Fulfillment","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEvent","description":"An event that occurred for a fulfillment.","fields":[{"name":"happenedAt","description":"The time when this fulfillment event occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the fulfillment event.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FulfillmentEventStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEventConnection","description":"An auto-generated type for paginating through multiple FulfillmentEvents.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEventEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in FulfillmentEventEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEvent","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentEventEdge","description":"An auto-generated type which holds one FulfillmentEvent and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentEventEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentEvent","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentEventSortKeys","description":"The set of valid sort keys for the FulfillmentEvent query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HAPPENED_AT","description":"Sort by the `happened_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentEventStatus","description":"The status of a fulfillment event.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ATTEMPTED_DELIVERY","description":"A delivery was attempted.","isDeprecated":false,"deprecationReason":null},{"name":"CARRIER_PICKED_UP","description":"The fulfillment has been picked up by the carrier.","isDeprecated":false,"deprecationReason":null},{"name":"CONFIRMED","description":"The fulfillment is confirmed.","isDeprecated":false,"deprecationReason":null},{"name":"DELAYED","description":"The fulfillment is delayed.","isDeprecated":false,"deprecationReason":null},{"name":"DELIVERED","description":"The fulfillment was successfully delivered.","isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":"The fulfillment request failed.","isDeprecated":false,"deprecationReason":null},{"name":"IN_TRANSIT","description":"The fulfillment is in transit.","isDeprecated":false,"deprecationReason":null},{"name":"LABEL_PRINTED","description":"A purchased shipping label has been printed.","isDeprecated":false,"deprecationReason":null},{"name":"LABEL_PURCHASED","description":"A shipping label has been purchased.","isDeprecated":false,"deprecationReason":null},{"name":"OUT_FOR_DELIVERY","description":"The fulfillment is out for delivery.","isDeprecated":false,"deprecationReason":null},{"name":"PICKED_UP","description":"The fulfillment was successfully picked up.","isDeprecated":false,"deprecationReason":null},{"name":"READY_FOR_PICKUP","description":"The fulfillment is ready to be picked up.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItem","description":"Represents a line item from an order that's included in a fulfillment.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of line items in the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemConnection","description":"An auto-generated type for paginating through multiple FulfillmentLineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in FulfillmentLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemEdge","description":"An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentSortKeys","description":"The set of valid sort keys for the Fulfillment query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FulfillmentStatus","description":"The status of a fulfillment.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CANCELLED","description":"The fulfillment was canceled.","isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":"There was an error with the fulfillment request.","isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":"The fulfillment request failed.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The third-party fulfillment service has acknowledged the fulfillment and is processing it.","isDeprecated":true,"deprecationReason":"This is a legacy status and is due to be deprecated."},{"name":"PENDING","description":"Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to `open` or `success`.","isDeprecated":true,"deprecationReason":"This is a legacy status and is due to be deprecated."},{"name":"SUCCESS","description":"The fulfillment was completed successfully.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"GiftCardDetails","description":"The gift card payment details related to a transaction.","fields":[{"name":"balance","description":"The balance of the gift card in shop and presentment currencies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"last4","description":"The last characters of the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GiftCardSale","description":"A sale associated with a gift card.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GooglePayBillingAddressInput","description":"The input fields for the billing address received from Google Pay.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"administrativeArea","description":"The region of the address, such as the province, state, or district.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locality","description":"The name of the city, district, village, or town.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phoneNumber","description":"The telephone number of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"postalCode","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GooglePayCreditCardAddPayload","description":"Return type for `googlePayCreditCardAdd` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GooglePayCreditCardUpdatePayload","description":"Return type for `googlePayCreditCardUpdate` mutation.","fields":[{"name":"creditCard","description":"The updated credit card.","args":[],"type":{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"If the card verification result is processing. When this is true, credit_card will be null.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GooglePayWalletConfig","description":"The configuration settings for the Google Pay wallet.","fields":[{"name":"allowedAuthMethods","description":"The authentication methods allowed by Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"allowedCardNetworks","description":"The card networks accepted by Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"authJwt","description":"The Auth JWT used for Google Pay requests.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"environment","description":"The current operating environment (TEST or PRODUCTION).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"gateway","description":"The gateway name for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"gatewayMerchantId","description":"The gateway merchant ID for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchantId","description":"The merchant ID for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchantName","description":"The merchant name for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchantOrigin","description":"The merchant origin for Google Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"HTML","description":"A string containing HTML code. Refer to the [HTML spec](https://html.spec.whatwg.org/#elements-3) for a\ncomplete list of HTML elements.\n\nExample value: `\"

Grey cotton knit sweater.

\"`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"HasCompareDigest","description":"Represents a summary of the current version of data in a resource.\n\nThe `compare_digest` field can be used as input for mutations that implement a compare-and-swap mechanism.","fields":[{"name":"compareDigest","description":"The data stored in the resource, represented as a digest.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Metafield","ofType":null}]},{"kind":"INTERFACE","name":"HasMetafields","description":"The information about the metafields associated with the specified resource.","fields":[{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null}]},{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","description":"The input fields to identify a metafield on an owner resource by namespace and key.","fields":null,"inputFields":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"HasStoreCreditAccounts","description":"Represents information about the store credit accounts associated to the specified owner.","fields":[{"name":"storeCreditAccounts","description":"A list of the owner resource's store credit accounts. Store credit accounts are not shown for shops with store credit disabled at checkout.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| currency_code | string |\n| id | id | Filter by `id` range. | | | |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Customer","ofType":null}]},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ISO8601DateTime","description":"An ISO 8601-encoded datetime","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Image","description":"Represents an image resource.","fields":[{"name":"altText","description":"A word or phrase to share the nature or contents of an image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique ID for the image.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalSrc","description":"The location of the original image as a URL.\n\nIf there are any existing transformations in the original source URL, they will remain and not be stripped.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"src","description":"The location of the image as a URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"transformedSrc","description":"The location of the transformed image as a URL.\n\nAll transformation arguments are considered \"best-effort\". If they can be applied to an image, they will be.\nOtherwise any transformations which an image type doesn't support will be ignored.","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url(transform:)` instead"},{"name":"url","description":"The location of the image as a URL.\n\nIf no transform options are specified, then the original image will be preserved including any pre-applied transforms.\n\nAll transformation options are considered \"best-effort\". Any transformation that the original image type doesn't support will be ignored.\n\nIf you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).","args":[{"name":"transform","description":"A set of options to transform the original image.","type":{"kind":"INPUT_OBJECT","name":"ImageTransformInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ImageContentType","description":"List of supported image content types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"JPG","description":"A JPG image.","isDeprecated":false,"deprecationReason":null},{"name":"PNG","description":"A PNG image.","isDeprecated":false,"deprecationReason":null},{"name":"WEBP","description":"A WEBP image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ImageTransformInput","description":"The available options for transforming an image.\n\nAll transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored.","fields":null,"inputFields":[{"name":"crop","description":"The region of the image to remain after cropping.\nMust be used in conjunction with the `maxWidth` and/or `maxHeight` fields, where the `maxWidth` and `maxHeight` aren't equal.\nThe `crop` argument should coincide with the smaller value. A smaller `maxWidth` indicates a `LEFT` or `RIGHT` crop, while\na smaller `maxHeight` indicates a `TOP` or `BOTTOM` crop. For example, `{ maxWidth: 5, maxHeight: 10, crop: LEFT }` will result\nin an image with a width of 5 and height of 10, where the right side of the image is removed.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Convert the source image into the preferred content type.\nSupported conversions: `.svg` to `.png`, any file type to `.jpg`, and any file type to `.webp`.","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be within 1..3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":"A [JSON](https://www.json.org/json-en.html) object.\n\nExample value:\n`{\n \"product\": {\n \"id\": \"gid://shopify/Product/1346443542550\",\n \"title\": \"White T-shirt\",\n \"options\": [{\n \"name\": \"Size\",\n \"values\": [\"M\", \"L\"]\n }]\n }\n}`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","description":"An object representing a product marked as a fee, aggregated by title.","fields":[{"name":"description","description":"The description of the fee line, as provided by the _legacy_product_as_fee_description line item property.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the fee line, as provided by the _legacy_product_as_fee_title line item property.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total value of all the products with the same title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItem","description":"A single line item in an order.","fields":[{"name":"currentTotalPrice","description":"The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The list of custom attributes associated with the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been allocated onto the line item by discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemDiscountInformation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"giftCard","description":"Whether the line item represents the purchase of a gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupTitle","description":"The title of the line item group associated with the line item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image object associated with the line item.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFee","description":"Whether this is line item is marked as a fee.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeDescription","description":"The fee's description, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyFeeTitle","description":"The fee's title, if this line item has been marked as a fee.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The title of the line item variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The product variant price without any discounts applied, in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productId","description":"The product's ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productType","description":"The product's type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of variant items ordered.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refundableQuantity","description":"The quantity of the line item, minus the refunded quantity.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether physical shipping is required for the variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlan","description":"The selling plan details associated with the line item.","args":[],"type":{"kind":"OBJECT","name":"LineItemSellingPlan","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU number of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldDiscountInformation","description":"The discounts that have been allocated onto the line item, ignoring returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemDiscountInformation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"soldDiscountedTotalPrice","description":"The total price of the line item, ignoring returns, with discounts included.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldQuantity","description":"The quantity of sold line item, ignoring returns.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldTotalPrice","description":"The total price of the line item, ignoring returns, before discounts.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"supportedReturnReasons","description":"The reasons that the customer can return this line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnSupportedReason","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product or variant. This field only applies to custom line items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscount","description":"The total of the discount allocations on this line item, resulting from discounts applied specifically to this line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPriceBeforeDiscounts","description":"The total price of the line item, calculated by multiplying the unit price of the variant (before any discounts) by the quantity, expressed in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPriceWithDiscounts","description":"The total price of the line item, calculated by multiplying the unit price of the variant (after line item discounts) by the quantity, expressed in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The unit price of the line item in presentment currencies.","args":[],"type":{"kind":"OBJECT","name":"UnitPrice","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantId","description":"The ID of the variant.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantOptions","description":"The options of the product variant.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemVariantOption","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The name of the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":"The product's vendor.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemConnection","description":"An auto-generated type for paginating through multiple LineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in LineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"LineItemContainer","description":"The information about the line item category for the order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"RemainingLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledDigitalLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledGiftCardLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledPhysicalLineItemContainer","ofType":null}]},{"kind":"OBJECT","name":"LineItemContainerLineItem","description":"The information about the line item in the line item container.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the container.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"remainingQuantity","description":"The number of units yet to be fulfilled.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantity","description":"The total number of units in this fulfillment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","description":"An auto-generated type for paginating through multiple LineItemContainerLineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in LineItemContainerLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemContainerLineItemEdge","description":"An auto-generated type which holds one LineItemContainerLineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of LineItemContainerLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemDiscountInformation","description":"The discount information for a specific line item.","fields":[{"name":"discountValue","description":"The value of the applied discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemEdge","description":"An auto-generated type which holds one LineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of LineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemSellingPlan","description":"The selling plan for a line item.","fields":[{"name":"name","description":"The name of the selling plan for display purposes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanId","description":"The ID of the selling plan associated with the line item.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LineItemVariantOption","description":"The line item's variant option.","fields":[{"name":"name","description":"The name of the option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ManualDiscountApplication","description":"Captures the intentions of a discount that was manually created.","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the application.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Market","description":"A market, which is a group of one or more regions targeted for international sales.\nA market allows configuration of a distinct, localized shopping experience for customers from a specific area of the world.","fields":[{"name":"handle","description":"The short, human-readable unique identifier for the market.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"webPresence","description":"The web presence of the market, defining its SEO strategy. This can be a different domain,\nsubdomain, or subfolders of the primary domain. Each web presence comprises one or more\nlanguage variants. If a market doesn't have its own web presence, then the market is accessible on the\nshop’s primary domain using [country\nselectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector).","args":[],"type":{"kind":"OBJECT","name":"MarketWebPresence","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MarketWebPresence","description":"The web presence of the market, defining its SEO strategy. This can be a different domain\n(e.g. `example.ca`), subdomain (e.g. `ca.example.com`), or subfolders of the primary\ndomain (e.g. `example.com/en-ca`). Each web presence comprises one or more language\nvariants. If a market does not have its own web presence, it is accessible on the shop’s\nprimary domain via [country\nselectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector).\n\nNote: while the domain/subfolders defined by a market’s web presence are not applicable to\ncustom storefronts, which must manage their own domains and routing, the languages chosen\nhere do govern [the languages available on the Storefront\nAPI](https://shopify.dev/custom-storefronts/internationalization/multiple-languages) for the countries in\nthis market.","fields":[{"name":"domain","description":"The domain of the web presence.\nThis field will be null if `subfolderSuffix` isn't null.","args":[],"type":{"kind":"OBJECT","name":"Domain","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rootUrls","description":"The list of root URLs for each of the web presence’s locales.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MarketWebPresenceRootUrl","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subfolderSuffix","description":"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.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MarketWebPresenceRootUrl","description":"The URL for the homepage of the online store in the context of a particular market and a particular locale.","fields":[{"name":"locale","description":"The locale in which the storefront loads.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the homepage.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Metafield","description":"The custom metadata attached to a resource. Metafields can be sorted into namespaces and are\ncomprised of keys, values, and value types.","fields":[{"name":"compareDigest","description":"The data stored in the resource, represented as a digest.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the metafield was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of a metafield.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"jsonValue","description":"The data stored in the metafield in JSON format.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The key name for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the metafield.\nSee the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the metafield was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasCompareDigest","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldIdentifier","description":"Identifies a metafield by its owner resource, namespace, and key.","fields":[{"name":"key","description":"The key of the metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace of the metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"GID of the owner resource that the metafield belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetafieldIdentifierInput","description":"The input fields that identify metafields.","fields":null,"inputFields":[{"name":"key","description":"The key of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The unique ID of the resource that the metafield is attached to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldValueType","description":"Value type to describe the Metafield value.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOOLEAN","description":"A boolean metafield.","isDeprecated":false,"deprecationReason":null},{"name":"FLOAT","description":"A float.","isDeprecated":false,"deprecationReason":null},{"name":"INTEGER","description":"An integer.","isDeprecated":false,"deprecationReason":null},{"name":"JSON_STRING","description":"A JSON string.","isDeprecated":false,"deprecationReason":null},{"name":"STRING","description":"A string.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsDeletePayload","description":"Return type for `metafieldsDelete` mutation.","fields":[{"name":"deletedMetafields","description":"List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldIdentifier","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldsDeleteUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsDeleteUserError","description":"An error that occurs during the execution of `MetafieldsDelete`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldsDeleteUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"elementIndex","description":"The index of the array element that's causing the error.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldsDeleteUserErrorCode","description":"Possible error codes that can be returned by `MetafieldsDeleteUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"DISALLOWED_OWNER_TYPE","description":"Owner type can't be used in this mutation.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"METAFIELD_DELETE_FAILED","description":"The metafield delete operation failed.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_FOUND","description":"The record with the ID used as the input value couldn't be found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetafieldsSetInput","description":"The input fields for a metafield value to set.","fields":null,"inputFields":[{"name":"compareDigest","description":"The `compareDigest` value obtained from a previous query. Provide this with updates to ensure the metafield is modified safely.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The unique identifier for a metafield within its namespace.\nMust be 3-64 characters long and can contain alphanumeric, hyphen, and underscore characters.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container for a group of metafields that the metafield is or will be associated with. Used in tandem\nwith `key` to lookup a metafield on a resource, preventing conflicts with other metafields with the\nsame `key`.\nMust be 3-255 characters long and can contain alphanumeric, hyphen, and underscore characters.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The unique ID of the resource that the metafield is attached to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of data that is stored in the metafield.\nThe type must be one of the [supported types](https://shopify.dev/apps/metafields/types).\nRequired when there is no corresponding definition for the given `namespace`, `key`, and\nowner resource type (derived from `ownerId`).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data stored in the metafield. Always stored as a string, regardless of the metafield's type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsSetPayload","description":"Return type for `metafieldsSet` mutation.","fields":[{"name":"metafields","description":"The list of metafields that were set.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","description":"An error that occurs during the execution of `MetafieldsSet`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"elementIndex","description":"The index of the array element that's causing the error.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","description":"Possible error codes that can be returned by `MetafieldsSetUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"APP_NOT_AUTHORIZED","description":"ApiPermission metafields can only be created or updated by the app owner.","isDeprecated":false,"deprecationReason":null},{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"DISALLOWED_OWNER_TYPE","description":"Owner type can't be used in this mutation.","isDeprecated":false,"deprecationReason":null},{"name":"INCLUSION","description":"The input value isn't included in the list.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_COMPARE_DIGEST","description":"The compareDigest is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_TYPE","description":"The type is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_VALUE","description":"The value is invalid for metafield type or for definition options.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN_OR_EQUAL_TO","description":"The input value should be less than or equal to the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"PRESENT","description":"The input value needs to be blank.","isDeprecated":false,"deprecationReason":null},{"name":"STALE_OBJECT","description":"The metafield has been modified since it was loaded.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MoneyBag","description":"A collection of monetary values in their respective currencies. Typically used in the context of multi-currency pricing and transactions,\nwhen an amount in the shop's currency is converted to the customer's currency of choice (the presentment currency).","fields":[{"name":"presentmentMoney","description":"Amount in presentment currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopMoney","description":"Amount in shop currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MoneyV2","description":"A monetary value with currency.","fields":[{"name":"amount","description":"Decimal money amount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Decimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"Currency of the money.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"This is the schema's entry point for all mutation operations.","fields":[{"name":"applePayCreditCardAdd","description":"Adds a new credit card using Apple Pay.","args":[{"name":"applePayTokenizedCard","description":"The Apple Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ApplePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"displayLastDigits","description":"The last four digits of the physical credit card.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ApplePayCreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"applePayCreditCardUpdate","description":"Updates a credit card using Apple Pay.","args":[{"name":"applePayTokenizedCard","description":"The Apple Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ApplePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"displayLastDigits","description":"The last four digits of the physical credit card.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ApplePayCreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"applePaySessionCreate","description":"Creates a new Apple Pay session.","args":[{"name":"resourceId","description":"The reference to the resource for which the session will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"validationUrl","description":"The validation URL used for the request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ApplePaySessionCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessContactUpdate","description":"Updates the information for a business contact.","args":[{"name":"companyId","description":"The ID of the company of the customer if the customer belongs to multiple companies.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"The input fields for updating the business contact.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"BusinessContactUpdateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessContactUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessLocationCreditCardAdd","description":"Adds a new credit card to the available payment methods of a customer.","args":[{"name":"billingAddress","description":"The billing address to associate with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"companyLocationId","description":"The ID of the company location to which the payment instrument belongs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessLocationCreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessLocationCreditCardUpdate","description":"Updates the details of a credit card for a customer.","args":[{"name":"billingAddress","description":"The billing address to associate with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"companyLocationId","description":"The ID of the company location to which the payment instrument belongs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessLocationCreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"businessLocationPaymentInstrumentRemove","description":"Removes a payment instrument from a customer.","args":[{"name":"companyLocationId","description":"The ID of the company location to which the payment instrument belongs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentId","description":"The ID of the payment instrument to be removed.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"replacementPaymentInstrumentId","description":"The ID of a payment instrument to use as a replacement.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BusinessLocationPaymentInstrumentRemovePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"companyLocationAssignAddress","description":"Updates an address on a company location.","args":[{"name":"address","description":"The input fields to use to update the address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CompanyAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"addressTypes","description":"The list of address types on the location to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CompanyAddressType","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locationId","description":"The ID of the company location to update addresses on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CompanyLocationAssignAddressPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCardAdd","description":"Adds a new credit card to a customer's list of available payment methods.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"default","description":"Whether this is the customer's default payment method.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creditCardUpdate","description":"Updates the details of a customer's credit card.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The Cardserver session ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressCreate","description":"Creates a new address for a customer.","args":[{"name":"address","description":"Specifies the fields to use when creating the address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The flag to set the address as the default address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressDelete","description":"Deletes a specific address for a customer.","args":[{"name":"addressId","description":"The ID of the address to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressUpdate","description":"Updates a specific address for a customer.","args":[{"name":"address","description":"Specifies the fields to use when updating the address.","type":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"addressId","description":"The ID of the address to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The flag to set the address as the default address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"null","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerEmailMarketingOptIn","description":"Subscribes the customer's email to marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailMarketingOptInPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerEmailMarketingSubscribe","description":"Subscribes the customer to email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailMarketingSubscribePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerEmailMarketingUnsubscribe","description":"Unsubscribes the customer from email marketing.","args":[],"type":{"kind":"OBJECT","name":"CustomerEmailMarketingUnsubscribePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUpdate","description":"Updates the customer's personal information.","args":[{"name":"input","description":"Specifies the input fields for the customer update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"googlePayCreditCardAdd","description":"Adds a new credit card by using Google Pay.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GooglePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"googlePayTokenizedCard","description":"A Google Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"GooglePayCreditCardAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"googlePayCreditCardUpdate","description":"Updates a credit card using Google Pay.","args":[{"name":"billingAddress","description":"The billing address associated with the credit card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GooglePayBillingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"googlePayTokenizedCard","description":"The Google Pay credit card token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"The ID of the payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"GooglePayCreditCardUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafieldsDelete","description":"Deletes multiple metafields in bulk.","args":[{"name":"metafields","description":"A list of identifiers specifying metafields to delete. At least one identifier must be specified.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MetafieldIdentifierInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldsDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafieldsSet","description":"Sets metafield values. Metafield values will be set regardless if they were previously created or not.\n\nAllows a maximum of 25 metafields to be set at a time.\n\nThis operation is atomic, meaning no changes are persisted if an error is encountered.\n\nAs of `2024-07`, this operation supports compare-and-set functionality to better handle concurrent requests.\nIf `compareDigest` is set for any metafield, the mutation will only set that metafield if the persisted metafield value matches the digest used on `compareDigest`.\nIf the metafield doesn't exist yet, but you want to guarantee that the operation will run in a safe manner, set `compareDigest` to `null`.\nThe `compareDigest` value can be acquired by querying the metafield object and selecting `compareDigest` as a field.\nIf the `compareDigest` value does not match the digest for the persisted value, the mutation will return an error.\nYou can opt out of write guarantees by not sending `compareDigest` in the request.","args":[{"name":"metafields","description":"The list of metafield values to set. Maximum of 25.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MetafieldsSetInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldsSetPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderRequestReturn","description":"Request a new return on behalf of a customer.","args":[{"name":"orderId","description":"The ID of the order for which this return is being requested.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"requestedLineItems","description":"The line items that are requested to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"RequestedLineItemInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrderRequestReturnPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentRemove","description":"Removes a payment instrument from a customer's account.","args":[{"name":"paymentInstrumentId","description":"The ID of the payment instrument to be removed.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"replacementPaymentInstrumentId","description":"The ID of a payment instrument that can serve as a replacement.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaymentInstrumentRemovePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentUpdateDefault","description":"Updates a customer's default payment instrument.","args":[{"name":"default","description":"Whether this payment instrument is the default.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrumentId","description":"The ID of the payment instrument to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaymentInstrumentUpdateDefaultPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paypalAccountEnable","description":"Connects a customer's PayPal account for use as a payment method.","args":[{"name":"paypalPayerId","description":"The Payer ID provided by PayPal.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paypalToken","description":"The PayPal Express token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaypalAccountEnablePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paypalTokenCreate","description":"Creates a PayPal Express token.","args":[],"type":{"kind":"OBJECT","name":"PaypalTokenCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resendGiftCard","description":"Resends a gift card to the customer.","args":[{"name":"orderId","description":"The ID of the order that sent the gift card.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ResendGiftCardPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayCreditCardGetUpdateUrl","description":"Provides a URL that enables the customer to update a Shop Pay credit card.","args":[{"name":"paymentMethodId","description":"The ID of the Shop Pay payment method to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ShopPayCreditCardGetUpdateUrlPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storefrontCustomerAccessTokenCreate","description":"Exchanges the Customer Access Token, provided in the Authorization header, into a Storefront Customer Access Token.\nRenew this token each time you update the Customer Access Token found in the Authorization header.","args":[],"type":{"kind":"OBJECT","name":"StorefrontCustomerAccessTokenCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionBillingCycleSkip","description":"Skips a Subscription Billing Cycle.","args":[{"name":"billingCycleInput","description":"The input object for selecting and using billing cycles.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionBillingCycleUnskip","description":"Unskips a Subscription Billing Cycle.","args":[{"name":"billingCycleInput","description":"The input object for selecting and using billing cycles.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractActivate","description":"Activates a Subscription Contract.","args":[{"name":"subscriptionContractId","description":"The ID of the subscription contract to activate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractActivatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractCancel","description":"Cancels a Subscription Contract.","args":[{"name":"subscriptionContractId","description":"The ID of the Subscription Contract to cancel.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractCancelPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractChangePaymentInstrument","description":"Changes the payment instrument used for future billing cycles of a Subscription Contract.","args":[{"name":"paymentInstrumentId","description":"The ID of the payment instrument.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractId","description":"The ID of the Subscription Contract to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractChangePaymentInstrumentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractFetchDeliveryOptions","description":"Fetches the available delivery options for a Subscription Contract.","args":[{"name":"address","description":"The address to deliver the subscription contract to.","type":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddress","description":"The address to deliver the subscription contract to.","type":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractId","description":"The ID of the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractFetchDeliveryOptionsPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractPause","description":"Pauses a Subscription Contract.","args":[{"name":"subscriptionContractId","description":"The ID of the subscription contract to pause.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractPausePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractSelectDeliveryMethod","description":"Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.","args":[{"name":"deliveryMethodInput","description":"The delivery method selected for the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContractId","description":"The ID of the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionDeliveryOptionsResultToken","description":"The token associated with the successfully fetched delivery options result for the subscription contract.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"SubscriptionContractSelectDeliveryMethodPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with an ID field to support global identification, in accordance with the\n[Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface).\nThis interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node)\nand [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AdditionalFeeSale","ofType":null},{"kind":"OBJECT","name":"AdjustmentSale","ofType":null},{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null},{"kind":"OBJECT","name":"Checkout","ofType":null},{"kind":"OBJECT","name":"CheckoutLineItem","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyAddress","ofType":null},{"kind":"OBJECT","name":"CompanyContact","ofType":null},{"kind":"OBJECT","name":"CompanyContactRole","ofType":null},{"kind":"OBJECT","name":"CompanyContactRoleAssignment","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"CustomerAddress","ofType":null},{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},{"kind":"OBJECT","name":"CustomerMailingAddress","ofType":null},{"kind":"OBJECT","name":"Domain","ofType":null},{"kind":"OBJECT","name":"DraftOrder","ofType":null},{"kind":"OBJECT","name":"DraftOrderLineItem","ofType":null},{"kind":"OBJECT","name":"DutySale","ofType":null},{"kind":"OBJECT","name":"FeeSale","ofType":null},{"kind":"OBJECT","name":"Fulfillment","ofType":null},{"kind":"OBJECT","name":"FulfillmentEvent","ofType":null},{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null},{"kind":"OBJECT","name":"GiftCardSale","ofType":null},{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null},{"kind":"OBJECT","name":"LineItem","ofType":null},{"kind":"OBJECT","name":"LineItemContainerLineItem","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"MarketWebPresence","ofType":null},{"kind":"OBJECT","name":"Metafield","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"OrderAgreement","ofType":null},{"kind":"OBJECT","name":"OrderEditAgreement","ofType":null},{"kind":"OBJECT","name":"OrderEditSummaryChange","ofType":null},{"kind":"OBJECT","name":"OrderTransaction","ofType":null},{"kind":"OBJECT","name":"PaymentIconImage","ofType":null},{"kind":"OBJECT","name":"PaymentSchedule","ofType":null},{"kind":"OBJECT","name":"PaymentTerms","ofType":null},{"kind":"OBJECT","name":"PaymentTermsTemplate","ofType":null},{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null},{"kind":"OBJECT","name":"ProductSale","ofType":null},{"kind":"OBJECT","name":"PublicOrder","ofType":null},{"kind":"OBJECT","name":"Refund","ofType":null},{"kind":"OBJECT","name":"RefundAgreement","ofType":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","ofType":null},{"kind":"OBJECT","name":"Return","ofType":null},{"kind":"OBJECT","name":"ReturnAgreement","ofType":null},{"kind":"OBJECT","name":"ReturnLineItem","ofType":null},{"kind":"OBJECT","name":"ReverseDelivery","ofType":null},{"kind":"OBJECT","name":"SaleTax","ofType":null},{"kind":"OBJECT","name":"ShippingLineSale","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null},{"kind":"OBJECT","name":"ShopPolicy","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitRevertTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","ofType":null},{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},{"kind":"OBJECT","name":"TaxLine","ofType":null},{"kind":"OBJECT","name":"TimelineEvent","ofType":null},{"kind":"OBJECT","name":"TipSale","ofType":null},{"kind":"OBJECT","name":"UiExtensionMetafield","ofType":null},{"kind":"OBJECT","name":"UnknownSale","ofType":null}]},{"kind":"OBJECT","name":"Order","description":"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).","fields":[{"name":"agreements","description":"A list of sales agreements associated with the order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SalesAgreementConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingAddress","description":"The mailing address provided by the customer. Not all orders have a mailing address.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cancelReason","description":"The reason for the cancellation of the order. Returns `null` if the order wasn't canceled.","args":[],"type":{"kind":"ENUM","name":"OrderCancelReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cancelledAt","description":"The date and time when the order was canceled.\nReturns `null` if the order wasn't canceled.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"checkoutToken","description":"The checkout token associated with this order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"confirmationNumber","description":"A randomly generated alpha-numeric identifier for the order that may be shown to the customer\ninstead of the sequential order name. For example, \"XPAV284CT\", \"R50KELTJP\" or \"35PKUN0UJ\".\nThis value isn't guaranteed to be unique.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the order was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The shop currency when the order was placed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The list of custom attributes associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer who placed the order.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerLocale","description":"The locale code representing the region where this specific order was placed.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplications","description":"The discounts that have been applied to the order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the order, including line-level discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrder","description":"The draft order associated with the order.","args":[],"type":{"kind":"OBJECT","name":"DraftOrder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrderName","description":"The name of the associated draft order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"editSummary","description":"The edit summary of the order.","args":[],"type":{"kind":"OBJECT","name":"OrderEditSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edited","description":"Whether the order has been edited or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderFinancialStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentStatus","description":"The fulfillment status of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderFulfillmentStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillments","description":"The fulfillments associated with the order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| id | id | Filter by `id` range. | | | |\n| order_id | id |\n| shipment_status | string |\n| status | string |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"FulfillmentSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasEmail","description":"Whether the customer has an email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasMultipleFulfillments","description":"Whether the order has multiple fulfillments.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latestFulfillmentDeliveryDate","description":"The delivery or estimated delivery date of the latest fulfillment.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"legacyAggregatedMerchandiseTermsAsFees","description":"The merchandise lines marked as fees with total value, aggregated by title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyRepresentProductsAsFees","description":"Whether or not products marked as fees should be rendered as money lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacySubtotalWithoutFees","description":"The price of the order before duties, shipping, taxes, and fees.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemContainers","description":"The list of the order's line item containers (e.g., Unfulfilled).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"LineItemContainer","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The list of line items of the order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemsSummary","description":"The summary of the quantity of line items for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderLineItemsSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locationName","description":"The name of the fulfillment location assigned at the time of order creation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes the order's shipping address. Or the shop's primary market if the shipping address is empty.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The identifier for the order that appears on the order.\nFor example, _#1000_ or _Store1001.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"The order's notes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":"A unique numeric identifier for the order, used by both the shop owner and customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderReceiptMetafields","description":"The list of metafields associated with the order receipt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInformation","description":"The payment information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPaymentInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsTemplate","description":"Represents the merchant configured payment terms.","args":[],"type":{"kind":"OBJECT","name":"PaymentTermsTemplate","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the customer for SMS notifications.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupInformation","description":"The pickup information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPickupInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"poNumber","description":"The purchase order number of the order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the order was processed.\nThis value can be set to dates in the past when importing from other systems.\nIf no value is provided, it will be auto-generated based on current date and time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"purchasingEntity","description":"The purchasing entity for the order.","args":[],"type":{"kind":"UNION","name":"PurchasingEntity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"refunds","description":"A list of refunds associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Refund","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"reorderPath","description":"The path to recreate the order in the cart and redirect to checkout. Will return nil if the line item count exceeds 100.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the order requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"A Return identified by ID.","args":[{"name":"id","description":"The ID of the Return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"returns","description":"The list of returns for the order with pagination.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"ReturnSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The mailing address to which the order items are shipped.","args":[],"type":{"kind":"OBJECT","name":"CustomerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingDiscountAllocations","description":"The discounts that have been allocated onto the shipping line by discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLine","description":"A summary of all shipping costs on the order.","args":[],"type":{"kind":"OBJECT","name":"ShippingLine","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLineGroups","description":"The list of shipping line groups for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderShippingLineGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingTitle","description":"A summary of the shipping titles for the order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopAppLinksAndResources","description":"The various fields for subscribing to order updates via Shop Pay.","args":[],"type":{"kind":"OBJECT","name":"ShopAppLinksAndResources","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"soldInformation","description":"The totals and quantities for the order, ignoring returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderSoldInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"statusPageUrl","description":"The unique URL for the status page of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The price of the order before duties, shipping, and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalBeforeDiscounts","description":"The price of the order before order-level discounts, duties, shipping. It includes taxes in tax-inclusive orders.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxInvoices","description":"A list of tax invoices associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxInvoice","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountedShipping","description":"The total cost of shipping after discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDuties","description":"The total amount of duties after returns.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutiesSummary","description":"The total duties and duties status.","args":[],"type":{"kind":"OBJECT","name":"OrderDutiesSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total amount of the order (including taxes and discounts) minus the amounts for line items that have been returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefunded","description":"The total amount refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShipping","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTip","description":"The total value of tips.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"A list of transactions associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderTransaction","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderActionType","description":"The possible order action types for a\n[sales agreement](https://shopify.dev/api/admin-graphql/latest/interfaces/salesagreement).","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ORDER","description":"An order with a purchase or charge.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_EDIT","description":"An edit to the order.","isDeprecated":false,"deprecationReason":null},{"name":"REFUND","description":"A refund on the order.","isDeprecated":false,"deprecationReason":null},{"name":"RETURN","description":"A return on the order.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"An unknown agreement action. Represents new actions that may be added in future versions.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderAgreement","description":"An agreement associated with an order placement.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"The order associated with the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderAllDiscounts","description":"The information about all discounts applied to a specific order.","fields":[{"name":"discountApplicationType","description":"The type of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountValue","description":"The value of the applied discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line to which the discount applies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the discount.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderByCompanySortKeys","description":"The set of valid sort keys for the OrderByCompany query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderByContactSortKeys","description":"The set of valid sort keys for the OrderByContact query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"PURCHASING_COMPANY_LOCATION_NAME","description":"Sort by the `purchasing_company_location_name` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderByLocationSortKeys","description":"The set of valid sort keys for the OrderByLocation query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderCancelReason","description":"The reason for the cancellation of the order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER","description":"The customer wanted to cancel the order.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"Payment was declined.","isDeprecated":false,"deprecationReason":null},{"name":"FRAUD","description":"The order was fraudulent.","isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY","description":"There was insufficient inventory.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"The order was canceled for an unlisted reason.","isDeprecated":false,"deprecationReason":null},{"name":"STAFF","description":"Staff made an error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderConnection","description":"An auto-generated type for paginating through multiple Orders.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in OrderEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"OrderDetailsPageOrder","description":"An order that redacts data if the requester does not have authorization to view it.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"PublicOrder","ofType":null}]},{"kind":"OBJECT","name":"OrderDiscountInformation","description":"The disount information for a specific order.","fields":[{"name":"allAppliedDiscounts","description":"The discount information for the order, including line_level discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderAllDiscounts","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"allOrderLevelAppliedDiscounts","description":"The order level discount information for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderAllDiscounts","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"allOrderLevelAppliedDiscountsOnSoldItems","description":"The order level discount information for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderAllDiscounts","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscounts","description":"Total discounts for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalOrderLevelAppliedDiscounts","description":"The current order-level discount amount after all order updates.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderDutiesStatusType","description":"The status of duties for the order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DUTIES_ERROR","description":"The order is being shipped from another country, so duties and taxes may be charged on delivery.","isDeprecated":false,"deprecationReason":null},{"name":"DUTIES_OK","description":"The order is being shipped from another country, so duties have been added to the order total.","isDeprecated":false,"deprecationReason":null},{"name":"DUTIES_ZERO","description":"The order is being shipped from another country. Duties are not charged on orders of this value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderDutiesSummary","description":"The summary of duties associated with an order.","fields":[{"name":"totalDuties","description":"The total amount of duties for the order.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutiesStatus","description":"The status of duties for the order.","args":[],"type":{"kind":"ENUM","name":"OrderDutiesStatusType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEdge","description":"An auto-generated type which holds one Order and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEditAgreement","description":"An agreement related to an edit of the order.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEditSummary","description":"The edit summary associated with an order.","fields":[{"name":"changes","description":"The edit changes of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderEditSummaryChange","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"latestHappenedAt","description":"The date and time of the latest edit.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEditSummaryChange","description":"A change in the edit summary of an order.","fields":[{"name":"delta","description":"The quantity delta of the change.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The handle that describes the change type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the change.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderFinancialStatus","description":"Represents the order's current financial status.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZED","description":"Displayed as **Authorized**.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"Displayed as **Expired**.","isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":"Displayed as **Paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_PAID","description":"Displayed as **Partially paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_REFUNDED","description":"Displayed as **Partially refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"Displayed as **Pending**.","isDeprecated":false,"deprecationReason":null},{"name":"REFUNDED","description":"Displayed as **Refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"VOIDED","description":"Displayed as **Voided**.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderFulfillmentStatus","description":"The aggregation of each order's active fulfillments and opened fulfillment orders for display purposes.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ATTEMPTED_TO_DELIVER","description":"Attempted to deliver the fulfillment.","isDeprecated":false,"deprecationReason":null},{"name":"CONFIRMED","description":"The order is confirmed.","isDeprecated":false,"deprecationReason":null},{"name":"DELIVERED","description":"Every physical fulfillment of the order has been successfully delivered.","isDeprecated":false,"deprecationReason":null},{"name":"IN_TRANSIT","description":"The order has one fulfillment in transit.","isDeprecated":false,"deprecationReason":null},{"name":"MULTIPLE_SHIPMENTS","description":"This order has multiple physical fulfillments with differing statuses.","isDeprecated":false,"deprecationReason":null},{"name":"ON_ITS_WAY","description":"The order has one fulfillment on its way.","isDeprecated":false,"deprecationReason":null},{"name":"OUT_FOR_DELIVERY","description":"The order has one fulfillment out for delivery.","isDeprecated":false,"deprecationReason":null},{"name":"PICKED_UP","description":"The order has been picked up.","isDeprecated":false,"deprecationReason":null},{"name":"PREPARING_FOR_SHIPPING","description":"The order has one fulfillment being prepared for shipping.","isDeprecated":false,"deprecationReason":null},{"name":"READY_FOR_PICKUP","description":"The order is ready to be picked up.","isDeprecated":false,"deprecationReason":null},{"name":"THERE_WAS_A_PROBLEM","description":"There was a problem with the fulfillment.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItemsSummary","description":"The quantitative information about the line items of a specific order.","fields":[{"name":"lineItemCount","description":"The number of line items in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLegacyFeesLineItems","description":"The total quantity of all legacy fees in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfLineItems","description":"The total quantity of all line items in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantityOfTipLineItems","description":"The total quantity of all tips in the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderPaymentInformation","description":"The summary of payment status information for the order.","fields":[{"name":"paymentCollectionUrl","description":"The URL for collecting a payment on the order.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderPaymentStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTerms","description":"The payment terms linked with the order.","args":[],"type":{"kind":"OBJECT","name":"PaymentTerms","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalOutstandingAmount","description":"The total amount that's yet to be transacted for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPaidAmount","description":"The total amount that has been paid for the order before any refund.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderPaymentStatus","description":"The current payment status of the order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZED","description":"The payment has been authorized.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The payment has expired.","isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":"The payment has been paid.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_PAID","description":"The payment has been partially paid.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_REFUNDED","description":"The payment has been partially refunded.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The payment is pending.","isDeprecated":false,"deprecationReason":null},{"name":"REFUNDED","description":"The payment has been refunded.","isDeprecated":false,"deprecationReason":null},{"name":"VOIDED","description":"The payment has been voided.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderPickupInformation","description":"The pickup information associated with an order.","fields":[{"name":"address","description":"The pickup address for the order.","args":[],"type":{"kind":"OBJECT","name":"PickupAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the pickup order was created.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The pickup status for the order.","args":[],"type":{"kind":"ENUM","name":"PickupStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the pickup order was updated.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderRequestReturnPayload","description":"Return type for `orderRequestReturn` mutation.","fields":[{"name":"return","description":"The return request that has been made.","args":[],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderShippingLineGroup","description":"The group including the shipping lines of the order.","fields":[{"name":"groupType","description":"The type of the shipping group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DeliveryOptionGroupType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineAmountAfterDiscounts","description":"The price of the shipping method after discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderSoldInformation","description":"A summary that regroups totals for an order, including the line items that have been returned.","fields":[{"name":"quantity","description":"The total quantity of line items in the order, including the quantities for line items that have been returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refundedQuantity","description":"The total quantity of line items in the order that were refunded, even if the totalRefunded amount was zero.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The total amount of the order (before shipping and discounts), including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total amount of the order (including taxes and discounts), including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscount","description":"The total discount amount for the order, including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxes","description":"The total tax amount of the order, including the amounts for line items that have been returned.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderSortKeys","description":"The set of valid sort keys for the Order query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NUMBER","description":"Sort by the `order_number` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderTransaction","description":"A payment transaction within an order context.","fields":[{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"giftCardDetails","description":"The gift card details for the transaction.","args":[],"type":{"kind":"OBJECT","name":"GiftCardDetails","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The kind of the transaction.","args":[],"type":{"kind":"ENUM","name":"OrderTransactionKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentDetails","description":"The payment details for the transaction.","args":[],"type":{"kind":"UNION","name":"PaymentDetails","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentIcon","description":"The payment icon to display for the transaction.","args":[],"type":{"kind":"OBJECT","name":"PaymentIconImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the transaction was processed.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the transaction.","args":[],"type":{"kind":"ENUM","name":"OrderTransactionStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"transactionAmount","description":"The amount and currency of the transaction in shop and presentment currencies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyBag","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionParentId","description":"The ID of the parent transaction.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderTransactionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"typeDetails","description":"The details of the transaction type.","args":[],"type":{"kind":"OBJECT","name":"TransactionTypeDetails","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"PaymentIcon","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderTransactionKind","description":"The kind of order transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZATION","description":"An authorization transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CAPTURE","description":"A capture transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CARD_APPROVAL","description":"A card approval transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CARD_DECLINE","description":"A card decline transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CHANGE","description":"A change transaction.","isDeprecated":false,"deprecationReason":null},{"name":"EMV_AUTHORIZATION","description":"An EMV authorization transaction.","isDeprecated":false,"deprecationReason":null},{"name":"REFUND","description":"A refund transaction.","isDeprecated":false,"deprecationReason":null},{"name":"REFUND_EMV_INITIATE","description":"A refund EMV initiate transaction.","isDeprecated":false,"deprecationReason":null},{"name":"SALE","description":"A sale transaction.","isDeprecated":false,"deprecationReason":null},{"name":"SUGGESTED_REFUND","description":"A suggested refund transaction.","isDeprecated":false,"deprecationReason":null},{"name":"VOID","description":"A void transaction.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderTransactionStatus","description":"Represents the status of an order transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ERROR","description":"The transaction has an error.","isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":"The transaction has failed.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The transaction is pending.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING_AUTHENTICATION","description":"The transaction is pending authentication.","isDeprecated":false,"deprecationReason":null},{"name":"SUCCESS","description":"The transaction is successful.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderTransactionType","description":"The type of order transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BANK_DEPOSIT","description":"A bank deposit transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CARD","description":"A card transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CASH_ON_DELIVERY","description":"A cash on delivery transaction.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOM","description":"A custom payment transaction.","isDeprecated":false,"deprecationReason":null},{"name":"GIFT_CARD","description":"A gift card transaction.","isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":"A generic manual transaction.","isDeprecated":false,"deprecationReason":null},{"name":"MONEY_ORDER","description":"A money order transaction.","isDeprecated":false,"deprecationReason":null},{"name":"SHOPIFY_INSTALLMENTS","description":"A Shopify installments transaction.","isDeprecated":false,"deprecationReason":null},{"name":"STORE_CREDIT","description":"A store credit transaction.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Returns information about pagination in a connection, in accordance with the\n[Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo).\nFor more information, please read our [GraphQL Pagination Usage Guide](https://shopify.dev/api/usage/pagination-graphql).","fields":[{"name":"endCursor","description":"The cursor corresponding to the last node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":"Whether there are more pages to fetch following the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"Whether there are any pages prior to the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"The cursor corresponding to the first node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PaymentDetails","description":"Payment details related to a transaction.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CardPaymentDetails","ofType":null}]},{"kind":"INTERFACE","name":"PaymentIcon","description":"The payment icon to display for the transaction.","fields":[{"name":"paymentIcon","description":"The payment icon to display for the transaction.","args":[],"type":{"kind":"OBJECT","name":"PaymentIconImage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"OrderTransaction","ofType":null}]},{"kind":"OBJECT","name":"PaymentIconImage","description":"Represents an image resource.","fields":[{"name":"altText","description":"A word or phrase to share the nature or contents of an image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique non-nullable ID for the image.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalSrc","description":"The location of the original image as a URL.\n\nIf there are any existing transformations in the original source URL, they will remain and not be stripped.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"src","description":"The location of the image as a URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"transformedSrc","description":"The location of the transformed image as a URL.\n\nAll transformation arguments are considered \"best-effort\". If they can be applied to an image, they will be.\nOtherwise any transformations which an image type doesn't support will be ignored.","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url(transform:)` instead"},{"name":"url","description":"The location of the image as a URL.\n\nIf no transform options are specified, then the original image will be preserved including any pre-applied transforms.\n\nAll transformation options are considered \"best-effort\". Any transformation that the original image type doesn't support will be ignored.\n\nIf you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).","args":[{"name":"transform","description":"A set of options to transform the original image.","type":{"kind":"INPUT_OBJECT","name":"ImageTransformInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"PaymentInstrument","description":"A payment instrument.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CustomerCreditCard","ofType":null},{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null}]},{"kind":"OBJECT","name":"PaymentInstrumentBillingAddress","description":"The billing address associated with a credit card payment instrument.","fields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address, for example, US.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name in the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name in the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region, for example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentInstrumentRemovePayload","description":"Return type for `paymentInstrumentRemove` mutation.","fields":[{"name":"deletedPaymentInstrumentId","description":"The ID of the deleted payment instrument.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentInstrumentUpdateDefaultPayload","description":"Return type for `paymentInstrumentUpdateDefault` mutation.","fields":[{"name":"updatedPaymentInstrumentId","description":"The ID of the updated payment instrument.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PaymentInstrumentWalletType","description":"The types of credit card wallets.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"APPLE_PAY","description":"The credit card is an Apple Pay wallet.","isDeprecated":false,"deprecationReason":null},{"name":"GOOGLE_PAY","description":"The credit card is a Google Pay wallet.","isDeprecated":false,"deprecationReason":null},{"name":"SHOP_PAY","description":"The credit card is a Shop Pay wallet.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PaymentSchedule","description":"A single payment schedule defined in the payment terms.","fields":[{"name":"amount","description":"The amount owed for this payment schedule.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completed","description":"Whether the payment has been completed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completedAt","description":"The date and time when the payment schedule was paid or fulfilled.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dueAt","description":"The date and time when the payment schedule is due.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentScheduleConnection","description":"An auto-generated type for paginating through multiple PaymentSchedules.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentScheduleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in PaymentScheduleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSchedule","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentScheduleEdge","description":"An auto-generated type which holds one PaymentSchedule and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of PaymentScheduleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSchedule","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentTerms","description":"The payment terms associated with an order or draft order.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nextDueAt","description":"The next due date if this is the NET or FIXED type of payment terms.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"overdue","description":"Whether the payment terms have overdue payment schedules.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSchedules","description":"The list of schedules associated with the payment terms.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentScheduleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsName","description":"The name of the payment terms template that was used to create the payment terms.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsType","description":"The type of the payment terms template that was used to create the payment terms.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentTermsType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentTermsTemplate","description":"The template for payment terms.","fields":[{"name":"description","description":"The description of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dueInDays","description":"The number of days between the issue date and due date for net-type payment terms.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentTermsType","description":"The type of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentTermsType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"translatedName","description":"The translated name of the payment terms template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PaymentTermsType","description":"The type of a payment terms or a payment terms template.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FIXED","description":"The payment terms or payment terms template is fixed type (due on a specified date).","isDeprecated":false,"deprecationReason":null},{"name":"FULFILLMENT","description":"The payment terms or payment terms template is due upon fulfillment.","isDeprecated":false,"deprecationReason":null},{"name":"NET","description":"The payment terms or payment terms template is net type (due a number of days after issue).","isDeprecated":false,"deprecationReason":null},{"name":"RECEIPT","description":"The payment terms or payment terms template is due upon receipt.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"The type of the payment terms or payment terms template is unknown.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PaypalAccountEnablePayload","description":"Return type for `paypalAccountEnable` mutation.","fields":[{"name":"paypalBillingAgreement","description":"The newly established PayPal billing agreement.","args":[],"type":{"kind":"OBJECT","name":"PaypalBillingAgreement","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaypalBillingAgreement","description":"A payment method using a PayPal billing agreement.","fields":[{"name":"billingAddress","description":"The billing address associated with the payment method.","args":[],"type":{"kind":"OBJECT","name":"PaymentInstrumentBillingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paypalAccountEmail","description":"The email address associated with the PayPal account.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pendingOrders","description":"The list of pending orders associated with this PayPal billing agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionContracts","description":"The list of subscription contracts charged using this PayPal billing agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| created_at | time |\n| id | id | Filter by `id` range. | | | |\n| last_billing_attempt_error_type | string |\n| status | string |\n| updated_at | time |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"SubscriptionContractsSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"PaymentInstrument","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaypalTokenCreatePayload","description":"Return type for `paypalTokenCreate` mutation.","fields":[{"name":"token","description":"The created PayPal Express token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PermittedOperation","description":"The operations that can be performed on a B2B resource.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADD","description":"The permission to add a resource.","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"All permissions for a resource.","isDeprecated":false,"deprecationReason":null},{"name":"DELETE","description":"The permission to delete a resource.","isDeprecated":false,"deprecationReason":null},{"name":"EDIT","description":"The permission to edit a resource.","isDeprecated":false,"deprecationReason":null},{"name":"USE","description":"The permission to use a resource.","isDeprecated":false,"deprecationReason":null},{"name":"VIEW","description":"The permission to view a resource.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PickupAddress","description":"The address of a pickup location.","fields":[{"name":"address1","description":"The street address for the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"Any additional address information for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city of the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country code for the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The ZIP code for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zoneCode","description":"The province code for the pickup location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PickupStatus","description":"The status of the order's pickup.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CLOSED","description":"The pickup of the order has been confirmed.","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"The order has been picked up.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The order is ready for pick up.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PricingPercentageValue","description":"Represents the value of the percentage pricing object.","fields":[{"name":"percentage","description":"The percentage value of the object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PricingValue","description":"The price value (fixed or percentage) for a discount application.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MoneyV2","ofType":null},{"kind":"OBJECT","name":"PricingPercentageValue","ofType":null}]},{"kind":"OBJECT","name":"ProductSale","description":"A sale associated with a product.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item for the associated sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PublicOrder","description":"The data that about an order that is visible to anyone with the order ID.","fields":[{"name":"cancelledAt","description":"The date and time when the order was canceled.\nReturns `null` if the order wasn't canceled.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"confirmationNumber","description":"A randomly generated alpha-numeric identifier for the order that may be shown to the customer\ninstead of the sequential order name. For example, \"XPAV284CT\", \"R50KELTJP\" or \"35PKUN0UJ\".\nThis value isn't guaranteed to be unique.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountInformation","description":"The discount information for the order, including line-level discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderDiscountInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrderName","description":"The name of the associated draft order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"editSummary","description":"The edit summary of the order.","args":[],"type":{"kind":"OBJECT","name":"OrderEditSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderFinancialStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentStatus","description":"The fulfillment status of the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderFulfillmentStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillments","description":"The fulfillments associated with the order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| id | id | Filter by `id` range. | | | |\n| order_id | id |\n| shipment_status | string |\n| status | string |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"FulfillmentSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasEmail","description":"Whether the customer has an email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyAggregatedMerchandiseTermsAsFees","description":"The merchandise lines marked as fees with total value, aggregated by title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LegacyAggregatedMerchandiseTermsAsFees","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacyRepresentProductsAsFees","description":"Whether or not products marked as fees should be rendered as money lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"legacySubtotalWithoutFees","description":"The price of the order before duties, shipping, taxes, and fees.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineItemContainers","description":"The list of the order's line item containers (e.g., Unfulfilled).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"LineItemContainer","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The list of line items of the order.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes the order's shipping address. Or the shop's primary market if the shipping address is empty.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The identifier for the order that appears on the order.\nFor example, _#1000_ or _Store1001.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInformation","description":"The payment information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPaymentInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupInformation","description":"The pickup information for the order.","args":[],"type":{"kind":"OBJECT","name":"OrderPickupInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"poNumber","description":"The purchase order number of the order.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the order was processed.\nThis value can be set to dates in the past when importing from other systems.\nIf no value is provided, it will be auto-generated based on current date and time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refunds","description":"A list of refunds associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Refund","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"reorderPath","description":"The path to recreate the order in the cart and redirect to checkout. Will return nil if the line item count exceeds 100.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the order requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"A Return identified by ID.","args":[{"name":"id","description":"The ID of the Return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Return","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"returns","description":"The list of returns for the order with pagination.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"ReturnSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLineGroups","description":"The list of shipping line groups for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderShippingLineGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"soldInformation","description":"The totals and quantities for the order, ignoring returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderSoldInformation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The price of the order before duties, shipping, and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalBeforeDiscounts","description":"The price of the order before order-level discounts, duties, shipping. It includes taxes in tax-inclusive orders.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountedShipping","description":"The total cost of shipping after discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDuties","description":"The total amount of duties after returns.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutiesSummary","description":"The total duties and duties status.","args":[],"type":{"kind":"OBJECT","name":"OrderDutiesSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total amount of the order (including taxes and discounts) minus the amounts for line items that have been returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefunded","description":"The total amount refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShipping","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTip","description":"The total value of tips.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"A list of transactions associated with the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderTransaction","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PurchasingCompany","description":"The information of the purchasing company for an order or draft order.","fields":[{"name":"company","description":"The company associated with the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Company","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contact","description":"The company contact associated with the order or draft order.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The company location associated with the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PurchasingEntity","description":"Represents information about the purchasing entity for the order or draft order.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"PurchasingCompany","ofType":null}]},{"kind":"OBJECT","name":"QueryRoot","description":"This acts as the public, top-level API from which all queries start.","fields":[{"name":"company","description":"The information of the customer's company. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","args":[{"name":"id","description":"The ID of the Company.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Company","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"companyLocation","description":"The Location corresponding to the provided ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","args":[{"name":"id","description":"The ID of the Location.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CompanyLocation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"Returns the Customer resource. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Customer","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"draftOrder","description":"Returns a draft order resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","args":[{"name":"id","description":"The ID of the draft order to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DraftOrder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"extensionApiTokens","description":"The API tokens for UI extensions.","args":[{"name":"appId","description":"The UI extension app ID for which API tokens will be generated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"extensionType","description":"The type of the extension for which API tokens will be generated. `local` means the extension is uninstalled, and `persisted` means that the extension is installed.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ExtensionApiTokens","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"Returns an Order resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","args":[{"name":"id","description":"The ID of the Order to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Order","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderDetailsPageOrder","description":"An Order resource identified by ID.","args":[{"name":"id","description":"The ID of the Order to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"UNION","name":"OrderDetailsPageOrder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shop","description":"Returns the information about the shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Shop","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uiExtensionMetafields","description":"Public metafields for Shop, Order, Customer, Company, CompanyLocation, Product, and ProductVariant.\nShop metafields are always fetched if there is a match for the given namespace and key pairs.\nProduct and ProductVariant are only fetched if resource_ids are provided and there is a match for the\nnamespace and key. Either filters or extensionIds is needed. If both are provided, filters will be used.\nThis is restricted to development shops for local UI extension development purposes only.","args":[{"name":"filters","description":"Filters to scope down the metafields.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UiExtensionMetafieldFilterInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":"The order id for which metafield resource metafield owners are fetched. The resources are the Order,\nProduct, ProductVariant, Customer, Company, and Company Location.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resourceIds","description":"The resource IDs for which metafields will be fetched. IDs for Order, Product, ProductVariant, Customer,\nCompany, and Company Location can be provided.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UiExtensionMetafield","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"uiExtensionSessionToken","description":"A session token for an UI extension.","args":[{"name":"id","description":"The ID for which a session token will be generated. Only IDs for App and ActivatedUiExtension\ncan be provided.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UiExtensionSessionToken","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Refund","description":"The record of refunds issued to a customer.","fields":[{"name":"createdAt","description":"The date and time when the refund was created.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returnName","description":"The name of the return, if the refund was issued from a return.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefunded","description":"The total amount refunded across all transactions, in presentment currencies.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the refund was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RefundAgreement","description":"An agreement for refunding all or a portion of the order between the merchant and the customer.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"refund","description":"The refund that's associated with the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Refund","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainer","description":"The information about the line items container for items that have not been refunded or removed.","fields":[{"name":"id","description":"A unique ID for the container.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items contained within this container.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","description":"The information about the line item in the line item container.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the container.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemConnection","description":"An auto-generated type for paginating through multiple RemainingLineItemContainerLineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in RemainingLineItemContainerLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemainingLineItemContainerLineItemEdge","description":"An auto-generated type which holds one RemainingLineItemContainerLineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of RemainingLineItemContainerLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemainingLineItemContainerLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"RequestedLineItemInput","description":"The input fields for a line item requested for return.","fields":null,"inputFields":[{"name":"customerNote","description":"A note from the customer explaining the item to be returned.\nFor instance, the note can detail issues with the item for the merchant's information.\nMaximum length: 300 characters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineItemId","description":"The ID of the line item that's to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the item that's to be returned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"returnReason","description":"The reason for returning the item.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnReason","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ResendGiftCardPayload","description":"Return type for `resendGiftCard` mutation.","fields":[{"name":"orderId","description":"The ID of the order that resends the gift cards.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsResendGiftCardErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ResourcePermission","description":"Represents permissions on resources.","fields":[{"name":"permittedOperations","description":"The operations permitted on the resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PermittedOperation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The name of the resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ResourceType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ResourceType","description":"The B2B resource types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BUSINESS_PROFILE","description":"The Business Profile resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY","description":"The Company resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_CONTACT","description":"The Company Contact resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_CONTACT_ROLE","description":"The Company Contact Role resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION","description":"The Company Location resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION_BILLING_ADDRESS","description":"The Company Location Billing Address resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION_SHIPPING_ADDRESS","description":"The Company Location Shipping Address resource type.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_TAX_EXEMPTION","description":"The Company Tax Exemption resource type.","isDeprecated":false,"deprecationReason":null},{"name":"DRAFT_ORDER","description":"The Draft Order resource type.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER","description":"The Order resource type.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_METHOD","description":"The Payment Method resource type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Return","description":"A product return.","fields":[{"name":"closedAt","description":"The date when the return was closed.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date when the return was created.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"decline","description":"The additional details about the declined return.","args":[],"type":{"kind":"OBJECT","name":"ReturnDecline","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name assigned to the return.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returnLineItems","description":"The line items associated with the return.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reverseDeliveries","description":"The list of reverse deliveries associated with the return.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDeliveryConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the `Return`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"timelineEvents","description":"The timeline events related to the return.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimelineEvent","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date when the return was last updated.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnAgreement","description":"An agreement between the merchant and customer for a return.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"return","description":"The return associated with the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Return","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnConnection","description":"An auto-generated type for paginating through multiple Returns.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in ReturnEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Return","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnDecline","description":"The extra information about why a merchant declined the customer's return request.","fields":[{"name":"note","description":"The notification message that was sent to the customer about their declined return.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason for the decline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnDeclineReason","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ReturnDeclineReason","description":"The specific reason for the merchant declining a customer's return request.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FINAL_SALE","description":"The return request was declined because it contains items from a final sale.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"The return request was declined due to another reason.","isDeprecated":false,"deprecationReason":null},{"name":"RETURN_PERIOD_ENDED","description":"The return request was declined because the return period has ended.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ReturnEdge","description":"An auto-generated type which holds one Return and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ReturnEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Return","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ReturnErrorCode","description":"Possible error codes that can be returned by `ReturnUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALREADY_EXISTS","description":"The requested resource already exists.","isDeprecated":false,"deprecationReason":null},{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"CREATION_FAILED","description":"A requested resource could not be created.","isDeprecated":false,"deprecationReason":null},{"name":"EQUAL_TO","description":"The input value should be equal to the value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"FEATURE_NOT_ENABLED","description":"A required feature is not enabled.","isDeprecated":false,"deprecationReason":null},{"name":"GREATER_THAN","description":"The input value should be greater than the minimum allowed value.","isDeprecated":false,"deprecationReason":null},{"name":"GREATER_THAN_OR_EQUAL_TO","description":"The input value should be greater than or equal to the minimum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"INCLUSION","description":"The input value isn't included in the list.","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_ERROR","description":"Unexpected internal error happened.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_STATE","description":"A resource was not in the correct state for the operation to succeed.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN","description":"The input value should be less than the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN_OR_EQUAL_TO","description":"The input value should be less than or equal to the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"NOTIFICATION_FAILED","description":"A requested notification could not be sent.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_AUTHORIZED","description":"A request is not authorized.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_A_NUMBER","description":"The input value is not a number.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_EDITABLE","description":"A requested item is not editable.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_FOUND","description":"A requested item could not be found.","isDeprecated":false,"deprecationReason":null},{"name":"PRESENT","description":"The input value needs to be blank.","isDeprecated":false,"deprecationReason":null},{"name":"TAKEN","description":"The input value is already taken.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_BIG","description":"The input value is too big.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_MANY_ARGUMENTS","description":"Too many arguments provided.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null},{"name":"WRONG_LENGTH","description":"The input value is the wrong length.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ReturnLineItem","description":"A line item that is being returned.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The specific line item that's being returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the item that's being returned.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returnReason","description":"The reason for returning the item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnReason","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnLineItemConnection","description":"An auto-generated type for paginating through multiple ReturnLineItems.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in ReturnLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnLineItemEdge","description":"An auto-generated type which holds one ReturnLineItem and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ReturnLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReturnLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ReturnReason","description":"The reason for returning the item.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COLOR","description":"The color of the item didn't meet expectations.","isDeprecated":false,"deprecationReason":null},{"name":"DEFECTIVE","description":"The item was damaged or defective.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_AS_DESCRIBED","description":"The item was not as described.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"Other reason not listed.","isDeprecated":false,"deprecationReason":null},{"name":"SIZE_TOO_LARGE","description":"The size of the item was too large.","isDeprecated":false,"deprecationReason":null},{"name":"SIZE_TOO_SMALL","description":"The size of the item was too small.","isDeprecated":false,"deprecationReason":null},{"name":"STYLE","description":"The style of the item didn't meet expectations.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"The reason is unknown.","isDeprecated":false,"deprecationReason":null},{"name":"UNWANTED","description":"The customer changed their mind about the item.","isDeprecated":false,"deprecationReason":null},{"name":"WRONG_ITEM","description":"The customer received the wrong item.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ReturnSortKeys","description":"The set of valid sort keys for the Return query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ReturnStatus","description":"The current status of a `Return`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CANCELED","description":"The `Return` has been canceled by the user.","isDeprecated":false,"deprecationReason":null},{"name":"CLOSED","description":"The `Return` has been successfully completed.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"The `Return` request was declined.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"The `Return` is currently in progress.","isDeprecated":false,"deprecationReason":null},{"name":"REQUESTED","description":"The `Return` has been requested by the user.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ReturnSupportedReason","description":"The supported reason for returning a line item.","fields":[{"name":"reason","description":"The specific reason for returning the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ReturnReason","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The user-friendly title for the return reason.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReturnUserError","description":"The errors that occur during the execution of a return mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"ReturnErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDelivery","description":"A reverse delivery represents a package being sent back by a buyer to a merchant post-fulfillment.\nThis could occur when a buyer requests a return and the merchant provides a shipping label.\nThe reverse delivery includes the context of the items being returned, the method of return\n(for example, a shipping label), and the current status of the delivery (tracking information).","fields":[{"name":"customerGeneratedLabel","description":"Whether the label was generated by the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliverable","description":"The deliverable linked with the reverse delivery.","args":[],"type":{"kind":"UNION","name":"ReverseDeliveryDeliverable","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryConnection","description":"An auto-generated type for paginating through multiple ReverseDeliveries.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDeliveryEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in ReverseDeliveryEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDelivery","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ReverseDeliveryDeliverable","description":"The method and associated details of a reverse delivery.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ReverseDeliveryShippingDeliverable","ofType":null}]},{"kind":"OBJECT","name":"ReverseDeliveryEdge","description":"An auto-generated type which holds one ReverseDelivery and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ReverseDeliveryEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReverseDelivery","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryLabel","description":"The return label information for a reverse delivery.","fields":[{"name":"createdAt","description":"The date and time when the reverse delivery label was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publicFileUrl","description":"A publicly accessible link for downloading the label image.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the reverse delivery label was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryShippingDeliverable","description":"A set of shipping deliverables for reverse delivery.","fields":[{"name":"label","description":"The return label that's attached to the reverse delivery.","args":[],"type":{"kind":"OBJECT","name":"ReverseDeliveryLabel","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tracking","description":"The tracking information for the reverse delivery.","args":[],"type":{"kind":"OBJECT","name":"ReverseDeliveryTracking","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReverseDeliveryTracking","description":"The tracking information for a reverse delivery.","fields":[{"name":"carrierName","description":"The name of the delivery service provider, in a format that's suitable for display purposes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingNumber","description":"The identifier that the courier uses to track the shipment.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingUrl","description":"The URL used to track the shipment.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Sale","description":"A record of an individual sale associated with a sales agreement. Every monetary value in an order's sales data is represented in the smallest unit of the currency.\nWhen amounts are divided across multiple line items, such as taxes or order discounts, the amounts might not divide evenly across all of the line items on the order.\nTo address this, the remaining currency units that couldn't be divided evenly are allocated one at a time, starting with the first line item, until they are all accounted for.\nIn aggregate, the values sum up correctly. In isolation, one line item might have a different tax or discount amount than another line item of the same price, before taxes and discounts.\nThis is because the amount could not be divided evenly across the items. The allocation of currency units across line items is immutable. After they are allocated, currency units are never reallocated or redistributed among the line items.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AdditionalFeeSale","ofType":null},{"kind":"OBJECT","name":"AdjustmentSale","ofType":null},{"kind":"OBJECT","name":"DutySale","ofType":null},{"kind":"OBJECT","name":"FeeSale","ofType":null},{"kind":"OBJECT","name":"GiftCardSale","ofType":null},{"kind":"OBJECT","name":"ProductSale","ofType":null},{"kind":"OBJECT","name":"ShippingLineSale","ofType":null},{"kind":"OBJECT","name":"TipSale","ofType":null},{"kind":"OBJECT","name":"UnknownSale","ofType":null}]},{"kind":"ENUM","name":"SaleActionType","description":"An order action type associated with a sale.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ORDER","description":"A purchase or charge.","isDeprecated":false,"deprecationReason":null},{"name":"RETURN","description":"A removal or return.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"An unidentified order action. Represents new actions that may be added in future versions.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE","description":"A change to the price, taxes, or discounts for a previous purchase.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SaleConnection","description":"An auto-generated type for paginating through multiple Sales.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in SaleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Sale","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SaleEdge","description":"An auto-generated type which holds one Sale and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SaleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Sale","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SaleLineType","description":"The possible line types of a sale record. A sale can be an adjustment, which occurs when a refund is issued for a line item that is either more or less than the total value of the line item.\nExamples include restocking fees and goodwill payments. In such cases, Shopify generates a sales agreement with sale records for each line item that is returned or refunded, and an additional sale record for the adjustment, for example a restocking fee.\nThe sale records for the returned or refunded items represent the reversal of the original line item sale value. The additional adjustment sale record represents the difference between the original total value of all line items that were refunded, and the actual amount refunded.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDITIONAL_FEE","description":"An additional fee.","isDeprecated":false,"deprecationReason":null},{"name":"ADJUSTMENT","description":"A sale adjustment.","isDeprecated":false,"deprecationReason":null},{"name":"DUTY","description":"A duty charge.","isDeprecated":false,"deprecationReason":null},{"name":"FEE","description":"A fee charge.","isDeprecated":false,"deprecationReason":null},{"name":"GIFT_CARD","description":"A gift card.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"A product that was purchased, returned, or exchanged.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"A shipping charge.","isDeprecated":false,"deprecationReason":null},{"name":"TIP","description":"A tip given by the customer.","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"An unknown sale line type. This represents new types that may be added in future versions.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SaleTax","description":"The tax allocated to a sale from a single tax line.","fields":[{"name":"amount","description":"The portion of the total tax amount on the related sale that's from the associated tax line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the sale tax.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxLine","description":"The tax line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxLine","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"SalesAgreement","description":"A contract between a merchant and a customer to do business. Shopify creates a sales agreement whenever an order is placed, edited, or refunded. A sales agreement has one or more sales records, which provide itemized details about the initial agreement or subsequent changes made to the order. For example, when a customer places an order, Shopify creates the order, generates a sales agreement, and records a sale for each line item purchased in the order. A sale record is specific to a type of order line. Order lines can represent different things such as a purchased product, a tip added by a customer, shipping costs collected at checkout, and more.","fields":[{"name":"happenedAt","description":"The date and time when the agreement occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the agreement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the agreement was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sales","description":"The sales associated with the agreement.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"OrderAgreement","ofType":null},{"kind":"OBJECT","name":"OrderEditAgreement","ofType":null},{"kind":"OBJECT","name":"RefundAgreement","ofType":null},{"kind":"OBJECT","name":"ReturnAgreement","ofType":null}]},{"kind":"OBJECT","name":"SalesAgreementConnection","description":"An auto-generated type for paginating through multiple SalesAgreements.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SalesAgreementEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in SalesAgreementEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SalesAgreementEdge","description":"An auto-generated type which holds one SalesAgreement and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SalesAgreementEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"SalesAgreement","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","description":"Captures the intentions of a discount that was created by a Shopify Script.","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"The lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application as defined by the Script.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShippingLine","description":"Represents the shipping details that the customer chose for their order.","fields":[{"name":"handle","description":"A unique identifier for the shipping rate.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalPrice","description":"The pre-tax shipping price without any discounts applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShippingLineSale","description":"A sale associated with a shipping charge.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShippingRate","description":"A shipping rate to be applied to a checkout.","fields":[{"name":"handle","description":"The human-readable unique identifier for this shipping rate.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of this shipping rate.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of this shipping rate.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Shop","description":"A collection of the general information about the shop.","fields":[{"name":"addressFormSettings","description":"Returns the settings for the address form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressFormSettings","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email of the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"A metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A container for a set of metafields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the\nsupplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"myshopifyDomain","description":"The shop's .myshopify.com domain name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopPolicies","description":"The list of all legal policies associated with the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPolicy","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the shop's online store.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopAppLinksAndResources","description":"The shop app links and resources for an order.","fields":[{"name":"buyerHasShopApp","description":"Whether the the buyer is associated to Shop App.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"buyerHasShopPay","description":"Whether the the buyer is associated to Shop Pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"canTrackOrderUpdates","description":"Whether or not the track order updates button should be rendered.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"installmentsHighlightEligible","description":"Whether or not showing the installments highlight is eligible.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mobileUrl","description":"The URL to the mobile Shop App.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mobileUrlAttributionPayload","description":"The attribution details related to the mobile url.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderUpdateOptions","description":"The various options that exist for subscribing to order updates.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"qrCodeUrl","description":"The URL to the Shop App QR code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopAppEligible","description":"Whether or not Shop App eligible.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopAppQrCodeKillswitch","description":"Whether QR code should be hidden.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopInstallmentsMobileUrl","description":"The URL to the Shop Pay Installments reminders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopInstallmentsViewSchedules","description":"The URL to view the Shop Pay Installments schedules in the mobile Shop App.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayOrder","description":"Whether the order was a shop pay order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayConfiguration","description":"The configuration values used to initialize a Shop Pay checkout.","fields":[{"name":"checkoutOne","description":"Whether the checkout is a checkout one session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionParams","description":"The URL parameters containing an encrypted blob used by Shop Pay's backend.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionUrl","description":"The URL from which the Shop Pay checkout can be completed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayCreditCardGetUpdateUrlPayload","description":"Return type for `shopPayCreditCardGetUpdateUrl` mutation.","fields":[{"name":"updateShopPayCreditCardUrl","description":"The URL to which the customer should be redirected to update their Shop Pay credit card.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPolicy","description":"A policy that a merchant has configured for their store, such as their refund or privacy policy.","fields":[{"name":"body","description":"The text of the policy. The maximum size is 512kb.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The handle of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The public URL to the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SmsMarketingState","description":"Defines the valid SMS marketing states for a customer’s phone number.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NOT_SUBSCRIBED","description":"The customer has not subscribed to SMS marketing.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"The customer is in the process of subscribing to SMS marketing.","isDeprecated":false,"deprecationReason":null},{"name":"REDACTED","description":"The customer's personal data has been erased. This value is internally-set and read-only.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIBED","description":"The customer has subscribed to SMS marketing.","isDeprecated":false,"deprecationReason":null},{"name":"UNSUBSCRIBED","description":"The customer is not currently subscribed to SMS marketing but was previously subscribed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccount","description":"A store credit account contains a monetary balance that can be redeemed at checkout for purchases in the shop.\nThe account is held in the specified currency and has an owner that cannot be transferred.\n\nThe account balance is redeemable at checkout only when the owner is authenticated via [new customer accounts authentication](https://shopify.dev/docs/api/customer).","fields":[{"name":"balance","description":"The current balance of the store credit account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"The transaction history of the store credit account.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"A filter made up of terms, connectives, modifiers, and comparators.\n| name | type | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- | ---- |\n| expires_at | time | Filter transactions by expiry date. Only applicable to StoreCreditAccountCreditTransaction objects. All other objects are handled as if they have a null expiry date. | | | - `expires_at:<='2025-01-01T00:00:00+01:00'`
- `expires_at:<='2025-12-31T23:00:00Z'` |\n| id | id | Filter by `id` range. | | | |\n| type | string | Filter transactions by type. Any value other than the accepted values will be ignored. | - `credit`
- `debit`
- `debit_revert`
- `expiration` | | - `type:expiration`
- `type:credit OR type:debit_revert` |\nYou can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax).\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"TransactionSortKeys","ofType":null},"defaultValue":"CREATED_AT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountTransactionConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountConnection","description":"An auto-generated type for paginating through multiple StoreCreditAccounts.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in StoreCreditAccountEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","description":"A credit transaction which increases the store credit account balance.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresAt","description":"The time at which the transaction expires.\nDebit transactions will always spend the soonest expiring credit first.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"remainingAmount","description":"The remaining amount of the credit.\nThe remaining amount will decrease when a debit spends this credit. It may also increase if that debit is subsequently reverted.\nIn the event that the credit expires, the remaining amount will represent the amount that remained as the expiry ocurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitRevertTransaction","description":"A debit revert transaction which increases the store credit account balance.\nDebit revert transactions are created automatically when a [store credit account debit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountDebitTransaction) is reverted.\n\nStore credit account debit transactions are reverted when an order is cancelled, refunded or in the event of a payment failure at checkout.\nThe amount added to the balance is equal to the amount reverted on the original credit.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"debitTransaction","description":"The reverted debit transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","description":"A debit transaction which decreases the store credit account balance.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountEdge","description":"An auto-generated type which holds one StoreCreditAccount and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StoreCreditAccountEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountExpirationTransaction","description":"An expiration transaction which decreases the store credit account balance.\nExpiration transactions are created automatically when a [store credit account credit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction) expires.\n\nThe amount subtracted from the balance is equal to the remaining amount of the credit transaction.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creditTransaction","description":"The credit transaction which expired.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","description":"Interface for a store credit account transaction.","fields":[{"name":"account","description":"The store credit account that the transaction belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":"The amount of the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfterTransaction","description":"The balance of the account after the transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the transaction was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StoreCreditAccountCreditTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitRevertTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountDebitTransaction","ofType":null},{"kind":"OBJECT","name":"StoreCreditAccountExpirationTransaction","ofType":null}]},{"kind":"OBJECT","name":"StoreCreditAccountTransactionConnection","description":"An auto-generated type for paginating through multiple StoreCreditAccountTransactions.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreCreditAccountTransactionEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in StoreCreditAccountTransactionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreCreditAccountTransactionEdge","description":"An auto-generated type which holds one StoreCreditAccountTransaction and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StoreCreditAccountTransactionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"StoreCreditAccountTransaction","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StorefrontCustomerAccessTokenCreatePayload","description":"Return type for `storefrontCustomerAccessTokenCreate` mutation.","fields":[{"name":"customerAccessToken","description":"The created access token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SubscriptionAnchor","description":"Represents a subscription anchor.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionMonthDayAnchor","ofType":null},{"kind":"OBJECT","name":"SubscriptionWeekDayAnchor","ofType":null},{"kind":"OBJECT","name":"SubscriptionYearDayAnchor","ofType":null}]},{"kind":"OBJECT","name":"SubscriptionBillingCycle","description":"The billing cycle of a subscription.","fields":[{"name":"billingAttemptExpectedDate","description":"The expected date of the billing attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cycleEndAt","description":"The end date of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cycleIndex","description":"The index of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cycleStartAt","description":"The start date of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"edited","description":"Whether the billing cycle was edited.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"skipped","description":"Whether the billing cycle was skipped.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the billing cycle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionBillingCycleBillingCycleStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCycleBillingCycleStatus","description":"The possible statuses of a subscription billing cycle.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BILLED","description":"The billing cycle has been billed.","isDeprecated":false,"deprecationReason":null},{"name":"UNBILLED","description":"The billing cycle has not been billed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleConnection","description":"An auto-generated type for paginating through multiple SubscriptionBillingCycles.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in SubscriptionBillingCycleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleEdge","description":"An auto-generated type which holds one SubscriptionBillingCycle and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SubscriptionBillingCycleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleInput","description":"The input fields for specifying the subscription contract and selecting the associated billing cycle.","fields":null,"inputFields":[{"name":"contractId","description":"The ID of the subscription contract associated with the billing cycle.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"selector","description":"Selects the billing cycle by date or index.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleSelector","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionBillingCycleSelector","description":"The input fields to select a SubscriptionBillingCycle by either date or index.","fields":null,"inputFields":[{"name":"date","description":"The date to select a billing cycle.","type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"index","description":"The index to select a billing cycle.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipPayload","description":"Return type for `subscriptionBillingCycleSkip` mutation.","fields":[{"name":"billingCycle","description":"The updated billing cycle.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleSkipUserError","description":"An error that occurs during the execution of `SubscriptionBillingCycleSkip`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionBillingCycleSkipUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCycleSkipUserErrorCode","description":"Possible error codes that can be returned by `SubscriptionBillingCycleSkipUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipPayload","description":"Return type for `subscriptionBillingCycleUnskip` mutation.","fields":[{"name":"billingCycle","description":"The updated billing cycle.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionBillingCycle","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingCycleUnskipUserError","description":"An error that occurs during the execution of `SubscriptionBillingCycleUnskip`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionBillingCycleUnskipUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCycleUnskipUserErrorCode","description":"Possible error codes that can be returned by `SubscriptionBillingCycleUnskipUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionBillingCyclesSortKeys","description":"The set of valid sort keys for the SubscriptionBillingCycles query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CYCLE_END_AT","description":"Sort by the `cycle_end_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"CYCLE_INDEX","description":"Sort by the `cycle_index` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionBillingPolicy","description":"The billing policy of a subscription.","fields":[{"name":"anchors","description":"The anchor dates for calculating billing intervals.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionAnchor","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"interval","description":"The type of interval associated with this schedule (e.g. Monthly, Weekly, etc).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between invoices.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"maxCycles","description":"The maximum number of cycles after which the subscription ends.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minCycles","description":"The minimum number of cycles required for the subscription.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContract","description":"A Subscription Contract.","fields":[{"name":"appEligibleForCustomerActions","description":"Whether the subscription contract is eligible for customer actions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPolicy","description":"The billing policy associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingPolicy","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the subscription contract was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The currency used for the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"A list of custom attributes to be added to the generated orders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The delivery method for each billing of the subscription contract.","args":[],"type":{"kind":"UNION","name":"SubscriptionDeliveryMethod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPolicy","description":"The delivery policy associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryPolicy","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPrice","description":"The delivery price for each billing of the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastBillingAttemptErrorType","description":"The last billing error type of the contract.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractLastBillingErrorType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastPaymentStatus","description":"The current status of the last payment.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractLastPaymentStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineCount","description":"The number of lines associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of subscription lines associated with the subscription contract.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linesCount","description":"The number of lines associated with the subscription contract.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nextBillingDate","description":"The next billing date for the subscription contract.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that will be applied to the generated orders.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"A list of the subscription contract's orders.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originOrder","description":"The order from which the contract originated.","args":[],"type":{"kind":"OBJECT","name":"Order","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentInstrument","description":"The payment instrument being charged for this subscription contract.","args":[],"type":{"kind":"INTERFACE","name":"PaymentInstrument","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"priceBreakdownEstimate","description":"An estimate of the breakdown of the amounts that will be charged in the next billing attempt.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionPriceBreakdown","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revisionId","description":"The revision ID of the contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionContractSubscriptionStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"upcomingBillingCycles","description":"The upcoming billing cycles on the subscription contract.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list using a key. If your query is slow or returns an error, then [try specifying a sort key that matches the field used in the search](https://shopify.dev/api/usage/pagination-graphql#search-performance-considerations).","type":{"kind":"ENUM","name":"SubscriptionBillingCyclesSortKeys","ofType":null},"defaultValue":"CYCLE_INDEX","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionBillingCycleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the subscription contract was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"SubscriptionContractBase","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractActivatePayload","description":"Return type for `subscriptionContractActivate` mutation.","fields":[{"name":"contract","description":"The activated Subscription Contract.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"SubscriptionContractBase","description":"The common fields of a subscription contract.","fields":[{"name":"appEligibleForCustomerActions","description":"Whether the subscription contract is eligible for customer actions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The currency used for the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"A list of custom attributes to be added to the generated orders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The delivery method for each billing of the subscription contract.","args":[],"type":{"kind":"UNION","name":"SubscriptionDeliveryMethod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPrice","description":"The delivery price for each billing of the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineCount","description":"The number of lines associated with the subscription contract.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of subscription lines associated with the subscription contract.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linesCount","description":"The number of lines associated with the subscription contract.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that will be applied to the generated orders.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"A list of the subscription contract's orders.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceBreakdownEstimate","description":"An estimate of the breakdown of the amounts that will be charged in the next billing attempt.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionPriceBreakdown","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the subscription contract was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionContract","ofType":null}]},{"kind":"OBJECT","name":"SubscriptionContractCancelPayload","description":"Return type for `subscriptionContractCancel` mutation.","fields":[{"name":"contract","description":"The canceled Subscription Contract.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractChangePaymentInstrumentPayload","description":"Return type for `subscriptionContractChangePaymentInstrument` mutation.","fields":[{"name":"contract","description":"The updated Subscription Contract after the payment instrument change.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractConnection","description":"An auto-generated type for paginating through multiple SubscriptionContracts.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in SubscriptionContractEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractEdge","description":"An auto-generated type which holds one SubscriptionContract and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SubscriptionContractEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractFetchDeliveryOptionsPayload","description":"Return type for `subscriptionContractFetchDeliveryOptions` mutation.","fields":[{"name":"deliveryOptionsResult","description":"The available delivery options for a given delivery address. Returns `null` for pending requests.","args":[],"type":{"kind":"UNION","name":"SubscriptionDeliveryOptionsResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractLastBillingErrorType","description":"The possible values of the last billing error on a subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_ERROR","description":"Subscription billing attempt error due to customer error.","isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY_ERROR","description":"Subscription billing attempt error due to inventory error.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"All other billing attempt errors.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_ERROR","description":"Subscription billing attempt error due to payment error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractLastPaymentStatus","description":"The status of the last payment on a subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FAILED","description":"A failed subscription billing attempt.","isDeprecated":false,"deprecationReason":null},{"name":"SUCCEEDED","description":"A successful subscription billing attempt.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractPausePayload","description":"Return type for `subscriptionContractPause` mutation.","fields":[{"name":"contract","description":"The updated Subscription Contract after the pause operation.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractSelectDeliveryMethodPayload","description":"Return type for `subscriptionContractSelectDeliveryMethod` mutation.","fields":[{"name":"contract","description":"The updated subscription contract object.","args":[],"type":{"kind":"OBJECT","name":"SubscriptionContract","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionContractUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractStatusUpdateErrorCode","description":"Possible error codes that can be returned by `SubscriptionContractStatusUpdateUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CONTRACT_FAILED","description":"Subscription contract status cannot be changed once failed.","isDeprecated":false,"deprecationReason":null},{"name":"CONTRACT_TERMINATED","description":"Subscription contract status cannot be changed once terminated.","isDeprecated":false,"deprecationReason":null},{"name":"HAS_FUTURE_EDITS","description":"Subscription contract has a future contract or schedule edit.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION_CONTRACT_DOES_NOT_EXIST","description":"Subscription contract does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractStatusUpdateUserError","description":"The error codes for failed subscription contract mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractStatusUpdateErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractSubscriptionStatus","description":"The status of a subscription.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACTIVE","description":"The contract is active and is continuing per its policies.","isDeprecated":false,"deprecationReason":null},{"name":"CANCELLED","description":"The contract was ended by an unplanned customer action.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The contract has ended per the expected circumstances. All billing and delivery cycles of the subscriptions have been executed.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"The contract has ended because billing failed and no further billing attempts are expected.","isDeprecated":false,"deprecationReason":null},{"name":"PAUSED","description":"The contract is temporarily paused and is expected to resume in the future.","isDeprecated":false,"deprecationReason":null},{"name":"STALE","description":"The contract has expired due to inactivity.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionContractUserError","description":"The error codes for failed subscription contract mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"SubscriptionContractUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractUserErrorCode","description":"Possible error codes that can be returned by `SubscriptionContractUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"HAS_FUTURE_EDITS","description":"Subscription contract has a future contract or schedule edit.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_DOES_NOT_EXIST","description":"Payment instrument does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION_CONTRACT_DOES_NOT_EXIST","description":"Subscription contract does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionContractsSortKeys","description":"The set of valid sort keys for the SubscriptionContracts query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"SubscriptionDeliveryMethod","description":"The delivery method to use to deliver the physical goods to the customer.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDelivery","ofType":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickup","ofType":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShipping","ofType":null}]},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodInput","description":"Specifies delivery method fields for a subscription contract.\nThis is an input union: one, and only one, field can be provided.\nThe field provided will determine which delivery method is to be used.","fields":null,"inputFields":[{"name":"localDelivery","description":"The input fields for the local delivery method.","type":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pickup","description":"The input fields for the pickup delivery method.","type":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodPickupInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shipping","description":"The input fields for the shipping delivery method.","type":{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodShippingInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDelivery","description":"The local delivery method, including a mailing address and a local delivery option.","fields":[{"name":"address","description":"The delivery address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionMailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"localDeliveryOption","description":"The local delivery method details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryOption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryInput","description":"The input fields for a local delivery method.","fields":null,"inputFields":[{"name":"address","description":"The address to deliver to.","type":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddress","description":"The address to deliver to.","type":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"instructions","description":"The delivery instructions that the customer can provide to the merchant.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number that the customer must provide to the merchant.\nFormatted using E.164 standard. For example, `+16135551111`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodLocalDeliveryOption","description":"The delivery option selected for a subscription contract.","fields":[{"name":"description","description":"The description of the delivery option shown to the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"instructions","description":"The delivery instructions provided by the customer to the merchant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the customer provided to the merchant.\nFormatted using E.164 standard. For example, `+16135551111`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The displayed title of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickup","description":"A delivery method with a pickup option.","fields":[{"name":"pickupOption","description":"The details of the pickup delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickupOption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodPickupInput","description":"The input fields for a pickup delivery method.","fields":null,"inputFields":[{"name":"locationId","description":"The ID of the pickup location.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodPickupOption","description":"Represents the selected pickup option on a subscription contract.","fields":[{"name":"description","description":"The details displayed to the customer to describe the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pickupAddress","description":"The pickup address where the customer will pick up the merchandise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PickupAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShipping","description":"The shipping delivery method, including a mailing address and a shipping option.","fields":[{"name":"address","description":"The address for shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionMailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingOption","description":"The details of the shipping method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShippingOption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionDeliveryMethodShippingInput","description":"The input fields for a shipping delivery method.","fields":null,"inputFields":[{"name":"address","description":"The address to ship to.","type":{"kind":"INPUT_OBJECT","name":"CustomerMailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The address to ship to.","type":{"kind":"INPUT_OBJECT","name":"CustomerAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryMethodShippingOption","description":"The selected shipping option on a subscription contract.","fields":[{"name":"description","description":"The description of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SubscriptionDeliveryOption","description":"The delivery option for a subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionLocalDeliveryOption","ofType":null},{"kind":"OBJECT","name":"SubscriptionPickupOption","ofType":null},{"kind":"OBJECT","name":"SubscriptionShippingOption","ofType":null}]},{"kind":"UNION","name":"SubscriptionDeliveryOptionsResult","description":"The result of the query that fetches delivery options for the subscription contract.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultFailure","ofType":null},{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultSuccess","ofType":null}]},{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultFailure","description":"A failed result indicating unavailability of delivery options for the subscription contract.","fields":[{"name":"message","description":"The reason for the failure.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryOptionsResultSuccess","description":"A successful result containing the available delivery options for the subscription contract.","fields":[{"name":"deliveryOptions","description":"The available delivery options.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionDeliveryOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The token associated with the successful result of delivery options.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionDeliveryPolicy","description":"The delivery policy of a subscription.","fields":[{"name":"anchors","description":"The anchor dates for calculating delivery intervals.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionAnchor","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"interval","description":"The type of interval associated with this schedule (e.g. Monthly, Weekly, etc).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between deliveries.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionInterval","description":"Defines valid subscription intervals.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DAY","description":"Represents a day interval.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH","description":"Represents a month interval.","isDeprecated":false,"deprecationReason":null},{"name":"WEEK","description":"Represents a week interval.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR","description":"Represents a year interval.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLine","description":"A line item in a subscription.","fields":[{"name":"currentPrice","description":"The current price per unit for the subscription line in the contract's currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"The custom attributes associated with the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image associated with the product variant.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lineDiscountedPrice","description":"The total price of the line item after all discounts have been applied.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL of the product in the online store.\nA value of `null` indicates that the product isn't published in the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the unit selected for the subscription line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the product variant requires shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU of the product variant associated with the subscription line.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":"Whether the product variant is taxable.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product associated with the subscription line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantImage","description":"The image associated with the product variant.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variantTitle","description":"The title of the product variant associated with the subscription line.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLineConnection","description":"An auto-generated type for paginating through multiple SubscriptionLines.","fields":[{"name":"edges","description":"The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLineEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of nodes that are contained in SubscriptionLineEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLineEdge","description":"An auto-generated type which holds one SubscriptionLine and a cursor during pagination.","fields":[{"name":"cursor","description":"The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SubscriptionLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLine","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLocalDeliveryOption","description":"A local delivery option for a subscription contract.","fields":[{"name":"code","description":"The code of the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the local delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneRequired","description":"Whether a phone number is required for the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the local delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the local delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionMailingAddress","description":"The mailing address on a subscription.","fields":[{"name":"address1","description":"The first line of the address, typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address, typically the apartment, suite, or unit number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.\nFor example, US.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on the first name and last name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer, formatted using the E.164 standard. For example, _+16135551111_.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region.\nFor example, ON.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionMonthDayAnchor","description":"Represents an anchor specifying a day of the month.","fields":[{"name":"dayOfMonth","description":"Day of the month (1-31).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionPickupOption","description":"A pickup option to deliver a subscription contract.","fields":[{"name":"code","description":"The code of the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locationId","description":"The ID of the pickup location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phoneRequired","description":"Whether a phone number is required for the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pickupAddress","description":"The pickup address where the customer will pickup the merchandise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PickupAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pickupTime","description":"The estimated amount of time it takes for the pickup to be ready. For example, \"Usually ready in 24 hours\".","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the pickup option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the pickup option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionPriceBreakdown","description":"Represents the breakdown of prices to be charges in the billing attempt.","fields":[{"name":"subtotalPrice","description":"The sum of the prices for all line items after discounts.\nIf taxesIncluded is true, then the subtotal also includes tax.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxesIncluded","description":"Whether taxes are included in the subtotal price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscounts","description":"The total amount discounted.\nThis includes both order and line level discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The total price. This includes taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping amount before discounts and returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total tax amount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionShippingOption","description":"A shipping option to deliver a subscription contract.","fields":[{"name":"code","description":"The code of the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phoneRequired","description":"Whether a phone number is required for the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentTitle","description":"The presentment title of the shipping option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the shipping option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionWeekDayAnchor","description":"Represents an anchor specifying a day of the week.","fields":[{"name":"dayOfWeek","description":"Day of the week (1-7, where 1 is Monday).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionYearDayAnchor","description":"Represents an anchor specifying a specific day and month of the year.","fields":[{"name":"dayOfMonth","description":"Day of the month (1-31). Specifies the exact day within the given month.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"month","description":"Month of the year (1-12). Specifies the month in which the day occurs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TaxExemption","description":"The available tax exemptions for a customer.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUSTRALIA_RESELLER_EXEMPTION","description":"This customer is exempt from GST taxes for holding a valid exemption. The business customer should provide their GST number and account for the GST.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid CONTRACTOR_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_PRODUCTION_AND_MACHINERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid PRODUCTION_AND_MACHINERY_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_BC_SUB_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid SUB_CONTRACTOR_EXEMPTION in British Columbia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_DIPLOMAT_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid DIPLOMAT_EXEMPTION in Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CA_MB_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Manitoba.","isDeprecated":false,"deprecationReason":null},{"name":"CA_MB_FARMER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid FARMER_EXEMPTION in Manitoba.","isDeprecated":false,"deprecationReason":null},{"name":"CA_MB_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Manitoba.","isDeprecated":false,"deprecationReason":null},{"name":"CA_NS_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Nova Scotia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_NS_FARMER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid FARMER_EXEMPTION in Nova Scotia.","isDeprecated":false,"deprecationReason":null},{"name":"CA_ON_PURCHASE_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid PURCHASE_EXEMPTION in Ontario.","isDeprecated":false,"deprecationReason":null},{"name":"CA_PE_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Prince Edward Island.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_COMMERCIAL_FISHERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid COMMERCIAL_FISHERY_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid CONTRACTOR_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_FARMER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid FARMER_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_PRODUCTION_AND_MACHINERY_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid PRODUCTION_AND_MACHINERY_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_SK_SUB_CONTRACTOR_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid SUB_CONTRACTOR_EXEMPTION in Saskatchewan.","isDeprecated":false,"deprecationReason":null},{"name":"CA_STATUS_CARD_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid STATUS_CARD_EXEMPTION in Canada.","isDeprecated":false,"deprecationReason":null},{"name":"EU_REVERSE_CHARGE_EXEMPTION_RULE","description":"This customer is exempt from VAT for purchases within the EU that is shipping from outside of customer's country.","isDeprecated":false,"deprecationReason":null},{"name":"US_AK_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Alaska.","isDeprecated":false,"deprecationReason":null},{"name":"US_AL_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Alabama.","isDeprecated":false,"deprecationReason":null},{"name":"US_AR_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Arkansas.","isDeprecated":false,"deprecationReason":null},{"name":"US_AZ_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Arizona.","isDeprecated":false,"deprecationReason":null},{"name":"US_CA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in California.","isDeprecated":false,"deprecationReason":null},{"name":"US_CO_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Colorado.","isDeprecated":false,"deprecationReason":null},{"name":"US_CT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Connecticut.","isDeprecated":false,"deprecationReason":null},{"name":"US_DC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Washington DC.","isDeprecated":false,"deprecationReason":null},{"name":"US_DE_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Delaware.","isDeprecated":false,"deprecationReason":null},{"name":"US_FL_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Florida.","isDeprecated":false,"deprecationReason":null},{"name":"US_GA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"US_HI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Hawaii.","isDeprecated":false,"deprecationReason":null},{"name":"US_IA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Iowa.","isDeprecated":false,"deprecationReason":null},{"name":"US_ID_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Idaho.","isDeprecated":false,"deprecationReason":null},{"name":"US_IL_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Illinois.","isDeprecated":false,"deprecationReason":null},{"name":"US_IN_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Indiana.","isDeprecated":false,"deprecationReason":null},{"name":"US_KS_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Kansas.","isDeprecated":false,"deprecationReason":null},{"name":"US_KY_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Kentucky.","isDeprecated":false,"deprecationReason":null},{"name":"US_LA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Louisiana.","isDeprecated":false,"deprecationReason":null},{"name":"US_MA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Massachusetts.","isDeprecated":false,"deprecationReason":null},{"name":"US_MD_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Maryland.","isDeprecated":false,"deprecationReason":null},{"name":"US_ME_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Maine.","isDeprecated":false,"deprecationReason":null},{"name":"US_MI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Michigan.","isDeprecated":false,"deprecationReason":null},{"name":"US_MN_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Minnesota.","isDeprecated":false,"deprecationReason":null},{"name":"US_MO_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Missouri.","isDeprecated":false,"deprecationReason":null},{"name":"US_MS_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Mississippi.","isDeprecated":false,"deprecationReason":null},{"name":"US_MT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Montana.","isDeprecated":false,"deprecationReason":null},{"name":"US_NC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in North Carolina.","isDeprecated":false,"deprecationReason":null},{"name":"US_ND_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in North Dakota.","isDeprecated":false,"deprecationReason":null},{"name":"US_NE_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Nebraska.","isDeprecated":false,"deprecationReason":null},{"name":"US_NH_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New Hampshire.","isDeprecated":false,"deprecationReason":null},{"name":"US_NJ_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"US_NM_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"US_NV_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Nevada.","isDeprecated":false,"deprecationReason":null},{"name":"US_NY_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in New York.","isDeprecated":false,"deprecationReason":null},{"name":"US_OH_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Ohio.","isDeprecated":false,"deprecationReason":null},{"name":"US_OK_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Oklahoma.","isDeprecated":false,"deprecationReason":null},{"name":"US_OR_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Oregon.","isDeprecated":false,"deprecationReason":null},{"name":"US_PA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Pennsylvania.","isDeprecated":false,"deprecationReason":null},{"name":"US_RI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Rhode Island.","isDeprecated":false,"deprecationReason":null},{"name":"US_SC_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in South Carolina.","isDeprecated":false,"deprecationReason":null},{"name":"US_SD_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in South Dakota.","isDeprecated":false,"deprecationReason":null},{"name":"US_TN_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Tennessee.","isDeprecated":false,"deprecationReason":null},{"name":"US_TX_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Texas.","isDeprecated":false,"deprecationReason":null},{"name":"US_UT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Utah.","isDeprecated":false,"deprecationReason":null},{"name":"US_VA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Virginia.","isDeprecated":false,"deprecationReason":null},{"name":"US_VT_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Vermont.","isDeprecated":false,"deprecationReason":null},{"name":"US_WA_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Washington.","isDeprecated":false,"deprecationReason":null},{"name":"US_WI_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Wisconsin.","isDeprecated":false,"deprecationReason":null},{"name":"US_WV_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in West Virginia.","isDeprecated":false,"deprecationReason":null},{"name":"US_WY_RESELLER_EXEMPTION","description":"This customer is exempt from specific taxes for holding a valid RESELLER_EXEMPTION in Wyoming.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TaxExemptionDetails","description":"The detailed information about tax exemptions that can be applied to customers.","fields":[{"name":"applicable","description":"Whether the tax exemption can be applied on tax lines.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"exemptionGroup","description":"An identifier that groups exemptions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"exemptionGroupName","description":"The translated display name of the tax exemption group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedName","description":"The translated display name of the tax exemption when grouped.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The translated display name of the tax exemption.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxRegionCode","description":"The code of the tax region this exemption applies to. If null, it applies in all regions.","args":[],"type":{"kind":"ENUM","name":"TaxRegionCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The unique type of the exemption.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TaxExemption","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TaxInvoice","description":"A tax invoice on an order.","fields":[{"name":"buyerTimeZone","description":"The time zone of the destination address of the tax invoice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The datetime of when the tax invoice was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"invoiceNumber","description":"The invoice number of the tax invoice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current processing status of the tax invoice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TaxInvoiceStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The url to download the tax invoice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TaxInvoiceStatus","description":"The current processing status of the tax invoices.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PROCESSED","description":"The tax invoice has been created.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING","description":"The tax invoice is being created.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TaxLine","description":"The details about a single tax applied to the associated line item.","fields":[{"name":"channelLiable","description":"Whether the channel that submitted the tax line is responsible for remitting it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceSet","description":"The tax amount in shop and presentment currencies, calculated after discounts and before returns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rate","description":"The proportion of the line item price represented by the tax, expressed as a decimal.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ratePercentage","description":"The proportion of the line item price represented by the tax, expressed as a percentage.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source","description":"The origin of the tax.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The name of the applied tax.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TaxRegionCode","description":"The ISO 3166-1 alpha-2 codes that distinguish a region where common tax rules apply.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AC","description":"Ascension Island.","isDeprecated":false,"deprecationReason":null},{"name":"AD","description":"Andorra.","isDeprecated":false,"deprecationReason":null},{"name":"AE","description":"United Arab Emirates.","isDeprecated":false,"deprecationReason":null},{"name":"AF","description":"Afghanistan.","isDeprecated":false,"deprecationReason":null},{"name":"AG","description":"Antigua & Barbuda.","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"Anguilla.","isDeprecated":false,"deprecationReason":null},{"name":"AL","description":"Albania.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Armenia.","isDeprecated":false,"deprecationReason":null},{"name":"AN","description":"Netherlands Antilles.","isDeprecated":false,"deprecationReason":null},{"name":"AO","description":"Angola.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Argentina.","isDeprecated":false,"deprecationReason":null},{"name":"AT","description":"Austria.","isDeprecated":false,"deprecationReason":null},{"name":"AU","description":"Australia.","isDeprecated":false,"deprecationReason":null},{"name":"AW","description":"Aruba.","isDeprecated":false,"deprecationReason":null},{"name":"AX","description":"Γ…land Islands.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijan.","isDeprecated":false,"deprecationReason":null},{"name":"BA","description":"Bosnia & Herzegovina.","isDeprecated":false,"deprecationReason":null},{"name":"BB","description":"Barbados.","isDeprecated":false,"deprecationReason":null},{"name":"BD","description":"Bangladesh.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belgium.","isDeprecated":false,"deprecationReason":null},{"name":"BF","description":"Burkina Faso.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgaria.","isDeprecated":false,"deprecationReason":null},{"name":"BH","description":"Bahrain.","isDeprecated":false,"deprecationReason":null},{"name":"BI","description":"Burundi.","isDeprecated":false,"deprecationReason":null},{"name":"BJ","description":"Benin.","isDeprecated":false,"deprecationReason":null},{"name":"BL","description":"St. BarthΓ©lemy.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bermuda.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Brunei.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Bolivia.","isDeprecated":false,"deprecationReason":null},{"name":"BQ","description":"Caribbean Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Brazil.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bahamas.","isDeprecated":false,"deprecationReason":null},{"name":"BT","description":"Bhutan.","isDeprecated":false,"deprecationReason":null},{"name":"BV","description":"Bouvet Island.","isDeprecated":false,"deprecationReason":null},{"name":"BW","description":"Botswana.","isDeprecated":false,"deprecationReason":null},{"name":"BY","description":"Belarus.","isDeprecated":false,"deprecationReason":null},{"name":"BZ","description":"Belize.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CC","description":"Cocos (Keeling) Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CD","description":"Congo - Kinshasa.","isDeprecated":false,"deprecationReason":null},{"name":"CF","description":"Central African Republic.","isDeprecated":false,"deprecationReason":null},{"name":"CG","description":"Congo - Brazzaville.","isDeprecated":false,"deprecationReason":null},{"name":"CH","description":"Switzerland.","isDeprecated":false,"deprecationReason":null},{"name":"CI","description":"CΓ΄te d’Ivoire.","isDeprecated":false,"deprecationReason":null},{"name":"CK","description":"Cook Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CL","description":"Chile.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"Cameroon.","isDeprecated":false,"deprecationReason":null},{"name":"CN","description":"China.","isDeprecated":false,"deprecationReason":null},{"name":"CO","description":"Colombia.","isDeprecated":false,"deprecationReason":null},{"name":"CR","description":"Costa Rica.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Cuba.","isDeprecated":false,"deprecationReason":null},{"name":"CV","description":"Cape Verde.","isDeprecated":false,"deprecationReason":null},{"name":"CW","description":"CuraΓ§ao.","isDeprecated":false,"deprecationReason":null},{"name":"CX","description":"Christmas Island.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Cyprus.","isDeprecated":false,"deprecationReason":null},{"name":"CZ","description":"Czechia.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"Germany.","isDeprecated":false,"deprecationReason":null},{"name":"DJ","description":"Djibouti.","isDeprecated":false,"deprecationReason":null},{"name":"DK","description":"Denmark.","isDeprecated":false,"deprecationReason":null},{"name":"DM","description":"Dominica.","isDeprecated":false,"deprecationReason":null},{"name":"DO","description":"Dominican Republic.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Algeria.","isDeprecated":false,"deprecationReason":null},{"name":"EC","description":"Ecuador.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Estonia.","isDeprecated":false,"deprecationReason":null},{"name":"EG","description":"Egypt.","isDeprecated":false,"deprecationReason":null},{"name":"EH","description":"Western Sahara.","isDeprecated":false,"deprecationReason":null},{"name":"ER","description":"Eritrea.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spain.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Ethiopia.","isDeprecated":false,"deprecationReason":null},{"name":"EU","description":"European Union.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finland.","isDeprecated":false,"deprecationReason":null},{"name":"FJ","description":"Fiji.","isDeprecated":false,"deprecationReason":null},{"name":"FK","description":"Falkland Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroe Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"France.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Gabon.","isDeprecated":false,"deprecationReason":null},{"name":"GB","description":"United Kingdom.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Grenada.","isDeprecated":false,"deprecationReason":null},{"name":"GE","description":"Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"GF","description":"French Guiana.","isDeprecated":false,"deprecationReason":null},{"name":"GG","description":"Guernsey.","isDeprecated":false,"deprecationReason":null},{"name":"GH","description":"Ghana.","isDeprecated":false,"deprecationReason":null},{"name":"GI","description":"Gibraltar.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Greenland.","isDeprecated":false,"deprecationReason":null},{"name":"GM","description":"Gambia.","isDeprecated":false,"deprecationReason":null},{"name":"GN","description":"Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GP","description":"Guadeloupe.","isDeprecated":false,"deprecationReason":null},{"name":"GQ","description":"Equatorial Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GR","description":"Greece.","isDeprecated":false,"deprecationReason":null},{"name":"GS","description":"South Georgia & South Sandwich Islands.","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"Guatemala.","isDeprecated":false,"deprecationReason":null},{"name":"GW","description":"Guinea-Bissau.","isDeprecated":false,"deprecationReason":null},{"name":"GY","description":"Guyana.","isDeprecated":false,"deprecationReason":null},{"name":"HK","description":"Hong Kong SAR.","isDeprecated":false,"deprecationReason":null},{"name":"HM","description":"Heard & McDonald Islands.","isDeprecated":false,"deprecationReason":null},{"name":"HN","description":"Honduras.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatia.","isDeprecated":false,"deprecationReason":null},{"name":"HT","description":"Haiti.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungary.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesia.","isDeprecated":false,"deprecationReason":null},{"name":"IE","description":"Ireland.","isDeprecated":false,"deprecationReason":null},{"name":"IL","description":"Israel.","isDeprecated":false,"deprecationReason":null},{"name":"IM","description":"Isle of Man.","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"India.","isDeprecated":false,"deprecationReason":null},{"name":"IO","description":"British Indian Ocean Territory.","isDeprecated":false,"deprecationReason":null},{"name":"IQ","description":"Iraq.","isDeprecated":false,"deprecationReason":null},{"name":"IR","description":"Iran.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Iceland.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italy.","isDeprecated":false,"deprecationReason":null},{"name":"JE","description":"Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"JM","description":"Jamaica.","isDeprecated":false,"deprecationReason":null},{"name":"JO","description":"Jordan.","isDeprecated":false,"deprecationReason":null},{"name":"JP","description":"Japan.","isDeprecated":false,"deprecationReason":null},{"name":"KE","description":"Kenya.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"Kyrgyzstan.","isDeprecated":false,"deprecationReason":null},{"name":"KH","description":"Cambodia.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kiribati.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Comoros.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"St. Kitts & Nevis.","isDeprecated":false,"deprecationReason":null},{"name":"KP","description":"North Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KR","description":"South Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Kuwait.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Cayman Islands.","isDeprecated":false,"deprecationReason":null},{"name":"KZ","description":"Kazakhstan.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Laos.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Lebanon.","isDeprecated":false,"deprecationReason":null},{"name":"LC","description":"St. Lucia.","isDeprecated":false,"deprecationReason":null},{"name":"LI","description":"Liechtenstein.","isDeprecated":false,"deprecationReason":null},{"name":"LK","description":"Sri Lanka.","isDeprecated":false,"deprecationReason":null},{"name":"LR","description":"Liberia.","isDeprecated":false,"deprecationReason":null},{"name":"LS","description":"Lesotho.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuania.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luxembourg.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvia.","isDeprecated":false,"deprecationReason":null},{"name":"LY","description":"Libya.","isDeprecated":false,"deprecationReason":null},{"name":"MA","description":"Morocco.","isDeprecated":false,"deprecationReason":null},{"name":"MC","description":"Monaco.","isDeprecated":false,"deprecationReason":null},{"name":"MD","description":"Moldova.","isDeprecated":false,"deprecationReason":null},{"name":"ME","description":"Montenegro.","isDeprecated":false,"deprecationReason":null},{"name":"MF","description":"St. Martin.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Madagascar.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"North Macedonia.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Mali.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"Myanmar (Burma).","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolia.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Macao SAR.","isDeprecated":false,"deprecationReason":null},{"name":"MQ","description":"Martinique.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Mauritania.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Montserrat.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Malta.","isDeprecated":false,"deprecationReason":null},{"name":"MU","description":"Mauritius.","isDeprecated":false,"deprecationReason":null},{"name":"MV","description":"Maldives.","isDeprecated":false,"deprecationReason":null},{"name":"MW","description":"Malawi.","isDeprecated":false,"deprecationReason":null},{"name":"MX","description":"Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Malaysia.","isDeprecated":false,"deprecationReason":null},{"name":"MZ","description":"Mozambique.","isDeprecated":false,"deprecationReason":null},{"name":"NA","description":"Namibia.","isDeprecated":false,"deprecationReason":null},{"name":"NC","description":"New Caledonia.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Niger.","isDeprecated":false,"deprecationReason":null},{"name":"NF","description":"Norfolk Island.","isDeprecated":false,"deprecationReason":null},{"name":"NG","description":"Nigeria.","isDeprecated":false,"deprecationReason":null},{"name":"NI","description":"Nicaragua.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norway.","isDeprecated":false,"deprecationReason":null},{"name":"NP","description":"Nepal.","isDeprecated":false,"deprecationReason":null},{"name":"NR","description":"Nauru.","isDeprecated":false,"deprecationReason":null},{"name":"NU","description":"Niue.","isDeprecated":false,"deprecationReason":null},{"name":"NZ","description":"New Zealand.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oman.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Panama.","isDeprecated":false,"deprecationReason":null},{"name":"PE","description":"Peru.","isDeprecated":false,"deprecationReason":null},{"name":"PF","description":"French Polynesia.","isDeprecated":false,"deprecationReason":null},{"name":"PG","description":"Papua New Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"PH","description":"Philippines.","isDeprecated":false,"deprecationReason":null},{"name":"PK","description":"Pakistan.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Poland.","isDeprecated":false,"deprecationReason":null},{"name":"PM","description":"St. Pierre & Miquelon.","isDeprecated":false,"deprecationReason":null},{"name":"PN","description":"Pitcairn Islands.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Palestinian Territories.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portugal.","isDeprecated":false,"deprecationReason":null},{"name":"PY","description":"Paraguay.","isDeprecated":false,"deprecationReason":null},{"name":"QA","description":"Qatar.","isDeprecated":false,"deprecationReason":null},{"name":"RE","description":"RΓ©union.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romania.","isDeprecated":false,"deprecationReason":null},{"name":"RS","description":"Serbia.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russia.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Rwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Saudi Arabia.","isDeprecated":false,"deprecationReason":null},{"name":"SB","description":"Solomon Islands.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Seychelles.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Sweden.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Singapore.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"St. Helena.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Slovenia.","isDeprecated":false,"deprecationReason":null},{"name":"SJ","description":"Svalbard & Jan Mayen.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovakia.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Sierra Leone.","isDeprecated":false,"deprecationReason":null},{"name":"SM","description":"San Marino.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Senegal.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somalia.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Suriname.","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"South Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"ST","description":"SΓ£o TomΓ© & PrΓ­ncipe.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"El Salvador.","isDeprecated":false,"deprecationReason":null},{"name":"SX","description":"Sint Maarten.","isDeprecated":false,"deprecationReason":null},{"name":"SY","description":"Syria.","isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":"Eswatini.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tristan da Cunha.","isDeprecated":false,"deprecationReason":null},{"name":"TC","description":"Turks & Caicos Islands.","isDeprecated":false,"deprecationReason":null},{"name":"TD","description":"Chad.","isDeprecated":false,"deprecationReason":null},{"name":"TF","description":"French Southern Territories.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Togo.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thailand.","isDeprecated":false,"deprecationReason":null},{"name":"TJ","description":"Tajikistan.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Tokelau.","isDeprecated":false,"deprecationReason":null},{"name":"TL","description":"Timor-Leste.","isDeprecated":false,"deprecationReason":null},{"name":"TM","description":"Turkmenistan.","isDeprecated":false,"deprecationReason":null},{"name":"TN","description":"Tunisia.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tonga.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"TΓΌrkiye.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Trinidad & Tobago.","isDeprecated":false,"deprecationReason":null},{"name":"TV","description":"Tuvalu.","isDeprecated":false,"deprecationReason":null},{"name":"TW","description":"Taiwan.","isDeprecated":false,"deprecationReason":null},{"name":"TZ","description":"Tanzania.","isDeprecated":false,"deprecationReason":null},{"name":"UA","description":"Ukraine.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uganda.","isDeprecated":false,"deprecationReason":null},{"name":"UM","description":"U.S. Outlying Islands.","isDeprecated":false,"deprecationReason":null},{"name":"US","description":"United States.","isDeprecated":false,"deprecationReason":null},{"name":"UY","description":"Uruguay.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbekistan.","isDeprecated":false,"deprecationReason":null},{"name":"VA","description":"Vatican City.","isDeprecated":false,"deprecationReason":null},{"name":"VC","description":"St. Vincent & Grenadines.","isDeprecated":false,"deprecationReason":null},{"name":"VE","description":"Venezuela.","isDeprecated":false,"deprecationReason":null},{"name":"VG","description":"British Virgin Islands.","isDeprecated":false,"deprecationReason":null},{"name":"VN","description":"Vietnam.","isDeprecated":false,"deprecationReason":null},{"name":"VU","description":"Vanuatu.","isDeprecated":false,"deprecationReason":null},{"name":"WF","description":"Wallis & Futuna.","isDeprecated":false,"deprecationReason":null},{"name":"WS","description":"Samoa.","isDeprecated":false,"deprecationReason":null},{"name":"XK","description":"Kosovo.","isDeprecated":false,"deprecationReason":null},{"name":"YE","description":"Yemen.","isDeprecated":false,"deprecationReason":null},{"name":"YT","description":"Mayotte.","isDeprecated":false,"deprecationReason":null},{"name":"ZA","description":"South Africa.","isDeprecated":false,"deprecationReason":null},{"name":"ZM","description":"Zambia.","isDeprecated":false,"deprecationReason":null},{"name":"ZW","description":"Zimbabwe.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TimelineEvent","description":"The events that chronicle resource activities available to the customer.","fields":[{"name":"happenedAt","description":"The date and time when the event occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID for the timeline event.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Additional details about the event.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtitle","description":"The subtitle of the event.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the event.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TipSale","description":"A sale that is associated with a tip.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItem","description":"The line item associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The type of line associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TrackingInformation","description":"Represents the tracking information for a fulfillment.","fields":[{"name":"company","description":"The name of the tracking company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":"The tracking number for the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URLs to track the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TransactionSortKeys","description":"The set of valid sort keys for the Transaction query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRES_AT","description":"Sort by the `expires_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TransactionTypeDetails","description":"The details related to the transaction type.","fields":[{"name":"message","description":"The message of the transaction type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the transaction type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"URL","description":"Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and\n[RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string.\n\nFor example, `\"https://example.myshopify.com\"` is a valid URL. It includes a scheme (`https`) and a host\n(`example.myshopify.com`).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UiExtensionMetafield","description":"The custom data attached to a resource. Metafields can be sorted into namespaces and are\ncomprised of keys, values, and value types.","fields":[{"name":"description","description":"The description of a metafield.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The key name for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The owner ID for a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the metafield.\nSee the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of a metafield.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"valueType","description":"Represents the metafield value type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MetafieldValueType","ofType":null}},"isDeprecated":true,"deprecationReason":"`valueType` is deprecated and replaced by `type`."}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UiExtensionMetafieldFilterInput","description":"The input fields for filtering ui extension metafields.","fields":null,"inputFields":[{"name":"key","description":"A metafield key.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"A metafield namespace.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UiExtensionSessionToken","description":"A session token for a UI extension.","fields":[{"name":"expiresIn","description":"The second count until the session token expires.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the UI extension session token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnfulfilledDigitalLineItemContainer","description":"The information about the container for unfulfilled digital line items (excluding gift cards).","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnfulfilledGiftCardLineItemContainer","description":"The information about the container for unfulfilled gift card type line items.","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnfulfilledLineItemContainer","description":"The information about the container for unfulfilled line items.","fields":[{"name":"displayableState","description":"The translated state of the line item container (for example, `Unfulfilled`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The state of the line item container (for example, `unfulfilled`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","description":"The common fields for containers of unfulfilled line items series.","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UnfulfilledDigitalLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledGiftCardLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledLineItemContainer","ofType":null},{"kind":"OBJECT","name":"UnfulfilledPhysicalLineItemContainer","ofType":null}]},{"kind":"OBJECT","name":"UnfulfilledPhysicalLineItemContainer","description":"The information about the container for unfulfilled physical type line items.","fields":[{"name":"lineItems","description":"The line items within this container.","args":[{"name":"after","description":"The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LineItemContainerLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"UnfulfilledLineItemContainerCommonFields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnitPrice","description":"The unit price of the line component. For example, \"$9.99 / 100ml\".","fields":[{"name":"measurement","description":"The unit measurement. For example, \"$9.99 / 100ml\".","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UnitPriceMeasurement","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The unit price of the variant. For example, \"$1 per xy\" where price is \"$1\".","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnitPriceMeasurement","description":"The unit price measurement of the line component. For example, \"$9.99 / 100ml\".","fields":[{"name":"referenceUnit","description":"The reference unit for the unit price measurement. For example, \"$9.99 / 100ml\" where the reference unit is \"ml\".","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UnitPriceMeasurementUnit","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"referenceValue","description":"The reference value for the unit price measurement. For example, \"$9.99 / 100ml\" where the reference value is \"100\".","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UnitPriceMeasurementUnit","description":"The valid units of measurement for a unit price measurement.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CL","description":"100 centiliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"100 centimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null},{"name":"G","description":"Metric system unit of weight.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"L","description":"Metric system unit of volume.","isDeprecated":false,"deprecationReason":null},{"name":"M","description":"Metric system unit of length.","isDeprecated":false,"deprecationReason":null},{"name":"M2","description":"Metric system unit of area.","isDeprecated":false,"deprecationReason":null},{"name":"M3","description":"1 cubic meter equals 1000 liters.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"1000 milligrams equals 1 gram.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"1000 milliliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"1000 millimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UnknownSale","description":"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.","fields":[{"name":"actionType","description":"The type of order action represented by the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleActionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineType","description":"The line type assocated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SaleLineType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of units ordered or intended to be returned.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"The individual taxes associated with the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SaleTax","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total sale amount after taxes and discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountAfterTaxes","description":"The total amount of discounts allocated to the sale after taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountAmountBeforeTaxes","description":"The total discounts allocated to the sale before taxes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The total tax amount for the sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"Sale","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"UnsignedInt64","description":"An unsigned 64-bit integer. Represents whole numeric values between 0 and 2^64 - 1 encoded as a string of base-10 digits.\n\nExample value: `\"50\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsBusinessContactUserErrors","description":"The error codes for failed business contact mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsBusinessContactUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsBusinessContactUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsBusinessContactUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BUSINESS_CONTACT_NOT_FOUND","description":"Business contact was not found.","isDeprecated":false,"deprecationReason":null},{"name":"BUSINESS_CONTACT_UPDATE_INPUT_ARGUMENT_EMPTY","description":"Business contact update input argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"Business contact field is too long.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrors","description":"The error codes for failed payment instrument mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsBusinessLocationPaymentInstrumentUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsBusinessLocationPaymentInstrumentUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS1_MISSING","description":"Address1 field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ARGUMENT_EMPTY","description":"Address argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"BRAND_NOT_SUPPORTED","description":"The card's brand is not supported.","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_REPLACE_PAYMENT_INSTRUMENT_WITH_ITSELF","description":"Cannot replace a payment instrument with itself.","isDeprecated":false,"deprecationReason":null},{"name":"CITY_MISSING","description":"City field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"COMPANY_LOCATION_ID_DOES_NOT_EXIST","description":"Company location ID does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"COUNTRY_CODE_MISSING","description":"Country Code field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"The card was declined.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The card is expired.","isDeprecated":false,"deprecationReason":null},{"name":"FIRST_NAME_BLANK","description":"The card's first name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_ERROR","description":"An error occured.","isDeprecated":false,"deprecationReason":null},{"name":"INCORRECT","description":"The address is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"Address field is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY","description":"Invalid for country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY_AND_PROVINCE","description":"Invalid for country and province.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PROVINCE_IN_COUNTRY","description":"Invalid province in country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_START_DATE_OR_ISSUE_NUMBER_FOR_DEBIT","description":"The card's start date or issue number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_STATE_IN_COUNTRY","description":"Invalid state in country.","isDeprecated":false,"deprecationReason":null},{"name":"LAST_NAME_BLANK","description":"The card's last name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH_INVALID","description":"The card's month is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NAME_INVALID","description":"The card's name is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER_INVALID","description":"The card's number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_ID_DOES_NOT_EXIST","description":"Payment instrument ID does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_TAKEN","description":"This payment instrument is already on file.","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_NUMBER_NOT_VALID","description":"Phone number is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"The field is required.","isDeprecated":false,"deprecationReason":null},{"name":"TEST_MODE_LIVE_CARD","description":"This test card cannot be used for real transactions.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"Address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE_LIMIT_EXCEEDED","description":"Too many payment instrument updates.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_BLANK","description":"The card's verification value is missing.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INCORRECT","description":"The card's verification value is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INVALID_FOR_CARD_TYPE","description":"The card's verification value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR_INVALID","description":"The card's year is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"ZIP_INCORRECT","description":"The address's zip code is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"ZONE_CODE_MISSING","description":"Zone Code field is missing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerAddressUserErrors","description":"The error codes that are provided for failed address mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerAddressUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerAddressUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerAddressUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS1_MISSING","description":"The Address1 field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ARGUMENT_EMPTY","description":"The provided address argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ID_DOES_NOT_EXIST","description":"The provided address ID doesn't exist.","isDeprecated":false,"deprecationReason":null},{"name":"COUNTRY_NOT_EXIST","description":"The provided country doesn't exist.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_ADDRESS_ALREADY_EXISTS","description":"The provided customer address already exists.","isDeprecated":false,"deprecationReason":null},{"name":"DELETING_CUSTOMER_DEFAULT_ADDRESS_NOT_ALLOWED","description":"The default address of the customer can't be deleted before setting another one as default.","isDeprecated":false,"deprecationReason":null},{"name":"DEMOTING_CUSTOMER_DEFAULT_ADDRESS_NOT_ALLOWED","description":"Demoting the default address of the customer isn't allowed.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The provided address field isn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY","description":"The provided value is invalid for the country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY_AND_PROVINCE","description":"The provided value is invalid for the country and province.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_TERRITORY_CODE","description":"The provided Territory Code isn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_NUMBER_NOT_VALID","description":"The provided phone number isn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"The field is required.","isDeprecated":false,"deprecationReason":null},{"name":"TERRITORY_CODE_MISSING","description":"The Territory Code field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The provided address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"ZONE_CODE_MISSING","description":"The Zone Code field is missing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingOptInUserErrors","description":"Provides error codes for failed marketing opt-in mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingOptInUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingOptInUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerEmailMarketingOptInUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_ALREADY_SUBSCRIBED","description":"The customer is already subscribed.","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_ADDRESS_NOT_FOUND","description":"The customer does not have an email address.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"There was an error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerEmailMarketingUserErrors","description":"Provides error codes for marketing subscribe mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerEmailMarketingUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerEmailMarketingUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_ALREADY_SUBSCRIBED","description":"The customer is already subscribed.","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_ADDRESS_NOT_FOUND","description":"The customer does not have an email address.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED_TO_SUBSCRIBE","description":"Subscription failed.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED_TO_UNSUBSCRIBE","description":"Unsubscription failed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsCustomerUserErrors","description":"Provides error codes for failed personal information mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsCustomerUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsCustomerUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsCustomerUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_DOES_NOT_EXIST","description":"The customer does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_INPUT_ARGUMENT_EMPTY","description":"The personal information input argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The personal information field is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The personal information field is too long.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsPaymentInstrumentUserErrors","description":"The error codes for failed payment instrument mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsPaymentInstrumentUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsPaymentInstrumentUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsPaymentInstrumentUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS1_MISSING","description":"Address1 field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_ARGUMENT_EMPTY","description":"Address argument is empty.","isDeprecated":false,"deprecationReason":null},{"name":"BRAND_NOT_SUPPORTED","description":"The card's brand is not supported.","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_REDIRECT_TO_SHOP_PAY","description":"Cannot find Shop Pay order for redirection.","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_REPLACE_PAYMENT_INSTRUMENT_WITH_ITSELF","description":"Cannot replace a payment instrument with itself.","isDeprecated":false,"deprecationReason":null},{"name":"CITY_MISSING","description":"City field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"COUNTRY_CODE_MISSING","description":"Country Code field is missing.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"The card was declined.","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"The card is expired.","isDeprecated":false,"deprecationReason":null},{"name":"FIRST_NAME_BLANK","description":"The card's first name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_ERROR","description":"An error occured.","isDeprecated":false,"deprecationReason":null},{"name":"INCORRECT","description":"The address is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"Address field is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY","description":"Invalid for country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_FOR_COUNTRY_AND_PROVINCE","description":"Invalid for country and province.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PROVINCE_IN_COUNTRY","description":"Invalid province in country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_START_DATE_OR_ISSUE_NUMBER_FOR_DEBIT","description":"The card's start date or issue number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_STATE_IN_COUNTRY","description":"Invalid state in country.","isDeprecated":false,"deprecationReason":null},{"name":"LAST_NAME_BLANK","description":"The card's last name is missing.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH_INVALID","description":"The card's month is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NAME_INVALID","description":"The card's name is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER_INVALID","description":"The card's number is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_ID_DOES_NOT_EXIST","description":"Payment instrument ID does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSTRUMENT_TAKEN","description":"This payment instrument is already on file.","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_NUMBER_NOT_VALID","description":"Phone number is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"REQUIRED","description":"The field is required.","isDeprecated":false,"deprecationReason":null},{"name":"TEST_MODE_LIVE_CARD","description":"This test card cannot be used for real transactions.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"Address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"UNSUPPORTED_PAYMENT_INSTRUMENT_TYPE","description":"Payment instrument type is not supported for this operation.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE_LIMIT_EXCEEDED","description":"Too many payment instrument updates.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_BLANK","description":"The card's verification value is missing.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INCORRECT","description":"The card's verification value is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"VERIFICATION_VALUE_INVALID_FOR_CARD_TYPE","description":"The card's verification value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR_INVALID","description":"The card's year is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"ZIP_INCORRECT","description":"The address's zip code is incorrect.","isDeprecated":false,"deprecationReason":null},{"name":"ZONE_CODE_MISSING","description":"Zone Code field is missing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsPaypalTokenUserErrors","description":"The error codes for failed PayPal token mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsPaypalTokenUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsPaypalTokenUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsPaypalTokenUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PAYPAL_EXPRESS_GATEWAY_NOT_ENABLED","description":"PayPal Express gateway is not enabled.","isDeprecated":false,"deprecationReason":null},{"name":"REFERENCE_TRANSACTIONS_NOT_ENABLED","description":"PayPal account does not support reference transactions.","isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_COULD_NOT_BE_CREATED","description":"PayPal Express token could not be created.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsResendGiftCardErrors","description":"The error codes for failed resending gift card mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsResendGiftCardErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsResendGiftCardErrorsCode","description":"Possible error codes that can be returned by `UserErrorsResendGiftCardErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GIFT_CARD_NOT_FOUND_FOR_ORDER","description":"No gift card is associated with the order.","isDeprecated":false,"deprecationReason":null},{"name":"ORDER_NOT_FOUND","description":"This order does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrors","description":"Error codes for failed Storefront Customer Access Token mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsStorefrontCustomerAccessTokenCreateUserErrorsCode","description":"Possible error codes that can be returned by `UserErrorsStorefrontCustomerAccessTokenCreateUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER_DOES_NOT_EXIST","description":"The customer does not exist.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"WalletPaymentConfig","description":"The configuration used for Payment Wallets.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ApplePayWalletConfig","ofType":null},{"kind":"OBJECT","name":"GooglePayWalletConfig","ofType":null}]},{"kind":"OBJECT","name":"Weight","description":"A weight, which includes a numeric value and a unit of measurement.","fields":[{"name":"unit","description":"The unit of measurement for `value`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WeightUnit","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The weight value using the unit system specified with `unit`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WeightUnit","description":"Units of measurement for weight.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GRAMS","description":"Metric system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"KILOGRAMS","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"OUNCES","description":"Imperial system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"POUNDS","description":"1 pound equals 16 ounces.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByURL","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","isRepeatable":false,"locations":["ARGUMENT_DEFINITION","ENUM_VALUE","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"oneOf","description":"Requires that exactly one field must be supplied and that field must not be `null`.","isRepeatable":false,"locations":["INPUT_OBJECT"],"args":[]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar.","isRepeatable":false,"locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]}]}} \ No newline at end of file diff --git a/packages/hydrogen-react/package.json b/packages/hydrogen-react/package.json index 8c368a6b27..497ec02775 100644 --- a/packages/hydrogen-react/package.json +++ b/packages/hydrogen-react/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/hydrogen-react", - "version": "2024.7.5", + "version": "2024.10.0", "description": "React components, hooks, and utilities for creating custom Shopify storefronts", "homepage": "https://github.com/Shopify/hydrogen/tree/main/packages/hydrogen-react", "license": "MIT", diff --git a/packages/hydrogen-react/src/CartProvider.stories.tsx b/packages/hydrogen-react/src/CartProvider.stories.tsx index e54c89c329..092ec12ce1 100644 --- a/packages/hydrogen-react/src/CartProvider.stories.tsx +++ b/packages/hydrogen-react/src/CartProvider.stories.tsx @@ -228,7 +228,7 @@ function CartComponent() { const config: ShopifyProviderProps = { storeDomain: 'hydrogen-preview.myshopify.com', storefrontToken: '3b580e70970c4528da70c98e097c2fa0', - storefrontApiVersion: '2024-07', + storefrontApiVersion: '2024-10', countryIsoCode: 'CA', languageIsoCode: 'EN', }; diff --git a/packages/hydrogen-react/src/ShopPayButton2.example.jsx b/packages/hydrogen-react/src/ShopPayButton2.example.jsx index 745cbe308d..6be59ce618 100644 --- a/packages/hydrogen-react/src/ShopPayButton2.example.jsx +++ b/packages/hydrogen-react/src/ShopPayButton2.example.jsx @@ -5,7 +5,7 @@ export default function App() { diff --git a/packages/hydrogen-react/src/ShopPayButton2.example.tsx b/packages/hydrogen-react/src/ShopPayButton2.example.tsx index ce3b44baa8..8778f07309 100644 --- a/packages/hydrogen-react/src/ShopPayButton2.example.tsx +++ b/packages/hydrogen-react/src/ShopPayButton2.example.tsx @@ -5,7 +5,7 @@ export default function App() { diff --git a/packages/hydrogen-react/src/ShopifyProvider.stories.tsx b/packages/hydrogen-react/src/ShopifyProvider.stories.tsx index 3715cb9dfd..0e688df621 100644 --- a/packages/hydrogen-react/src/ShopifyProvider.stories.tsx +++ b/packages/hydrogen-react/src/ShopifyProvider.stories.tsx @@ -51,5 +51,5 @@ export const Default = Template.bind({}); Default.args = { storeDomain: 'notashop.myshopify.com', storefrontToken: 'abc123', - version: '2024-07', + version: '2024-10', }; diff --git a/packages/hydrogen-react/src/ShopifyProvider.test.tsx b/packages/hydrogen-react/src/ShopifyProvider.test.tsx index bf5f579880..f97dbced65 100644 --- a/packages/hydrogen-react/src/ShopifyProvider.test.tsx +++ b/packages/hydrogen-react/src/ShopifyProvider.test.tsx @@ -11,7 +11,7 @@ import type {PartialDeep} from 'type-fest'; const SHOPIFY_CONFIG: ShopifyProviderProps = { storeDomain: 'https://notashop.myshopify.com', storefrontToken: 'abc123', - storefrontApiVersion: '2024-07', + storefrontApiVersion: '2024-10', countryIsoCode: 'CA', languageIsoCode: 'EN', }; @@ -84,7 +84,7 @@ describe('', () => { ).toEqual({ 'X-SDK-Variant': 'hydrogen-react', 'X-SDK-Variant-Source': 'react', - 'X-SDK-Version': '2024-07', + 'X-SDK-Version': '2024-10', 'X-Shopify-Storefront-Access-Token': 'abc123', 'content-type': 'application/json', }); @@ -110,7 +110,7 @@ describe('', () => { ).toEqual({ 'X-SDK-Variant': 'hydrogen-react', 'X-SDK-Variant-Source': 'react', - 'X-SDK-Version': '2024-07', + 'X-SDK-Version': '2024-10', 'X-Shopify-Storefront-Access-Token': 'newtoken', 'content-type': 'application/graphql', }); @@ -233,6 +233,6 @@ export function getShopifyConfig( languageIsoCode: config.languageIsoCode ?? 'EN', storeDomain: config.storeDomain ?? 'https://notashop.myshopify.io', storefrontToken: config.storefrontToken ?? 'abc123', - storefrontApiVersion: config.storefrontApiVersion ?? '2024-07', + storefrontApiVersion: config.storefrontApiVersion ?? '2024-10', }; } diff --git a/packages/hydrogen-react/src/customer-account-api-types.d.ts b/packages/hydrogen-react/src/customer-account-api-types.d.ts index 8287227196..97b6db2210 100644 --- a/packages/hydrogen-react/src/customer-account-api-types.d.ts +++ b/packages/hydrogen-react/src/customer-account-api-types.d.ts @@ -1,6 +1,6 @@ /** * THIS FILE IS AUTO-GENERATED, DO NOT EDIT - * Based on Customer Account API 2024-07 + * Based on Customer Account API 2024-10 * If changes need to happen to the types defined in this file, then generally the Storefront API needs to update. After it's updated, you can run `npm run graphql-types`. * Except custom Scalars, which are defined in the `codegen.ts` file */ @@ -72,18 +72,11 @@ export type AddressFormFieldMode = /** * Indicates that the form field should be hidden from the UI. * Any values provided by the client will be ignored by the backend. - * */ | 'IGNORED' - /** - * Indicates that the form field is visible in the UI and can be left empty. - * - */ + /** Indicates that the form field is visible in the UI and can be left empty. */ | 'OPTIONAL' - /** - * Indicates that the form field is visible in the UI and requires a non-empty value. - * - */ + /** Indicates that the form field is visible in the UI and requires a non-empty value. */ | 'REQUIRED'; /** The settings for the address form. */ @@ -178,10 +171,7 @@ export type ApplePaySessionCreatePayload = { body?: Maybe; /** The ID for the created session. */ id?: Maybe; - /** - * Whether the session is ready. The `body` field is `null` while this value is `false`. - * - */ + /** Whether the session is ready. The `body` field is `null` while this value is `false`. */ ready?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; @@ -227,19 +217,16 @@ export type AppliedGiftCard = Node & { presentmentAmountUsed: MoneyV2; }; -/** Represents a generic custom attribute. */ +/** Represents a generic custom attribute, such as whether an order is a customer's first. */ export type Attribute = { __typename?: 'Attribute'; - /** Key or name of the attribute. */ + /** The key or name of the attribute. For example, `"customersFirstOrder"`. */ key: Scalars['String']['output']; - /** Value of the attribute. */ + /** The value of the attribute. For example, `"true"`. */ value?: Maybe; }; -/** - * Captures the intentions of a discount that was automatically applied. - * - */ +/** Captures the intentions of a discount that was automatically applied. */ export type AutomaticDiscountApplication = DiscountApplication & { __typename?: 'AutomaticDiscountApplication'; /** The method by which the discount's value is allocated to its entitled items. */ @@ -261,17 +248,13 @@ export type AvailableShippingRates = { * Whether the shipping rates are ready. * The `shippingRates` field is `null` when this value is `false`. * This field should be polled until its value becomes `true`. - * */ ready: Scalars['Boolean']['output']; /** The fetched shipping rates. `null` until the `ready` field is `true`. */ shippingRates?: Maybe>; }; -/** - * The input fields required for updating a business contact. - * - */ +/** The input fields required for updating a business contact. */ export type BusinessContactUpdateInput = { /** The first name of the business contact. */ firstName?: InputMaybe; @@ -339,10 +322,7 @@ export type BusinessLocationCreditCardAddPayload = { __typename?: 'BusinessLocationCreditCardAddPayload'; /** The newly added credit card. */ creditCard?: Maybe; - /** - * The URL to redirect the customer to for completing the 3D Secure payment flow. - * - */ + /** The URL to redirect the customer to for completing the 3D Secure payment flow. */ nextActionUrl?: Maybe; /** If the card verification result is processing. When this is true, credit_card will be null. */ processing?: Maybe; @@ -373,10 +353,11 @@ export type BusinessLocationPaymentInstrumentRemovePayload = { /** The configuration for the buyer's checkout. */ export type BuyerExperienceConfiguration = { __typename?: 'BuyerExperienceConfiguration'; + /** The deposit amount required for the order. */ + deposit?: Maybe; /** * Whether the buyer must pay at checkout or * can choose to pay at checkout or pay later using net terms. - * */ payNowOnly: Scalars['Boolean']['output']; /** The merchant configured payment terms. */ @@ -392,7 +373,7 @@ export type CardPaymentDetails = { last4?: Maybe; }; -/** A container for information required to checkout items and pay. */ +/** 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). */ export type Checkout = Node & { __typename?: 'Checkout'; /** The gift cards used on the checkout. */ @@ -401,7 +382,6 @@ export type Checkout = Node & { * The available shipping rates for this Checkout. * Should only be used when checkout `requiresShipping` is `true` and * the shipping address is valid. - * */ availableShippingRates?: Maybe; /** The date and time when the checkout was created. */ @@ -421,7 +401,6 @@ export type Checkout = Node & { /** * The sum of all the prices of all the items in the checkout, * excluding duties, taxes, shipping, and discounts. - * */ lineItemsSubtotalPrice: MoneyV2; /** The note associated with the checkout. */ @@ -433,17 +412,13 @@ export type Checkout = Node & { * 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. - * */ ready: Scalars['Boolean']['output']; /** Whether the fulfillment requires shipping. */ requiresShipping: Scalars['Boolean']['output']; /** The address where the line items will be shipped. */ shippingAddress?: Maybe; - /** - * The discounts allocated to the shipping line by discount applications. - * - */ + /** The discounts allocated to the shipping line by discount applications. */ shippingDiscountAllocations: Array; /** The selected shipping rate, transitioned to a `shipping_line` object. */ shippingLine?: Maybe; @@ -460,7 +435,6 @@ export type Checkout = Node & { /** * The sum of all the prices of all the items in the checkout, * duties, taxes, and discounts included. - * */ totalPrice: MoneyV2; /** The sum of all the taxes applied to the line items and shipping lines in the checkout. */ @@ -469,7 +443,7 @@ export type Checkout = Node & { webUrl: Scalars['URL']['output']; }; -/** A container for information required to checkout items and pay. */ +/** 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). */ export type CheckoutDiscountApplicationsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -478,7 +452,7 @@ export type CheckoutDiscountApplicationsArgs = { reverse?: InputMaybe; }; -/** A container for information required to checkout items and pay. */ +/** 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). */ export type CheckoutLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -506,27 +480,21 @@ export type CheckoutLineItem = Node & { variantTitle?: Maybe; }; -/** - * An auto-generated type for paginating through multiple CheckoutLineItems. - * - */ +/** An auto-generated type for paginating through multiple CheckoutLineItems. */ export type CheckoutLineItemConnection = { __typename?: 'CheckoutLineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in CheckoutLineItemEdge. */ + /** A list of nodes that are contained in CheckoutLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one CheckoutLineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one CheckoutLineItem and a cursor during pagination. */ export type CheckoutLineItemEdge = { __typename?: 'CheckoutLineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of CheckoutLineItemEdge. */ node: CheckoutLineItem; @@ -549,7 +517,6 @@ export type Company = HasMetafields & /** * The metafields associated with the resource matching the * supplied list of namespaces and keys. - * */ metafields: Array>; /** The name of the company. */ @@ -604,7 +571,7 @@ export type CompanyOrdersArgs = { sortKey?: InputMaybe; }; -/** The address of a company location, either billing or shipping. */ +/** 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). */ export type CompanyAddress = Node & { __typename?: 'CompanyAddress'; /** The first line of the address. It is typically the street address or PO Box number. */ @@ -626,7 +593,6 @@ export type CompanyAddress = Node & { /** * The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) * when the company address was created. - * */ createdAt: Scalars['DateTime']['output']; /** The first name of the recipient. */ @@ -645,10 +611,7 @@ export type CompanyAddress = Node & { latitude?: Maybe; /** The longitude coordinate of the address. */ longitude?: Maybe; - /** - * The unique phone number of the customer, formatted using the E.164 standard, for example, _+16135551111_. - * - */ + /** The unique phone number of the customer, formatted using the E.164 standard, for example, _+16135551111_. */ phone?: Maybe; /** The region of the address, such as the province, state, or district. */ province?: Maybe; @@ -659,7 +622,6 @@ export type CompanyAddress = Node & { /** * The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) * when the company address was last updated. - * */ updatedAt: Scalars['DateTime']['output']; /** The zip or postal code of the address. */ @@ -668,13 +630,13 @@ export type CompanyAddress = Node & { zoneCode?: Maybe; }; -/** The address of a company location, either billing or shipping. */ +/** 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). */ export type CompanyAddressFormattedArgs = { withCompanyName?: InputMaybe; withName?: InputMaybe; }; -/** The address of a company location, either billing or shipping. */ +/** 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). */ export type CompanyAddressFormattedAddressArgs = { withCompanyName?: InputMaybe; withName?: InputMaybe; @@ -776,33 +738,27 @@ export type CompanyContactOrdersArgs = { sortKey?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple CompanyContacts. - * - */ +/** An auto-generated type for paginating through multiple CompanyContacts. */ export type CompanyContactConnection = { __typename?: 'CompanyContactConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in CompanyContactEdge. */ + /** A list of nodes that are contained in CompanyContactEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one CompanyContact and a cursor during pagination. - * - */ +/** An auto-generated type which holds one CompanyContact and a cursor during pagination. */ export type CompanyContactEdge = { __typename?: 'CompanyContactEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of CompanyContactEdge. */ node: CompanyContact; }; -/** A role for a company contact. */ +/** 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). */ export type CompanyContactRole = Node & { __typename?: 'CompanyContactRole'; /** A globally-unique ID. */ @@ -815,7 +771,7 @@ export type CompanyContactRole = Node & { resourcePermissions: Array; }; -/** A role for a company contact. */ +/** 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). */ export type CompanyContactRoleResourcePermissionArgs = { resource: ResourceType; }; @@ -831,27 +787,21 @@ export type CompanyContactRoleAssignment = Node & { role: CompanyContactRole; }; -/** - * An auto-generated type for paginating through multiple CompanyContactRoleAssignments. - * - */ +/** An auto-generated type for paginating through multiple CompanyContactRoleAssignments. */ export type CompanyContactRoleAssignmentConnection = { __typename?: 'CompanyContactRoleAssignmentConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in CompanyContactRoleAssignmentEdge. */ + /** A list of nodes that are contained in CompanyContactRoleAssignmentEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one CompanyContactRoleAssignment and a cursor during pagination. - * - */ +/** An auto-generated type which holds one CompanyContactRoleAssignment and a cursor during pagination. */ export type CompanyContactRoleAssignmentEdge = { __typename?: 'CompanyContactRoleAssignmentEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of CompanyContactRoleAssignmentEdge. */ node: CompanyContactRoleAssignment; @@ -868,7 +818,6 @@ export type CompanyContactRoleAssignmentSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `updated_at` value. */ @@ -891,7 +840,6 @@ export type CompanyContactSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `title` value. */ @@ -933,7 +881,6 @@ export type CompanyLocation = HasMetafields & /** * The metafields associated with the resource matching the * supplied list of namespaces and keys. - * */ metafields: Array>; /** The name of the company location. */ @@ -1030,27 +977,21 @@ export type CompanyLocationAssignAddressPayload = { userErrors: Array; }; -/** - * An auto-generated type for paginating through multiple CompanyLocations. - * - */ +/** An auto-generated type for paginating through multiple CompanyLocations. */ export type CompanyLocationConnection = { __typename?: 'CompanyLocationConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in CompanyLocationEdge. */ + /** A list of nodes that are contained in CompanyLocationEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one CompanyLocation and a cursor during pagination. - * - */ +/** An auto-generated type which holds one CompanyLocation and a cursor during pagination. */ export type CompanyLocationEdge = { __typename?: 'CompanyLocationEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of CompanyLocationEdge. */ node: CompanyLocation; @@ -1071,44 +1012,43 @@ export type CompanyLocationSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `updated_at` value. */ | 'UPDATED_AT'; -/** - * Defines the extent of locations for which a contact holds permissions on a resource. - * - */ +/** Defines the extent of locations for which a contact holds permissions on a resource. */ export type ContactPermissionLocationScopeType = - /** - * The contact has permission on all locations. - * - */ + /** The contact has permission on all locations. */ | 'ALL' - /** - * The contact has permission for at least one location. - * - */ + /** The contact has permission for at least one location. */ | 'ANY' - /** - * The contact has no permission on any location. - * - */ + /** The contact has no permission on any location. */ | 'NONE' - /** - * The contact has permission on only one location. - * - */ + /** The contact has permission on only one location. */ | 'ONE'; +/** Details for count of elements. */ +export type Count = { + __typename?: 'Count'; + /** The count of elements. */ + count: Scalars['Int']['output']; + /** The count's precision, or the exactness of the value. */ + precision: CountPrecision; +}; + +/** The precision of the value returned by a count field. */ +export type CountPrecision = + /** The count is at least the value. A limit was imposed and reached. */ + | 'AT_LEAST' + /** The count is exactly the value. */ + | 'EXACT'; + /** * The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines. * If a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision * of another country. For example, the territories associated with Spain are represented by the country code `ES`, * and the territories associated with the United States of America are represented by the country code `US`. - * */ export type CountryCode = /** Ascension Island. */ @@ -1642,7 +1582,6 @@ export type CropRegion = /** * The three-letter currency codes that represent the world currencies used in stores. These include standard ISO 4217 codes, legacy codes, * and non-standard codes. - * */ export type CurrencyCode = /** United Arab Emirates Dirham (AED). */ @@ -1968,7 +1907,7 @@ export type CurrencyCode = /** Zambian Kwacha (ZMW). */ | 'ZMW'; -/** Represents the personal information of a customer. */ +/** 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). */ export type Customer = HasMetafields & HasStoreCreditAccounts & Node & { @@ -1989,10 +1928,7 @@ export type Customer = HasMetafields & creditCards: CustomerCreditCardConnection; /** The default address of the customer. */ defaultAddress?: Maybe; - /** - * 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. - * - */ + /** 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. */ displayName: Scalars['String']['output']; /** The Draft Orders associated with the customer. */ draftOrders: DraftOrderConnection; @@ -2013,7 +1949,6 @@ export type Customer = HasMetafields & /** * The metafields associated with the resource matching the * supplied list of namespaces and keys. - * */ metafields: Array>; /** The orders associated with the customer. */ @@ -2036,7 +1971,7 @@ export type Customer = HasMetafields & taxExemptionsDetails: Array; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerAddressesArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2046,7 +1981,7 @@ export type CustomerAddressesArgs = { skipDefault?: InputMaybe; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerCompanyContactsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2055,12 +1990,12 @@ export type CustomerCompanyContactsArgs = { reverse?: InputMaybe; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerCreditCardArgs = { id: Scalars['ID']['input']; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerCreditCardsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2069,7 +2004,7 @@ export type CustomerCreditCardsArgs = { reverse?: InputMaybe; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerDraftOrdersArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2080,18 +2015,18 @@ export type CustomerDraftOrdersArgs = { sortKey?: InputMaybe; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerMetafieldArgs = { key: Scalars['String']['input']; namespace: Scalars['String']['input']; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerMetafieldsArgs = { identifiers: Array; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerOrdersArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2102,12 +2037,12 @@ export type CustomerOrdersArgs = { sortKey?: InputMaybe; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerReturnArgs = { id: Scalars['ID']['input']; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerStoreCreditAccountsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2116,12 +2051,12 @@ export type CustomerStoreCreditAccountsArgs = { query?: InputMaybe; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerSubscriptionContractArgs = { id: Scalars['ID']['input']; }; -/** Represents the personal information of a customer. */ +/** 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). */ export type CustomerSubscriptionContractsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2135,31 +2070,20 @@ export type CustomerSubscriptionContractsArgs = { /** * 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). */ export type CustomerAddress = Node & { __typename?: 'CustomerAddress'; /** The first line of the address. Typically the street address or PO Box number. */ address1?: Maybe; - /** - * The second line of the address. This is typically the apartment, suite, or unit number. - * - */ + /** The second line of the address. This is typically the apartment, suite, or unit number. */ address2?: Maybe; - /** - * The name of the city, district, village, or town. - * - */ + /** The name of the city, district, village, or town. */ city?: Maybe; - /** - * The name of the customer's company or organization. - * - */ + /** The name of the customer's company or organization. */ company?: Maybe; - /** - * The name of the country. - * - */ + /** The name of the country. */ country?: Maybe; /** The first name of the customer. */ firstName?: Maybe; @@ -2171,16 +2095,12 @@ export type CustomerAddress = Node & { id: Scalars['ID']['output']; /** The last name of the customer. */ lastName?: Maybe; - /** - * The full name of the customer, based on firstName and lastName. - * - */ + /** The full name of the customer, based on firstName and lastName. */ name?: Maybe; /** * The customer's unique phone number. * * Formatted using E.164 standard. For example, _+16135551111_. - * */ phoneNumber?: Maybe; /** The region of the address, such as the province, state, or district. */ @@ -2189,7 +2109,6 @@ export type CustomerAddress = Node & { * The two-letter code for the country of the address. * * For example, US. - * */ territoryCode?: Maybe; /** The zip or postal code of the address. */ @@ -2198,7 +2117,6 @@ export type CustomerAddress = Node & { * The alphanumeric code for the region. * * For example, ON. - * */ zoneCode?: Maybe; }; @@ -2206,24 +2124,22 @@ export type CustomerAddress = Node & { /** * 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). */ export type CustomerAddressFormattedArgs = { withCompany?: InputMaybe; withName?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple CustomerAddresses. - * - */ +/** An auto-generated type for paginating through multiple CustomerAddresses. */ export type CustomerAddressConnection = { __typename?: 'CustomerAddressConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in CustomerAddressEdge. */ + /** A list of nodes that are contained in CustomerAddressEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; @@ -2245,13 +2161,10 @@ export type CustomerAddressDeletePayload = { userErrors: Array; }; -/** - * An auto-generated type which holds one CustomerAddress and a cursor during pagination. - * - */ +/** An auto-generated type which holds one CustomerAddress and a cursor during pagination. */ export type CustomerAddressEdge = { __typename?: 'CustomerAddressEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of CustomerAddressEdge. */ node: CustomerAddress; @@ -2277,7 +2190,6 @@ export type CustomerAddressInput = { * The country code, in ISO 3166-1 format. Accepts either a two-letter [alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), * a three-letter [alpha-3 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3), or a three-digit [numeric code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric). * For example, `US`, `USA`, or `840` represents the United States. - * */ territoryCode?: InputMaybe; /** The zip or postal code of the address. */ @@ -2285,7 +2197,6 @@ export type CustomerAddressInput = { /** * The alphanumeric code for the region of the address, such as the province, state, or district. * For example, 'ON' for Ontario, Canada. - * */ zoneCode?: InputMaybe; }; @@ -2368,33 +2279,27 @@ export type CustomerCreditCardSubscriptionContractsArgs = { sortKey?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple CustomerCreditCards. - * - */ +/** An auto-generated type for paginating through multiple CustomerCreditCards. */ export type CustomerCreditCardConnection = { __typename?: 'CustomerCreditCardConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in CustomerCreditCardEdge. */ + /** A list of nodes that are contained in CustomerCreditCardEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one CustomerCreditCard and a cursor during pagination. - * - */ +/** An auto-generated type which holds one CustomerCreditCard and a cursor during pagination. */ export type CustomerCreditCardEdge = { __typename?: 'CustomerCreditCardEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of CustomerCreditCardEdge. */ node: CustomerCreditCard; }; -/** An email address associated with a customer. */ +/** An email address associated with a customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ export type CustomerEmailAddress = { __typename?: 'CustomerEmailAddress'; /** The email address of the customer. */ @@ -2433,44 +2338,29 @@ export type CustomerEmailMarketingUnsubscribePayload = { /** * Represents a customer's mailing address. * For example, a customer's default address and an order's billing address are both mailing addresses. - * */ export type CustomerMailingAddress = Node & { __typename?: 'CustomerMailingAddress'; /** The first line of the address. Typically the street address or PO Box number. */ address1?: Maybe; - /** - * The second line of the address. This is typically the apartment, suite, or unit number. - * - */ + /** The second line of the address. This is typically the apartment, suite, or unit number. */ address2?: Maybe; - /** - * The name of the city, district, village, or town. - * - */ + /** The name of the city, district, village, or town. */ city?: Maybe; - /** - * The name of the customer's company or organization. - * - */ + /** The name of the customer's company or organization. */ company?: Maybe; - /** - * The name of the country. - * - */ + /** The name of the country. */ country?: Maybe; /** * The two-letter code for the country of the address. * * For example, US. - * */ countryCode?: Maybe; /** * The two-letter code for the country of the address. * * For example, US. - * */ countryCodeV2?: Maybe; /** Indicates whether the address is the default address or not. */ @@ -2489,23 +2379,18 @@ export type CustomerMailingAddress = Node & { latitude?: Maybe; /** The longitude coordinate of the customer's address. */ longitude?: Maybe; - /** - * The full name of the customer, based on firstName and lastName. - * - */ + /** The full name of the customer, based on firstName and lastName. */ name?: Maybe; /** * The customer's unique phone number. * * Formatted using E.164 standard. For example, _+16135551111_. - * */ phone?: Maybe; /** * The customer's unique phone number. * * Formatted using E.164 standard. For example, _+16135551111_. - * */ phoneNumber?: Maybe; /** The region of the address, such as the province, state, or district. */ @@ -2514,14 +2399,12 @@ export type CustomerMailingAddress = Node & { * The alphanumeric code for the region. * * For example, ON. - * */ provinceCode?: Maybe; /** * The two-letter code for the country of the address. * * For example, US. - * */ territoryCode?: Maybe; /** Indicates whether the address was geolocated and is a valid address. The field returns `false` if the verification failed, or if the job to verify this address was never started. */ @@ -2532,7 +2415,6 @@ export type CustomerMailingAddress = Node & { * The alphanumeric code for the region. * * For example, ON. - * */ zoneCode?: Maybe; }; @@ -2540,7 +2422,6 @@ export type CustomerMailingAddress = Node & { /** * Represents a customer's mailing address. * For example, a customer's default address and an order's billing address are both mailing addresses. - * */ export type CustomerMailingAddressFormattedArgs = { withCompany?: InputMaybe; @@ -2574,12 +2455,11 @@ export type CustomerMailingAddressInput = { /** * The code for the region of the address, such as the province, * state, or district. For example, QC for Quebec, Canada. - * */ zoneCode?: InputMaybe; }; -/** Defines the phone number of the customer. */ +/** Defines the phone number of the customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ export type CustomerPhoneNumber = { __typename?: 'CustomerPhoneNumber'; /** Indicates whether the customer has subscribed to SMS marketing material. */ @@ -2588,10 +2468,7 @@ export type CustomerPhoneNumber = { phoneNumber: Scalars['String']['output']; }; -/** - * The input fields to update a customer's personal information. - * - */ +/** The input fields to update a customer's personal information. */ export type CustomerUpdateInput = { /** The customer's first name. */ firstName?: InputMaybe; @@ -2615,10 +2492,17 @@ export type DeliveryOptionGroupType = /** A subscription. */ | 'SUBSCRIPTION'; -/** - * Represents an amount discounting the line that has been allocated by a discount. - * - */ +/** Configuration of the deposit. */ +export type DepositConfiguration = DepositPercentage; + +/** A percentage deposit. */ +export type DepositPercentage = { + __typename?: 'DepositPercentage'; + /** The percentage value of the deposit. */ + percentage: Scalars['Float']['output']; +}; + +/** Represents an amount discounting the line that has been allocated by a discount. */ export type DiscountAllocation = { __typename?: 'DiscountAllocation'; /** The amount of discount allocated. */ @@ -2631,10 +2515,7 @@ export type DiscountAllocation = { | ScriptDiscountApplication; }; -/** - * Captures the intentions of a discount source at the time of application. - * - */ +/** Captures the intentions of a discount source at the time of application. */ export type DiscountApplication = { /** The method by which the discount's value is allocated to its entitled items. */ allocationMethod: DiscountApplicationAllocationMethod; @@ -2655,32 +2536,26 @@ export type DiscountApplicationAllocationMethod = /** The value is specifically applied onto a particular line. */ | 'ONE'; -/** - * An auto-generated type for paginating through multiple DiscountApplications. - * - */ +/** An auto-generated type for paginating through multiple DiscountApplications. */ export type DiscountApplicationConnection = { __typename?: 'DiscountApplicationConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in DiscountApplicationEdge. */ + /** A list of nodes that are contained in DiscountApplicationEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array< | AutomaticDiscountApplication | DiscountCodeApplication | ManualDiscountApplication | ScriptDiscountApplication >; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one DiscountApplication and a cursor during pagination. - * - */ +/** An auto-generated type which holds one DiscountApplication and a cursor during pagination. */ export type DiscountApplicationEdge = { __typename?: 'DiscountApplicationEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of DiscountApplicationEdge. */ node: @@ -2695,7 +2570,6 @@ export type DiscountApplicationEdge = { * the discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of * `LINE_ITEM`, applies the discount on all line items that are entitled to the discount. * The value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines. - * */ export type DiscountApplicationTargetSelection = /** The discount is allocated onto all the lines. */ @@ -2705,20 +2579,14 @@ export type DiscountApplicationTargetSelection = /** The discount is allocated onto explicitly chosen lines. */ | 'EXPLICIT'; -/** - * The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards. - * - */ +/** The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards. */ export type DiscountApplicationTargetType = /** The discount applies onto line items. */ | 'LINE_ITEM' /** The discount applies onto shipping lines. */ | 'SHIPPING_LINE'; -/** - * The type of the discount application. - * - */ +/** The type of the discount application. */ export type DiscountApplicationType = /** Automatic discount application type. */ | 'AUTOMATIC' @@ -2729,10 +2597,7 @@ export type DiscountApplicationType = /** Script discount application type. */ | 'SCRIPT'; -/** - * Captures the intentions of a discount code at the time that it is applied. - * - */ +/** Captures the intentions of a discount code at the time that it is applied. */ export type DiscountCodeApplication = DiscountApplication & { __typename?: 'DiscountCodeApplication'; /** The method by which the discount's value is allocated to its entitled items. */ @@ -2768,22 +2633,16 @@ export type Domain = Node & { url: Scalars['URL']['output']; }; -/** A draft order for the customer. Any fields related to money are in the presentment currency. */ +/** 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). */ export type DraftOrder = Node & { __typename?: 'DraftOrder'; - /** - * The billing address of the customer. - * - */ + /** The billing address of the customer. */ billingAddress?: Maybe; /** Whether the customer who made the draft order has an associated enabled contact. */ contactExists: Scalars['Boolean']['output']; /** The date and time when the draft order was created in Shopify. */ createdAt: Scalars['DateTime']['output']; - /** - * The three-letter code for the currency of the store at the time that the invoice is sent. - * - */ + /** The three-letter code for the currency of the store at the time that the invoice is sent. */ currencyCode: CurrencyCode; /** The customer who placed the order. */ customer?: Maybe; @@ -2807,10 +2666,7 @@ export type DraftOrder = Node & { lineItems: DraftOrderLineItemConnection; /** The summary of draft order line items quantity. */ lineItemsSummary?: Maybe; - /** - * The unique identifier for the draft order, which is unique within the store. For example, _#D1223_. - * - */ + /** The unique identifier for the draft order, which is unique within the store. For example, _#D1223_. */ name: Scalars['String']['output']; /** The order that was created from this draft order. */ order?: Maybe; @@ -2824,15 +2680,9 @@ export type DraftOrder = Node & { shippingAddress?: Maybe; /** The status of the draft order. */ status: DraftOrderStatus; - /** - * The subtotal of the line items (doesn't include shipping charges, shipping discounts, or taxes). - * - */ + /** The subtotal of the line items (doesn't include shipping charges, shipping discounts, or taxes). */ subtotalPrice: MoneyV2; - /** - * The subtotal of the line items (doesn't include shipping charges, taxes, or any discounts). - * - */ + /** The subtotal of the line items (doesn't include shipping charges, taxes, or any discounts). */ subtotalPriceBeforeDiscounts: MoneyV2; /** Indicates whether the draft order is tax exempt. */ taxExempt: Scalars['Boolean']['output']; @@ -2840,32 +2690,22 @@ export type DraftOrder = Node & { taxesIncluded: Scalars['Boolean']['output']; /** The total price of line items for this draft order. */ totalLineItemsPrice: MoneyV2; - /** - * The total amount of the draft order (includes taxes, shipping charges, and discounts). - * - */ + /** The total amount of the draft order (includes taxes, shipping charges, and discounts). */ totalPrice: MoneyV2; - /** - * The total shipping charge for the draft order. - * - */ + /** The total shipping charge for the draft order. */ totalShippingPrice: MoneyV2; - /** - * The total amount of taxes for the draft order. - * - */ + /** The total amount of taxes for the draft order. */ totalTax: MoneyV2; /** The total weight (in grams) of the draft order. */ totalWeight: Scalars['UnsignedInt64']['output']; /** * 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). - * */ updatedAt: Scalars['DateTime']['output']; }; -/** A draft order for the customer. Any fields related to money are in the presentment currency. */ +/** 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). */ export type DraftOrderLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -2894,7 +2734,6 @@ export type DraftOrderByCompanySortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `status` value. */ @@ -2915,7 +2754,6 @@ export type DraftOrderByLocationSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `status` value. */ @@ -2925,17 +2763,14 @@ export type DraftOrderByLocationSortKeys = /** Sort by the `updated_at` value. */ | 'UPDATED_AT'; -/** - * An auto-generated type for paginating through multiple DraftOrders. - * - */ +/** An auto-generated type for paginating through multiple DraftOrders. */ export type DraftOrderConnection = { __typename?: 'DraftOrderConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in DraftOrderEdge. */ + /** A list of nodes that are contained in DraftOrderEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; @@ -2948,13 +2783,10 @@ export type DraftOrderDiscountInformation = { totalDiscounts: MoneyV2; }; -/** - * An auto-generated type which holds one DraftOrder and a cursor during pagination. - * - */ +/** An auto-generated type which holds one DraftOrder and a cursor during pagination. */ export type DraftOrderEdge = { __typename?: 'DraftOrderEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of DraftOrderEdge. */ node: DraftOrder; @@ -2965,15 +2797,9 @@ export type DraftOrderLineItem = Node & { __typename?: 'DraftOrderLineItem'; /** The discount information for the draft order line item. */ discountInformation: DraftOrderLineItemDiscountInformation; - /** - * The total price of the line item after discounts have been applied. - * - */ + /** The total price of the line item after discounts have been applied. */ discountedTotal: MoneyV2; - /** - * The discounted total divided by the quantity, resulting in the value of the discount per unit. - * - */ + /** The discounted total divided by the quantity, resulting in the value of the discount per unit. */ discountedUnitPrice: MoneyV2; /** A globally-unique ID. */ id: Scalars['ID']['output']; @@ -2987,10 +2813,7 @@ export type DraftOrderLineItem = Node & { legacyFeeTitle?: Maybe; /** The name of the product. */ name: Scalars['String']['output']; - /** - * 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. - * - */ + /** 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. */ originalTotal: MoneyV2; /** The price of the variant without any discounts applied. */ originalUnitPrice: MoneyV2; @@ -3012,25 +2835,14 @@ export type DraftOrderLineItem = Node & { weight?: Maybe; }; -/** A line item included in a draft order. */ -export type DraftOrderLineItemImageArgs = { - crop?: InputMaybe; - maxHeight?: InputMaybe; - maxWidth?: InputMaybe; - scale?: InputMaybe; -}; - -/** - * An auto-generated type for paginating through multiple DraftOrderLineItems. - * - */ +/** An auto-generated type for paginating through multiple DraftOrderLineItems. */ export type DraftOrderLineItemConnection = { __typename?: 'DraftOrderLineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in DraftOrderLineItemEdge. */ + /** A list of nodes that are contained in DraftOrderLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; @@ -3043,13 +2855,10 @@ export type DraftOrderLineItemDiscountInformation = { totalDiscount: MoneyV2; }; -/** - * An auto-generated type which holds one DraftOrderLineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one DraftOrderLineItem and a cursor during pagination. */ export type DraftOrderLineItemEdge = { __typename?: 'DraftOrderLineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of DraftOrderLineItemEdge. */ node: DraftOrderLineItem; @@ -3077,7 +2886,6 @@ export type DraftOrderSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `status` value. */ @@ -3120,40 +2928,19 @@ export type DutySale = Node & totalTaxAmount: MoneyV2; }; -/** - * Represents the possible email marketing states for a customer. - * - */ +/** Represents the possible email marketing states for a customer. */ export type EmailMarketingState = - /** - * The customer’s email marketing state is invalid. - * - */ + /** The customer’s email marketing state is invalid. */ | 'INVALID' - /** - * The customer isn't subscribed to email marketing. - * - */ + /** The customer isn't subscribed to email marketing. */ | 'NOT_SUBSCRIBED' - /** - * The customer is in the process of subscribing to email marketing. - * - */ + /** The customer is in the process of subscribing to email marketing. */ | 'PENDING' - /** - * The customer's personal data has been erased. This value is internally-set and read-only. - * - */ + /** The customer's personal data has been erased. This value is internally-set and read-only. */ | 'REDACTED' - /** - * The customer is subscribed to email marketing. - * - */ + /** The customer is subscribed to email marketing. */ | 'SUBSCRIBED' - /** - * The customer is not currently subscribed to email marketing but was previously subscribed. - * - */ + /** The customer is not currently subscribed to email marketing but was previously subscribed. */ | 'UNSUBSCRIBED'; /** Tokens used by ui extensions to query various APIs. */ @@ -3245,27 +3032,21 @@ export type FulfillmentFulfillmentLineItemsArgs = { reverse?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple Fulfillments. - * - */ +/** An auto-generated type for paginating through multiple Fulfillments. */ export type FulfillmentConnection = { __typename?: 'FulfillmentConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in FulfillmentEdge. */ + /** A list of nodes that are contained in FulfillmentEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one Fulfillment and a cursor during pagination. - * - */ +/** An auto-generated type which holds one Fulfillment and a cursor during pagination. */ export type FulfillmentEdge = { __typename?: 'FulfillmentEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of FulfillmentEdge. */ node: Fulfillment; @@ -3274,41 +3055,29 @@ export type FulfillmentEdge = { /** An event that occurred for a fulfillment. */ export type FulfillmentEvent = Node & { __typename?: 'FulfillmentEvent'; - /** - * The time when this fulfillment event occurred. - * - */ + /** The time when this fulfillment event occurred. */ happenedAt: Scalars['DateTime']['output']; /** A globally-unique ID. */ id: Scalars['ID']['output']; - /** - * The status of the fulfillment event. - * - */ + /** The status of the fulfillment event. */ status: FulfillmentEventStatus; }; -/** - * An auto-generated type for paginating through multiple FulfillmentEvents. - * - */ +/** An auto-generated type for paginating through multiple FulfillmentEvents. */ export type FulfillmentEventConnection = { __typename?: 'FulfillmentEventConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in FulfillmentEventEdge. */ + /** A list of nodes that are contained in FulfillmentEventEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one FulfillmentEvent and a cursor during pagination. - * - */ +/** An auto-generated type which holds one FulfillmentEvent and a cursor during pagination. */ export type FulfillmentEventEdge = { __typename?: 'FulfillmentEventEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of FulfillmentEventEdge. */ node: FulfillmentEvent; @@ -3323,74 +3092,34 @@ export type FulfillmentEventSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE'; -/** - * The status of a fulfillment event. - * - */ +/** The status of a fulfillment event. */ export type FulfillmentEventStatus = - /** - * A delivery was attempted. - * - */ + /** A delivery was attempted. */ | 'ATTEMPTED_DELIVERY' - /** - * The fulfillment has been picked up by the carrier. - * - */ + /** The fulfillment has been picked up by the carrier. */ | 'CARRIER_PICKED_UP' - /** - * The fulfillment is confirmed. - * - */ + /** The fulfillment is confirmed. */ | 'CONFIRMED' - /** - * The fulfillment is delayed. - * - */ + /** The fulfillment is delayed. */ | 'DELAYED' - /** - * The fulfillment was successfully delivered. - * - */ + /** The fulfillment was successfully delivered. */ | 'DELIVERED' - /** - * The fulfillment request failed. - * - */ + /** The fulfillment request failed. */ | 'FAILURE' - /** - * The fulfillment is in transit. - * - */ + /** The fulfillment is in transit. */ | 'IN_TRANSIT' - /** - * A purchased shipping label has been printed. - * - */ + /** A purchased shipping label has been printed. */ | 'LABEL_PRINTED' - /** - * A shipping label has been purchased. - * - */ + /** A shipping label has been purchased. */ | 'LABEL_PURCHASED' - /** - * The fulfillment is out for delivery. - * - */ + /** The fulfillment is out for delivery. */ | 'OUT_FOR_DELIVERY' - /** - * The fulfillment was successfully picked up. - * - */ + /** The fulfillment was successfully picked up. */ | 'PICKED_UP' - /** - * The fulfillment is ready to be picked up. - * - */ + /** The fulfillment is ready to be picked up. */ | 'READY_FOR_PICKUP'; /** Represents a line item from an order that's included in a fulfillment. */ @@ -3404,27 +3133,21 @@ export type FulfillmentLineItem = Node & { quantity?: Maybe; }; -/** - * An auto-generated type for paginating through multiple FulfillmentLineItems. - * - */ +/** An auto-generated type for paginating through multiple FulfillmentLineItems. */ export type FulfillmentLineItemConnection = { __typename?: 'FulfillmentLineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in FulfillmentLineItemEdge. */ + /** A list of nodes that are contained in FulfillmentLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination. */ export type FulfillmentLineItemEdge = { __typename?: 'FulfillmentLineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of FulfillmentLineItemEdge. */ node: FulfillmentLineItem; @@ -3439,7 +3162,6 @@ export type FulfillmentSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE'; @@ -3451,15 +3173,9 @@ export type FulfillmentStatus = | 'ERROR' /** The fulfillment request failed. */ | 'FAILURE' - /** - * The third-party fulfillment service has acknowledged the fulfillment and is processing it. - * - */ + /** The third-party fulfillment service has acknowledged the fulfillment and is processing it. */ | 'OPEN' - /** - * Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to `open` or `success`. - * - */ + /** Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to `open` or `success`. */ | 'PENDING' /** The fulfillment was completed successfully. */ | 'SUCCESS'; @@ -3568,7 +3284,6 @@ export type GooglePayWalletConfig = { * Represents a summary of the current version of data in a resource. * * The `compare_digest` field can be used as input for mutations that implement a compare-and-swap mechanism. - * */ export type HasCompareDigest = { /** The data stored in the resource, represented as a digest. */ @@ -3582,7 +3297,6 @@ export type HasMetafields = { /** * The metafields associated with the resource matching the * supplied list of namespaces and keys. - * */ metafields: Array>; }; @@ -3634,7 +3348,6 @@ export type Image = { * The location of the original image as a URL. * * If there are any existing transformations in the original source URL, they will remain and not be stripped. - * * @deprecated Use `url` instead. */ originalSrc: Scalars['URL']['output']; @@ -3648,7 +3361,6 @@ export type Image = { * * All transformation arguments are considered "best-effort". If they can be applied to an image, they will be. * Otherwise any transformations which an image type doesn't support will be ignored. - * * @deprecated Use `url(transform:)` instead */ transformedSrc: Scalars['URL']['output']; @@ -3660,7 +3372,6 @@ export type Image = { * 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). - * */ url: Scalars['URL']['output']; /** The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify. */ @@ -3694,7 +3405,6 @@ export type ImageContentType = * The available options for transforming an image. * * All transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored. - * */ export type ImageTransformInput = { /** @@ -3703,61 +3413,38 @@ export type ImageTransformInput = { * The `crop` argument should coincide with the smaller value. A smaller `maxWidth` indicates a `LEFT` or `RIGHT` crop, while * a smaller `maxHeight` indicates a `TOP` or `BOTTOM` crop. For example, `{ maxWidth: 5, maxHeight: 10, crop: LEFT }` will result * in an image with a width of 5 and height of 10, where the right side of the image is removed. - * */ crop?: InputMaybe; - /** - * Image height in pixels between 1 and 5760. - * - */ + /** Image height in pixels between 1 and 5760. */ maxHeight?: InputMaybe; - /** - * Image width in pixels between 1 and 5760. - * - */ + /** Image width in pixels between 1 and 5760. */ maxWidth?: InputMaybe; /** * Convert the source image into the preferred content type. * Supported conversions: `.svg` to `.png`, any file type to `.jpg`, and any file type to `.webp`. - * */ preferredContentType?: InputMaybe; - /** - * Image size multiplier for high-resolution retina displays. Must be within 1..3. - * - */ + /** Image size multiplier for high-resolution retina displays. Must be within 1..3. */ scale?: InputMaybe; }; /** An object representing a product marked as a fee, aggregated by title. */ export type LegacyAggregatedMerchandiseTermsAsFees = Node & { __typename?: 'LegacyAggregatedMerchandiseTermsAsFees'; - /** - * The description of the fee line, as provided by the _legacy_product_as_fee_description line item property. - * - */ + /** The description of the fee line, as provided by the _legacy_product_as_fee_description line item property. */ description?: Maybe; /** A globally-unique ID. */ id: Scalars['ID']['output']; - /** - * The title of the fee line, as provided by the _legacy_product_as_fee_title line item property. - * - */ + /** The title of the fee line, as provided by the _legacy_product_as_fee_title line item property. */ title: Scalars['String']['output']; - /** - * The total value of all the products with the same title. - * - */ + /** The total value of all the products with the same title. */ total: MoneyV2; }; /** A single line item in an order. */ export type LineItem = Node & { __typename?: 'LineItem'; - /** - * The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. - * - */ + /** The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. */ currentTotalPrice?: Maybe; /** The list of custom attributes associated with the line item. */ customAttributes: Array; @@ -3811,25 +3498,13 @@ export type LineItem = Node & { supportedReturnReasons: Array; /** The title of the product or variant. This field only applies to custom line items. */ title: Scalars['String']['output']; - /** - * The total of the discount allocations on this line item, resulting from discounts applied specifically to this line item. - * - */ + /** The total of the discount allocations on this line item, resulting from discounts applied specifically to this line item. */ totalDiscount: MoneyV2; - /** - * The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. - * - */ + /** The total price of the line item, calculated by multiplying the current unit price of the variant by the quantity, expressed in presentment currencies. */ totalPrice?: Maybe; - /** - * The total price of the line item, calculated by multiplying the unit price of the variant (before any discounts) by the quantity, expressed in presentment currencies. - * - */ + /** The total price of the line item, calculated by multiplying the unit price of the variant (before any discounts) by the quantity, expressed in presentment currencies. */ totalPriceBeforeDiscounts?: Maybe; - /** - * The total price of the line item, calculated by multiplying the unit price of the variant (after line item discounts) by the quantity, expressed in presentment currencies. - * - */ + /** The total price of the line item, calculated by multiplying the unit price of the variant (after line item discounts) by the quantity, expressed in presentment currencies. */ totalPriceWithDiscounts?: Maybe; /** The unit price of the line item in presentment currencies. */ unitPrice?: Maybe; @@ -3843,24 +3518,18 @@ export type LineItem = Node & { vendor?: Maybe; }; -/** - * An auto-generated type for paginating through multiple LineItems. - * - */ +/** An auto-generated type for paginating through multiple LineItems. */ export type LineItemConnection = { __typename?: 'LineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in LineItemEdge. */ + /** A list of nodes that are contained in LineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * The information about the line item category for the order. - * - */ +/** The information about the line item category for the order. */ export type LineItemContainer = | RemainingLineItemContainer | UnfulfilledDigitalLineItemContainer @@ -3868,10 +3537,7 @@ export type LineItemContainer = | UnfulfilledLineItemContainer | UnfulfilledPhysicalLineItemContainer; -/** - * The information about the line item in the line item container. - * - */ +/** The information about the line item in the line item container. */ export type LineItemContainerLineItem = Node & { __typename?: 'LineItemContainerLineItem'; /** A globally-unique ID. */ @@ -3884,27 +3550,21 @@ export type LineItemContainerLineItem = Node & { totalQuantity: Scalars['Int']['output']; }; -/** - * An auto-generated type for paginating through multiple LineItemContainerLineItems. - * - */ +/** An auto-generated type for paginating through multiple LineItemContainerLineItems. */ export type LineItemContainerLineItemConnection = { __typename?: 'LineItemContainerLineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in LineItemContainerLineItemEdge. */ + /** A list of nodes that are contained in LineItemContainerLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one LineItemContainerLineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one LineItemContainerLineItem and a cursor during pagination. */ export type LineItemContainerLineItemEdge = { __typename?: 'LineItemContainerLineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of LineItemContainerLineItemEdge. */ node: LineItemContainerLineItem; @@ -3919,13 +3579,10 @@ export type LineItemDiscountInformation = { title?: Maybe; }; -/** - * An auto-generated type which holds one LineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one LineItem and a cursor during pagination. */ export type LineItemEdge = { __typename?: 'LineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of LineItemEdge. */ node: LineItem; @@ -3934,15 +3591,9 @@ export type LineItemEdge = { /** The selling plan for a line item. */ export type LineItemSellingPlan = { __typename?: 'LineItemSellingPlan'; - /** - * The name of the selling plan for display purposes. - * - */ + /** The name of the selling plan for display purposes. */ name: Scalars['String']['output']; - /** - * The ID of the selling plan associated with the line item. - * - */ + /** The ID of the selling plan associated with the line item. */ sellingPlanId?: Maybe; }; @@ -3955,10 +3606,7 @@ export type LineItemVariantOption = { value: Scalars['String']['output']; }; -/** - * Captures the intentions of a discount that was manually created. - * - */ +/** Captures the intentions of a discount that was manually created. */ export type ManualDiscountApplication = DiscountApplication & { __typename?: 'ManualDiscountApplication'; /** The method by which the discount's value is allocated to its entitled items. */ @@ -3978,7 +3626,6 @@ export type ManualDiscountApplication = DiscountApplication & { /** * 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. - * */ export type Market = Node & { __typename?: 'Market'; @@ -3992,7 +3639,6 @@ export type Market = Node & { * language variants. If a market doesn't have its own web presence, then the market is accessible on the * shop’s primary domain using [country * selectors](https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector). - * */ webPresence?: Maybe; }; @@ -4010,31 +3656,23 @@ export type Market = Node & { * here do govern [the languages available on the Storefront * API](https://shopify.dev/custom-storefronts/internationalization/multiple-languages) for the countries in * this market. - * */ export type MarketWebPresence = Node & { __typename?: 'MarketWebPresence'; /** * The domain of the web presence. * This field will be null if `subfolderSuffix` isn't null. - * */ domain?: Maybe; /** A globally-unique identifier. */ id: Scalars['ID']['output']; - /** - * The list of root URLs for each of the web presence’s locales. - * - */ + /** The list of root URLs for each of the web presence’s locales. */ rootUrls: Array; /** 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. */ subfolderSuffix?: Maybe; }; -/** - * The URL for the homepage of the online store in the context of a particular market and a particular locale. - * - */ +/** The URL for the homepage of the online store in the context of a particular market and a particular locale. */ export type MarketWebPresenceRootUrl = { __typename?: 'MarketWebPresenceRootUrl'; /** The locale in which the storefront loads. */ @@ -4046,7 +3684,6 @@ export type MarketWebPresenceRootUrl = { /** * The custom metadata attached to a resource. Metafields can be sorted into namespaces and are * comprised of keys, values, and value types. - * */ export type Metafield = HasCompareDigest & Node & { @@ -4068,7 +3705,6 @@ export type Metafield = HasCompareDigest & /** * The type name of the metafield. * See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types). - * */ type: Scalars['String']['output']; /** The date and time when the metafield was updated. */ @@ -4077,10 +3713,7 @@ export type Metafield = HasCompareDigest & value: Scalars['String']['output']; }; -/** - * Identifies a metafield by its owner resource, namespace, and key. - * - */ +/** Identifies a metafield by its owner resource, namespace, and key. */ export type MetafieldIdentifier = { __typename?: 'MetafieldIdentifier'; /** The key of the metafield. */ @@ -4091,10 +3724,7 @@ export type MetafieldIdentifier = { ownerId: Scalars['ID']['output']; }; -/** - * The input fields that identify metafields. - * - */ +/** The input fields that identify metafields. */ export type MetafieldIdentifierInput = { /** The key of the metafield. */ key: Scalars['String']['input']; @@ -4154,15 +3784,11 @@ export type MetafieldsDeleteUserErrorCode = /** The input fields for a metafield value to set. */ export type MetafieldsSetInput = { - /** - * The `compareDigest` value obtained from a previous query. Provide this with updates to ensure the metafield is modified safely. - * - */ + /** The `compareDigest` value obtained from a previous query. Provide this with updates to ensure the metafield is modified safely. */ compareDigest?: InputMaybe; /** * The unique identifier for a metafield within its namespace. * Must be 3-64 characters long and can contain alphanumeric, hyphen, and underscore characters. - * */ key: Scalars['String']['input']; /** @@ -4170,7 +3796,6 @@ export type MetafieldsSetInput = { * with `key` to lookup a metafield on a resource, preventing conflicts with other metafields with the * same `key`. * Must be 3-255 characters long and can contain alphanumeric, hyphen, and underscore characters. - * */ namespace: Scalars['String']['input']; /** The unique ID of the resource that the metafield is attached to. */ @@ -4180,13 +3805,9 @@ export type MetafieldsSetInput = { * The type must be one of the [supported types](https://shopify.dev/apps/metafields/types). * Required when there is no corresponding definition for the given `namespace`, `key`, and * owner resource type (derived from `ownerId`). - * */ type?: InputMaybe; - /** - * The data stored in the metafield. Always stored as a string, regardless of the metafield's type. - * - */ + /** The data stored in the metafield. Always stored as a string, regardless of the metafield's type. */ value: Scalars['String']['input']; }; @@ -4242,7 +3863,6 @@ export type MetafieldsSetUserErrorCode = /** * A collection of monetary values in their respective currencies. Typically used in the context of multi-currency pricing and transactions, * when an amount in the shop's currency is converted to the customer's currency of choice (the presentment currency). - * */ export type MoneyBag = { __typename?: 'MoneyBag'; @@ -4252,10 +3872,7 @@ export type MoneyBag = { shopMoney: MoneyV2; }; -/** - * A monetary value with currency. - * - */ +/** A monetary value with currency. */ export type MoneyV2 = { __typename?: 'MoneyV2'; /** Decimal money amount. */ @@ -4273,25 +3890,13 @@ export type Mutation = { applePayCreditCardUpdate?: Maybe; /** Creates a new Apple Pay session. */ applePaySessionCreate?: Maybe; - /** - * Updates the information for a business contact. - * - */ + /** Updates the information for a business contact. */ businessContactUpdate?: Maybe; - /** - * Adds a new credit card to the available payment methods of a customer. - * - */ + /** Adds a new credit card to the available payment methods of a customer. */ businessLocationCreditCardAdd?: Maybe; - /** - * Updates the details of a credit card for a customer. - * - */ + /** Updates the details of a credit card for a customer. */ businessLocationCreditCardUpdate?: Maybe; - /** - * Removes a payment instrument from a customer. - * - */ + /** Removes a payment instrument from a customer. */ businessLocationPaymentInstrumentRemove?: Maybe; /** Updates an address on a company location. */ companyLocationAssignAddress?: Maybe; @@ -4299,20 +3904,11 @@ export type Mutation = { creditCardAdd?: Maybe; /** Updates the details of a customer's credit card. */ creditCardUpdate?: Maybe; - /** - * Creates a new address for a customer. - * - */ + /** Creates a new address for a customer. */ customerAddressCreate?: Maybe; - /** - * Deletes a specific address for a customer. - * - */ + /** Deletes a specific address for a customer. */ customerAddressDelete?: Maybe; - /** - * Updates a specific address for a customer. - * - */ + /** Updates a specific address for a customer. */ customerAddressUpdate?: Maybe; /** Subscribes the customer's email to marketing. */ customerEmailMarketingOptIn?: Maybe; @@ -4320,10 +3916,7 @@ export type Mutation = { customerEmailMarketingSubscribe?: Maybe; /** Unsubscribes the customer from email marketing. */ customerEmailMarketingUnsubscribe?: Maybe; - /** - * Updates the customer's personal information. - * - */ + /** Updates the customer's personal information. */ customerUpdate?: Maybe; /** Adds a new credit card by using Google Pay. */ googlePayCreditCardAdd?: Maybe; @@ -4344,17 +3937,13 @@ export type Mutation = { * The `compareDigest` value can be acquired by querying the metafield object and selecting `compareDigest` as a field. * If the `compareDigest` value does not match the digest for the persisted value, the mutation will return an error. * You can opt out of write guarantees by not sending `compareDigest` in the request. - * */ metafieldsSet?: Maybe; /** Request a new return on behalf of a customer. */ orderRequestReturn?: Maybe; /** Removes a payment instrument from a customer's account. */ paymentInstrumentRemove?: Maybe; - /** - * Updates a customer's default payment instrument. - * - */ + /** Updates a customer's default payment instrument. */ paymentInstrumentUpdateDefault?: Maybe; /** Connects a customer's PayPal account for use as a payment method. */ paypalAccountEnable?: Maybe; @@ -4367,7 +3956,6 @@ export type Mutation = { /** * Exchanges the Customer Access Token, provided in the Authorization header, into a Storefront Customer Access Token. * Renew this token each time you update the Customer Access Token found in the Authorization header. - * */ storefrontCustomerAccessTokenCreate?: Maybe; /** Skips a Subscription Billing Cycle. */ @@ -4566,6 +4154,7 @@ export type MutationSubscriptionContractChangePaymentInstrumentArgs = { /** This is the schema's entry point for all mutation operations. */ export type MutationSubscriptionContractFetchDeliveryOptionsArgs = { + address?: InputMaybe; deliveryAddress?: InputMaybe; subscriptionContractId: Scalars['ID']['input']; }; @@ -4587,30 +4176,25 @@ export type MutationSubscriptionContractSelectDeliveryMethodArgs = { * [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. - * */ export type Node = { /** A globally-unique ID. */ id: Scalars['ID']['output']; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type Order = HasMetafields & Node & { __typename?: 'Order'; /** A list of sales agreements associated with the order. */ agreements: SalesAgreementConnection; - /** - * The mailing address provided by the customer. Not all orders have a mailing address. - * - */ + /** The mailing address provided by the customer. Not all orders have a mailing address. */ billingAddress?: Maybe; /** The reason for the cancellation of the order. Returns `null` if the order wasn't canceled. */ cancelReason?: Maybe; /** * The date and time when the order was canceled. * Returns `null` if the order wasn't canceled. - * */ cancelledAt?: Maybe; /** The checkout token associated with this order. */ @@ -4619,7 +4203,6 @@ export type Order = HasMetafields & * 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. - * */ confirmationNumber?: Maybe; /** The date and time when the order was created. */ @@ -4640,10 +4223,7 @@ export type Order = HasMetafields & draftOrder?: Maybe; /** The name of the associated draft order. */ draftOrderName?: Maybe; - /** - * The edit summary of the order. - * - */ + /** The edit summary of the order. */ editSummary?: Maybe; /** Whether the order has been edited or not. */ edited: Scalars['Boolean']['output']; @@ -4684,13 +4264,11 @@ export type Order = HasMetafields & /** * The metafields associated with the resource matching the * supplied list of namespaces and keys. - * */ metafields: Array>; /** * The identifier for the order that appears on the order. * For example, _#1000_ or _Store1001. - * */ name: Scalars['String']['output']; /** The order's notes. */ @@ -4701,10 +4279,7 @@ export type Order = HasMetafields & orderReceiptMetafields: Array; /** The payment information for the order. */ paymentInformation?: Maybe; - /** - * Represents the merchant configured payment terms. - * - */ + /** Represents the merchant configured payment terms. */ paymentTermsTemplate?: Maybe; /** The phone number of the customer for SMS notifications. */ phone?: Maybe; @@ -4716,7 +4291,6 @@ export type Order = HasMetafields & * 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. - * */ processedAt: Scalars['DateTime']['output']; /** The purchasing entity for the order. */ @@ -4731,15 +4305,9 @@ export type Order = HasMetafields & return?: Maybe; /** The list of returns for the order with pagination. */ returns: ReturnConnection; - /** - * The mailing address to which the order items are shipped. - * - */ + /** The mailing address to which the order items are shipped. */ shippingAddress?: Maybe; - /** - * The discounts that have been allocated onto the shipping line by discount applications. - * - */ + /** The discounts that have been allocated onto the shipping line by discount applications. */ shippingDiscountAllocations: Array; /** A summary of all shipping costs on the order. */ shippingLine?: Maybe; @@ -4757,6 +4325,8 @@ export type Order = HasMetafields & subtotal?: Maybe; /** The price of the order before order-level discounts, duties, shipping. It includes taxes in tax-inclusive orders. */ subtotalBeforeDiscounts?: Maybe; + /** A list of tax invoices associated with the order. */ + taxInvoices: Array; /** The total cost of shipping after discounts. */ totalDiscountedShipping: MoneyV2; /** The total amount of duties after returns. */ @@ -4777,7 +4347,7 @@ export type Order = HasMetafields & transactions: Array; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderAgreementsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -4786,7 +4356,7 @@ export type OrderAgreementsArgs = { reverse?: InputMaybe; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderDiscountApplicationsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -4795,7 +4365,7 @@ export type OrderDiscountApplicationsArgs = { reverse?: InputMaybe; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderFulfillmentsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -4806,7 +4376,7 @@ export type OrderFulfillmentsArgs = { sortKey?: InputMaybe; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -4815,23 +4385,23 @@ export type OrderLineItemsArgs = { reverse?: InputMaybe; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderMetafieldArgs = { key: Scalars['String']['input']; namespace: Scalars['String']['input']; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderMetafieldsArgs = { identifiers: Array; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderReturnArgs = { id: Scalars['ID']['input']; }; -/** A customer’s completed request to purchase one or more products from a shop. */ +/** 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). */ export type OrderReturnsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -4844,7 +4414,6 @@ export type OrderReturnsArgs = { /** * The possible order action types for a * [sales agreement](https://shopify.dev/api/admin-graphql/latest/interfaces/salesagreement). - * */ export type OrderActionType = /** An order with a purchase or charge. */ @@ -4909,7 +4478,6 @@ export type OrderByCompanySortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `total_price` value. */ @@ -4932,7 +4500,6 @@ export type OrderByContactSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `total_price` value. */ @@ -4953,7 +4520,6 @@ export type OrderByLocationSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `total_price` value. */ @@ -4976,17 +4542,14 @@ export type OrderCancelReason = /** Staff made an error. */ | 'STAFF'; -/** - * An auto-generated type for paginating through multiple Orders. - * - */ +/** An auto-generated type for paginating through multiple Orders. */ export type OrderConnection = { __typename?: 'OrderConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in OrderEdge. */ + /** A list of nodes that are contained in OrderEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; @@ -5008,10 +4571,7 @@ export type OrderDiscountInformation = { totalOrderLevelAppliedDiscounts: MoneyV2; }; -/** - * The status of duties for the order. - * - */ +/** The status of duties for the order. */ export type OrderDutiesStatusType = /** The order is being shipped from another country, so duties and taxes may be charged on delivery. */ | 'DUTIES_ERROR' @@ -5020,10 +4580,7 @@ export type OrderDutiesStatusType = /** The order is being shipped from another country. Duties are not charged on orders of this value. */ | 'DUTIES_ZERO'; -/** - * The summary of duties associated with an order. - * - */ +/** The summary of duties associated with an order. */ export type OrderDutiesSummary = { __typename?: 'OrderDutiesSummary'; /** The total amount of duties for the order. */ @@ -5032,13 +4589,10 @@ export type OrderDutiesSummary = { totalDutiesStatus?: Maybe; }; -/** - * An auto-generated type which holds one Order and a cursor during pagination. - * - */ +/** An auto-generated type which holds one Order and a cursor during pagination. */ export type OrderEdge = { __typename?: 'OrderEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of OrderEdge. */ node: Order; @@ -5076,10 +4630,7 @@ export type OrderEditSummary = { latestHappenedAt?: Maybe; }; -/** - * A change in the edit summary of an order. - * - */ +/** A change in the edit summary of an order. */ export type OrderEditSummaryChange = Node & { __typename?: 'OrderEditSummaryChange'; /** The quantity delta of the change. */ @@ -5111,65 +4662,29 @@ export type OrderFinancialStatus = /** Displayed as **Voided**. */ | 'VOIDED'; -/** - * The aggregation of each order's active fulfillments and opened fulfillment orders for display purposes. - * - */ +/** The aggregation of each order's active fulfillments and opened fulfillment orders for display purposes. */ export type OrderFulfillmentStatus = - /** - * Attempted to deliver the fulfillment. - * - */ + /** Attempted to deliver the fulfillment. */ | 'ATTEMPTED_TO_DELIVER' - /** - * The order is confirmed. - * - */ + /** The order is confirmed. */ | 'CONFIRMED' - /** - * Every physical fulfillment of the order has been successfully delivered. - * - */ + /** Every physical fulfillment of the order has been successfully delivered. */ | 'DELIVERED' - /** - * The order has one fulfillment in transit. - * - */ + /** The order has one fulfillment in transit. */ | 'IN_TRANSIT' - /** - * This order has multiple physical fulfillments with differing statuses. - * - */ + /** This order has multiple physical fulfillments with differing statuses. */ | 'MULTIPLE_SHIPMENTS' - /** - * The order has one fulfillment on its way. - * - */ + /** The order has one fulfillment on its way. */ | 'ON_ITS_WAY' - /** - * The order has one fulfillment out for delivery. - * - */ + /** The order has one fulfillment out for delivery. */ | 'OUT_FOR_DELIVERY' - /** - * The order has been picked up. - * - */ + /** The order has been picked up. */ | 'PICKED_UP' - /** - * The order has one fulfillment being prepared for shipping. - * - */ + /** The order has one fulfillment being prepared for shipping. */ | 'PREPARING_FOR_SHIPPING' - /** - * The order is ready to be picked up. - * - */ + /** The order is ready to be picked up. */ | 'READY_FOR_PICKUP' - /** - * There was a problem with the fulfillment. - * - */ + /** There was a problem with the fulfillment. */ | 'THERE_WAS_A_PROBLEM'; /** The quantitative information about the line items of a specific order. */ @@ -5219,10 +4734,7 @@ export type OrderPaymentStatus = /** The payment has been voided. */ | 'VOIDED'; -/** - * The pickup information associated with an order. - * - */ +/** The pickup information associated with an order. */ export type OrderPickupInformation = { __typename?: 'OrderPickupInformation'; /** The pickup address for the order. */ @@ -5240,6 +4752,8 @@ export type OrderRequestReturnPayload = { __typename?: 'OrderRequestReturnPayload'; /** The return request that has been made. */ return?: Maybe; + /** The list of errors that occurred from executing the mutation. */ + userErrors: Array; }; /** The group including the shipping lines of the order. */ @@ -5281,7 +4795,6 @@ export type OrderSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `total_price` value. */ @@ -5344,10 +4857,7 @@ export type OrderTransactionKind = /** A void transaction. */ | 'VOID'; -/** - * Represents the status of an order transaction. - * - */ +/** Represents the status of an order transaction. */ export type OrderTransactionStatus = /** The transaction has an error. */ | 'ERROR' @@ -5385,7 +4895,6 @@ export type OrderTransactionType = * Returns information about pagination in a connection, in accordance with the * [Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo). * For more information, please read our [GraphQL Pagination Usage Guide](https://shopify.dev/api/usage/pagination-graphql). - * */ export type PageInfo = { __typename?: 'PageInfo'; @@ -5421,7 +4930,6 @@ export type PaymentIconImage = Node & { * The location of the original image as a URL. * * If there are any existing transformations in the original source URL, they will remain and not be stripped. - * * @deprecated Use `url` instead. */ originalSrc: Scalars['URL']['output']; @@ -5435,7 +4943,6 @@ export type PaymentIconImage = Node & { * * All transformation arguments are considered "best-effort". If they can be applied to an image, they will be. * Otherwise any transformations which an image type doesn't support will be ignored. - * * @deprecated Use `url(transform:)` instead */ transformedSrc: Scalars['URL']['output']; @@ -5447,7 +4954,6 @@ export type PaymentIconImage = Node & { * 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). - * */ url: Scalars['URL']['output']; /** The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify. */ @@ -5541,27 +5047,21 @@ export type PaymentSchedule = Node & { id: Scalars['ID']['output']; }; -/** - * An auto-generated type for paginating through multiple PaymentSchedules. - * - */ +/** An auto-generated type for paginating through multiple PaymentSchedules. */ export type PaymentScheduleConnection = { __typename?: 'PaymentScheduleConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in PaymentScheduleEdge. */ + /** A list of nodes that are contained in PaymentScheduleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one PaymentSchedule and a cursor during pagination. - * - */ +/** An auto-generated type which holds one PaymentSchedule and a cursor during pagination. */ export type PaymentScheduleEdge = { __typename?: 'PaymentScheduleEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of PaymentScheduleEdge. */ node: PaymentSchedule; @@ -5572,10 +5072,7 @@ export type PaymentTerms = Node & { __typename?: 'PaymentTerms'; /** A globally-unique ID. */ id: Scalars['ID']['output']; - /** - * The next due date if this is the NET or FIXED type of payment terms. - * - */ + /** The next due date if this is the NET or FIXED type of payment terms. */ nextDueAt?: Maybe; /** Whether the payment terms have overdue payment schedules. */ overdue: Scalars['Boolean']['output']; @@ -5680,46 +5177,22 @@ export type PaypalTokenCreatePayload = { userErrors: Array; }; -/** - * The operations that can be performed on a B2B resource. - * - */ +/** The operations that can be performed on a B2B resource. */ export type PermittedOperation = - /** - * The permission to add a resource. - * - */ + /** The permission to add a resource. */ | 'ADD' - /** - * All permissions for a resource. - * - */ + /** All permissions for a resource. */ | 'ALL' - /** - * The permission to delete a resource. - * - */ + /** The permission to delete a resource. */ | 'DELETE' - /** - * The permission to edit a resource. - * - */ + /** The permission to edit a resource. */ | 'EDIT' - /** - * The permission to use a resource. - * - */ + /** The permission to use a resource. */ | 'USE' - /** - * The permission to view a resource. - * - */ + /** The permission to view a resource. */ | 'VIEW'; -/** - * The address of a pickup location. - * - */ +/** The address of a pickup location. */ export type PickupAddress = { __typename?: 'PickupAddress'; /** The street address for the pickup location. */ @@ -5789,24 +5262,19 @@ export type PublicOrder = Node & { /** * The date and time when the order was canceled. * Returns `null` if the order wasn't canceled. - * */ cancelledAt?: Maybe; /** * 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. - * */ confirmationNumber?: Maybe; /** The discount information for the order, including line-level discount applications. */ discountInformation: OrderDiscountInformation; /** The name of the associated draft order. */ draftOrderName?: Maybe; - /** - * The edit summary of the order. - * - */ + /** The edit summary of the order. */ editSummary?: Maybe; /** The financial status of the order. */ financialStatus?: Maybe; @@ -5833,7 +5301,6 @@ export type PublicOrder = Node & { /** * The identifier for the order that appears on the order. * For example, _#1000_ or _Store1001. - * */ name: Scalars['String']['output']; /** The payment information for the order. */ @@ -5846,7 +5313,6 @@ export type PublicOrder = Node & { * 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. - * */ processedAt: Scalars['DateTime']['output']; /** A list of refunds associated with the order. */ @@ -5922,10 +5388,7 @@ export type PublicOrderReturnsArgs = { sortKey?: InputMaybe; }; -/** - * The information of the purchasing company for an order or draft order. - * - */ +/** The information of the purchasing company for an order or draft order. */ export type PurchasingCompany = { __typename?: 'PurchasingCompany'; /** The company associated with the order or draft order. */ @@ -5936,30 +5399,27 @@ export type PurchasingCompany = { location: CompanyLocation; }; -/** - * Represents information about the purchasing entity for the order or draft order. - * - */ +/** Represents information about the purchasing entity for the order or draft order. */ export type PurchasingEntity = Customer | PurchasingCompany; /** This acts as the public, top-level API from which all queries start. */ export type QueryRoot = { __typename?: 'QueryRoot'; - /** The information of the customer's company. */ + /** The information of the customer's company. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ company?: Maybe; - /** The Location corresponding to the provided ID. */ + /** The Location corresponding to the provided ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ companyLocation?: Maybe; - /** Returns the Customer resource. */ + /** Returns the Customer resource. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ customer: Customer; - /** Returns a draft order resource by ID. */ + /** Returns a draft order resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ draftOrder?: Maybe; /** The API tokens for UI extensions. */ extensionApiTokens?: Maybe; - /** Returns an Order resource by ID. */ + /** Returns an Order resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ order?: Maybe; /** An Order resource identified by ID. */ orderDetailsPageOrder?: Maybe; - /** Returns the information about the shop. */ + /** Returns the information about the shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). */ shop: Shop; /** * Public metafields for Shop, Order, Customer, Company, CompanyLocation, Product, and ProductVariant. @@ -5967,7 +5427,6 @@ export type QueryRoot = { * Product and ProductVariant are only fetched if resource_ids are provided and there is a match for the * namespace and key. Either filters or extensionIds is needed. If both are provided, filters will be used. * This is restricted to development shops for local UI extension development purposes only. - * */ uiExtensionMetafields: Array; /** A session token for an UI extension. */ @@ -5992,6 +5451,7 @@ export type QueryRootDraftOrderArgs = { /** This acts as the public, top-level API from which all queries start. */ export type QueryRootExtensionApiTokensArgs = { appId: Scalars['ID']['input']; + extensionType?: InputMaybe; }; /** This acts as the public, top-level API from which all queries start. */ @@ -6016,10 +5476,7 @@ export type QueryRootUiExtensionSessionTokenArgs = { id: Scalars['ID']['input']; }; -/** - * The record of refunds issued to a customer. - * - */ +/** The record of refunds issued to a customer. */ export type Refund = Node & { __typename?: 'Refund'; /** The date and time when the refund was created. */ @@ -6059,10 +5516,7 @@ export type RefundAgreementSalesArgs = { reverse?: InputMaybe; }; -/** - * The information about the line items container for items that have not been refunded or removed. - * - */ +/** The information about the line items container for items that have not been refunded or removed. */ export type RemainingLineItemContainer = { __typename?: 'RemainingLineItemContainer'; /** A unique ID for the container. */ @@ -6071,10 +5525,7 @@ export type RemainingLineItemContainer = { lineItems: RemainingLineItemContainerLineItemConnection; }; -/** - * The information about the line items container for items that have not been refunded or removed. - * - */ +/** The information about the line items container for items that have not been refunded or removed. */ export type RemainingLineItemContainerLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -6083,10 +5534,7 @@ export type RemainingLineItemContainerLineItemsArgs = { reverse?: InputMaybe; }; -/** - * The information about the line item in the line item container. - * - */ +/** The information about the line item in the line item container. */ export type RemainingLineItemContainerLineItem = Node & { __typename?: 'RemainingLineItemContainerLineItem'; /** A globally-unique ID. */ @@ -6095,27 +5543,21 @@ export type RemainingLineItemContainerLineItem = Node & { lineItem: LineItem; }; -/** - * An auto-generated type for paginating through multiple RemainingLineItemContainerLineItems. - * - */ +/** An auto-generated type for paginating through multiple RemainingLineItemContainerLineItems. */ export type RemainingLineItemContainerLineItemConnection = { __typename?: 'RemainingLineItemContainerLineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in RemainingLineItemContainerLineItemEdge. */ + /** A list of nodes that are contained in RemainingLineItemContainerLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one RemainingLineItemContainerLineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one RemainingLineItemContainerLineItem and a cursor during pagination. */ export type RemainingLineItemContainerLineItemEdge = { __typename?: 'RemainingLineItemContainerLineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of RemainingLineItemContainerLineItemEdge. */ node: RemainingLineItemContainerLineItem; @@ -6127,7 +5569,6 @@ export type RequestedLineItemInput = { * A note from the customer explaining the item to be returned. * For instance, the note can detail issues with the item for the merchant's information. * Maximum length: 300 characters. - * */ customerNote?: InputMaybe; /** The ID of the line item that's to be returned. */ @@ -6156,65 +5597,29 @@ export type ResourcePermission = { resource: ResourceType; }; -/** - * The B2B resource types. - * - */ +/** The B2B resource types. */ export type ResourceType = - /** - * The Business Profile resource type. - * - */ + /** The Business Profile resource type. */ | 'BUSINESS_PROFILE' - /** - * The Company resource type. - * - */ + /** The Company resource type. */ | 'COMPANY' - /** - * The Company Contact resource type. - * - */ + /** The Company Contact resource type. */ | 'COMPANY_CONTACT' - /** - * The Company Contact Role resource type. - * - */ + /** The Company Contact Role resource type. */ | 'COMPANY_CONTACT_ROLE' - /** - * The Company Location resource type. - * - */ + /** The Company Location resource type. */ | 'COMPANY_LOCATION' - /** - * The Company Location Billing Address resource type. - * - */ + /** The Company Location Billing Address resource type. */ | 'COMPANY_LOCATION_BILLING_ADDRESS' - /** - * The Company Location Shipping Address resource type. - * - */ + /** The Company Location Shipping Address resource type. */ | 'COMPANY_LOCATION_SHIPPING_ADDRESS' - /** - * The Company Tax Exemption resource type. - * - */ + /** The Company Tax Exemption resource type. */ | 'COMPANY_TAX_EXEMPTION' - /** - * The Draft Order resource type. - * - */ + /** The Draft Order resource type. */ | 'DRAFT_ORDER' - /** - * The Order resource type. - * - */ + /** The Order resource type. */ | 'ORDER' - /** - * The Payment Method resource type. - * - */ + /** The Payment Method resource type. */ | 'PAYMENT_METHOD'; /** A product return. */ @@ -6224,6 +5629,8 @@ export type Return = Node & { closedAt?: Maybe; /** The date when the return was created. */ createdAt?: Maybe; + /** The additional details about the declined return. */ + decline?: Maybe; /** A globally-unique ID. */ id: Scalars['ID']['output']; /** The name assigned to the return. */ @@ -6283,32 +5690,97 @@ export type ReturnAgreementSalesArgs = { reverse?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple Returns. - * - */ +/** An auto-generated type for paginating through multiple Returns. */ export type ReturnConnection = { __typename?: 'ReturnConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in ReturnEdge. */ + /** A list of nodes that are contained in ReturnEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one Return and a cursor during pagination. - * - */ +/** The extra information about why a merchant declined the customer's return request. */ +export type ReturnDecline = { + __typename?: 'ReturnDecline'; + /** The notification message that was sent to the customer about their declined return. */ + note?: Maybe; + /** The reason for the decline. */ + reason: ReturnDeclineReason; +}; + +/** The specific reason for the merchant declining a customer's return request. */ +export type ReturnDeclineReason = + /** The return request was declined because it contains items from a final sale. */ + | 'FINAL_SALE' + /** The return request was declined due to another reason. */ + | 'OTHER' + /** The return request was declined because the return period has ended. */ + | 'RETURN_PERIOD_ENDED'; + +/** An auto-generated type which holds one Return and a cursor during pagination. */ export type ReturnEdge = { __typename?: 'ReturnEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of ReturnEdge. */ node: Return; }; +/** Possible error codes that can be returned by `ReturnUserError`. */ +export type ReturnErrorCode = + /** The requested resource already exists. */ + | 'ALREADY_EXISTS' + /** The input value is blank. */ + | 'BLANK' + /** A requested resource could not be created. */ + | 'CREATION_FAILED' + /** The input value should be equal to the value allowed. */ + | 'EQUAL_TO' + /** A required feature is not enabled. */ + | 'FEATURE_NOT_ENABLED' + /** The input value should be greater than the minimum allowed value. */ + | 'GREATER_THAN' + /** The input value should be greater than or equal to the minimum value allowed. */ + | 'GREATER_THAN_OR_EQUAL_TO' + /** The input value isn't included in the list. */ + | 'INCLUSION' + /** Unexpected internal error happened. */ + | 'INTERNAL_ERROR' + /** The input value is invalid. */ + | 'INVALID' + /** A resource was not in the correct state for the operation to succeed. */ + | 'INVALID_STATE' + /** The input value should be less than the maximum value allowed. */ + | 'LESS_THAN' + /** The input value should be less than or equal to the maximum value allowed. */ + | 'LESS_THAN_OR_EQUAL_TO' + /** A requested notification could not be sent. */ + | 'NOTIFICATION_FAILED' + /** A request is not authorized. */ + | 'NOT_AUTHORIZED' + /** The input value is not a number. */ + | 'NOT_A_NUMBER' + /** A requested item is not editable. */ + | 'NOT_EDITABLE' + /** A requested item could not be found. */ + | 'NOT_FOUND' + /** The input value needs to be blank. */ + | 'PRESENT' + /** The input value is already taken. */ + | 'TAKEN' + /** The input value is too big. */ + | 'TOO_BIG' + /** The input value is too long. */ + | 'TOO_LONG' + /** Too many arguments provided. */ + | 'TOO_MANY_ARGUMENTS' + /** The input value is too short. */ + | 'TOO_SHORT' + /** The input value is the wrong length. */ + | 'WRONG_LENGTH'; + /** A line item that is being returned. */ export type ReturnLineItem = Node & { __typename?: 'ReturnLineItem'; @@ -6322,27 +5794,21 @@ export type ReturnLineItem = Node & { returnReason: ReturnReason; }; -/** - * An auto-generated type for paginating through multiple ReturnLineItems. - * - */ +/** An auto-generated type for paginating through multiple ReturnLineItems. */ export type ReturnLineItemConnection = { __typename?: 'ReturnLineItemConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in ReturnLineItemEdge. */ + /** A list of nodes that are contained in ReturnLineItemEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one ReturnLineItem and a cursor during pagination. - * - */ +/** An auto-generated type which holds one ReturnLineItem and a cursor during pagination. */ export type ReturnLineItemEdge = { __typename?: 'ReturnLineItemEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of ReturnLineItemEdge. */ node: ReturnLineItem; @@ -6380,7 +5846,6 @@ export type ReturnSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE'; @@ -6406,12 +5871,22 @@ export type ReturnSupportedReason = { title: Scalars['String']['output']; }; +/** The errors that occur during the execution of a return mutation. */ +export type ReturnUserError = DisplayableError & { + __typename?: 'ReturnUserError'; + /** The error code. */ + code?: Maybe; + /** The path to the input field that caused the error. */ + field?: Maybe>; + /** The error message. */ + message: Scalars['String']['output']; +}; + /** * 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). - * */ export type ReverseDelivery = Node & { __typename?: 'ReverseDelivery'; @@ -6423,30 +5898,24 @@ export type ReverseDelivery = Node & { id: Scalars['ID']['output']; }; -/** - * An auto-generated type for paginating through multiple ReverseDeliveries. - * - */ +/** An auto-generated type for paginating through multiple ReverseDeliveries. */ export type ReverseDeliveryConnection = { __typename?: 'ReverseDeliveryConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in ReverseDeliveryEdge. */ + /** A list of nodes that are contained in ReverseDeliveryEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; /** The method and associated details of a reverse delivery. */ export type ReverseDeliveryDeliverable = ReverseDeliveryShippingDeliverable; - -/** - * An auto-generated type which holds one ReverseDelivery and a cursor during pagination. - * - */ + +/** An auto-generated type which holds one ReverseDelivery and a cursor during pagination. */ export type ReverseDeliveryEdge = { __typename?: 'ReverseDeliveryEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of ReverseDeliveryEdge. */ node: ReverseDelivery; @@ -6489,7 +5958,6 @@ export type ReverseDeliveryTracking = { * To address this, the remaining currency units that couldn't be divided evenly are allocated one at a time, starting with the first line item, until they are all accounted for. * In aggregate, the values sum up correctly. In isolation, one line item might have a different tax or discount amount than another line item of the same price, before taxes and discounts. * This is because the amount could not be divided evenly across the items. The allocation of currency units across line items is immutable. After they are allocated, currency units are never reallocated or redistributed among the line items. - * */ export type Sale = { /** The type of order action represented by the sale. */ @@ -6523,15 +5991,12 @@ export type SaleActionType = /** A change to the price, taxes, or discounts for a previous purchase. */ | 'UPDATE'; -/** - * An auto-generated type for paginating through multiple Sales. - * - */ +/** An auto-generated type for paginating through multiple Sales. */ export type SaleConnection = { __typename?: 'SaleConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in SaleEdge. */ + /** A list of nodes that are contained in SaleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array< | AdditionalFeeSale | AdjustmentSale @@ -6543,17 +6008,14 @@ export type SaleConnection = { | TipSale | UnknownSale >; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one Sale and a cursor during pagination. - * - */ +/** An auto-generated type which holds one Sale and a cursor during pagination. */ export type SaleEdge = { __typename?: 'SaleEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of SaleEdge. */ node: @@ -6572,7 +6034,6 @@ export type SaleEdge = { * The possible line types of a sale record. A sale can be an adjustment, which occurs when a refund is issued for a line item that is either more or less than the total value of the line item. * Examples include restocking fees and goodwill payments. In such cases, Shopify generates a sales agreement with sale records for each line item that is returned or refunded, and an additional sale record for the adjustment, for example a restocking fee. * The sale records for the returned or refunded items represent the reversal of the original line item sale value. The additional adjustment sale record represents the difference between the original total value of all line items that were refunded, and the actual amount refunded. - * */ export type SaleLineType = /** An additional fee. */ @@ -6626,38 +6087,29 @@ export type SalesAgreementSalesArgs = { reverse?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple SalesAgreements. - * - */ +/** An auto-generated type for paginating through multiple SalesAgreements. */ export type SalesAgreementConnection = { __typename?: 'SalesAgreementConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in SalesAgreementEdge. */ + /** A list of nodes that are contained in SalesAgreementEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array< OrderAgreement | OrderEditAgreement | RefundAgreement | ReturnAgreement >; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one SalesAgreement and a cursor during pagination. - * - */ +/** An auto-generated type which holds one SalesAgreement and a cursor during pagination. */ export type SalesAgreementEdge = { __typename?: 'SalesAgreementEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of SalesAgreementEdge. */ node: OrderAgreement | OrderEditAgreement | RefundAgreement | ReturnAgreement; }; -/** - * Captures the intentions of a discount that was created by a Shopify Script. - * - */ +/** Captures the intentions of a discount that was created by a Shopify Script. */ export type ScriptDiscountApplication = DiscountApplication & { __typename?: 'ScriptDiscountApplication'; /** The method by which the discount's value is allocated to its entitled items. */ @@ -6672,64 +6124,6 @@ export type ScriptDiscountApplication = DiscountApplication & { value: PricingValue; }; -/** Represents a selling plan policy anchor. */ -export type SellingPlanAnchor = { - __typename?: 'SellingPlanAnchor'; - /** - * The cutoff day for the anchor. - * - * If `type` is WEEKDAY, then the value must be between 1-7. Shopify interprets - * the days of the week according to ISO 8601, where 1 is Monday. - * - * If `type` is MONTHDAY, then the value must be between 1-31. - * - * If `type` is YEARDAY, then the value must be `null`. - * - */ - cutoffDay?: Maybe; - /** - * The day of the anchor. - * - * If `type` is WEEKDAY, then the value must be between 1-7. Shopify interprets - * the days of the week according to ISO 8601, where 1 is Monday. - * - * If `type` isn't WEEKDAY, then the value must be between 1-31. - * - */ - day: Scalars['Int']['output']; - /** - * The month of the anchor. If type is different than YEARDAY, then the value must - * be `null` or between 1-12. - * - */ - month?: Maybe; - /** - * Represents the anchor type, it can be one one of WEEKDAY, MONTHDAY, YEARDAY. - * - */ - type: SellingPlanAnchorType; -}; - -/** Defines the anchor type. */ -export type SellingPlanAnchorType = - /** Represents a day of the month, between 1-31. */ - | 'MONTHDAY' - /** Represents a day of the week, between 1-7. */ - | 'WEEKDAY' - /** Represents days of the month and year, month between 1-12, and day between 1-31. */ - | 'YEARDAY'; - -/** Defines valid selling plan intervals. */ -export type SellingPlanInterval = - /** Represents a day interval. */ - | 'DAY' - /** Represents a month interval. */ - | 'MONTH' - /** Represents a week interval. */ - | 'WEEK' - /** Represents a year interval. */ - | 'YEAR'; - /** Represents the shipping details that the customer chose for their order. */ export type ShippingLine = { __typename?: 'ShippingLine'; @@ -6791,7 +6185,6 @@ export type Shop = HasMetafields & /** * The metafields associated with the resource matching the * supplied list of namespaces and keys. - * */ metafields: Array>; /** The shop's .myshopify.com domain name. */ @@ -6818,70 +6211,31 @@ export type ShopMetafieldsArgs = { /** The shop app links and resources for an order. */ export type ShopAppLinksAndResources = { __typename?: 'ShopAppLinksAndResources'; - /** - * Whether the the buyer is associated to Shop App. - * - */ + /** Whether the the buyer is associated to Shop App. */ buyerHasShopApp: Scalars['Boolean']['output']; - /** - * Whether the the buyer is associated to Shop Pay. - * - */ + /** Whether the the buyer is associated to Shop Pay. */ buyerHasShopPay: Scalars['Boolean']['output']; - /** - * Whether or not the track order updates button should be rendered. - * - */ + /** Whether or not the track order updates button should be rendered. */ canTrackOrderUpdates: Scalars['Boolean']['output']; - /** - * Whether or not showing the installments highlight is eligible. - * - */ + /** Whether or not showing the installments highlight is eligible. */ installmentsHighlightEligible: Scalars['Boolean']['output']; - /** - * The URL to the mobile Shop App. - * - */ + /** The URL to the mobile Shop App. */ mobileUrl: Scalars['URL']['output']; - /** - * The attribution details related to the mobile url. - * - */ + /** The attribution details related to the mobile url. */ mobileUrlAttributionPayload: Scalars['String']['output']; - /** - * The various options that exist for subscribing to order updates. - * - */ + /** The various options that exist for subscribing to order updates. */ orderUpdateOptions: Array; - /** - * The URL to the Shop App QR code. - * - */ + /** The URL to the Shop App QR code. */ qrCodeUrl: Scalars['URL']['output']; - /** - * Whether or not Shop App eligible. - * - */ + /** Whether or not Shop App eligible. */ shopAppEligible: Scalars['Boolean']['output']; - /** - * Whether QR code should be hidden. - * - */ + /** Whether QR code should be hidden. */ shopAppQrCodeKillswitch: Scalars['Boolean']['output']; - /** - * The URL to the Shop Pay Installments reminders. - * - */ + /** The URL to the Shop Pay Installments reminders. */ shopInstallmentsMobileUrl: Scalars['URL']['output']; - /** - * The URL to view the Shop Pay Installments schedules in the mobile Shop App. - * - */ + /** The URL to view the Shop Pay Installments schedules in the mobile Shop App. */ shopInstallmentsViewSchedules: Scalars['URL']['output']; - /** - * Whether the order was a shop pay order. - * - */ + /** Whether the order was a shop pay order. */ shopPayOrder: Scalars['Boolean']['output']; }; @@ -6920,35 +6274,17 @@ export type ShopPolicy = Node & { url: Scalars['URL']['output']; }; -/** - * Defines the valid SMS marketing states for a customer’s phone number. - * - */ +/** Defines the valid SMS marketing states for a customer’s phone number. */ export type SmsMarketingState = - /** - * The customer has not subscribed to SMS marketing. - * - */ + /** The customer has not subscribed to SMS marketing. */ | 'NOT_SUBSCRIBED' - /** - * The customer is in the process of subscribing to SMS marketing. - * - */ + /** The customer is in the process of subscribing to SMS marketing. */ | 'PENDING' - /** - * The customer's personal data has been erased. This value is internally-set and read-only. - * - */ + /** The customer's personal data has been erased. This value is internally-set and read-only. */ | 'REDACTED' - /** - * The customer has subscribed to SMS marketing. - * - */ + /** The customer has subscribed to SMS marketing. */ | 'SUBSCRIBED' - /** - * The customer is not currently subscribed to SMS marketing but was previously subscribed. - * - */ + /** The customer is not currently subscribed to SMS marketing but was previously subscribed. */ | 'UNSUBSCRIBED'; /** @@ -6956,7 +6292,6 @@ export type SmsMarketingState = * 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). - * */ export type StoreCreditAccount = Node & { __typename?: 'StoreCreditAccount'; @@ -6973,7 +6308,6 @@ export type StoreCreditAccount = Node & { * 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). - * */ export type StoreCreditAccountTransactionsArgs = { after?: InputMaybe; @@ -6985,17 +6319,14 @@ export type StoreCreditAccountTransactionsArgs = { sortKey?: InputMaybe; }; -/** - * An auto-generated type for paginating through multiple StoreCreditAccounts. - * - */ +/** An auto-generated type for paginating through multiple StoreCreditAccounts. */ export type StoreCreditAccountConnection = { __typename?: 'StoreCreditAccountConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in StoreCreditAccountEdge. */ + /** A list of nodes that are contained in StoreCreditAccountEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; @@ -7003,15 +6334,9 @@ export type StoreCreditAccountConnection = { export type StoreCreditAccountCreditTransaction = Node & StoreCreditAccountTransaction & { __typename?: 'StoreCreditAccountCreditTransaction'; - /** - * The store credit account that the transaction belongs to. - * - */ + /** The store credit account that the transaction belongs to. */ account: StoreCreditAccount; - /** - * The amount of the transaction. - * - */ + /** The amount of the transaction. */ amount: MoneyV2; /** The balance of the account after the transaction. */ balanceAfterTransaction: MoneyV2; @@ -7020,7 +6345,6 @@ export type StoreCreditAccountCreditTransaction = Node & /** * The time at which the transaction expires. * Debit transactions will always spend the soonest expiring credit first. - * */ expiresAt?: Maybe; /** A globally-unique ID. */ @@ -7029,7 +6353,6 @@ export type StoreCreditAccountCreditTransaction = Node & * 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. - * */ remainingAmount: MoneyV2; }; @@ -7040,20 +6363,13 @@ export type StoreCreditAccountCreditTransaction = Node & * * 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. - * */ export type StoreCreditAccountDebitRevertTransaction = Node & StoreCreditAccountTransaction & { __typename?: 'StoreCreditAccountDebitRevertTransaction'; - /** - * The store credit account that the transaction belongs to. - * - */ + /** The store credit account that the transaction belongs to. */ account: StoreCreditAccount; - /** - * The amount of the transaction. - * - */ + /** The amount of the transaction. */ amount: MoneyV2; /** The balance of the account after the transaction. */ balanceAfterTransaction: MoneyV2; @@ -7069,15 +6385,9 @@ export type StoreCreditAccountDebitRevertTransaction = Node & export type StoreCreditAccountDebitTransaction = Node & StoreCreditAccountTransaction & { __typename?: 'StoreCreditAccountDebitTransaction'; - /** - * The store credit account that the transaction belongs to. - * - */ + /** The store credit account that the transaction belongs to. */ account: StoreCreditAccount; - /** - * The amount of the transaction. - * - */ + /** The amount of the transaction. */ amount: MoneyV2; /** The balance of the account after the transaction. */ balanceAfterTransaction: MoneyV2; @@ -7087,13 +6397,10 @@ export type StoreCreditAccountDebitTransaction = Node & id: Scalars['ID']['output']; }; -/** - * An auto-generated type which holds one StoreCreditAccount and a cursor during pagination. - * - */ +/** An auto-generated type which holds one StoreCreditAccount and a cursor during pagination. */ export type StoreCreditAccountEdge = { __typename?: 'StoreCreditAccountEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of StoreCreditAccountEdge. */ node: StoreCreditAccount; @@ -7104,20 +6411,13 @@ export type StoreCreditAccountEdge = { * Expiration transactions are created automatically when a [store credit account credit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction) expires. * * The amount subtracted from the balance is equal to the remaining amount of the credit transaction. - * */ export type StoreCreditAccountExpirationTransaction = StoreCreditAccountTransaction & { __typename?: 'StoreCreditAccountExpirationTransaction'; - /** - * The store credit account that the transaction belongs to. - * - */ + /** The store credit account that the transaction belongs to. */ account: StoreCreditAccount; - /** - * The amount of the transaction. - * - */ + /** The amount of the transaction. */ amount: MoneyV2; /** The balance of the account after the transaction. */ balanceAfterTransaction: MoneyV2; @@ -7129,15 +6429,9 @@ export type StoreCreditAccountExpirationTransaction = /** Interface for a store credit account transaction. */ export type StoreCreditAccountTransaction = { - /** - * The store credit account that the transaction belongs to. - * - */ + /** The store credit account that the transaction belongs to. */ account: StoreCreditAccount; - /** - * The amount of the transaction. - * - */ + /** The amount of the transaction. */ amount: MoneyV2; /** The balance of the account after the transaction. */ balanceAfterTransaction: MoneyV2; @@ -7145,32 +6439,26 @@ export type StoreCreditAccountTransaction = { createdAt: Scalars['DateTime']['output']; }; -/** - * An auto-generated type for paginating through multiple StoreCreditAccountTransactions. - * - */ +/** An auto-generated type for paginating through multiple StoreCreditAccountTransactions. */ export type StoreCreditAccountTransactionConnection = { __typename?: 'StoreCreditAccountTransactionConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in StoreCreditAccountTransactionEdge. */ + /** A list of nodes that are contained in StoreCreditAccountTransactionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array< | StoreCreditAccountCreditTransaction | StoreCreditAccountDebitRevertTransaction | StoreCreditAccountDebitTransaction | StoreCreditAccountExpirationTransaction >; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one StoreCreditAccountTransaction and a cursor during pagination. - * - */ +/** An auto-generated type which holds one StoreCreditAccountTransaction and a cursor during pagination. */ export type StoreCreditAccountTransactionEdge = { __typename?: 'StoreCreditAccountTransactionEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of StoreCreditAccountTransactionEdge. */ node: @@ -7189,6 +6477,12 @@ export type StorefrontCustomerAccessTokenCreatePayload = { userErrors: Array; }; +/** Represents a subscription anchor. */ +export type SubscriptionAnchor = + | SubscriptionMonthDayAnchor + | SubscriptionWeekDayAnchor + | SubscriptionYearDayAnchor; + /** The billing cycle of a subscription. */ export type SubscriptionBillingCycle = { __typename?: 'SubscriptionBillingCycle'; @@ -7215,27 +6509,21 @@ export type SubscriptionBillingCycleBillingCycleStatus = /** The billing cycle has not been billed. */ | 'UNBILLED'; -/** - * An auto-generated type for paginating through multiple SubscriptionBillingCycles. - * - */ +/** An auto-generated type for paginating through multiple SubscriptionBillingCycles. */ export type SubscriptionBillingCycleConnection = { __typename?: 'SubscriptionBillingCycleConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in SubscriptionBillingCycleEdge. */ + /** A list of nodes that are contained in SubscriptionBillingCycleEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one SubscriptionBillingCycle and a cursor during pagination. - * - */ +/** An auto-generated type which holds one SubscriptionBillingCycle and a cursor during pagination. */ export type SubscriptionBillingCycleEdge = { __typename?: 'SubscriptionBillingCycleEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of SubscriptionBillingCycleEdge. */ node: SubscriptionBillingCycle; @@ -7318,7 +6606,6 @@ export type SubscriptionBillingCyclesSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE'; @@ -7326,11 +6613,11 @@ export type SubscriptionBillingCyclesSortKeys = export type SubscriptionBillingPolicy = { __typename?: 'SubscriptionBillingPolicy'; /** The anchor dates for calculating billing intervals. */ - anchors: Array; + anchors: Array; /** The type of interval associated with this schedule (e.g. Monthly, Weekly, etc). */ - interval: SellingPlanInterval; + interval: SubscriptionInterval; /** The number of intervals between invoices. */ - intervalCount: Scalars['Int']['output']; + intervalCount?: Maybe; /** The maximum number of cycles after which the subscription ends. */ maxCycles?: Maybe; /** The minimum number of cycles required for the subscription. */ @@ -7359,12 +6646,16 @@ export type SubscriptionContract = Node & deliveryPrice: MoneyV2; /** A globally-unique ID. */ id: Scalars['ID']['output']; + /** The last billing error type of the contract. */ + lastBillingAttemptErrorType?: Maybe; /** The current status of the last payment. */ lastPaymentStatus?: Maybe; /** The number of lines associated with the subscription contract. */ lineCount: Scalars['Int']['output']; /** A list of subscription lines associated with the subscription contract. */ lines: SubscriptionLineConnection; + /** The number of lines associated with the subscription contract. */ + linesCount?: Maybe; /** The next billing date for the subscription contract. */ nextBillingDate?: Maybe; /** A note that will be applied to the generated orders. */ @@ -7440,6 +6731,8 @@ export type SubscriptionContractBase = { lineCount: Scalars['Int']['output']; /** A list of subscription lines associated with the subscription contract. */ lines: SubscriptionLineConnection; + /** The number of lines associated with the subscription contract. */ + linesCount?: Maybe; /** A note that will be applied to the generated orders. */ note?: Maybe; /** A list of the subscription contract's orders. */ @@ -7486,27 +6779,21 @@ export type SubscriptionContractChangePaymentInstrumentPayload = { userErrors: Array; }; -/** - * An auto-generated type for paginating through multiple SubscriptionContracts. - * - */ +/** An auto-generated type for paginating through multiple SubscriptionContracts. */ export type SubscriptionContractConnection = { __typename?: 'SubscriptionContractConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in SubscriptionContractEdge. */ + /** A list of nodes that are contained in SubscriptionContractEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one SubscriptionContract and a cursor during pagination. - * - */ +/** An auto-generated type which holds one SubscriptionContract and a cursor during pagination. */ export type SubscriptionContractEdge = { __typename?: 'SubscriptionContractEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of SubscriptionContractEdge. */ node: SubscriptionContract; @@ -7521,6 +6808,17 @@ export type SubscriptionContractFetchDeliveryOptionsPayload = { userErrors: Array; }; +/** The possible values of the last billing error on a subscription contract. */ +export type SubscriptionContractLastBillingErrorType = + /** Subscription billing attempt error due to customer error. */ + | 'CUSTOMER_ERROR' + /** Subscription billing attempt error due to inventory error. */ + | 'INVENTORY_ERROR' + /** All other billing attempt errors. */ + | 'OTHER' + /** Subscription billing attempt error due to payment error. */ + | 'PAYMENT_ERROR'; + /** The status of the last payment on a subscription contract. */ export type SubscriptionContractLastPaymentStatus = /** A failed subscription billing attempt. */ @@ -7618,7 +6916,6 @@ export type SubscriptionContractsSortKeys = /** * Sort by relevance to the search terms when the `query` parameter is specified on the connection. * Don't use this sort key when no search query is specified. - * */ | 'RELEVANCE' /** Sort by the `updated_at` value. */ @@ -7634,7 +6931,6 @@ export type SubscriptionDeliveryMethod = * Specifies delivery method fields for a subscription contract. * This is an input union: one, and only one, field can be provided. * The field provided will determine which delivery method is to be used. - * */ export type SubscriptionDeliveryMethodInput = { /** The input fields for the local delivery method. */ @@ -7657,13 +6953,14 @@ export type SubscriptionDeliveryMethodLocalDelivery = { /** The input fields for a local delivery method. */ export type SubscriptionDeliveryMethodLocalDeliveryInput = { /** The address to deliver to. */ - address: CustomerMailingAddressInput; + address?: InputMaybe; + /** The address to deliver to. */ + deliveryAddress?: InputMaybe; /** The delivery instructions that the customer can provide to the merchant. */ instructions?: InputMaybe; /** * The phone number that the customer must provide to the merchant. * Formatted using E.164 standard. For example, `+16135551111`. - * */ phone: Scalars['String']['input']; }; @@ -7678,7 +6975,6 @@ export type SubscriptionDeliveryMethodLocalDeliveryOption = { /** * The phone number of the customer provided to the merchant. * Formatted using E.164 standard. For example, `+16135551111`. - * */ phone: Scalars['String']['output']; /** The displayed title of the delivery option. */ @@ -7725,7 +7021,9 @@ export type SubscriptionDeliveryMethodShipping = { /** The input fields for a shipping delivery method. */ export type SubscriptionDeliveryMethodShippingInput = { /** The address to ship to. */ - address: CustomerMailingAddressInput; + address?: InputMaybe; + /** The address to ship to. */ + shippingAddress?: InputMaybe; }; /** The selected shipping option on a subscription contract. */ @@ -7766,17 +7064,28 @@ export type SubscriptionDeliveryOptionsResultSuccess = { token: Scalars['String']['output']; }; -/** Represents a Subscription Delivery Policy. */ +/** The delivery policy of a subscription. */ export type SubscriptionDeliveryPolicy = { __typename?: 'SubscriptionDeliveryPolicy'; /** The anchor dates for calculating delivery intervals. */ - anchors: Array; + anchors: Array; /** The type of interval associated with this schedule (e.g. Monthly, Weekly, etc). */ - interval: SellingPlanInterval; + interval: SubscriptionInterval; /** The number of intervals between deliveries. */ - intervalCount: Scalars['Int']['output']; + intervalCount?: Maybe; }; +/** Defines valid subscription intervals. */ +export type SubscriptionInterval = + /** Represents a day interval. */ + | 'DAY' + /** Represents a month interval. */ + | 'MONTH' + /** Represents a week interval. */ + | 'WEEK' + /** Represents a year interval. */ + | 'YEAR'; + /** A line item in a subscription. */ export type SubscriptionLine = { __typename?: 'SubscriptionLine'; @@ -7795,7 +7104,6 @@ export type SubscriptionLine = { /** * The URL of the product in the online store. * A value of `null` indicates that the product isn't published in the Online Store sales channel. - * */ onlineStoreUrl?: Maybe; /** The quantity of the unit selected for the subscription line. */ @@ -7814,27 +7122,21 @@ export type SubscriptionLine = { variantTitle?: Maybe; }; -/** - * An auto-generated type for paginating through multiple SubscriptionLines. - * - */ +/** An auto-generated type for paginating through multiple SubscriptionLines. */ export type SubscriptionLineConnection = { __typename?: 'SubscriptionLineConnection'; - /** A list of edges. */ + /** The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. */ edges: Array; - /** A list of the nodes contained in SubscriptionLineEdge. */ + /** A list of nodes that are contained in SubscriptionLineEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. */ nodes: Array; - /** Information to aid in pagination. */ + /** An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. */ pageInfo: PageInfo; }; -/** - * An auto-generated type which holds one SubscriptionLine and a cursor during pagination. - * - */ +/** An auto-generated type which holds one SubscriptionLine and a cursor during pagination. */ export type SubscriptionLineEdge = { __typename?: 'SubscriptionLineEdge'; - /** A cursor for use in pagination. */ + /** The position of each node in an array, used in [pagination](https://shopify.dev/api/usage/pagination-graphql). */ cursor: Scalars['String']['output']; /** The item at the end of SubscriptionLineEdge. */ node: SubscriptionLine; @@ -7873,7 +7175,6 @@ export type SubscriptionMailingAddress = { /** * The two-letter code for the country of the address. * For example, US. - * */ countryCode?: Maybe; /** The first name of the customer. */ @@ -7889,13 +7190,19 @@ export type SubscriptionMailingAddress = { /** * The alphanumeric code for the region. * For example, ON. - * */ provinceCode?: Maybe; /** The zip or postal code of the address. */ zip?: Maybe; }; +/** Represents an anchor specifying a day of the month. */ +export type SubscriptionMonthDayAnchor = { + __typename?: 'SubscriptionMonthDayAnchor'; + /** Day of the month (1-31). */ + dayOfMonth: Scalars['Int']['output']; +}; + /** A pickup option to deliver a subscription contract. */ export type SubscriptionPickupOption = { __typename?: 'SubscriptionPickupOption'; @@ -7909,10 +7216,7 @@ export type SubscriptionPickupOption = { phoneRequired: Scalars['Boolean']['output']; /** The pickup address where the customer will pickup the merchandise. */ pickupAddress: PickupAddress; - /** - * The estimated amount of time it takes for the pickup to be ready. For example, "Usually ready in 24 hours". - * - */ + /** The estimated amount of time it takes for the pickup to be ready. For example, "Usually ready in 24 hours". */ pickupTime: Scalars['String']['output']; /** The presentment title of the pickup option. */ presentmentTitle?: Maybe; @@ -7928,7 +7232,6 @@ export type SubscriptionPriceBreakdown = { /** * The sum of the prices for all line items after discounts. * If taxesIncluded is true, then the subtotal also includes tax. - * */ subtotalPrice: MoneyV2; /** Whether taxes are included in the subtotal price. */ @@ -7936,7 +7239,6 @@ export type SubscriptionPriceBreakdown = { /** * The total amount discounted. * This includes both order and line level discounts. - * */ totalDiscounts: MoneyV2; /** The total price. This includes taxes and discounts. */ @@ -7964,6 +7266,22 @@ export type SubscriptionShippingOption = { title: Scalars['String']['output']; }; +/** Represents an anchor specifying a day of the week. */ +export type SubscriptionWeekDayAnchor = { + __typename?: 'SubscriptionWeekDayAnchor'; + /** Day of the week (1-7, where 1 is Monday). */ + dayOfWeek: Scalars['Int']['output']; +}; + +/** Represents an anchor specifying a specific day and month of the year. */ +export type SubscriptionYearDayAnchor = { + __typename?: 'SubscriptionYearDayAnchor'; + /** Day of the month (1-31). Specifies the exact day within the given month. */ + dayOfMonth: Scalars['Int']['output']; + /** Month of the year (1-12). Specifies the month in which the day occurs. */ + month: Scalars['Int']['output']; +}; + /** The available tax exemptions for a customer. */ export type TaxExemption = /** This customer is exempt from GST taxes for holding a valid exemption. The business customer should provide their GST number and account for the GST. */ @@ -8132,6 +7450,28 @@ export type TaxExemptionDetails = { type: TaxExemption; }; +/** A tax invoice on an order. */ +export type TaxInvoice = { + __typename?: 'TaxInvoice'; + /** The time zone of the destination address of the tax invoice. */ + buyerTimeZone: Scalars['String']['output']; + /** The datetime of when the tax invoice was created. */ + createdAt: Scalars['DateTime']['output']; + /** The invoice number of the tax invoice. */ + invoiceNumber: Scalars['String']['output']; + /** The current processing status of the tax invoice. */ + status: TaxInvoiceStatus; + /** The url to download the tax invoice. */ + url: Scalars['URL']['output']; +}; + +/** The current processing status of the tax invoices. */ +export type TaxInvoiceStatus = + /** The tax invoice has been created. */ + | 'PROCESSED' + /** The tax invoice is being created. */ + | 'PROCESSING'; + /** The details about a single tax applied to the associated line item. */ export type TaxLine = Node & { __typename?: 'TaxLine'; @@ -8644,10 +7984,7 @@ export type TaxRegionCode = /** Zimbabwe. */ | 'ZW'; -/** - * The events that chronicle resource activities available to the customer. - * - */ +/** The events that chronicle resource activities available to the customer. */ export type TimelineEvent = Node & { __typename?: 'TimelineEvent'; /** The date and time when the event occurred. */ @@ -8718,7 +8055,6 @@ export type TransactionTypeDetails = { /** * The custom data attached to a resource. Metafields can be sorted into namespaces and are * comprised of keys, values, and value types. - * */ export type UiExtensionMetafield = Node & { __typename?: 'UiExtensionMetafield'; @@ -8735,7 +8071,6 @@ export type UiExtensionMetafield = Node & { /** * The type name of the metafield. * See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types). - * */ type: Scalars['String']['output']; /** The value of a metafield. */ @@ -8755,28 +8090,16 @@ export type UiExtensionMetafieldFilterInput = { namespace: Scalars['String']['input']; }; -/** - * A session token for a UI extension. - * - */ +/** A session token for a UI extension. */ export type UiExtensionSessionToken = { __typename?: 'UiExtensionSessionToken'; - /** - * The second count until the session token expires. - * - */ + /** The second count until the session token expires. */ expiresIn: Scalars['Int']['output']; - /** - * The value of the UI extension session token. - * - */ + /** The value of the UI extension session token. */ value: Scalars['String']['output']; }; -/** - * The information about the container for unfulfilled digital line items (excluding gift cards). - * - */ +/** The information about the container for unfulfilled digital line items (excluding gift cards). */ export type UnfulfilledDigitalLineItemContainer = UnfulfilledLineItemContainerCommonFields & { __typename?: 'UnfulfilledDigitalLineItemContainer'; @@ -8784,10 +8107,7 @@ export type UnfulfilledDigitalLineItemContainer = lineItems: LineItemContainerLineItemConnection; }; -/** - * The information about the container for unfulfilled digital line items (excluding gift cards). - * - */ +/** The information about the container for unfulfilled digital line items (excluding gift cards). */ export type UnfulfilledDigitalLineItemContainerLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -8796,10 +8116,7 @@ export type UnfulfilledDigitalLineItemContainerLineItemsArgs = { reverse?: InputMaybe; }; -/** - * The information about the container for unfulfilled gift card type line items. - * - */ +/** The information about the container for unfulfilled gift card type line items. */ export type UnfulfilledGiftCardLineItemContainer = UnfulfilledLineItemContainerCommonFields & { __typename?: 'UnfulfilledGiftCardLineItemContainer'; @@ -8807,10 +8124,7 @@ export type UnfulfilledGiftCardLineItemContainer = lineItems: LineItemContainerLineItemConnection; }; -/** - * The information about the container for unfulfilled gift card type line items. - * - */ +/** The information about the container for unfulfilled gift card type line items. */ export type UnfulfilledGiftCardLineItemContainerLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -8819,10 +8133,7 @@ export type UnfulfilledGiftCardLineItemContainerLineItemsArgs = { reverse?: InputMaybe; }; -/** - * The information about the container for unfulfilled line items. - * - */ +/** The information about the container for unfulfilled line items. */ export type UnfulfilledLineItemContainer = UnfulfilledLineItemContainerCommonFields & { __typename?: 'UnfulfilledLineItemContainer'; @@ -8834,10 +8145,7 @@ export type UnfulfilledLineItemContainer = state: Scalars['String']['output']; }; -/** - * The information about the container for unfulfilled line items. - * - */ +/** The information about the container for unfulfilled line items. */ export type UnfulfilledLineItemContainerLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -8861,10 +8169,7 @@ export type UnfulfilledLineItemContainerCommonFieldsLineItemsArgs = { reverse?: InputMaybe; }; -/** - * The information about the container for unfulfilled physical type line items. - * - */ +/** The information about the container for unfulfilled physical type line items. */ export type UnfulfilledPhysicalLineItemContainer = UnfulfilledLineItemContainerCommonFields & { __typename?: 'UnfulfilledPhysicalLineItemContainer'; @@ -8872,10 +8177,7 @@ export type UnfulfilledPhysicalLineItemContainer = lineItems: LineItemContainerLineItemConnection; }; -/** - * The information about the container for unfulfilled physical type line items. - * - */ +/** The information about the container for unfulfilled physical type line items. */ export type UnfulfilledPhysicalLineItemContainerLineItemsArgs = { after?: InputMaybe; before?: InputMaybe; @@ -8884,39 +8186,21 @@ export type UnfulfilledPhysicalLineItemContainerLineItemsArgs = { reverse?: InputMaybe; }; -/** - * The unit price of the line component. For example, "$9.99 / 100ml". - * - */ +/** The unit price of the line component. For example, "$9.99 / 100ml". */ export type UnitPrice = { __typename?: 'UnitPrice'; - /** - * The unit measurement. For example, "$9.99 / 100ml". - * - */ + /** The unit measurement. For example, "$9.99 / 100ml". */ measurement: UnitPriceMeasurement; - /** - * The unit price of the variant. For example, "$1 per xy" where price is "$1". - * - */ + /** The unit price of the variant. For example, "$1 per xy" where price is "$1". */ price: MoneyV2; }; -/** - * The unit price measurement of the line component. For example, "$9.99 / 100ml". - * - */ +/** The unit price measurement of the line component. For example, "$9.99 / 100ml". */ export type UnitPriceMeasurement = { __typename?: 'UnitPriceMeasurement'; - /** - * The reference unit for the unit price measurement. For example, "$9.99 / 100ml" where the reference unit is "ml". - * - */ + /** The reference unit for the unit price measurement. For example, "$9.99 / 100ml" where the reference unit is "ml". */ referenceUnit: UnitPriceMeasurementUnit; - /** - * The reference value for the unit price measurement. For example, "$9.99 / 100ml" where the reference value is "100". - * - */ + /** The reference value for the unit price measurement. For example, "$9.99 / 100ml" where the reference value is "100". */ referenceValue: Scalars['Int']['output']; }; diff --git a/packages/hydrogen-react/src/storefront-api-constants.ts b/packages/hydrogen-react/src/storefront-api-constants.ts index a51b888bee..f5c28ebed1 100644 --- a/packages/hydrogen-react/src/storefront-api-constants.ts +++ b/packages/hydrogen-react/src/storefront-api-constants.ts @@ -1 +1 @@ -export const SFAPI_VERSION = '2024-07'; +export const SFAPI_VERSION = '2024-10'; diff --git a/packages/hydrogen-react/src/storefront-api-types.d.ts b/packages/hydrogen-react/src/storefront-api-types.d.ts index 965514bccf..364293bfc2 100644 --- a/packages/hydrogen-react/src/storefront-api-types.d.ts +++ b/packages/hydrogen-react/src/storefront-api-types.d.ts @@ -1,6 +1,6 @@ /** * THIS FILE IS AUTO-GENERATED, DO NOT EDIT - * Based on Storefront API 2024-07 + * Based on Storefront API 2024-10 * If changes need to happen to the types defined in this file, then generally the Storefront API needs to update. After it's updated, you can run `npm run graphql-types`. * Except custom Scalars, which are defined in the `codegen.ts` file */ @@ -159,7 +159,7 @@ export type Article = HasMetafields & tags: Array; /** The article’s name. */ title: Scalars['String']['output']; - /** A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic. */ + /** URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. */ trackingParameters?: Maybe; }; @@ -255,12 +255,18 @@ export type ArticleSortKeys = /** Sort by the `updated_at` value. */ | 'UPDATED_AT'; -/** Represents a generic custom attribute. */ +/** Represents a generic custom attribute, such as whether an order is a customer's first. */ export type Attribute = { __typename?: 'Attribute'; - /** Key or name of the attribute. */ + /** + * The key or name of the attribute. For example, `"customersFirstOrder"`. + * + */ key: Scalars['String']['output']; - /** Value of the attribute. */ + /** + * The value of the attribute. For example, `"true"`. + * + */ value?: Maybe; }; @@ -649,6 +655,8 @@ export type CartAttributesUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** The discounts automatically applied to the cart line based on prerequisites that have been met. */ @@ -669,6 +677,8 @@ export type CartBillingAddressUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** Represents information about the buyer that is interacting with the cart. */ @@ -740,6 +750,8 @@ export type CartBuyerIdentityUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** @@ -850,6 +862,8 @@ export type CartCreatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** The discounts automatically applied to the cart line based on prerequisites that have been met. */ @@ -998,12 +1012,8 @@ export type CartDeliveryPreference = { /** Delivery preferences can be used to prefill the delivery section at checkout. */ export type CartDeliveryPreferenceInput = { - /** - * The coordinates of a delivery location in order of preference. - * - * The input must not contain more than `250` values. - */ - coordinates?: InputMaybe>; + /** The coordinates of a delivery location in order of preference. */ + coordinates?: InputMaybe; /** * The preferred delivery methods such as shipping, local pickup or through pickup points. * @@ -1056,6 +1066,8 @@ export type CartDiscountCodesUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** Possible error codes that can be returned by `CartUserError`. */ @@ -1150,6 +1162,8 @@ export type CartGiftCardCodesUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** The input fields to create a cart. */ @@ -1321,6 +1335,8 @@ export type CartLinesAddPayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** Return type for `cartLinesRemove` mutation. */ @@ -1330,6 +1346,8 @@ export type CartLinesRemovePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** Return type for `cartLinesUpdate` mutation. */ @@ -1339,6 +1357,8 @@ export type CartLinesUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** The input fields to delete a cart metafield. */ @@ -1397,6 +1417,8 @@ export type CartNoteUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** @@ -1437,6 +1459,8 @@ export type CartPaymentUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** @@ -1458,12 +1482,8 @@ export type CartPreferences = { /** The input fields represent preferences for the buyer that is interacting with the cart. */ export type CartPreferencesInput = { - /** - * Delivery preferences can be used to prefill the delivery section in at checkout. - * - * The input must not contain more than `250` values. - */ - delivery?: InputMaybe>; + /** Delivery preferences can be used to prefill the delivery section in at checkout. */ + delivery?: InputMaybe; /** * Wallet preferences are used to populate relevant payment fields in the checkout flow. * Accepted value: `["shop_pay"]`. @@ -1491,6 +1511,8 @@ export type CartSelectedDeliveryOptionsUpdatePayload = { cart?: Maybe; /** The list of errors that occurred from executing the mutation. */ userErrors: Array; + /** A list of warnings that occurred during the mutation. */ + warnings: Array; }; /** Return type for `cartSubmitForCompletion` mutation. */ @@ -1531,6 +1553,26 @@ export type CartWalletPaymentMethodInput = { shopPayWalletContent?: InputMaybe; }; +/** A warning that occurred during a cart mutation. */ +export type CartWarning = { + __typename?: 'CartWarning'; + /** The code of the warning. */ + code: CartWarningCode; + /** The message text of the warning. */ + message: Scalars['String']['output']; + /** The target of the warning. */ + target: Scalars['ID']['output']; +}; + +/** The code for the cart warning. */ +export type CartWarningCode = + /** The merchandise does not have enough stock. */ + | 'MERCHANDISE_NOT_ENOUGH_STOCK' + /** The merchandise is out of stock. */ + | 'MERCHANDISE_OUT_OF_STOCK' + /** Gift cards are not available as a payment method. */ + | 'PAYMENTS_GIFT_CARDS_UNAVAILABLE'; + /** * A collection represents a grouping of products that a shop owner can create to * organize them or make their shops easier to browse. @@ -1567,7 +1609,7 @@ export type Collection = HasMetafields & seo: Seo; /** The collection’s name. Limit of 255 characters. */ title: Scalars['String']['output']; - /** A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic. */ + /** URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. */ trackingParameters?: Maybe; /** The date and time when the collection was last modified. */ updatedAt: Scalars['DateTime']['output']; @@ -1861,6 +1903,22 @@ export type ComponentizableCartLineAttributeArgs = { key: Scalars['String']['input']; }; +/** Details for count of elements. */ +export type Count = { + __typename?: 'Count'; + /** Count of elements. */ + count: Scalars['Int']['output']; + /** Precision of count, how exact is the value. */ + precision: CountPrecision; +}; + +/** The precision of the value returned by a count field. */ +export type CountPrecision = + /** The count is at least the value. A limit was reached. */ + | 'AT_LEAST' + /** The count is exactly the value. */ + | 'EXACT'; + /** A country. */ export type Country = { __typename?: 'Country'; @@ -3716,7 +3774,7 @@ export type Language = { name: Scalars['String']['output']; }; -/** ISO 639-1 language codes supported by Shopify. */ +/** Language codes supported by Shopify. */ export type LanguageCode = /** Afrikaans. */ | 'AF' @@ -4471,6 +4529,8 @@ export type MenuItemType = | 'COLLECTION' /** A collection link. */ | 'COLLECTIONS' + /** A customer account page link. */ + | 'CUSTOMER_ACCOUNT_PAGE' /** A frontpage link. */ | 'FRONTPAGE' /** An http link. */ @@ -5164,7 +5224,7 @@ export type Order = HasMetafields & currentTotalShippingPrice: MoneyV2; /** The total of all taxes applied to the order, excluding taxes for returned line items. */ currentTotalTax: MoneyV2; - /** A list of the custom attributes added to the order. */ + /** A list of the custom attributes added to the order. For example, whether an order is a customer's first. */ customAttributes: Array; /** The locale code in which this specific order happened. */ customerLocale?: Maybe; @@ -5460,7 +5520,7 @@ export type Page = HasMetafields & seo?: Maybe; /** The title of the page. */ title: Scalars['String']['output']; - /** A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic. */ + /** URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. */ trackingParameters?: Maybe; /** The timestamp of the latest page update. */ updatedAt: Scalars['DateTime']['output']; @@ -5536,6 +5596,19 @@ export type PageSortKeys = /** Sort by the `updated_at` value. */ | 'UPDATED_AT'; +/** Type for paginating through multiple sitemap's resources. */ +export type PaginatedSitemapResources = { + __typename?: 'PaginatedSitemapResources'; + /** Whether there are more pages to fetch following the current page. */ + hasNextPage: Scalars['Boolean']['output']; + /** + * List of sitemap resources for the current page. + * Note: The number of items varies between 0 and 250 per page. + * + */ + items: Array; +}; + /** Settings related to payments. */ export type PaymentSettings = { __typename?: 'PaymentSettings'; @@ -5640,8 +5713,23 @@ export type Product = HasMetafields & OnlineStorePublishable & Trackable & { __typename?: 'Product'; + /** + * A list of variants whose selected options differ with the provided selected options by one, ordered by variant id. + * If selected options are not provided, adjacent variants to the first available variant is returned. + * + * Note that this field returns an array of variants. In most cases, the number of variants in this array will be low. + * However, with a low number of options and a high number of values per option, the number of variants returned + * here can be high. In such cases, it recommended to avoid using this field. + * + * This list of variants can be used in combination with the `options` field to build a rich variant picker that + * includes variant availability or other variant information. + * + */ + adjacentVariants: Array; /** Indicates if at least one product variant is available for sale. */ availableForSale: Scalars['Boolean']['output']; + /** The taxonomy category for the product. */ + category?: Maybe; /** List of collections a product belongs to. */ collections: CollectionConnection; /** The compare at price of the product across all variants. */ @@ -5652,6 +5740,67 @@ export type Product = HasMetafields & description: Scalars['String']['output']; /** The description of the product, complete with HTML formatting. */ descriptionHtml: Scalars['HTML']['output']; + /** + * An encoded string containing all option value combinations + * with a corresponding variant that is currently available for sale. + * + * Integers represent option and values: + * [0,1] represents option_value at array index 0 for the option at array index 0 + * + * `:`, `,`, ` ` and `-` are control characters. + * `:` indicates a new option. ex: 0:1 indicates value 0 for the option in position 1, value 1 for the option in position 2. + * `,` indicates the end of a repeated prefix, mulitple consecutive commas indicate the end of multiple repeated prefixes. + * ` ` indicates a gap in the sequence of option values. ex: 0 4 indicates option values in position 0 and 4 are present. + * `-` indicates a continuous range of option values. ex: 0 1-3 4 + * + * Decoding process: + * + * Example options: [Size, Color, Material] + * Example values: [[Small, Medium, Large], [Red, Blue], [Cotton, Wool]] + * Example encoded string: "0:0:0,1:0-1,,1:0:0-1,1:1,,2:0:1,1:0,," + * + * Step 1: Expand ranges into the numbers they represent: "0:0:0,1:0 1,,1:0:0 1,1:1,,2:0:1,1:0,," + * Step 2: Expand repeated prefixes: "0:0:0,0:1:0 1,1:0:0 1,1:1:1,2:0:1,2:1:0," + * Step 3: Expand shared prefixes so data is encoded as a string: "0:0:0,0:1:0,0:1:1,1:0:0,1:0:1,1:1:1,2:0:1,2:1:0," + * Step 4: Map to options + option values to determine existing variants: + * + * [Small, Red, Cotton] (0:0:0), [Small, Blue, Cotton] (0:1:0), [Small, Blue, Wool] (0:1:1), + * [Medium, Red, Cotton] (1:0:0), [Medium, Red, Wool] (1:0:1), [Medium, Blue, Wool] (1:1:1), + * [Large, Red, Wool] (2:0:1), [Large, Blue, Cotton] (2:1:0). + * + * + */ + encodedVariantAvailability?: Maybe; + /** + * An encoded string containing all option value combinations with a corresponding variant. + * + * Integers represent option and values: + * [0,1] represents option_value at array index 0 for the option at array index 0 + * + * `:`, `,`, ` ` and `-` are control characters. + * `:` indicates a new option. ex: 0:1 indicates value 0 for the option in position 1, value 1 for the option in position 2. + * `,` indicates the end of a repeated prefix, mulitple consecutive commas indicate the end of multiple repeated prefixes. + * ` ` indicates a gap in the sequence of option values. ex: 0 4 indicates option values in position 0 and 4 are present. + * `-` indicates a continuous range of option values. ex: 0 1-3 4 + * + * Decoding process: + * + * Example options: [Size, Color, Material] + * Example values: [[Small, Medium, Large], [Red, Blue], [Cotton, Wool]] + * Example encoded string: "0:0:0,1:0-1,,1:0:0-1,1:1,,2:0:1,1:0,," + * + * Step 1: Expand ranges into the numbers they represent: "0:0:0,1:0 1,,1:0:0 1,1:1,,2:0:1,1:0,," + * Step 2: Expand repeated prefixes: "0:0:0,0:1:0 1,1:0:0 1,1:1:1,2:0:1,2:1:0," + * Step 3: Expand shared prefixes so data is encoded as a string: "0:0:0,0:1:0,0:1:1,1:0:0,1:0:1,1:1:1,2:0:1,2:1:0," + * Step 4: Map to options + option values to determine existing variants: + * + * [Small, Red, Cotton] (0:0:0), [Small, Blue, Cotton] (0:1:0), [Small, Blue, Wool] (0:1:1), + * [Medium, Red, Cotton] (1:0:0), [Medium, Red, Wool] (1:0:1), [Medium, Blue, Wool] (1:1:1), + * [Large, Red, Wool] (2:0:1), [Large, Blue, Cotton] (2:1:0). + * + * + */ + encodedVariantExistence?: Maybe; /** * The featured image for the product. * @@ -5677,7 +5826,11 @@ export type Product = HasMetafields & metafield?: Maybe; /** The metafields associated with the resource matching the supplied list of namespaces and keys. */ metafields: Array>; - /** The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel. */ + /** + * The URL used for viewing the resource on the shop's Online Store. Returns + * `null` if the resource is currently not published to the Online Store sales channel. + * + */ onlineStoreUrl?: Maybe; /** List of product options. */ options: Array; @@ -5689,6 +5842,14 @@ export type Product = HasMetafields & publishedAt: Scalars['DateTime']['output']; /** Whether the product can only be purchased with a selling plan. */ requiresSellingPlan: Scalars['Boolean']['output']; + /** + * Find an active product variant based on selected options, availability or the first variant. + * + * All arguments are optional. If no selected options are provided, the first available variant is returned. + * If no variants are available, the first variant is returned. + * + */ + selectedOrFirstAvailableVariant?: Maybe; /** A list of a product's available selling plan groups. A selling plan group represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans. */ sellingPlanGroups: SellingPlanGroupConnection; /** The product's SEO information. */ @@ -5703,7 +5864,7 @@ export type Product = HasMetafields & title: Scalars['String']['output']; /** The total quantity of inventory in stock for this Product. */ totalInventory?: Maybe; - /** A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic. */ + /** URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. */ trackingParameters?: Maybe; /** * The date and time when the product was last modified. @@ -5722,10 +5883,25 @@ export type Product = HasMetafields & variantBySelectedOptions?: Maybe; /** List of the product’s variants. */ variants: ProductVariantConnection; + /** The total count of variants for this product. */ + variantsCount?: Maybe; /** The product’s vendor name. */ vendor: Scalars['String']['output']; }; +/** + * A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. + * For example, a digital download (such as a movie, music or ebook file) also + * qualifies as a product, as do services (such as equipment rental, work for hire, + * customization of another product or an extended warranty). + * + */ +export type ProductAdjacentVariantsArgs = { + caseInsensitiveMatch?: InputMaybe; + ignoreUnknownOptions?: InputMaybe; + selectedOptions?: InputMaybe>; +}; + /** * A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. * For example, a digital download (such as a movie, music or ebook file) also @@ -5818,6 +5994,19 @@ export type ProductOptionsArgs = { first?: InputMaybe; }; +/** + * A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. + * For example, a digital download (such as a movie, music or ebook file) also + * qualifies as a product, as do services (such as equipment rental, work for hire, + * customization of another product or an extended warranty). + * + */ +export type ProductSelectedOrFirstAvailableVariantArgs = { + caseInsensitiveMatch?: InputMaybe; + ignoreUnknownOptions?: InputMaybe; + selectedOptions?: InputMaybe>; +}; + /** * A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. * For example, a digital download (such as a movie, music or ebook file) also @@ -5993,6 +6182,14 @@ export type ProductOption = Node & { */ export type ProductOptionValue = Node & { __typename?: 'ProductOptionValue'; + /** + * The product variant that combines this option value with the + * lowest-position option values for all other options. + * + * This field will always return a variant, provided a variant including this option value exists. + * + */ + firstSelectableVariant?: Maybe; /** A globally-unique ID. */ id: Scalars['ID']['output']; /** The name of the product option value. */ @@ -6123,6 +6320,8 @@ export type ProductVariant = HasMetafields & selectedOptions: Array; /** Represents an association between a variant and a selling plan. Selling plan allocations describe which selling plans are available for each variant, and what their impact is on pricing. */ sellingPlanAllocations: SellingPlanAllocationConnection; + /** The Shop Pay Installments pricing information for the product variant. */ + shopPayInstallmentsPricing?: Maybe; /** The SKU (stock keeping unit) associated with the variant. */ sku?: Maybe; /** The in-store pickup availability of this variant by location. */ @@ -6472,7 +6671,11 @@ export type QueryRoot = { | ProductOptionValue | ProductVariant | Shop + | ShopPayInstallmentsFinancingPlan + | ShopPayInstallmentsFinancingPlanTerm + | ShopPayInstallmentsProductVariantPricing | ShopPolicy + | TaxonomyCategory | UrlRedirect | Video >; @@ -6509,7 +6712,11 @@ export type QueryRoot = { | ProductOptionValue | ProductVariant | Shop + | ShopPayInstallmentsFinancingPlan + | ShopPayInstallmentsFinancingPlanTerm + | ShopPayInstallmentsProductVariantPricing | ShopPolicy + | TaxonomyCategory | UrlRedirect | Video > @@ -6555,6 +6762,8 @@ export type QueryRoot = { search: SearchResultItemConnection; /** The shop associated with the storefront access token. */ shop: Shop; + /** Contains all fields required to generate sitemaps. */ + sitemap: Sitemap; /** A list of redirects for a shop. */ urlRedirects: UrlRedirectConnection; }; @@ -6763,6 +6972,11 @@ export type QueryRootSearchArgs = { unavailableProducts?: InputMaybe; }; +/** The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. */ +export type QueryRootSitemapArgs = { + type: SitemapType; +}; + /** The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. */ export type QueryRootUrlRedirectsArgs = { after?: InputMaybe; @@ -6815,7 +7029,7 @@ export type SearchQuerySuggestion = Trackable & { styledText: Scalars['String']['output']; /** The text of the search query suggestion. */ text: Scalars['String']['output']; - /** A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic. */ + /** URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. */ trackingParameters?: Maybe; }; @@ -7237,6 +7451,8 @@ export type Shop = HasMetafields & shippingPolicy?: Maybe; /** Countries that the shop ships to. */ shipsToCountries: Array; + /** The Shop Pay Installments pricing information for the shop. */ + shopPayInstallmentsPricing?: Maybe; /** The shop’s subscription policy. */ subscriptionPolicy?: Maybe; /** The shop’s terms of service. */ @@ -7254,6 +7470,78 @@ export type ShopMetafieldsArgs = { identifiers: Array; }; +/** The financing plan in Shop Pay Installments. */ +export type ShopPayInstallmentsFinancingPlan = Node & { + __typename?: 'ShopPayInstallmentsFinancingPlan'; + /** A globally-unique ID. */ + id: Scalars['ID']['output']; + /** The maximum price to qualify for the financing plan. */ + maxPrice: MoneyV2; + /** The minimum price to qualify for the financing plan. */ + minPrice: MoneyV2; + /** The terms of the financing plan. */ + terms: Array; +}; + +/** The payment frequency for a Shop Pay Installments Financing Plan. */ +export type ShopPayInstallmentsFinancingPlanFrequency = + /** Monthly payment frequency. */ + | 'MONTHLY' + /** Weekly payment frequency. */ + | 'WEEKLY'; + +/** The terms of the financing plan in Shop Pay Installments. */ +export type ShopPayInstallmentsFinancingPlanTerm = Node & { + __typename?: 'ShopPayInstallmentsFinancingPlanTerm'; + /** The annual percentage rate (APR) of the financing plan. */ + apr: Scalars['Int']['output']; + /** The payment frequency for the financing plan. */ + frequency: ShopPayInstallmentsFinancingPlanFrequency; + /** A globally-unique ID. */ + id: Scalars['ID']['output']; + /** The number of installments for the financing plan. */ + installmentsCount?: Maybe; + /** The type of loan for the financing plan. */ + loanType: ShopPayInstallmentsLoan; +}; + +/** The loan type for a Shop Pay Installments Financing Plan Term. */ +export type ShopPayInstallmentsLoan = + /** An interest-bearing loan type. */ + | 'INTEREST' + /** A split-pay loan type. */ + | 'SPLIT_PAY' + /** A zero-percent loan type. */ + | 'ZERO_PERCENT'; + +/** The result for a Shop Pay Installments pricing request. */ +export type ShopPayInstallmentsPricing = { + __typename?: 'ShopPayInstallmentsPricing'; + /** The financing plans available for the given price range. */ + financingPlans: Array; + /** The maximum price to qualify for financing. */ + maxPrice: MoneyV2; + /** The minimum price to qualify for financing. */ + minPrice: MoneyV2; +}; + +/** The shop pay installments pricing information for a product variant. */ +export type ShopPayInstallmentsProductVariantPricing = Node & { + __typename?: 'ShopPayInstallmentsProductVariantPricing'; + /** Whether the product variant is available. */ + available: Scalars['Boolean']['output']; + /** Whether the product variant is eligible for Shop Pay Installments. */ + eligible: Scalars['Boolean']['output']; + /** The full price of the product variant. */ + fullPrice: MoneyV2; + /** The ID of the product variant. */ + id: Scalars['ID']['output']; + /** The number of payment terms available for the product variant. */ + installmentsCount?: Maybe; + /** The price per term for the product variant. */ + pricePerTerm: MoneyV2; +}; + /** Represents a Shop Pay payment request. */ export type ShopPayPaymentRequest = { __typename?: 'ShopPayPaymentRequest'; @@ -7635,6 +7923,97 @@ export type ShopPolicyWithDefault = { url: Scalars['URL']['output']; }; +/** Contains all fields required to generate sitemaps. */ +export type Sitemap = { + __typename?: 'Sitemap'; + /** The number of sitemap's pages for a given type. */ + pagesCount?: Maybe; + /** + * A list of sitemap's resources for a given type. + * + * Important Notes: + * - The number of items per page varies from 0 to 250. + * - Empty pages (0 items) may occur and do not necessarily indicate the end of results. + * - Always check `hasNextPage` to determine if more pages are available. + * + */ + resources?: Maybe; +}; + +/** Contains all fields required to generate sitemaps. */ +export type SitemapResourcesArgs = { + page: Scalars['Int']['input']; +}; + +/** Represents a sitemap's image. */ +export type SitemapImage = { + __typename?: 'SitemapImage'; + /** Image's alt text. */ + alt?: Maybe; + /** Path to the image. */ + filepath?: Maybe; + /** The date and time when the image was updated. */ + updatedAt: Scalars['DateTime']['output']; +}; + +/** Represents a sitemap resource that is not a metaobject. */ +export type SitemapResource = SitemapResourceInterface & { + __typename?: 'SitemapResource'; + /** Resource's handle. */ + handle: Scalars['String']['output']; + /** Resource's image. */ + image?: Maybe; + /** Resource's title. */ + title?: Maybe; + /** The date and time when the resource was updated. */ + updatedAt: Scalars['DateTime']['output']; +}; + +/** Represents the common fields for all sitemap resource types. */ +export type SitemapResourceInterface = { + /** Resource's handle. */ + handle: Scalars['String']['output']; + /** The date and time when the resource was updated. */ + updatedAt: Scalars['DateTime']['output']; +}; + +/** + * A SitemapResourceMetaobject represents a metaobject with + * [the `renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages). + * + */ +export type SitemapResourceMetaobject = SitemapResourceInterface & { + __typename?: 'SitemapResourceMetaobject'; + /** Resource's handle. */ + handle: Scalars['String']['output']; + /** The URL handle for accessing pages of this metaobject type in the Online Store. */ + onlineStoreUrlHandle?: Maybe; + /** The type of the metaobject. Defines the namespace of its associated metafields. */ + type: Scalars['String']['output']; + /** The date and time when the resource was updated. */ + updatedAt: Scalars['DateTime']['output']; +}; + +/** The types of resources potentially present in a sitemap. */ +export type SitemapType = + /** Articles present in the sitemap. */ + | 'ARTICLE' + /** Blogs present in the sitemap. */ + | 'BLOG' + /** Collections present in the sitemap. */ + | 'COLLECTION' + /** + * Metaobjects present in the sitemap. Only metaobject types with the + * [`renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages) + * are included in sitemap. + * + */ + | 'METAOBJECT' + /** Pages present in the sitemap. */ + | 'PAGE' + /** Products present in the sitemap. */ + | 'PRODUCT'; + /** * The availability of a product variant at a particular location. * Local pick-up must be enabled in the store's shipping settings, otherwise this will return an empty result. @@ -7851,9 +8230,23 @@ export type Swatch = { image?: Maybe; }; +/** + * The taxonomy category for the product. + * + */ +export type TaxonomyCategory = Node & { + __typename?: 'TaxonomyCategory'; + /** All parent nodes of the current taxonomy category. */ + ancestors: Array; + /** A static identifier for the taxonomy category. */ + id: Scalars['ID']['output']; + /** The localized name of the taxonomy category. */ + name: Scalars['String']['output']; +}; + /** Represents a resource that you can track the origin of the search traffic. */ export type Trackable = { - /** A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic. */ + /** URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. */ trackingParameters?: Maybe; }; @@ -7964,7 +8357,7 @@ export type UserError = DisplayableError & { message: Scalars['String']['output']; }; -/** Represents an error that happens during execution of a customer mutation. */ +/** Error codes for failed Shop Pay payment request session mutations. */ export type UserErrorsShopPayPaymentRequestSessionUserErrors = DisplayableError & { __typename?: 'UserErrorsShopPayPaymentRequestSessionUserErrors'; diff --git a/packages/hydrogen-react/src/storefront-client.example.js b/packages/hydrogen-react/src/storefront-client.example.js index 98764a27e3..7794fab536 100644 --- a/packages/hydrogen-react/src/storefront-client.example.js +++ b/packages/hydrogen-react/src/storefront-client.example.js @@ -2,7 +2,7 @@ import {createStorefrontClient} from '@shopify/hydrogen-react'; export const client = createStorefrontClient({ storeDomain: 'https://{store-name}.myshopify.com', - storefrontApiVersion: '2024-07', + storefrontApiVersion: '2024-10', privateStorefrontToken: '{private token for server-side requests}', }); diff --git a/packages/hydrogen-react/src/storefront-client.test.ts b/packages/hydrogen-react/src/storefront-client.test.ts index 11e74cb24d..913b8bfb76 100644 --- a/packages/hydrogen-react/src/storefront-client.test.ts +++ b/packages/hydrogen-react/src/storefront-client.test.ts @@ -135,7 +135,7 @@ describe(`createStorefrontClient`, () => { 'Shopify-Storefront-Private-Token': 'privateToken', 'X-SDK-Variant': 'hydrogen-react', 'X-SDK-Variant-Source': 'react', - 'X-SDK-Version': '2024-07', + 'X-SDK-Version': '2024-10', 'content-type': 'application/json', }); }); @@ -156,7 +156,7 @@ describe(`createStorefrontClient`, () => { 'Shopify-Storefront-Private-Token': 'newPrivate', 'X-SDK-Variant': 'hydrogen-react', 'X-SDK-Variant-Source': 'react', - 'X-SDK-Version': '2024-07', + 'X-SDK-Version': '2024-10', 'content-type': 'application/graphql', }); }); @@ -170,7 +170,7 @@ describe(`createStorefrontClient`, () => { expect(client.getPublicTokenHeaders()).toEqual({ 'X-Shopify-Storefront-Access-Token': 'publicToken', - 'X-SDK-Version': '2024-07', + 'X-SDK-Version': '2024-10', 'X-SDK-Variant': 'hydrogen-react', 'X-SDK-Variant-Source': 'react', 'content-type': 'application/json', @@ -189,7 +189,7 @@ describe(`createStorefrontClient`, () => { }), ).toEqual({ 'X-Shopify-Storefront-Access-Token': 'newPublic', - 'X-SDK-Version': '2024-07', + 'X-SDK-Version': '2024-10', 'X-SDK-Variant': 'hydrogen-react', 'X-SDK-Variant-Source': 'react', 'content-type': 'application/graphql', diff --git a/packages/hydrogen-react/src/useMoney.test.tsx b/packages/hydrogen-react/src/useMoney.test.tsx index 6af4599f84..fcd83d3dfb 100644 --- a/packages/hydrogen-react/src/useMoney.test.tsx +++ b/packages/hydrogen-react/src/useMoney.test.tsx @@ -68,7 +68,7 @@ describe(`useMoney`, () => { const SHOPIFY_CONFIG: ShopifyProviderProps = { storeDomain: 'https://notashop.myshopify.com', storefrontToken: 'abc123', - storefrontApiVersion: '2024-07', + storefrontApiVersion: '2024-10', countryIsoCode: 'BR', languageIsoCode: 'PT_PT', }; diff --git a/packages/hydrogen-react/storefront.schema.json b/packages/hydrogen-react/storefront.schema.json index 3a93404290..0aa2d48093 100644 --- a/packages/hydrogen-react/storefront.schema.json +++ b/packages/hydrogen-react/storefront.schema.json @@ -1 +1 @@ -{"__schema":{"queryType":{"name":"QueryRoot"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"ApiVersion","description":"A version of the API, as defined by [Shopify API versioning](https://shopify.dev/api/usage/versioning).\nVersions are commonly referred to by their handle (for example, `2021-10`).\n","fields":[{"name":"displayName","description":"The human-readable name of the version.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or `unstable` handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"supported","description":"Whether the version is actively supported by Shopify. Supported API versions are guaranteed to be stable. Unsupported API versions include unstable, release candidate, and end-of-life versions that are marked as unsupported. For more information, refer to [Versioning](https://shopify.dev/api/usage/versioning).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ApplePayWalletContentInput","description":"The input fields for submitting Apple Pay payment method information for checkout.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The data for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"header","description":"The header data for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ApplePayWalletHeaderInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastDigits","description":"The last digits of the card used to create the payment.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"signature","description":"The signature for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"The version for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ApplePayWalletHeaderInput","description":"The input fields for submitting wallet payment method information for checkout.\n","fields":null,"inputFields":[{"name":"applicationData","description":"The application data for the Apple Pay wallet.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ephemeralPublicKey","description":"The ephemeral public key for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"publicKeyHash","description":"The public key hash for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"transactionId","description":"The transaction ID for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedGiftCard","description":"Details about the gift card used on the checkout.","fields":[{"name":"amountUsed","description":"The amount that was taken from the gift card by applying it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amountUsedV2","description":"The amount that was taken from the gift card by applying it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `amountUsed` instead."},{"name":"balance","description":"The amount left on the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceV2","description":"The amount left on the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `balance` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastCharacters","description":"The last characters of the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentAmountUsed","description":"The amount that was applied to the checkout in its currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Article","description":"An article in an online store blog.","fields":[{"name":"author","description":"The article's author.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleAuthor","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `authorV2` instead."},{"name":"authorV2","description":"The article's author.","args":[],"type":{"kind":"OBJECT","name":"ArticleAuthor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blog","description":"The blog that the article belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Blog","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"comments","description":"List of comments posted on the article.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CommentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"Stripped content of the article, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentHtml","description":"The content of the article, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"excerpt","description":"Stripped excerpt of the article, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"excerptHtml","description":"The excerpt of the article, complete with HTML formatting.","args":[],"type":{"kind":"SCALAR","name":"HTML","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the Article automatically generated from its title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image associated with the article.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"publishedAt","description":"The date and time when the article was published.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The article’s SEO information.","args":[],"type":{"kind":"OBJECT","name":"SEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A categorization that a article can be tagged with.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The article’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArticleAuthor","description":"The author of an article.","fields":[{"name":"bio","description":"The author's bio.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The author’s email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The author's first name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The author's last name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The author's full name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArticleConnection","description":"An auto-generated type for paginating through multiple Articles.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ArticleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArticleEdge","description":"An auto-generated type which holds one Article and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ArticleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ArticleSortKeys","description":"The set of valid sort keys for the Article query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHOR","description":"Sort by the `author` value.","isDeprecated":false,"deprecationReason":null},{"name":"BLOG_TITLE","description":"Sort by the `blog_title` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"PUBLISHED_AT","description":"Sort by the `published_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Attribute","description":"Represents a generic custom attribute.","fields":[{"name":"key","description":"Key or name of the attribute.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"Value of the attribute.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AttributeInput","description":"The input fields for an attribute.","fields":null,"inputFields":[{"name":"key","description":"Key or name of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"Value of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AutomaticDiscountApplication","description":"Automatic discount applications capture the intentions of a discount that was automatically applied.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseCartLine","description":"Represents a cart line common fields.","fields":[{"name":"attribute","description":"An attribute associated with the cart line.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart line. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchandise","description":"The merchandise that the buyer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"Merchandise","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise that the customer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocation","description":"The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.","args":[],"type":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartLine","ofType":null},{"kind":"OBJECT","name":"ComponentizableCartLine","ofType":null}]},{"kind":"OBJECT","name":"BaseCartLineConnection","description":"An auto-generated type for paginating through multiple BaseCartLines.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaseCartLineEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in BaseCartLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"BaseCartLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaseCartLineEdge","description":"An auto-generated type which holds one BaseCartLine and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of BaseCartLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"BaseCartLine","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Blog","description":"An online store blog.","fields":[{"name":"articleByHandle","description":"Find an article by its handle.","args":[{"name":"handle","description":"The handle of the article.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Article","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"articles","description":"List of the blog's articles.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| author |\n| blog_title |\n| created_at |\n| tag |\n| tag_not |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ArticleSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"authors","description":"The authors who have contributed to the blog.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleAuthor","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the Blog automatically generated from its title.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The blog's SEO information.","args":[],"type":{"kind":"OBJECT","name":"SEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The blogs’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BlogConnection","description":"An auto-generated type for paginating through multiple Blogs.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BlogEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in BlogEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Blog","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BlogEdge","description":"An auto-generated type which holds one Blog and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of BlogEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Blog","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BlogSortKeys","description":"The set of valid sort keys for the Blog query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HANDLE","description":"Sort by the `handle` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Brand","description":"The store's [branding configuration](https://help.shopify.com/en/manual/promoting-marketing/managing-brand-assets).\n","fields":[{"name":"colors","description":"The colors of the store's brand.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BrandColors","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"coverImage","description":"The store's cover image.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logo","description":"The store's default logo.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shortDescription","description":"The store's short description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"slogan","description":"The store's slogan.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"squareLogo","description":"The store's preferred logo for square UI elements.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BrandColorGroup","description":"A group of related colors for the shop's brand.\n","fields":[{"name":"background","description":"The background color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"foreground","description":"The foreground color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BrandColors","description":"The colors of the shop's brand.\n","fields":[{"name":"primary","description":"The shop's primary brand colors.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BrandColorGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"secondary","description":"The shop's secondary brand colors.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BrandColorGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"BuyerInput","description":"The input fields for obtaining the buyer's identity.\n","fields":null,"inputFields":[{"name":"companyLocationId","description":"The identifier of the company location.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The storefront customer access token retrieved from the [Customer Accounts API](https://shopify.dev/docs/api/customer/reference/mutations/storefrontCustomerAccessTokenCreate).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CardBrand","description":"Card brand, such as Visa or Mastercard, which can be used for payments.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AMERICAN_EXPRESS","description":"American Express.","isDeprecated":false,"deprecationReason":null},{"name":"DINERS_CLUB","description":"Diners Club.","isDeprecated":false,"deprecationReason":null},{"name":"DISCOVER","description":"Discover.","isDeprecated":false,"deprecationReason":null},{"name":"JCB","description":"JCB.","isDeprecated":false,"deprecationReason":null},{"name":"MASTERCARD","description":"Mastercard.","isDeprecated":false,"deprecationReason":null},{"name":"VISA","description":"Visa.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Cart","description":"A cart represents the merchandise that a buyer intends to purchase,\nand the estimated cost associated with the cart. Learn how to\n[interact with a cart](https://shopify.dev/custom-storefronts/internationalization/international-pricing)\nduring a customer's session.\n","fields":[{"name":"appliedGiftCards","description":"The gift cards that have been applied to the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"attribute","description":"An attribute associated with the cart.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"buyerIdentity","description":"Information about the buyer that's interacting with the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartBuyerIdentity","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"checkoutUrl","description":"The URL of the checkout for the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The estimated costs that the buyer will pay at checkout. The costs are subject to change and changes will be reflected at checkout. The `cost` field uses the `buyerIdentity` field to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the cart was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryGroups","description":"The delivery groups available for the cart, based on the buyer identity default\ndelivery address preference or the default address of the logged-in customer.\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"withCarrierRates","description":"Whether to include [carrier-calculated delivery rates](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/enabling-shipping-carriers) in the response.\n\nBy default, only static shipping rates are returned. This argument requires mandatory usage of the [`@defer` directive](https://shopify.dev/docs/api/storefront#directives).\n\nFor more information, refer to [fetching carrier-calculated rates for the cart using `@defer`](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/defer#fetching-carrier-calculated-rates-for-the-cart-using-defer).\n","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroupConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the entire cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The case-insensitive discount codes that the customer added at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDiscountCode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated costs that the buyer will pay at checkout. The estimated costs are subject to change and changes will be reflected at checkout. The `estimatedCost` field uses the `buyerIdentity` field to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of lines containing information about the items the customer intends to purchase.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaseCartLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that's associated with the cart. For example, the note can be a personalized message to the buyer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantity","description":"The total number of items in the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the cart was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartAttributesUpdatePayload","description":"Return type for `cartAttributesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartAutomaticDiscountAllocation","description":"The discounts automatically applied to the cart line based on prerequisites that have been met.","fields":[{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the allocated discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartBillingAddressUpdatePayload","description":"Return type for `cartBillingAddressUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartBuyerIdentity","description":"Represents information about the buyer that is interacting with the cart.","fields":[{"name":"countryCode","description":"The country where the buyer is located.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer account associated with the cart.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddressPreferences","description":"An ordered set of delivery addresses tied to the buyer that is interacting with the cart.\nThe rank of the preferences is determined by the order of the addresses in the array. Preferences\ncan be used to populate relevant fields in the checkout flow.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeliveryAddress","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the buyer that's interacting with the cart.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the buyer that's interacting with the cart.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"preferences","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","args":[],"type":{"kind":"OBJECT","name":"CartPreferences","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"purchasingCompany","description":"The purchasing company associated with the cart.","args":[],"type":{"kind":"OBJECT","name":"PurchasingCompany","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartBuyerIdentityInput","description":"Specifies the input fields to update the buyer information associated with a cart.\nBuyer identity is used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing)\nand should match the customer's shipping address.\n","fields":null,"inputFields":[{"name":"companyLocationId","description":"The company location of the buyer that is interacting with the cart.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country where the buyer is located.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer associated with the cart.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddressPreferences","description":"An ordered set of delivery addresses tied to the buyer that is interacting with the cart.\nThe rank of the preferences is determined by the order of the addresses in the array. Preferences\ncan be used to populate relevant fields in the checkout flow.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeliveryAddressInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the buyer that is interacting with the cart.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the buyer that is interacting with the cart.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferences","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","type":{"kind":"INPUT_OBJECT","name":"CartPreferencesInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartBuyerIdentityUpdatePayload","description":"Return type for `cartBuyerIdentityUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartCardSource","description":"Represents how credit card details are provided for a direct payment.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SAVED_CREDIT_CARD","description":"The credit card was provided by a third party and vaulted on their system.\nUsing this value requires a separate permission from Shopify.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CartCodeDiscountAllocation","description":"The discount that has been applied to the cart line using a discount code.","fields":[{"name":"code","description":"The code used to apply the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CartCompletionAction","description":"The completion action to checkout a cart.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CompletePaymentChallenge","ofType":null}]},{"kind":"OBJECT","name":"CartCompletionActionRequired","description":"The required completion action to checkout a cart.","fields":[{"name":"action","description":"The action required to complete the cart completion attempt.","args":[],"type":{"kind":"UNION","name":"CartCompletionAction","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CartCompletionAttemptResult","description":"The result of a cart completion attempt.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartCompletionActionRequired","ofType":null},{"kind":"OBJECT","name":"CartCompletionFailed","ofType":null},{"kind":"OBJECT","name":"CartCompletionProcessing","ofType":null},{"kind":"OBJECT","name":"CartCompletionSuccess","ofType":null}]},{"kind":"OBJECT","name":"CartCompletionFailed","description":"A failed completion to checkout a cart.","fields":[{"name":"errors","description":"The errors that caused the checkout to fail.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompletionError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCompletionProcessing","description":"A cart checkout completion that's still processing.","fields":[{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pollDelay","description":"The number of milliseconds to wait before polling again.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCompletionSuccess","description":"A successful completion to checkout a cart and a created order.","fields":[{"name":"completedAt","description":"The date and time when the job completed.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":"The ID of the order that's created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderUrl","description":"The URL of the order confirmation in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCost","description":"The costs that the buyer will pay at checkout.\nThe cart cost uses [`CartBuyerIdentity`](https://shopify.dev/api/storefront/reference/cart/cartbuyeridentity) to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).\n","fields":[{"name":"checkoutChargeAmount","description":"The estimated amount, before taxes and discounts, for the customer to pay at checkout. The checkout charge amount doesn't include any deferred payments that'll be paid at a later date. If the cart has no deferred payments, then the checkout charge amount is equivalent to `subtotalAmount`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The amount, before taxes and cart-level discounts, for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmountEstimated","description":"Whether the subtotal amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total amount for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmountEstimated","description":"Whether the total amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutyAmount","description":"The duty amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutyAmountEstimated","description":"Whether the total duty amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The tax amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmountEstimated","description":"Whether the total tax amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCreatePayload","description":"Return type for `cartCreate` mutation.","fields":[{"name":"cart","description":"The new cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCustomDiscountAllocation","description":"The discounts automatically applied to the cart line based on prerequisites that have been met.","fields":[{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the allocated discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryCoordinatesPreference","description":"Preferred location used to find the closest pick up point based on coordinates.","fields":[{"name":"countryCode","description":"The two-letter code for the country of the preferred location.\n\nFor example, US.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The geographic latitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The geographic longitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartDeliveryCoordinatesPreferenceInput","description":"Preferred location used to find the closest pick up point based on coordinates.","fields":null,"inputFields":[{"name":"countryCode","description":"The two-letter code for the country of the preferred location.\n\nFor example, US.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The geographic latitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The geographic longitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryGroup","description":"Information about the options available for one or more line items to be delivered to a specific address.","fields":[{"name":"cartLines","description":"A list of cart lines for the delivery group.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaseCartLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddress","description":"The destination address for the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryOptions","description":"The delivery options available for the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"groupType","description":"The type of merchandise in the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CartDeliveryGroupType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID for the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryOption","description":"The selected delivery option for the delivery group.","args":[],"type":{"kind":"OBJECT","name":"CartDeliveryOption","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryGroupConnection","description":"An auto-generated type for paginating through multiple CartDeliveryGroups.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroupEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CartDeliveryGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryGroupEdge","description":"An auto-generated type which holds one CartDeliveryGroup and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CartDeliveryGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroup","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartDeliveryGroupType","description":"Defines what type of merchandise is in the delivery group.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ONE_TIME_PURCHASE","description":"The delivery group only contains merchandise that is either a one time purchase or a first delivery of\nsubscription merchandise.\n","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"The delivery group only contains subscription merchandise.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryOption","description":"Information about a delivery option.","fields":[{"name":"code","description":"The code of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodType","description":"The method for the delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DeliveryMethodType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost for the delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The unique identifier of the delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryPreference","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","fields":[{"name":"coordinates","description":"Preferred location used to find the closest pick up point based on coordinates.","args":[],"type":{"kind":"OBJECT","name":"CartDeliveryCoordinatesPreference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The preferred delivery methods such as shipping, local pickup or through pickup points.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PreferenceDeliveryMethodType","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pickupHandle","description":"The pickup handle prefills checkout fields with the location for either local pickup or pickup points delivery methods.\nIt accepts both location ID for local pickup and external IDs for pickup points.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartDeliveryPreferenceInput","description":"Delivery preferences can be used to prefill the delivery section at checkout.","fields":null,"inputFields":[{"name":"coordinates","description":"The coordinates of a delivery location in order of preference.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartDeliveryCoordinatesPreferenceInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The preferred delivery methods such as shipping, local pickup or through pickup points.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PreferenceDeliveryMethodType","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pickupHandle","description":"The pickup handle prefills checkout fields with the location for either local pickup or pickup points delivery methods.\nIt accepts both location ID for local pickup and external IDs for pickup points.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartDirectPaymentMethodInput","description":"The input fields for submitting direct payment method information for checkout.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cardSource","description":"The source of the credit card payment.","type":{"kind":"ENUM","name":"CartCardSource","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The session ID for the direct payment method used to create the payment.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"CartDiscountAllocation","description":"The discounts that have been applied to the cart line.","fields":[{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartAutomaticDiscountAllocation","ofType":null},{"kind":"OBJECT","name":"CartCodeDiscountAllocation","ofType":null},{"kind":"OBJECT","name":"CartCustomDiscountAllocation","ofType":null}]},{"kind":"OBJECT","name":"CartDiscountCode","description":"The discount codes applied to the cart.","fields":[{"name":"applicable","description":"Whether the discount code is applicable to the cart's current contents.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code for the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDiscountCodesUpdatePayload","description":"Return type for `cartDiscountCodesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartErrorCode","description":"Possible error codes that can be returned by `CartUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS_FIELD_CONTAINS_EMOJIS","description":"The specified address field contains emojis.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_CONTAINS_HTML_TAGS","description":"The specified address field contains HTML tags.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_CONTAINS_URL","description":"The specified address field contains a URL.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_DOES_NOT_MATCH_EXPECTED_PATTERN","description":"The specified address field does not match the expected pattern.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_IS_REQUIRED","description":"The specified address field is required.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_IS_TOO_LONG","description":"The specified address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_COMPANY_LOCATION","description":"Company location not found or not allowed.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_DELIVERY_GROUP","description":"Delivery group was not found in cart.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_DELIVERY_OPTION","description":"Delivery option was not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INCREMENT","description":"The quantity must be a multiple of the specified increment.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_MERCHANDISE_LINE","description":"Merchandise line was not found in cart.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_METAFIELDS","description":"The metafields were not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PAYMENT","description":"The payment wasn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PAYMENT_EMPTY_CART","description":"Cannot update payment on an empty cart","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_ZIP_CODE_FOR_COUNTRY","description":"The given zip code is invalid for the provided country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_ZIP_CODE_FOR_PROVINCE","description":"The given zip code is invalid for the provided province.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN","description":"The input value should be less than the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"MAXIMUM_EXCEEDED","description":"The quantity must be below the specified maximum for the item.","isDeprecated":false,"deprecationReason":null},{"name":"MINIMUM_NOT_MET","description":"The quantity must be above the specified minimum for the item.","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_CUSTOMER_ACCESS_TOKEN","description":"The customer access token is required when setting a company location.","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_DISCOUNT_CODE","description":"Missing discount code.","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_NOTE","description":"Missing note.","isDeprecated":false,"deprecationReason":null},{"name":"NOTE_TOO_LONG","description":"The note length must be below the specified maximum.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_METHOD_NOT_SUPPORTED","description":"The payment method is not supported.","isDeprecated":false,"deprecationReason":null},{"name":"PROVINCE_NOT_FOUND","description":"The given province cannot be found.","isDeprecated":false,"deprecationReason":null},{"name":"UNSPECIFIED_ADDRESS_ERROR","description":"A general error occurred during address validation.","isDeprecated":false,"deprecationReason":null},{"name":"VALIDATION_CUSTOM","description":"Validation failed.","isDeprecated":false,"deprecationReason":null},{"name":"ZIP_CODE_NOT_SUPPORTED","description":"The given zip code is unsupported.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CartEstimatedCost","description":"The estimated costs that the buyer will pay at checkout. The estimated cost uses [`CartBuyerIdentity`](https://shopify.dev/api/storefront/reference/cart/cartbuyeridentity) to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).","fields":[{"name":"checkoutChargeAmount","description":"The estimated amount, before taxes and discounts, for the customer to pay at checkout. The checkout charge amount doesn't include any deferred payments that'll be paid at a later date. If the cart has no deferred payments, then the checkout charge amount is equivalent to`subtotal_amount`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The estimated amount, before taxes and discounts, for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The estimated total amount for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutyAmount","description":"The estimated duty amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The estimated tax amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartFreePaymentMethodInput","description":"The input fields for submitting a billing address without a selected payment method.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartGiftCardCodesUpdatePayload","description":"Return type for `cartGiftCardCodesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartInput","description":"The input fields to create a cart.","fields":null,"inputFields":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"buyerIdentity","description":"The customer associated with the cart. Used to determine [international pricing]\n(https://shopify.dev/custom-storefronts/internationalization/international-pricing).\nBuyer identity should match the customer's shipping address.\n","type":{"kind":"INPUT_OBJECT","name":"CartBuyerIdentityInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The case-insensitive discount codes that the customer added at checkout.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"giftCardCodes","description":"The case-insensitive gift card codes.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of merchandise lines to add to the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartLineInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields to associate with this cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartInputMetafieldInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that's associated with the cart. For example, the note can be a personalized message to the buyer.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartInputMetafieldInput","description":"The input fields for a cart metafield value to set.","fields":null,"inputFields":[{"name":"key","description":"The key name of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types).\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data to store in the cart metafield. The data is always stored as a string, regardless of the metafield's type.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLine","description":"Represents information about the merchandise in the cart.","fields":[{"name":"attribute","description":"An attribute associated with the cart line.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart line. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchandise","description":"The merchandise that the buyer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"Merchandise","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise that the customer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocation","description":"The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.","args":[],"type":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCartLine","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLineCost","description":"The cost of the merchandise line that the buyer will pay at checkout.","fields":[{"name":"amountPerQuantity","description":"The amount of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtAmountPerQuantity","description":"The compare at amount of the merchandise line.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The cost of the merchandise line before line-level discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total cost of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLineEstimatedCost","description":"The estimated cost of the merchandise line that the buyer will pay at checkout.\n","fields":[{"name":"amount","description":"The amount of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtAmount","description":"The compare at amount of the merchandise line.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The estimated cost of the merchandise line before discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The estimated total cost of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartLineInput","description":"The input fields to create a merchandise line on a cart.","fields":null,"inputFields":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the merchandise line.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"merchandiseId","description":"The ID of the merchandise that the buyer intends to purchase.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanId","description":"The ID of the selling plan that the merchandise is being purchased with.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartLineUpdateInput","description":"The input fields to update a line item on a cart.","fields":null,"inputFields":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the merchandise line.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the merchandise line.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"merchandiseId","description":"The ID of the merchandise for the line item.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanId","description":"The ID of the selling plan that the merchandise is being purchased with.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLinesAddPayload","description":"Return type for `cartLinesAdd` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLinesRemovePayload","description":"Return type for `cartLinesRemove` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLinesUpdatePayload","description":"Return type for `cartLinesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartMetafieldDeleteInput","description":"The input fields to delete a cart metafield.","fields":null,"inputFields":[{"name":"key","description":"The key name of the cart metafield. Can either be a composite key (`namespace.key`) or a simple key\n that relies on the default app-reserved namespace.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The ID of the cart resource.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartMetafieldDeletePayload","description":"Return type for `cartMetafieldDelete` mutation.","fields":[{"name":"deletedId","description":"The ID of the deleted cart metafield.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldDeleteUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartMetafieldsSetInput","description":"The input fields for a cart metafield value to set.","fields":null,"inputFields":[{"name":"key","description":"The key name of the cart metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The ID of the cart resource.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types).\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data to store in the cart metafield. The data is always stored as a string, regardless of the metafield's type.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartMetafieldsSetPayload","description":"Return type for `cartMetafieldsSet` mutation.","fields":[{"name":"metafields","description":"The list of cart metafields that were set.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartNoteUpdatePayload","description":"Return type for `cartNoteUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartPaymentInput","description":"The input fields for updating the payment method that will be used to checkout.\n","fields":null,"inputFields":[{"name":"amount","description":"The amount that the customer will be charged at checkout.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"directPaymentMethod","description":"The input fields to use when checking out a cart with a direct payment method (like a credit card).\n","type":{"kind":"INPUT_OBJECT","name":"CartDirectPaymentMethodInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"freePaymentMethod","description":"The input fields to use to checkout a cart without providing a payment method.\nUse this payment method input if the total cost of the cart is 0.\n","type":{"kind":"INPUT_OBJECT","name":"CartFreePaymentMethodInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sourceIdentifier","description":"An ID of the order placed on the originating platform.\nNote that this value doesn't correspond to the Shopify Order ID.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"walletPaymentMethod","description":"The input fields to use when checking out a cart with a wallet payment method (like Shop Pay or Apple Pay).\n","type":{"kind":"INPUT_OBJECT","name":"CartWalletPaymentMethodInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartPaymentUpdatePayload","description":"Return type for `cartPaymentUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartPreferences","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","fields":[{"name":"delivery","description":"Delivery preferences can be used to prefill the delivery section in at checkout.","args":[],"type":{"kind":"OBJECT","name":"CartDeliveryPreference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"wallet","description":"Wallet preferences are used to populate relevant payment fields in the checkout flow.\nAccepted value: `[\"shop_pay\"]`.\n","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartPreferencesInput","description":"The input fields represent preferences for the buyer that is interacting with the cart.","fields":null,"inputFields":[{"name":"delivery","description":"Delivery preferences can be used to prefill the delivery section in at checkout.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartDeliveryPreferenceInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"wallet","description":"Wallet preferences are used to populate relevant payment fields in the checkout flow.\nAccepted value: `[\"shop_pay\"]`.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartSelectedDeliveryOptionInput","description":"The input fields for updating the selected delivery options for a delivery group.\n","fields":null,"inputFields":[{"name":"deliveryGroupId","description":"The ID of the cart delivery group.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryOptionHandle","description":"The handle of the selected delivery option.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartSelectedDeliveryOptionsUpdatePayload","description":"Return type for `cartSelectedDeliveryOptionsUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartSubmitForCompletionPayload","description":"Return type for `cartSubmitForCompletion` mutation.","fields":[{"name":"result","description":"The result of cart submission for completion.","args":[],"type":{"kind":"UNION","name":"CartSubmitForCompletionResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CartSubmitForCompletionResult","description":"The result of cart submit completion.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubmitAlreadyAccepted","ofType":null},{"kind":"OBJECT","name":"SubmitFailed","ofType":null},{"kind":"OBJECT","name":"SubmitSuccess","ofType":null},{"kind":"OBJECT","name":"SubmitThrottled","ofType":null}]},{"kind":"OBJECT","name":"CartUserError","description":"Represents an error that happens during execution of a cart mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"CartErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartWalletPaymentMethodInput","description":"The input fields for submitting wallet payment method information for checkout.\n","fields":null,"inputFields":[{"name":"applePayWalletContent","description":"The payment method information for the Apple Pay wallet.","type":{"kind":"INPUT_OBJECT","name":"ApplePayWalletContentInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shopPayWalletContent","description":"The payment method information for the Shop Pay wallet.","type":{"kind":"INPUT_OBJECT","name":"ShopPayWalletContentInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Collection","description":"A collection represents a grouping of products that a shop owner can create to\norganize them or make their shops easier to browse.\n","fields":[{"name":"description","description":"Stripped description of the collection, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"descriptionHtml","description":"The description of the collection, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the collection automatically generated from its title.\nLimit of 255 characters.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"Image associated with the collection.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"List of products in the collection.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"filters","description":"Returns a subset of products matching all product filters.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProductFilter","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductCollectionSortKeys","ofType":null},"defaultValue":"COLLECTION_DEFAULT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The collection's SEO information.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SEO","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The collection’s name. Limit of 255 characters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the collection was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CollectionConnection","description":"An auto-generated type for paginating through multiple Collections.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CollectionEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CollectionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The total count of Collections.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CollectionEdge","description":"An auto-generated type which holds one Collection and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CollectionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CollectionSortKeys","description":"The set of valid sort keys for the Collection query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"Color","description":"A string containing a hexadecimal representation of a color.\n\nFor example, \"#6A8D48\".\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Comment","description":"A comment on an article.","fields":[{"name":"author","description":"The comment’s author.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CommentAuthor","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"Stripped content of the comment, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentHtml","description":"The content of the comment, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CommentAuthor","description":"The author of a comment.","fields":[{"name":"email","description":"The author's email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The author’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CommentConnection","description":"An auto-generated type for paginating through multiple Comments.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CommentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CommentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Comment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CommentEdge","description":"An auto-generated type which holds one Comment and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CommentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Comment","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Company","description":"Represents information about a company which is also a customer of the shop.","fields":[{"name":"createdAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContact","description":"A company's main point of contact.","fields":[{"name":"createdAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The company contact's locale (language).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The company contact's job title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocation","description":"A company's location.","fields":[{"name":"createdAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company location was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The preferred locale of the company location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company location was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompletePaymentChallenge","description":"The action for the 3DS payment redirect.","fields":[{"name":"redirectUrl","description":"The URL for the 3DS payment redirect.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompletionError","description":"An error that occurred during a cart completion attempt.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CompletionErrorCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompletionErrorCode","description":"The code of the error that occurred during a cart completion attempt.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY_RESERVATION_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_AMOUNT_TOO_SMALL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_CALL_ISSUER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_CARD_DECLINED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_GATEWAY_NOT_ENABLED_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSUFFICIENT_FUNDS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_BILLING_ADDRESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_CREDIT_CARD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_CURRENCY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_PAYMENT_METHOD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_TRANSIENT_ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ComponentizableCartLine","description":"Represents information about the grouped merchandise in the cart.","fields":[{"name":"attribute","description":"An attribute associated with the cart line.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart line. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineComponents","description":"The components of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"merchandise","description":"The merchandise that the buyer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"Merchandise","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise that the customer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocation","description":"The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.","args":[],"type":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCartLine","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Country","description":"A country.","fields":[{"name":"availableLanguages","description":"The languages available for the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Language","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":"The currency of the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Currency","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isoCode","description":"The ISO code of the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes this country.","args":[],"type":{"kind":"OBJECT","name":"Market","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitSystem","description":"The unit system used in the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UnitSystem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CountryCode","description":"The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines.\nIf a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision\nof another country. For example, the territories associated with Spain are represented by the country code `ES`,\nand the territories associated with the United States of America are represented by the country code `US`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AC","description":"Ascension Island.","isDeprecated":false,"deprecationReason":null},{"name":"AD","description":"Andorra.","isDeprecated":false,"deprecationReason":null},{"name":"AE","description":"United Arab Emirates.","isDeprecated":false,"deprecationReason":null},{"name":"AF","description":"Afghanistan.","isDeprecated":false,"deprecationReason":null},{"name":"AG","description":"Antigua & Barbuda.","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"Anguilla.","isDeprecated":false,"deprecationReason":null},{"name":"AL","description":"Albania.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Armenia.","isDeprecated":false,"deprecationReason":null},{"name":"AN","description":"Netherlands Antilles.","isDeprecated":false,"deprecationReason":null},{"name":"AO","description":"Angola.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Argentina.","isDeprecated":false,"deprecationReason":null},{"name":"AT","description":"Austria.","isDeprecated":false,"deprecationReason":null},{"name":"AU","description":"Australia.","isDeprecated":false,"deprecationReason":null},{"name":"AW","description":"Aruba.","isDeprecated":false,"deprecationReason":null},{"name":"AX","description":"Γ…land Islands.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijan.","isDeprecated":false,"deprecationReason":null},{"name":"BA","description":"Bosnia & Herzegovina.","isDeprecated":false,"deprecationReason":null},{"name":"BB","description":"Barbados.","isDeprecated":false,"deprecationReason":null},{"name":"BD","description":"Bangladesh.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belgium.","isDeprecated":false,"deprecationReason":null},{"name":"BF","description":"Burkina Faso.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgaria.","isDeprecated":false,"deprecationReason":null},{"name":"BH","description":"Bahrain.","isDeprecated":false,"deprecationReason":null},{"name":"BI","description":"Burundi.","isDeprecated":false,"deprecationReason":null},{"name":"BJ","description":"Benin.","isDeprecated":false,"deprecationReason":null},{"name":"BL","description":"St. BarthΓ©lemy.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bermuda.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Brunei.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Bolivia.","isDeprecated":false,"deprecationReason":null},{"name":"BQ","description":"Caribbean Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Brazil.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bahamas.","isDeprecated":false,"deprecationReason":null},{"name":"BT","description":"Bhutan.","isDeprecated":false,"deprecationReason":null},{"name":"BV","description":"Bouvet Island.","isDeprecated":false,"deprecationReason":null},{"name":"BW","description":"Botswana.","isDeprecated":false,"deprecationReason":null},{"name":"BY","description":"Belarus.","isDeprecated":false,"deprecationReason":null},{"name":"BZ","description":"Belize.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CC","description":"Cocos (Keeling) Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CD","description":"Congo - Kinshasa.","isDeprecated":false,"deprecationReason":null},{"name":"CF","description":"Central African Republic.","isDeprecated":false,"deprecationReason":null},{"name":"CG","description":"Congo - Brazzaville.","isDeprecated":false,"deprecationReason":null},{"name":"CH","description":"Switzerland.","isDeprecated":false,"deprecationReason":null},{"name":"CI","description":"CΓ΄te d’Ivoire.","isDeprecated":false,"deprecationReason":null},{"name":"CK","description":"Cook Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CL","description":"Chile.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"Cameroon.","isDeprecated":false,"deprecationReason":null},{"name":"CN","description":"China.","isDeprecated":false,"deprecationReason":null},{"name":"CO","description":"Colombia.","isDeprecated":false,"deprecationReason":null},{"name":"CR","description":"Costa Rica.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Cuba.","isDeprecated":false,"deprecationReason":null},{"name":"CV","description":"Cape Verde.","isDeprecated":false,"deprecationReason":null},{"name":"CW","description":"CuraΓ§ao.","isDeprecated":false,"deprecationReason":null},{"name":"CX","description":"Christmas Island.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Cyprus.","isDeprecated":false,"deprecationReason":null},{"name":"CZ","description":"Czechia.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"Germany.","isDeprecated":false,"deprecationReason":null},{"name":"DJ","description":"Djibouti.","isDeprecated":false,"deprecationReason":null},{"name":"DK","description":"Denmark.","isDeprecated":false,"deprecationReason":null},{"name":"DM","description":"Dominica.","isDeprecated":false,"deprecationReason":null},{"name":"DO","description":"Dominican Republic.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Algeria.","isDeprecated":false,"deprecationReason":null},{"name":"EC","description":"Ecuador.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Estonia.","isDeprecated":false,"deprecationReason":null},{"name":"EG","description":"Egypt.","isDeprecated":false,"deprecationReason":null},{"name":"EH","description":"Western Sahara.","isDeprecated":false,"deprecationReason":null},{"name":"ER","description":"Eritrea.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spain.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Ethiopia.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finland.","isDeprecated":false,"deprecationReason":null},{"name":"FJ","description":"Fiji.","isDeprecated":false,"deprecationReason":null},{"name":"FK","description":"Falkland Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroe Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"France.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Gabon.","isDeprecated":false,"deprecationReason":null},{"name":"GB","description":"United Kingdom.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Grenada.","isDeprecated":false,"deprecationReason":null},{"name":"GE","description":"Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"GF","description":"French Guiana.","isDeprecated":false,"deprecationReason":null},{"name":"GG","description":"Guernsey.","isDeprecated":false,"deprecationReason":null},{"name":"GH","description":"Ghana.","isDeprecated":false,"deprecationReason":null},{"name":"GI","description":"Gibraltar.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Greenland.","isDeprecated":false,"deprecationReason":null},{"name":"GM","description":"Gambia.","isDeprecated":false,"deprecationReason":null},{"name":"GN","description":"Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GP","description":"Guadeloupe.","isDeprecated":false,"deprecationReason":null},{"name":"GQ","description":"Equatorial Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GR","description":"Greece.","isDeprecated":false,"deprecationReason":null},{"name":"GS","description":"South Georgia & South Sandwich Islands.","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"Guatemala.","isDeprecated":false,"deprecationReason":null},{"name":"GW","description":"Guinea-Bissau.","isDeprecated":false,"deprecationReason":null},{"name":"GY","description":"Guyana.","isDeprecated":false,"deprecationReason":null},{"name":"HK","description":"Hong Kong SAR.","isDeprecated":false,"deprecationReason":null},{"name":"HM","description":"Heard & McDonald Islands.","isDeprecated":false,"deprecationReason":null},{"name":"HN","description":"Honduras.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatia.","isDeprecated":false,"deprecationReason":null},{"name":"HT","description":"Haiti.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungary.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesia.","isDeprecated":false,"deprecationReason":null},{"name":"IE","description":"Ireland.","isDeprecated":false,"deprecationReason":null},{"name":"IL","description":"Israel.","isDeprecated":false,"deprecationReason":null},{"name":"IM","description":"Isle of Man.","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"India.","isDeprecated":false,"deprecationReason":null},{"name":"IO","description":"British Indian Ocean Territory.","isDeprecated":false,"deprecationReason":null},{"name":"IQ","description":"Iraq.","isDeprecated":false,"deprecationReason":null},{"name":"IR","description":"Iran.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Iceland.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italy.","isDeprecated":false,"deprecationReason":null},{"name":"JE","description":"Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"JM","description":"Jamaica.","isDeprecated":false,"deprecationReason":null},{"name":"JO","description":"Jordan.","isDeprecated":false,"deprecationReason":null},{"name":"JP","description":"Japan.","isDeprecated":false,"deprecationReason":null},{"name":"KE","description":"Kenya.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"Kyrgyzstan.","isDeprecated":false,"deprecationReason":null},{"name":"KH","description":"Cambodia.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kiribati.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Comoros.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"St. Kitts & Nevis.","isDeprecated":false,"deprecationReason":null},{"name":"KP","description":"North Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KR","description":"South Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Kuwait.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Cayman Islands.","isDeprecated":false,"deprecationReason":null},{"name":"KZ","description":"Kazakhstan.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Laos.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Lebanon.","isDeprecated":false,"deprecationReason":null},{"name":"LC","description":"St. Lucia.","isDeprecated":false,"deprecationReason":null},{"name":"LI","description":"Liechtenstein.","isDeprecated":false,"deprecationReason":null},{"name":"LK","description":"Sri Lanka.","isDeprecated":false,"deprecationReason":null},{"name":"LR","description":"Liberia.","isDeprecated":false,"deprecationReason":null},{"name":"LS","description":"Lesotho.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuania.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luxembourg.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvia.","isDeprecated":false,"deprecationReason":null},{"name":"LY","description":"Libya.","isDeprecated":false,"deprecationReason":null},{"name":"MA","description":"Morocco.","isDeprecated":false,"deprecationReason":null},{"name":"MC","description":"Monaco.","isDeprecated":false,"deprecationReason":null},{"name":"MD","description":"Moldova.","isDeprecated":false,"deprecationReason":null},{"name":"ME","description":"Montenegro.","isDeprecated":false,"deprecationReason":null},{"name":"MF","description":"St. Martin.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Madagascar.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"North Macedonia.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Mali.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"Myanmar (Burma).","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolia.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Macao SAR.","isDeprecated":false,"deprecationReason":null},{"name":"MQ","description":"Martinique.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Mauritania.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Montserrat.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Malta.","isDeprecated":false,"deprecationReason":null},{"name":"MU","description":"Mauritius.","isDeprecated":false,"deprecationReason":null},{"name":"MV","description":"Maldives.","isDeprecated":false,"deprecationReason":null},{"name":"MW","description":"Malawi.","isDeprecated":false,"deprecationReason":null},{"name":"MX","description":"Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Malaysia.","isDeprecated":false,"deprecationReason":null},{"name":"MZ","description":"Mozambique.","isDeprecated":false,"deprecationReason":null},{"name":"NA","description":"Namibia.","isDeprecated":false,"deprecationReason":null},{"name":"NC","description":"New Caledonia.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Niger.","isDeprecated":false,"deprecationReason":null},{"name":"NF","description":"Norfolk Island.","isDeprecated":false,"deprecationReason":null},{"name":"NG","description":"Nigeria.","isDeprecated":false,"deprecationReason":null},{"name":"NI","description":"Nicaragua.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norway.","isDeprecated":false,"deprecationReason":null},{"name":"NP","description":"Nepal.","isDeprecated":false,"deprecationReason":null},{"name":"NR","description":"Nauru.","isDeprecated":false,"deprecationReason":null},{"name":"NU","description":"Niue.","isDeprecated":false,"deprecationReason":null},{"name":"NZ","description":"New Zealand.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oman.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Panama.","isDeprecated":false,"deprecationReason":null},{"name":"PE","description":"Peru.","isDeprecated":false,"deprecationReason":null},{"name":"PF","description":"French Polynesia.","isDeprecated":false,"deprecationReason":null},{"name":"PG","description":"Papua New Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"PH","description":"Philippines.","isDeprecated":false,"deprecationReason":null},{"name":"PK","description":"Pakistan.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Poland.","isDeprecated":false,"deprecationReason":null},{"name":"PM","description":"St. Pierre & Miquelon.","isDeprecated":false,"deprecationReason":null},{"name":"PN","description":"Pitcairn Islands.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Palestinian Territories.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portugal.","isDeprecated":false,"deprecationReason":null},{"name":"PY","description":"Paraguay.","isDeprecated":false,"deprecationReason":null},{"name":"QA","description":"Qatar.","isDeprecated":false,"deprecationReason":null},{"name":"RE","description":"RΓ©union.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romania.","isDeprecated":false,"deprecationReason":null},{"name":"RS","description":"Serbia.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russia.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Rwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Saudi Arabia.","isDeprecated":false,"deprecationReason":null},{"name":"SB","description":"Solomon Islands.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Seychelles.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Sweden.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Singapore.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"St. Helena.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Slovenia.","isDeprecated":false,"deprecationReason":null},{"name":"SJ","description":"Svalbard & Jan Mayen.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovakia.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Sierra Leone.","isDeprecated":false,"deprecationReason":null},{"name":"SM","description":"San Marino.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Senegal.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somalia.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Suriname.","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"South Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"ST","description":"SΓ£o TomΓ© & PrΓ­ncipe.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"El Salvador.","isDeprecated":false,"deprecationReason":null},{"name":"SX","description":"Sint Maarten.","isDeprecated":false,"deprecationReason":null},{"name":"SY","description":"Syria.","isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":"Eswatini.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tristan da Cunha.","isDeprecated":false,"deprecationReason":null},{"name":"TC","description":"Turks & Caicos Islands.","isDeprecated":false,"deprecationReason":null},{"name":"TD","description":"Chad.","isDeprecated":false,"deprecationReason":null},{"name":"TF","description":"French Southern Territories.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Togo.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thailand.","isDeprecated":false,"deprecationReason":null},{"name":"TJ","description":"Tajikistan.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Tokelau.","isDeprecated":false,"deprecationReason":null},{"name":"TL","description":"Timor-Leste.","isDeprecated":false,"deprecationReason":null},{"name":"TM","description":"Turkmenistan.","isDeprecated":false,"deprecationReason":null},{"name":"TN","description":"Tunisia.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tonga.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"TΓΌrkiye.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Trinidad & Tobago.","isDeprecated":false,"deprecationReason":null},{"name":"TV","description":"Tuvalu.","isDeprecated":false,"deprecationReason":null},{"name":"TW","description":"Taiwan.","isDeprecated":false,"deprecationReason":null},{"name":"TZ","description":"Tanzania.","isDeprecated":false,"deprecationReason":null},{"name":"UA","description":"Ukraine.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uganda.","isDeprecated":false,"deprecationReason":null},{"name":"UM","description":"U.S. Outlying Islands.","isDeprecated":false,"deprecationReason":null},{"name":"US","description":"United States.","isDeprecated":false,"deprecationReason":null},{"name":"UY","description":"Uruguay.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbekistan.","isDeprecated":false,"deprecationReason":null},{"name":"VA","description":"Vatican City.","isDeprecated":false,"deprecationReason":null},{"name":"VC","description":"St. Vincent & Grenadines.","isDeprecated":false,"deprecationReason":null},{"name":"VE","description":"Venezuela.","isDeprecated":false,"deprecationReason":null},{"name":"VG","description":"British Virgin Islands.","isDeprecated":false,"deprecationReason":null},{"name":"VN","description":"Vietnam.","isDeprecated":false,"deprecationReason":null},{"name":"VU","description":"Vanuatu.","isDeprecated":false,"deprecationReason":null},{"name":"WF","description":"Wallis & Futuna.","isDeprecated":false,"deprecationReason":null},{"name":"WS","description":"Samoa.","isDeprecated":false,"deprecationReason":null},{"name":"XK","description":"Kosovo.","isDeprecated":false,"deprecationReason":null},{"name":"YE","description":"Yemen.","isDeprecated":false,"deprecationReason":null},{"name":"YT","description":"Mayotte.","isDeprecated":false,"deprecationReason":null},{"name":"ZA","description":"South Africa.","isDeprecated":false,"deprecationReason":null},{"name":"ZM","description":"Zambia.","isDeprecated":false,"deprecationReason":null},{"name":"ZW","description":"Zimbabwe.","isDeprecated":false,"deprecationReason":null},{"name":"ZZ","description":"Unknown Region.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CropRegion","description":"The part of the image that should remain after cropping.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOTTOM","description":"Keep the bottom of the image.","isDeprecated":false,"deprecationReason":null},{"name":"CENTER","description":"Keep the center of the image.","isDeprecated":false,"deprecationReason":null},{"name":"LEFT","description":"Keep the left of the image.","isDeprecated":false,"deprecationReason":null},{"name":"RIGHT","description":"Keep the right of the image.","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Keep the top of the image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Currency","description":"A currency.","fields":[{"name":"isoCode","description":"The ISO code of the currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"symbol","description":"The symbol of the currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CurrencyCode","description":"The three-letter currency codes that represent the world currencies used in\nstores. These include standard ISO 4217 codes, legacy codes,\nand non-standard codes.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AED","description":"United Arab Emirates Dirham (AED).","isDeprecated":false,"deprecationReason":null},{"name":"AFN","description":"Afghan Afghani (AFN).","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"Albanian Lek (ALL).","isDeprecated":false,"deprecationReason":null},{"name":"AMD","description":"Armenian Dram (AMD).","isDeprecated":false,"deprecationReason":null},{"name":"ANG","description":"Netherlands Antillean Guilder.","isDeprecated":false,"deprecationReason":null},{"name":"AOA","description":"Angolan Kwanza (AOA).","isDeprecated":false,"deprecationReason":null},{"name":"ARS","description":"Argentine Pesos (ARS).","isDeprecated":false,"deprecationReason":null},{"name":"AUD","description":"Australian Dollars (AUD).","isDeprecated":false,"deprecationReason":null},{"name":"AWG","description":"Aruban Florin (AWG).","isDeprecated":false,"deprecationReason":null},{"name":"AZN","description":"Azerbaijani Manat (AZN).","isDeprecated":false,"deprecationReason":null},{"name":"BAM","description":"Bosnia and Herzegovina Convertible Mark (BAM).","isDeprecated":false,"deprecationReason":null},{"name":"BBD","description":"Barbadian Dollar (BBD).","isDeprecated":false,"deprecationReason":null},{"name":"BDT","description":"Bangladesh Taka (BDT).","isDeprecated":false,"deprecationReason":null},{"name":"BGN","description":"Bulgarian Lev (BGN).","isDeprecated":false,"deprecationReason":null},{"name":"BHD","description":"Bahraini Dinar (BHD).","isDeprecated":false,"deprecationReason":null},{"name":"BIF","description":"Burundian Franc (BIF).","isDeprecated":false,"deprecationReason":null},{"name":"BMD","description":"Bermudian Dollar (BMD).","isDeprecated":false,"deprecationReason":null},{"name":"BND","description":"Brunei Dollar (BND).","isDeprecated":false,"deprecationReason":null},{"name":"BOB","description":"Bolivian Boliviano (BOB).","isDeprecated":false,"deprecationReason":null},{"name":"BRL","description":"Brazilian Real (BRL).","isDeprecated":false,"deprecationReason":null},{"name":"BSD","description":"Bahamian Dollar (BSD).","isDeprecated":false,"deprecationReason":null},{"name":"BTN","description":"Bhutanese Ngultrum (BTN).","isDeprecated":false,"deprecationReason":null},{"name":"BWP","description":"Botswana Pula (BWP).","isDeprecated":false,"deprecationReason":null},{"name":"BYN","description":"Belarusian Ruble (BYN).","isDeprecated":false,"deprecationReason":null},{"name":"BYR","description":"Belarusian Ruble (BYR).","isDeprecated":true,"deprecationReason":"`BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead."},{"name":"BZD","description":"Belize Dollar (BZD).","isDeprecated":false,"deprecationReason":null},{"name":"CAD","description":"Canadian Dollars (CAD).","isDeprecated":false,"deprecationReason":null},{"name":"CDF","description":"Congolese franc (CDF).","isDeprecated":false,"deprecationReason":null},{"name":"CHF","description":"Swiss Francs (CHF).","isDeprecated":false,"deprecationReason":null},{"name":"CLP","description":"Chilean Peso (CLP).","isDeprecated":false,"deprecationReason":null},{"name":"CNY","description":"Chinese Yuan Renminbi (CNY).","isDeprecated":false,"deprecationReason":null},{"name":"COP","description":"Colombian Peso (COP).","isDeprecated":false,"deprecationReason":null},{"name":"CRC","description":"Costa Rican Colones (CRC).","isDeprecated":false,"deprecationReason":null},{"name":"CVE","description":"Cape Verdean escudo (CVE).","isDeprecated":false,"deprecationReason":null},{"name":"CZK","description":"Czech Koruny (CZK).","isDeprecated":false,"deprecationReason":null},{"name":"DJF","description":"Djiboutian Franc (DJF).","isDeprecated":false,"deprecationReason":null},{"name":"DKK","description":"Danish Kroner (DKK).","isDeprecated":false,"deprecationReason":null},{"name":"DOP","description":"Dominican Peso (DOP).","isDeprecated":false,"deprecationReason":null},{"name":"DZD","description":"Algerian Dinar (DZD).","isDeprecated":false,"deprecationReason":null},{"name":"EGP","description":"Egyptian Pound (EGP).","isDeprecated":false,"deprecationReason":null},{"name":"ERN","description":"Eritrean Nakfa (ERN).","isDeprecated":false,"deprecationReason":null},{"name":"ETB","description":"Ethiopian Birr (ETB).","isDeprecated":false,"deprecationReason":null},{"name":"EUR","description":"Euro (EUR).","isDeprecated":false,"deprecationReason":null},{"name":"FJD","description":"Fijian Dollars (FJD).","isDeprecated":false,"deprecationReason":null},{"name":"FKP","description":"Falkland Islands Pounds (FKP).","isDeprecated":false,"deprecationReason":null},{"name":"GBP","description":"United Kingdom Pounds (GBP).","isDeprecated":false,"deprecationReason":null},{"name":"GEL","description":"Georgian Lari (GEL).","isDeprecated":false,"deprecationReason":null},{"name":"GHS","description":"Ghanaian Cedi (GHS).","isDeprecated":false,"deprecationReason":null},{"name":"GIP","description":"Gibraltar Pounds (GIP).","isDeprecated":false,"deprecationReason":null},{"name":"GMD","description":"Gambian Dalasi (GMD).","isDeprecated":false,"deprecationReason":null},{"name":"GNF","description":"Guinean Franc (GNF).","isDeprecated":false,"deprecationReason":null},{"name":"GTQ","description":"Guatemalan Quetzal (GTQ).","isDeprecated":false,"deprecationReason":null},{"name":"GYD","description":"Guyanese Dollar (GYD).","isDeprecated":false,"deprecationReason":null},{"name":"HKD","description":"Hong Kong Dollars (HKD).","isDeprecated":false,"deprecationReason":null},{"name":"HNL","description":"Honduran Lempira (HNL).","isDeprecated":false,"deprecationReason":null},{"name":"HRK","description":"Croatian Kuna (HRK).","isDeprecated":false,"deprecationReason":null},{"name":"HTG","description":"Haitian Gourde (HTG).","isDeprecated":false,"deprecationReason":null},{"name":"HUF","description":"Hungarian Forint (HUF).","isDeprecated":false,"deprecationReason":null},{"name":"IDR","description":"Indonesian Rupiah (IDR).","isDeprecated":false,"deprecationReason":null},{"name":"ILS","description":"Israeli New Shekel (NIS).","isDeprecated":false,"deprecationReason":null},{"name":"INR","description":"Indian Rupees (INR).","isDeprecated":false,"deprecationReason":null},{"name":"IQD","description":"Iraqi Dinar (IQD).","isDeprecated":false,"deprecationReason":null},{"name":"IRR","description":"Iranian Rial (IRR).","isDeprecated":false,"deprecationReason":null},{"name":"ISK","description":"Icelandic Kronur (ISK).","isDeprecated":false,"deprecationReason":null},{"name":"JEP","description":"Jersey Pound.","isDeprecated":false,"deprecationReason":null},{"name":"JMD","description":"Jamaican Dollars (JMD).","isDeprecated":false,"deprecationReason":null},{"name":"JOD","description":"Jordanian Dinar (JOD).","isDeprecated":false,"deprecationReason":null},{"name":"JPY","description":"Japanese Yen (JPY).","isDeprecated":false,"deprecationReason":null},{"name":"KES","description":"Kenyan Shilling (KES).","isDeprecated":false,"deprecationReason":null},{"name":"KGS","description":"Kyrgyzstani Som (KGS).","isDeprecated":false,"deprecationReason":null},{"name":"KHR","description":"Cambodian Riel.","isDeprecated":false,"deprecationReason":null},{"name":"KID","description":"Kiribati Dollar (KID).","isDeprecated":false,"deprecationReason":null},{"name":"KMF","description":"Comorian Franc (KMF).","isDeprecated":false,"deprecationReason":null},{"name":"KRW","description":"South Korean Won (KRW).","isDeprecated":false,"deprecationReason":null},{"name":"KWD","description":"Kuwaiti Dinar (KWD).","isDeprecated":false,"deprecationReason":null},{"name":"KYD","description":"Cayman Dollars (KYD).","isDeprecated":false,"deprecationReason":null},{"name":"KZT","description":"Kazakhstani Tenge (KZT).","isDeprecated":false,"deprecationReason":null},{"name":"LAK","description":"Laotian Kip (LAK).","isDeprecated":false,"deprecationReason":null},{"name":"LBP","description":"Lebanese Pounds (LBP).","isDeprecated":false,"deprecationReason":null},{"name":"LKR","description":"Sri Lankan Rupees (LKR).","isDeprecated":false,"deprecationReason":null},{"name":"LRD","description":"Liberian Dollar (LRD).","isDeprecated":false,"deprecationReason":null},{"name":"LSL","description":"Lesotho Loti (LSL).","isDeprecated":false,"deprecationReason":null},{"name":"LTL","description":"Lithuanian Litai (LTL).","isDeprecated":false,"deprecationReason":null},{"name":"LVL","description":"Latvian Lati (LVL).","isDeprecated":false,"deprecationReason":null},{"name":"LYD","description":"Libyan Dinar (LYD).","isDeprecated":false,"deprecationReason":null},{"name":"MAD","description":"Moroccan Dirham.","isDeprecated":false,"deprecationReason":null},{"name":"MDL","description":"Moldovan Leu (MDL).","isDeprecated":false,"deprecationReason":null},{"name":"MGA","description":"Malagasy Ariary (MGA).","isDeprecated":false,"deprecationReason":null},{"name":"MKD","description":"Macedonia Denar (MKD).","isDeprecated":false,"deprecationReason":null},{"name":"MMK","description":"Burmese Kyat (MMK).","isDeprecated":false,"deprecationReason":null},{"name":"MNT","description":"Mongolian Tugrik.","isDeprecated":false,"deprecationReason":null},{"name":"MOP","description":"Macanese Pataca (MOP).","isDeprecated":false,"deprecationReason":null},{"name":"MRU","description":"Mauritanian Ouguiya (MRU).","isDeprecated":false,"deprecationReason":null},{"name":"MUR","description":"Mauritian Rupee (MUR).","isDeprecated":false,"deprecationReason":null},{"name":"MVR","description":"Maldivian Rufiyaa (MVR).","isDeprecated":false,"deprecationReason":null},{"name":"MWK","description":"Malawian Kwacha (MWK).","isDeprecated":false,"deprecationReason":null},{"name":"MXN","description":"Mexican Pesos (MXN).","isDeprecated":false,"deprecationReason":null},{"name":"MYR","description":"Malaysian Ringgits (MYR).","isDeprecated":false,"deprecationReason":null},{"name":"MZN","description":"Mozambican Metical.","isDeprecated":false,"deprecationReason":null},{"name":"NAD","description":"Namibian Dollar.","isDeprecated":false,"deprecationReason":null},{"name":"NGN","description":"Nigerian Naira (NGN).","isDeprecated":false,"deprecationReason":null},{"name":"NIO","description":"Nicaraguan CΓ³rdoba (NIO).","isDeprecated":false,"deprecationReason":null},{"name":"NOK","description":"Norwegian Kroner (NOK).","isDeprecated":false,"deprecationReason":null},{"name":"NPR","description":"Nepalese Rupee (NPR).","isDeprecated":false,"deprecationReason":null},{"name":"NZD","description":"New Zealand Dollars (NZD).","isDeprecated":false,"deprecationReason":null},{"name":"OMR","description":"Omani Rial (OMR).","isDeprecated":false,"deprecationReason":null},{"name":"PAB","description":"Panamian Balboa (PAB).","isDeprecated":false,"deprecationReason":null},{"name":"PEN","description":"Peruvian Nuevo Sol (PEN).","isDeprecated":false,"deprecationReason":null},{"name":"PGK","description":"Papua New Guinean Kina (PGK).","isDeprecated":false,"deprecationReason":null},{"name":"PHP","description":"Philippine Peso (PHP).","isDeprecated":false,"deprecationReason":null},{"name":"PKR","description":"Pakistani Rupee (PKR).","isDeprecated":false,"deprecationReason":null},{"name":"PLN","description":"Polish Zlotych (PLN).","isDeprecated":false,"deprecationReason":null},{"name":"PYG","description":"Paraguayan Guarani (PYG).","isDeprecated":false,"deprecationReason":null},{"name":"QAR","description":"Qatari Rial (QAR).","isDeprecated":false,"deprecationReason":null},{"name":"RON","description":"Romanian Lei (RON).","isDeprecated":false,"deprecationReason":null},{"name":"RSD","description":"Serbian dinar (RSD).","isDeprecated":false,"deprecationReason":null},{"name":"RUB","description":"Russian Rubles (RUB).","isDeprecated":false,"deprecationReason":null},{"name":"RWF","description":"Rwandan Franc (RWF).","isDeprecated":false,"deprecationReason":null},{"name":"SAR","description":"Saudi Riyal (SAR).","isDeprecated":false,"deprecationReason":null},{"name":"SBD","description":"Solomon Islands Dollar (SBD).","isDeprecated":false,"deprecationReason":null},{"name":"SCR","description":"Seychellois Rupee (SCR).","isDeprecated":false,"deprecationReason":null},{"name":"SDG","description":"Sudanese Pound (SDG).","isDeprecated":false,"deprecationReason":null},{"name":"SEK","description":"Swedish Kronor (SEK).","isDeprecated":false,"deprecationReason":null},{"name":"SGD","description":"Singapore Dollars (SGD).","isDeprecated":false,"deprecationReason":null},{"name":"SHP","description":"Saint Helena Pounds (SHP).","isDeprecated":false,"deprecationReason":null},{"name":"SLL","description":"Sierra Leonean Leone (SLL).","isDeprecated":false,"deprecationReason":null},{"name":"SOS","description":"Somali Shilling (SOS).","isDeprecated":false,"deprecationReason":null},{"name":"SRD","description":"Surinamese Dollar (SRD).","isDeprecated":false,"deprecationReason":null},{"name":"SSP","description":"South Sudanese Pound (SSP).","isDeprecated":false,"deprecationReason":null},{"name":"STD","description":"Sao Tome And Principe Dobra (STD).","isDeprecated":true,"deprecationReason":"`STD` is deprecated. Use `STN` available from version `2022-07` onwards instead."},{"name":"STN","description":"Sao Tome And Principe Dobra (STN).","isDeprecated":false,"deprecationReason":null},{"name":"SYP","description":"Syrian Pound (SYP).","isDeprecated":false,"deprecationReason":null},{"name":"SZL","description":"Swazi Lilangeni (SZL).","isDeprecated":false,"deprecationReason":null},{"name":"THB","description":"Thai baht (THB).","isDeprecated":false,"deprecationReason":null},{"name":"TJS","description":"Tajikistani Somoni (TJS).","isDeprecated":false,"deprecationReason":null},{"name":"TMT","description":"Turkmenistani Manat (TMT).","isDeprecated":false,"deprecationReason":null},{"name":"TND","description":"Tunisian Dinar (TND).","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Tongan Pa'anga (TOP).","isDeprecated":false,"deprecationReason":null},{"name":"TRY","description":"Turkish Lira (TRY).","isDeprecated":false,"deprecationReason":null},{"name":"TTD","description":"Trinidad and Tobago Dollars (TTD).","isDeprecated":false,"deprecationReason":null},{"name":"TWD","description":"Taiwan Dollars (TWD).","isDeprecated":false,"deprecationReason":null},{"name":"TZS","description":"Tanzanian Shilling (TZS).","isDeprecated":false,"deprecationReason":null},{"name":"UAH","description":"Ukrainian Hryvnia (UAH).","isDeprecated":false,"deprecationReason":null},{"name":"UGX","description":"Ugandan Shilling (UGX).","isDeprecated":false,"deprecationReason":null},{"name":"USD","description":"United States Dollars (USD).","isDeprecated":false,"deprecationReason":null},{"name":"UYU","description":"Uruguayan Pesos (UYU).","isDeprecated":false,"deprecationReason":null},{"name":"UZS","description":"Uzbekistan som (UZS).","isDeprecated":false,"deprecationReason":null},{"name":"VED","description":"Venezuelan Bolivares (VED).","isDeprecated":false,"deprecationReason":null},{"name":"VEF","description":"Venezuelan Bolivares (VEF).","isDeprecated":true,"deprecationReason":"`VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead."},{"name":"VES","description":"Venezuelan Bolivares Soberanos (VES).","isDeprecated":false,"deprecationReason":null},{"name":"VND","description":"Vietnamese Δ‘α»“ng (VND).","isDeprecated":false,"deprecationReason":null},{"name":"VUV","description":"Vanuatu Vatu (VUV).","isDeprecated":false,"deprecationReason":null},{"name":"WST","description":"Samoan Tala (WST).","isDeprecated":false,"deprecationReason":null},{"name":"XAF","description":"Central African CFA Franc (XAF).","isDeprecated":false,"deprecationReason":null},{"name":"XCD","description":"East Caribbean Dollar (XCD).","isDeprecated":false,"deprecationReason":null},{"name":"XOF","description":"West African CFA franc (XOF).","isDeprecated":false,"deprecationReason":null},{"name":"XPF","description":"CFP Franc (XPF).","isDeprecated":false,"deprecationReason":null},{"name":"XXX","description":"Unrecognized currency.","isDeprecated":false,"deprecationReason":null},{"name":"YER","description":"Yemeni Rial (YER).","isDeprecated":false,"deprecationReason":null},{"name":"ZAR","description":"South African Rand (ZAR).","isDeprecated":false,"deprecationReason":null},{"name":"ZMW","description":"Zambian Kwacha (ZMW).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Customer","description":"A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.","fields":[{"name":"acceptsMarketing","description":"Indicates whether the customer has consented to be sent marketing material via email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addresses","description":"A list of addresses for the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddressConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the customer was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The customer’s default address.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"displayName","description":"The customer’s name, email or phone number.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer’s email address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The customer’s first name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique ID for the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer’s last name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"numberOfOrders","description":"The number of orders that the customer has made at the store in their lifetime.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The orders associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| processed_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"OrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer’s phone number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A comma separated list of tags that have been added to the customer.\nAdditional access scope required: unauthenticated_read_customer_tags.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the customer information was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessToken","description":"A CustomerAccessToken represents the unique token required to make modifications to the customer object.","fields":[{"name":"accessToken","description":"The customer’s access token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresAt","description":"The date and time when the customer access token expires.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerAccessTokenCreateInput","description":"The input fields required to create a customer access token.","fields":null,"inputFields":[{"name":"email","description":"The email associated to the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"The login password to be used by the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenCreatePayload","description":"Return type for `customerAccessTokenCreate` mutation.","fields":[{"name":"customerAccessToken","description":"The newly created customer access token object.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenCreateWithMultipassPayload","description":"Return type for `customerAccessTokenCreateWithMultipass` mutation.","fields":[{"name":"customerAccessToken","description":"An access token object associated with the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenDeletePayload","description":"Return type for `customerAccessTokenDelete` mutation.","fields":[{"name":"deletedAccessToken","description":"The destroyed access token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedCustomerAccessTokenId","description":"ID of the destroyed customer access token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenRenewPayload","description":"Return type for `customerAccessTokenRenew` mutation.","fields":[{"name":"customerAccessToken","description":"The renewed customer access token object.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerActivateByUrlPayload","description":"Return type for `customerActivateByUrl` mutation.","fields":[{"name":"customer","description":"The customer that was activated.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A new customer access token for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerActivateInput","description":"The input fields to activate a customer.","fields":null,"inputFields":[{"name":"activationToken","description":"The activation token required to activate the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"New password that will be set during activation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerActivatePayload","description":"Return type for `customerActivate` mutation.","fields":[{"name":"customer","description":"The customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A newly created customer access token object for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressCreatePayload","description":"Return type for `customerAddressCreate` mutation.","fields":[{"name":"customerAddress","description":"The new customer address object.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressDeletePayload","description":"Return type for `customerAddressDelete` mutation.","fields":[{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"deletedCustomerAddressId","description":"ID of the deleted customer address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","description":"Return type for `customerAddressUpdate` mutation.","fields":[{"name":"customerAddress","description":"The customer’s updated mailing address.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerCreateInput","description":"The input fields to create a new customer.","fields":null,"inputFields":[{"name":"acceptsMarketing","description":"Indicates whether the customer has consented to be sent marketing material via email.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer’s email.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The customer’s first name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer’s last name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"The login password used by the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreatePayload","description":"Return type for `customerCreate` mutation.","fields":[{"name":"customer","description":"The created customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerDefaultAddressUpdatePayload","description":"Return type for `customerDefaultAddressUpdate` mutation.","fields":[{"name":"customer","description":"The updated customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CustomerErrorCode","description":"Possible error codes that can be returned by `CustomerUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALREADY_ENABLED","description":"Customer already enabled.","isDeprecated":false,"deprecationReason":null},{"name":"BAD_DOMAIN","description":"Input email contains an invalid domain name.","isDeprecated":false,"deprecationReason":null},{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"CONTAINS_HTML_TAGS","description":"Input contains HTML tags.","isDeprecated":false,"deprecationReason":null},{"name":"CONTAINS_URL","description":"Input contains URL.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_DISABLED","description":"Customer is disabled.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_MULTIPASS_REQUEST","description":"Multipass token is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_FOUND","description":"Address does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"PASSWORD_STARTS_OR_ENDS_WITH_WHITESPACE","description":"Input password starts or ends with whitespace.","isDeprecated":false,"deprecationReason":null},{"name":"TAKEN","description":"The input value is already taken.","isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_INVALID","description":"Invalid activation token.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null},{"name":"UNIDENTIFIED_CUSTOMER","description":"Unidentified customer.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CustomerRecoverPayload","description":"Return type for `customerRecover` mutation.","fields":[{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerResetByUrlPayload","description":"Return type for `customerResetByUrl` mutation.","fields":[{"name":"customer","description":"The customer object which was reset.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A newly created customer access token object for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerResetInput","description":"The input fields to reset a customer's password.","fields":null,"inputFields":[{"name":"password","description":"New password that will be set as part of the reset password process.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resetToken","description":"The reset token required to reset the customer’s password.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerResetPayload","description":"Return type for `customerReset` mutation.","fields":[{"name":"customer","description":"The customer object which was reset.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A newly created customer access token object for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","description":"The input fields to update the Customer information.","fields":null,"inputFields":[{"name":"acceptsMarketing","description":"Indicates whether the customer has consented to be sent marketing material via email.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer’s email.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The customer’s first name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer’s last name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"The login password used by the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_. To remove the phone number, specify `null`.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerUpdatePayload","description":"Return type for `customerUpdate` mutation.","fields":[{"name":"customer","description":"The updated customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The newly created customer access token. If the customer's password is updated, all previous access tokens\n(including the one used to perform this mutation) become invalid, and a new token is generated.\n","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerUserError","description":"Represents an error that happens during execution of a customer mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"CustomerErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"DateTime","description":"Represents an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-encoded date and time string.\nFor example, 3:50 pm on September 7, 2019 in the time zone of UTC (Coordinated Universal Time) is\nrepresented as `\"2019-09-07T15:50:00Z`\".\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Decimal","description":"A signed decimal number, which supports arbitrary precision and is serialized as a string.\n\nExample values: `\"29.99\"`, `\"29.999\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"DeliveryAddress","description":"A delivery address of the buyer that is interacting with the cart.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MailingAddress","ofType":null}]},{"kind":"INPUT_OBJECT","name":"DeliveryAddressInput","description":"The input fields for delivery address preferences.\n","fields":null,"inputFields":[{"name":"customerAddressId","description":"The ID of a customer address that is associated with the buyer that is interacting with the cart.\n","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddress","description":"A delivery address preference of a buyer that is interacting with the cart.","type":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddressValidationStrategy","description":"Defines what kind of address validation is requested.","type":{"kind":"ENUM","name":"DeliveryAddressValidationStrategy","ofType":null},"defaultValue":"COUNTRY_CODE_ONLY","isDeprecated":false,"deprecationReason":null},{"name":"oneTimeUse","description":"Whether the given delivery address is considered to be a one-time use address. One-time use addresses do not\nget persisted to the buyer's personal addresses when checking out.\n","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DeliveryAddressValidationStrategy","description":"Defines the types of available validation strategies for delivery addresses.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COUNTRY_CODE_ONLY","description":"Only the country code is validated.","isDeprecated":false,"deprecationReason":null},{"name":"STRICT","description":"Strict validation is performed, i.e. all fields in the address are validated\naccording to Shopify's checkout rules. If the address fails validation, the cart will not be updated.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DeliveryMethodType","description":"List of different delivery method types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LOCAL","description":"Local Delivery.","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"None.","isDeprecated":false,"deprecationReason":null},{"name":"PICKUP_POINT","description":"Shipping to a Pickup Point.","isDeprecated":false,"deprecationReason":null},{"name":"PICK_UP","description":"Local Pickup.","isDeprecated":false,"deprecationReason":null},{"name":"RETAIL","description":"Retail.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"Shipping.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DigitalWallet","description":"Digital wallet, such as Apple Pay, which can be used for accelerated checkouts.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ANDROID_PAY","description":"Android Pay.","isDeprecated":false,"deprecationReason":null},{"name":"APPLE_PAY","description":"Apple Pay.","isDeprecated":false,"deprecationReason":null},{"name":"GOOGLE_PAY","description":"Google Pay.","isDeprecated":false,"deprecationReason":null},{"name":"SHOPIFY_PAY","description":"Shopify Pay.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountAllocation","description":"An amount discounting the line that has been allocated by a discount.\n","fields":[{"name":"allocatedAmount","description":"Amount of discount allocated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplication","description":"The discount this allocated amount originated from.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DiscountApplication","description":"Discount applications capture the intentions of a discount source at\nthe time of application.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AutomaticDiscountApplication","ofType":null},{"kind":"OBJECT","name":"DiscountCodeApplication","ofType":null},{"kind":"OBJECT","name":"ManualDiscountApplication","ofType":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","ofType":null}]},{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","description":"The method by which the discount's value is allocated onto its entitled lines.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACROSS","description":"The value is spread across all entitled lines.","isDeprecated":false,"deprecationReason":null},{"name":"EACH","description":"The value is applied onto every entitled line.","isDeprecated":false,"deprecationReason":null},{"name":"ONE","description":"The value is specifically applied onto a particular line.","isDeprecated":true,"deprecationReason":"Use ACROSS instead."}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationConnection","description":"An auto-generated type for paginating through multiple DiscountApplications.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationEdge","description":"An auto-generated type which holds one DiscountApplication and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetSelection","description":"The lines on the order to which the discount is applied, of the type defined by\nthe discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of\n`LINE_ITEM`, applies the discount on all line items that are entitled to the discount.\nThe value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"The discount is allocated onto all the lines.","isDeprecated":false,"deprecationReason":null},{"name":"ENTITLED","description":"The discount is allocated onto only the lines that it's entitled for.","isDeprecated":false,"deprecationReason":null},{"name":"EXPLICIT","description":"The discount is allocated onto explicitly chosen lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetType","description":"The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LINE_ITEM","description":"The discount applies onto line items.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING_LINE","description":"The discount applies onto shipping lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountCodeApplication","description":"Discount code applications capture the intentions of a discount code at\nthe time that it is applied.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"applicable","description":"Specifies whether the discount code was applied successfully.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The string identifying the discount code that was used at the time of application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DisplayableError","description":"Represents an error in the input of a mutation.","fields":[{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartUserError","ofType":null},{"kind":"OBJECT","name":"CustomerUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldDeleteUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null},{"kind":"OBJECT","name":"UserError","ofType":null},{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","ofType":null}]},{"kind":"OBJECT","name":"Domain","description":"Represents a web address.","fields":[{"name":"host","description":"The host name of the domain (eg: `example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sslEnabled","description":"Whether SSL is enabled or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the domain (eg: `https://example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ExternalVideo","description":"Represents a video hosted outside of Shopify.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"embedUrl","description":"The embed URL of the video for the respective host.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"embeddedUrl","description":"The URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `originUrl` instead."},{"name":"host","description":"The host of the external video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaHost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originUrl","description":"The origin URL of the video on the respective host.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Filter","description":"A filter that is supported on the parent field.","fields":[{"name":"id","description":"A unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"A human-friendly string for this filter.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"Describes how to present the filter values.\nReturns a value only for filters of type `LIST`. Returns null for other types.\n","args":[],"type":{"kind":"ENUM","name":"FilterPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"An enumeration that denotes the type of data this filter represents.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FilterType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The list of values for this filter.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FilterValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FilterPresentation","description":"Defines how to present the filter values, specifies the presentation of the filter.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMAGE","description":"Image presentation, filter values display an image.","isDeprecated":false,"deprecationReason":null},{"name":"SWATCH","description":"Swatch presentation, filter values display color or image patterns.","isDeprecated":false,"deprecationReason":null},{"name":"TEXT","description":"Text presentation, no additional visual display for filter values.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FilterType","description":"The type of data that the filter group represents.\n\nFor more information, refer to [Filter products in a collection with the Storefront API]\n(https://shopify.dev/custom-storefronts/products-collections/filter-products).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOOLEAN","description":"A boolean value.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"A list of selectable values.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE_RANGE","description":"A range of prices.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FilterValue","description":"A selectable value within a filter.","fields":[{"name":"count","description":"The number of results that match this filter value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The visual representation when the filter's presentation is `IMAGE`.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"An input object that can be used to filter by this value on the parent field.\n\nThe value is provided as a helper for building dynamic filtering UI. For\nexample, if you have a list of selected `FilterValue` objects, you can combine\ntheir respective `input` values to use in a subsequent query.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"A human-friendly string for this filter value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"swatch","description":"The visual representation when the filter's presentation is `SWATCH`.","args":[],"type":{"kind":"OBJECT","name":"Swatch","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Fulfillment","description":"Represents a single fulfillment in an order.","fields":[{"name":"fulfillmentLineItems","description":"List of the fulfillment's line items.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingCompany","description":"The name of the tracking company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingInfo","description":"Tracking information associated with the fulfillment,\nsuch as the tracking number and tracking URL.\n","args":[{"name":"first","description":"Truncate the array result to this size.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentTrackingInfo","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItem","description":"Represents a single line item in a fulfillment. There is at most one fulfillment line item for each order line item.","fields":[{"name":"lineItem","description":"The associated order's line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The amount fulfilled in this fulfillment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemConnection","description":"An auto-generated type for paginating through multiple FulfillmentLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemEdge","description":"An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentTrackingInfo","description":"Tracking information associated with the fulfillment.","fields":[{"name":"number","description":"The tracking number of the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL to track the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GenericFile","description":"The generic file resource lets you manage files in a merchant’s store. Generic files include any file that doesn’t fit into a designated type such as image or video. Example: PDF, JSON.","fields":[{"name":"alt","description":"A word or phrase to indicate the contents of a file.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mimeType","description":"The MIME type of the file.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalFileSize","description":"The size of the original file in bytes.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the file.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the file.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GeoCoordinateInput","description":"The input fields used to specify a geographical location.","fields":null,"inputFields":[{"name":"latitude","description":"The coordinate's latitude value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The coordinate's longitude value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"HTML","description":"A string containing HTML code. Refer to the [HTML spec](https://html.spec.whatwg.org/#elements-3) for a\ncomplete list of HTML elements.\n\nExample value: `\"

Grey cotton knit sweater.

\"`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"HasMetafields","description":"Represents information about the metafields associated to the specified resource.","fields":[{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Cart","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"Location","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"SellingPlan","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null}]},{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","description":"The input fields to identify a metafield on an owner resource by namespace and key.","fields":null,"inputFields":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ISO8601DateTime","description":"An ISO 8601-encoded datetime","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Image","description":"Represents an image resource.","fields":[{"name":"altText","description":"A word or phrase to share the nature or contents of an image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique ID for the image.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalSrc","description":"The location of the original image as a URL.\n\nIf there are any existing transformations in the original source URL, they will remain and not be stripped.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"src","description":"The location of the image as a URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"transformedSrc","description":"The location of the transformed image as a URL.\n\nAll transformation arguments are considered \"best-effort\". If they can be applied to an image, they will be.\nOtherwise any transformations which an image type doesn't support will be ignored.\n","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url(transform:)` instead"},{"name":"url","description":"The location of the image as a URL.\n\nIf no transform options are specified, then the original image will be preserved including any pre-applied transforms.\n\nAll transformation options are considered \"best-effort\". Any transformation that the original image type doesn't support will be ignored.\n\nIf you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).\n","args":[{"name":"transform","description":"A set of options to transform the original image.","type":{"kind":"INPUT_OBJECT","name":"ImageTransformInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ImageConnection","description":"An auto-generated type for paginating through multiple Images.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ImageEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ImageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Image","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ImageContentType","description":"List of supported image content types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"JPG","description":"A JPG image.","isDeprecated":false,"deprecationReason":null},{"name":"PNG","description":"A PNG image.","isDeprecated":false,"deprecationReason":null},{"name":"WEBP","description":"A WEBP image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ImageEdge","description":"An auto-generated type which holds one Image and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ImageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Image","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ImageTransformInput","description":"The available options for transforming an image.\n\nAll transformation options are considered best effort. Any transformation that\nthe original image type doesn't support will be ignored.\n","fields":null,"inputFields":[{"name":"crop","description":"The region of the image to remain after cropping.\nMust be used in conjunction with the `maxWidth` and/or `maxHeight` fields,\nwhere the `maxWidth` and `maxHeight` aren't equal.\nThe `crop` argument should coincide with the smaller value. A smaller `maxWidth` indicates a `LEFT` or `RIGHT` crop, while\na smaller `maxHeight` indicates a `TOP` or `BOTTOM` crop. For example, `{\nmaxWidth: 5, maxHeight: 10, crop: LEFT }` will result\nin an image with a width of 5 and height of 10, where the right side of the image is removed.\n","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Convert the source image into the preferred content type.\nSupported conversions: `.svg` to `.png`, any file type to `.jpg`, and any file type to `.webp`.\n","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be within 1..3.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"InContextAnnotation","description":"Provide details about the contexts influenced by the @inContext directive on a field.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"InContextAnnotationType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"InContextAnnotationType","description":"This gives information about the type of context that impacts a field. For example, for a query with @inContext(language: \"EN\"), the type would point to the name: LanguageCode and kind: ENUM.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":"A [JSON](https://www.json.org/json-en.html) object.\n\nExample value:\n`{\n \"product\": {\n \"id\": \"gid://shopify/Product/1346443542550\",\n \"title\": \"White T-shirt\",\n \"options\": [{\n \"name\": \"Size\",\n \"values\": [\"M\", \"L\"]\n }]\n }\n}`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Language","description":"A language.","fields":[{"name":"endonymName","description":"The name of the language in the language itself. If the language uses capitalization, it is capitalized for a mid-sentence position.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isoCode","description":"The ISO code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"LanguageCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the language in the current language.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"LanguageCode","description":"ISO 639-1 language codes supported by Shopify.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AF","description":"Afrikaans.","isDeprecated":false,"deprecationReason":null},{"name":"AK","description":"Akan.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Amharic.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Arabic.","isDeprecated":false,"deprecationReason":null},{"name":"AS","description":"Assamese.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijani.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belarusian.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgarian.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bambara.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Bangla.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Tibetan.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Breton.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bosnian.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Catalan.","isDeprecated":false,"deprecationReason":null},{"name":"CE","description":"Chechen.","isDeprecated":false,"deprecationReason":null},{"name":"CKB","description":"Central Kurdish.","isDeprecated":false,"deprecationReason":null},{"name":"CS","description":"Czech.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Church Slavic.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Welsh.","isDeprecated":false,"deprecationReason":null},{"name":"DA","description":"Danish.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"German.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Dzongkha.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Ewe.","isDeprecated":false,"deprecationReason":null},{"name":"EL","description":"Greek.","isDeprecated":false,"deprecationReason":null},{"name":"EN","description":"English.","isDeprecated":false,"deprecationReason":null},{"name":"EO","description":"Esperanto.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spanish.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Estonian.","isDeprecated":false,"deprecationReason":null},{"name":"EU","description":"Basque.","isDeprecated":false,"deprecationReason":null},{"name":"FA","description":"Persian.","isDeprecated":false,"deprecationReason":null},{"name":"FF","description":"Fulah.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finnish.","isDeprecated":false,"deprecationReason":null},{"name":"FIL","description":"Filipino.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroese.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"French.","isDeprecated":false,"deprecationReason":null},{"name":"FY","description":"Western Frisian.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Irish.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Scottish Gaelic.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Galician.","isDeprecated":false,"deprecationReason":null},{"name":"GU","description":"Gujarati.","isDeprecated":false,"deprecationReason":null},{"name":"GV","description":"Manx.","isDeprecated":false,"deprecationReason":null},{"name":"HA","description":"Hausa.","isDeprecated":false,"deprecationReason":null},{"name":"HE","description":"Hebrew.","isDeprecated":false,"deprecationReason":null},{"name":"HI","description":"Hindi.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatian.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungarian.","isDeprecated":false,"deprecationReason":null},{"name":"HY","description":"Armenian.","isDeprecated":false,"deprecationReason":null},{"name":"IA","description":"Interlingua.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesian.","isDeprecated":false,"deprecationReason":null},{"name":"IG","description":"Igbo.","isDeprecated":false,"deprecationReason":null},{"name":"II","description":"Sichuan Yi.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Icelandic.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italian.","isDeprecated":false,"deprecationReason":null},{"name":"JA","description":"Japanese.","isDeprecated":false,"deprecationReason":null},{"name":"JV","description":"Javanese.","isDeprecated":false,"deprecationReason":null},{"name":"KA","description":"Georgian.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kikuyu.","isDeprecated":false,"deprecationReason":null},{"name":"KK","description":"Kazakh.","isDeprecated":false,"deprecationReason":null},{"name":"KL","description":"Kalaallisut.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Khmer.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"Kannada.","isDeprecated":false,"deprecationReason":null},{"name":"KO","description":"Korean.","isDeprecated":false,"deprecationReason":null},{"name":"KS","description":"Kashmiri.","isDeprecated":false,"deprecationReason":null},{"name":"KU","description":"Kurdish.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Cornish.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Kyrgyz.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Latin.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Luxembourgish.","isDeprecated":false,"deprecationReason":null},{"name":"LG","description":"Ganda.","isDeprecated":false,"deprecationReason":null},{"name":"LN","description":"Lingala.","isDeprecated":false,"deprecationReason":null},{"name":"LO","description":"Lao.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuanian.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luba-Katanga.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvian.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Malagasy.","isDeprecated":false,"deprecationReason":null},{"name":"MI","description":"Māori.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"Macedonian.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Malayalam.","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolian.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Moldavian.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Marathi.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Malay.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Maltese.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Burmese.","isDeprecated":false,"deprecationReason":null},{"name":"NB","description":"Norwegian (BokmΓ₯l).","isDeprecated":false,"deprecationReason":null},{"name":"ND","description":"North Ndebele.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Nepali.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Dutch.","isDeprecated":false,"deprecationReason":null},{"name":"NN","description":"Norwegian Nynorsk.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norwegian.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oromo.","isDeprecated":false,"deprecationReason":null},{"name":"OR","description":"Odia.","isDeprecated":false,"deprecationReason":null},{"name":"OS","description":"Ossetic.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Punjabi.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Polish.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Pashto.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portuguese.","isDeprecated":false,"deprecationReason":null},{"name":"PT_BR","description":"Portuguese (Brazil).","isDeprecated":false,"deprecationReason":null},{"name":"PT_PT","description":"Portuguese (Portugal).","isDeprecated":false,"deprecationReason":null},{"name":"QU","description":"Quechua.","isDeprecated":false,"deprecationReason":null},{"name":"RM","description":"Romansh.","isDeprecated":false,"deprecationReason":null},{"name":"RN","description":"Rundi.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romanian.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russian.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Kinyarwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Sanskrit.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Sardinian.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sindhi.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Northern Sami.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Sango.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"Serbo-Croatian.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Sinhala.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovak.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Slovenian.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Shona.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somali.","isDeprecated":false,"deprecationReason":null},{"name":"SQ","description":"Albanian.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Serbian.","isDeprecated":false,"deprecationReason":null},{"name":"SU","description":"Sundanese.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"Swedish.","isDeprecated":false,"deprecationReason":null},{"name":"SW","description":"Swahili.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tamil.","isDeprecated":false,"deprecationReason":null},{"name":"TE","description":"Telugu.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Tajik.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thai.","isDeprecated":false,"deprecationReason":null},{"name":"TI","description":"Tigrinya.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Turkmen.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tongan.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"Turkish.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Tatar.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uyghur.","isDeprecated":false,"deprecationReason":null},{"name":"UK","description":"Ukrainian.","isDeprecated":false,"deprecationReason":null},{"name":"UR","description":"Urdu.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbek.","isDeprecated":false,"deprecationReason":null},{"name":"VI","description":"Vietnamese.","isDeprecated":false,"deprecationReason":null},{"name":"VO","description":"VolapΓΌk.","isDeprecated":false,"deprecationReason":null},{"name":"WO","description":"Wolof.","isDeprecated":false,"deprecationReason":null},{"name":"XH","description":"Xhosa.","isDeprecated":false,"deprecationReason":null},{"name":"YI","description":"Yiddish.","isDeprecated":false,"deprecationReason":null},{"name":"YO","description":"Yoruba.","isDeprecated":false,"deprecationReason":null},{"name":"ZH","description":"Chinese.","isDeprecated":false,"deprecationReason":null},{"name":"ZH_CN","description":"Chinese (Simplified).","isDeprecated":false,"deprecationReason":null},{"name":"ZH_TW","description":"Chinese (Traditional).","isDeprecated":false,"deprecationReason":null},{"name":"ZU","description":"Zulu.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Localization","description":"Information about the localized experiences configured for the shop.","fields":[{"name":"availableCountries","description":"The list of countries with enabled localized experiences.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Country","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"availableLanguages","description":"The list of languages available for the active country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Language","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country of the active localized experience. Use the `@inContext` directive to change this value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Country","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"language","description":"The language of the active localized experience. Use the `@inContext` directive to change this value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Language","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market including the country of the active localized experience. Use the `@inContext` directive to change this value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Location","description":"Represents a location where product inventory is held.","fields":[{"name":"address","description":"The address of the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocationAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationAddress","description":"Represents the address of a location.\n","fields":[{"name":"address1","description":"The first line of the address for the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address for the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country code of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address for the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinates of the location.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinates of the location.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The province of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The code for the province, state, or district of the address of the location.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The ZIP code of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationConnection","description":"An auto-generated type for paginating through multiple Locations.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in LocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Location","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationEdge","description":"An auto-generated type which holds one Location and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of LocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Location","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"LocationSortKeys","description":"The set of valid sort keys for the Location query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CITY","description":"Sort by the `city` value.","isDeprecated":false,"deprecationReason":null},{"name":"DISTANCE","description":"Sort by the `distance` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"Sort by the `name` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MailingAddress","description":"Represents a mailing address for customers and shipping.","fields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the number of the apartment, suite, or unit.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"Use `countryCodeV2` instead."},{"name":"countryCodeV2","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address, customized by the provided arguments.","args":[{"name":"withCompany","description":"Whether to include the customer's company in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Whether to include the customer's name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the values for city, province, and country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinate of the customer address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinate of the customer address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on firstName and lastName.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region.\n\nFor example, ON.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MailingAddressConnection","description":"An auto-generated type for paginating through multiple MailingAddresses.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddressEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MailingAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddress","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MailingAddressEdge","description":"An auto-generated type which holds one MailingAddress and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MailingAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MailingAddressInput","description":"The input fields to create or update a mailing address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the number of the apartment, suite, or unit.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ManualDiscountApplication","description":"Manual discount applications capture the intentions of a discount that was manually created.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the application.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Market","description":"A group of one or more regions of the world that a merchant is targeting for sales. To learn more about markets, refer to [the Shopify Markets conceptual overview](/docs/apps/markets).","fields":[{"name":"handle","description":"A human-readable unique string for the market automatically generated from its title.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Media","description":"Represents a media interface.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ExternalVideo","ofType":null},{"kind":"OBJECT","name":"MediaImage","ofType":null},{"kind":"OBJECT","name":"Model3d","ofType":null},{"kind":"OBJECT","name":"Video","ofType":null}]},{"kind":"OBJECT","name":"MediaConnection","description":"An auto-generated type for paginating through multiple Media.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MediaEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MediaEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Media","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MediaContentType","description":"The possible content types for a media object.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"EXTERNAL_VIDEO","description":"An externally hosted video.","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE","description":"A Shopify hosted image.","isDeprecated":false,"deprecationReason":null},{"name":"MODEL_3D","description":"A 3d model.","isDeprecated":false,"deprecationReason":null},{"name":"VIDEO","description":"A Shopify hosted video.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MediaEdge","description":"An auto-generated type which holds one Media and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MediaEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Media","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MediaHost","description":"Host for a Media Resource.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"VIMEO","description":"Host for Vimeo embedded videos.","isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE","description":"Host for YouTube embedded videos.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MediaImage","description":"Represents a Shopify hosted image.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MediaPresentation","description":"A media presentation.","fields":[{"name":"asJson","description":"A JSON object representing a presentation view.","args":[{"name":"format","description":"The format to transform the settings.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaPresentationFormat","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MediaPresentationFormat","description":"The possible formats for a media presentation.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMAGE","description":"A media image presentation.","isDeprecated":false,"deprecationReason":null},{"name":"MODEL_VIEWER","description":"A model viewer presentation.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Menu","description":"A [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) representing a hierarchy\nof hyperlinks (items).\n","fields":[{"name":"handle","description":"The menu's handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The menu's child items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MenuItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"itemsCount","description":"The count of items on the menu.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The menu's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MenuItem","description":"A menu item within a parent menu.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The menu item's child items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MenuItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The linked resource.","args":[],"type":{"kind":"UNION","name":"MenuItemResource","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resourceId","description":"The ID of the linked resource.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"The menu item's tags to filter a collection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The menu item's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The menu item's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MenuItemType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The menu item's URL.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"MenuItemResource","description":"The list of possible resources a `MenuItem` can reference.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ShopPolicy","ofType":null}]},{"kind":"ENUM","name":"MenuItemType","description":"A menu item type.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"An article link.","isDeprecated":false,"deprecationReason":null},{"name":"BLOG","description":"A blog link.","isDeprecated":false,"deprecationReason":null},{"name":"CATALOG","description":"A catalog link.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION","description":"A collection link.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTIONS","description":"A collection link.","isDeprecated":false,"deprecationReason":null},{"name":"FRONTPAGE","description":"A frontpage link.","isDeprecated":false,"deprecationReason":null},{"name":"HTTP","description":"An http link.","isDeprecated":false,"deprecationReason":null},{"name":"METAOBJECT","description":"A metaobject page link.","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"A page link.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"A product link.","isDeprecated":false,"deprecationReason":null},{"name":"SEARCH","description":"A search link.","isDeprecated":false,"deprecationReason":null},{"name":"SHOP_POLICY","description":"A shop policy link.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"Merchandise","description":"The merchandise to be purchased at checkout.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProductVariant","ofType":null}]},{"kind":"OBJECT","name":"Metafield","description":"Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are\ncomprised of keys, values, and value types.\n","fields":[{"name":"createdAt","description":"The date and time when the storefront metafield was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of a metafield.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The unique identifier for the metafield within its namespace.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container for a group of metafields that the metafield is associated with.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentResource","description":"The type of resource that the metafield is attached to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MetafieldParentResource","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"Returns a reference object if the metafield's type is a resource reference.","args":[],"type":{"kind":"UNION","name":"MetafieldReference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"references","description":"A list of reference objects if the metafield's type is a resource reference list.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldReferenceConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the metafield.\nRefer to the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the metafield was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data stored in the metafield. Always stored as a string, regardless of the metafield's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldDeleteErrorCode","description":"Possible error codes that can be returned by `MetafieldDeleteUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID_OWNER","description":"The owner ID is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"METAFIELD_DOES_NOT_EXIST","description":"Metafield not found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldDeleteUserError","description":"An error that occurs during the execution of cart metafield deletion.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldDeleteErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetafieldFilter","description":"A filter used to view a subset of products in a collection matching a specific metafield value.\n\nOnly the following metafield types are currently supported:\n- `number_integer`\n- `number_decimal`\n- `single_line_text_field`\n- `boolean` as of 2022-04.\n","fields":null,"inputFields":[{"name":"key","description":"The key of the metafield to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace of the metafield to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"MetafieldParentResource","description":"A resource that the metafield belongs to.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Cart","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"Location","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"SellingPlan","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null}]},{"kind":"UNION","name":"MetafieldReference","description":"Returns the resource which is being referred to by a metafield.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"GenericFile","ofType":null},{"kind":"OBJECT","name":"MediaImage","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Model3d","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"Video","ofType":null}]},{"kind":"OBJECT","name":"MetafieldReferenceConnection","description":"An auto-generated type for paginating through multiple MetafieldReferences.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldReferenceEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MetafieldReferenceEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MetafieldReference","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldReferenceEdge","description":"An auto-generated type which holds one MetafieldReference and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MetafieldReferenceEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MetafieldReference","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","description":"An error that occurs during the execution of `MetafieldsSet`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"elementIndex","description":"The index of the array element that's causing the error.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","description":"Possible error codes that can be returned by `MetafieldsSetUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"INCLUSION","description":"The input value isn't included in the list.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_OWNER","description":"The owner ID is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_TYPE","description":"The type is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_VALUE","description":"The value is invalid for metafield type or for definition options.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN_OR_EQUAL_TO","description":"The input value should be less than or equal to the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"PRESENT","description":"The input value needs to be blank.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Metaobject","description":"An instance of a user-defined model based on a MetaobjectDefinition.","fields":[{"name":"field","description":"Accesses a field of the object by key.","args":[{"name":"key","description":"The key of the field.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetaobjectField","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":"All object fields with defined values.\nOmitted object keys can be assumed null, and no guarantees are made about field order.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetaobjectField","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The unique handle of the metaobject. Useful as a custom ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the metaobject on the shop's Online Store. Returns `null` if the metaobject definition doesn't have the `online_store` capability.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The metaobject's SEO information. Returns `null` if the metaobject definition\ndoesn't have the `renderable` capability.\n","args":[],"type":{"kind":"OBJECT","name":"MetaobjectSEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the metaobject. Defines the namespace of its associated metafields.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the metaobject was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectConnection","description":"An auto-generated type for paginating through multiple Metaobjects.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetaobjectEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MetaobjectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metaobject","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectEdge","description":"An auto-generated type which holds one Metaobject and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MetaobjectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metaobject","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectField","description":"Provides the value of a Metaobject field.","fields":[{"name":"key","description":"The field key.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"A referenced object if the field type is a resource reference.","args":[],"type":{"kind":"UNION","name":"MetafieldReference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"references","description":"A list of referenced objects if the field type is a resource reference list.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldReferenceConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the field.\nSee the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The field value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetaobjectHandleInput","description":"The input fields used to retrieve a metaobject by handle.","fields":null,"inputFields":[{"name":"handle","description":"The handle of the metaobject.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the metaobject.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectSEO","description":"SEO information for a metaobject.","fields":[{"name":"description","description":"The meta description.","args":[],"type":{"kind":"OBJECT","name":"MetaobjectField","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The SEO title.","args":[],"type":{"kind":"OBJECT","name":"MetaobjectField","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Model3d","description":"Represents a Shopify hosted 3D model.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"The sources for a 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Model3dSource","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Model3dSource","description":"Represents a source for a Shopify hosted 3d model.","fields":[{"name":"filesize","description":"The filesize of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"The format of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mimeType","description":"The MIME type of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MoneyInput","description":"The input fields for a monetary value with currency.","fields":null,"inputFields":[{"name":"amount","description":"Decimal money amount.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Decimal","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"Currency of the money.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MoneyV2","description":"A monetary value with currency.\n","fields":[{"name":"amount","description":"Decimal money amount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Decimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"Currency of the money.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"The schema’s entry-point for mutations. This acts as the public, top-level API from which all mutation queries must start.","fields":[{"name":"cartAttributesUpdate","description":"Updates the attributes on a cart.","args":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartAttributesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartBillingAddressUpdate","description":"Updates the billing address on the cart.","args":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartBillingAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartBuyerIdentityUpdate","description":"Updates customer information associated with a cart.\nBuyer identity is used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing)\nand should match the customer's shipping address.\n","args":[{"name":"buyerIdentity","description":"The customer associated with the cart. Used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).\nBuyer identity should match the customer's shipping address.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartBuyerIdentityInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartBuyerIdentityUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartCreate","description":"Creates a new cart.","args":[{"name":"input","description":"The fields used to create a cart.","type":{"kind":"INPUT_OBJECT","name":"CartInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartDiscountCodesUpdate","description":"Updates the discount codes applied to the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The case-insensitive discount codes that the customer added at checkout.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartDiscountCodesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartGiftCardCodesUpdate","description":"Updates the gift card codes applied to the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"giftCardCodes","description":"The case-insensitive gift card codes.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartGiftCardCodesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartLinesAdd","description":"Adds a merchandise line to the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of merchandise lines to add to the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartLineInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartLinesAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartLinesRemove","description":"Removes one or more merchandise lines from the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineIds","description":"The merchandise line IDs to remove.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartLinesRemovePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartLinesUpdate","description":"Updates one or more merchandise lines on a cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"The merchandise lines to update.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartLineUpdateInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartLinesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartMetafieldDelete","description":"Deletes a cart metafield.","args":[{"name":"input","description":"The input fields used to delete a cart metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartMetafieldDeleteInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartMetafieldDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartMetafieldsSet","description":"Sets cart metafield values. Cart metafield values will be set regardless if they were previously created or not.\n\nAllows a maximum of 25 cart metafields to be set at a time.\n","args":[{"name":"metafields","description":"The list of Cart metafield values to set. Maximum of 25.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartMetafieldsSetInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartMetafieldsSetPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartNoteUpdate","description":"Updates the note on the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"The note on the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartNoteUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartPaymentUpdate","description":"Update the customer's payment method that will be used to checkout.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"payment","description":"The payment information for the cart that will be used at checkout.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartPaymentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartPaymentUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartSelectedDeliveryOptionsUpdate","description":"Update the selected delivery options for a delivery group.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryOptions","description":"The selected delivery options.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartSelectedDeliveryOptionInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartSelectedDeliveryOptionsUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartSubmitForCompletion","description":"Submit the cart for checkout completion.","args":[{"name":"attemptToken","description":"The attemptToken is used to guarantee an idempotent result.\nIf more than one call uses the same attemptToken within a short period of time, only one will be accepted.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartSubmitForCompletionPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenCreate","description":"Creates a customer access token.\nThe customer access token is required to modify the customer object in any way.\n","args":[{"name":"input","description":"The fields used to create a customer access token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerAccessTokenCreateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenCreateWithMultipass","description":"Creates a customer access token using a\n[multipass token](https://shopify.dev/api/multipass) instead of email and\npassword. A customer record is created if the customer doesn't exist. If a customer\nrecord already exists but the record is disabled, then the customer record is enabled.\n","args":[{"name":"multipassToken","description":"A valid [multipass token](https://shopify.dev/api/multipass) to be authenticated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenCreateWithMultipassPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenDelete","description":"Permanently destroys a customer access token.","args":[{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenRenew","description":"Renews a customer access token.\n\nAccess token renewal must happen *before* a token expires.\nIf a token has already expired, a new one should be created instead via `customerAccessTokenCreate`.\n","args":[{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenRenewPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerActivate","description":"Activates a customer.","args":[{"name":"id","description":"Specifies the customer to activate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"The fields used to activate a customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerActivateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerActivatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerActivateByUrl","description":"Activates a customer with the activation url received from `customerCreate`.","args":[{"name":"activationUrl","description":"The customer activation URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"A new password set during activation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerActivateByUrlPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressCreate","description":"Creates a new address for a customer.","args":[{"name":"address","description":"The customer mailing address to create.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressDelete","description":"Permanently deletes the address of an existing customer.","args":[{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Specifies the address to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressUpdate","description":"Updates the address of an existing customer.","args":[{"name":"address","description":"The customer’s mailing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Specifies the customer address to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerCreate","description":"Creates a new customer.","args":[{"name":"input","description":"The fields used to create a new customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerCreateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerDefaultAddressUpdate","description":"Updates the default address of an existing customer.","args":[{"name":"addressId","description":"ID of the address to set as the new default for the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerDefaultAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerRecover","description":"Sends a reset password email to the customer. The reset password\nemail contains a reset password URL and token that you can pass to\nthe [`customerResetByUrl`](https://shopify.dev/api/storefront/latest/mutations/customerResetByUrl) or\n[`customerReset`](https://shopify.dev/api/storefront/latest/mutations/customerReset) mutation to reset the\ncustomer password.\n\nThis mutation is throttled by IP. With private access,\nyou can provide a [`Shopify-Storefront-Buyer-IP`](https://shopify.dev/api/usage/authentication#optional-ip-header) instead of the request IP.\nThe header is case-sensitive and must be sent as `Shopify-Storefront-Buyer-IP`.\n\nMake sure that the value provided to `Shopify-Storefront-Buyer-IP` is trusted. Unthrottled access to this\nmutation presents a security risk.\n","args":[{"name":"email","description":"The email address of the customer to recover.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerRecoverPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerReset","description":"\"Resets a customer’s password with the token received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation.\"\n","args":[{"name":"id","description":"Specifies the customer to reset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"The fields used to reset a customer’s password.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerResetInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerResetPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerResetByUrl","description":"\"Resets a customer’s password with the reset password URL received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation.\"\n","args":[{"name":"password","description":"New password that will be set as part of the reset password process.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resetUrl","description":"The customer's reset password url.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerResetByUrlPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUpdate","description":"Updates an existing customer.","args":[{"name":"customer","description":"The customer object input.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayPaymentRequestSessionCreate","description":"Create a new Shop Pay payment request session.","args":[{"name":"paymentRequest","description":"A payment request object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sourceIdentifier","description":"A unique identifier for the payment request session.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayPaymentRequestSessionSubmit","description":"Submits a Shop Pay payment request session.","args":[{"name":"idempotencyKey","description":"The idempotency key is used to guarantee an idempotent result.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderName","description":"The order name to be used for the order created from the payment request.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentRequest","description":"The final payment request object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"A token representing a payment session request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionSubmitPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with an ID field to support global identification, in accordance with the\n[Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface).\nThis interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node)\nand [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null},{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Cart","ofType":null},{"kind":"OBJECT","name":"CartLine","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Comment","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyContact","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"ComponentizableCartLine","ofType":null},{"kind":"OBJECT","name":"ExternalVideo","ofType":null},{"kind":"OBJECT","name":"GenericFile","ofType":null},{"kind":"OBJECT","name":"Location","ofType":null},{"kind":"OBJECT","name":"MailingAddress","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"MediaImage","ofType":null},{"kind":"OBJECT","name":"MediaPresentation","ofType":null},{"kind":"OBJECT","name":"Menu","ofType":null},{"kind":"OBJECT","name":"MenuItem","ofType":null},{"kind":"OBJECT","name":"Metafield","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Model3d","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductOption","ofType":null},{"kind":"OBJECT","name":"ProductOptionValue","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null},{"kind":"OBJECT","name":"ShopPolicy","ofType":null},{"kind":"OBJECT","name":"UrlRedirect","ofType":null},{"kind":"OBJECT","name":"Video","ofType":null}]},{"kind":"INTERFACE","name":"OnlineStorePublishable","description":"Represents a resource that can be published to the Online Store sales channel.","fields":[{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null}]},{"kind":"OBJECT","name":"Order","description":"An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.","fields":[{"name":"billingAddress","description":"The address associated with the payment method.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cancelReason","description":"The reason for the order's cancellation. Returns `null` if the order wasn't canceled.","args":[],"type":{"kind":"ENUM","name":"OrderCancelReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"canceledAt","description":"The date and time when the order was canceled. Returns null if the order wasn't canceled.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The code of the currency used for the payment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentSubtotalPrice","description":"The subtotal of line items and their discounts, excluding line items that have been removed. Does not contain order-level discounts, duties, shipping costs, or shipping discounts. Taxes aren't included unless the order is a taxes-included order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalDuties","description":"The total cost of duties for the order, including refunds.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalPrice","description":"The total amount of the order, including duties, taxes and discounts, minus amounts for line items that have been removed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalShippingPrice","description":"The total cost of shipping, excluding shipping lines that have been refunded or removed. Taxes aren't included unless the order is a taxes-included order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalTax","description":"The total of all taxes applied to the order, excluding taxes for returned line items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"A list of the custom attributes added to the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"customerLocale","description":"The locale code in which this specific order happened.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUrl","description":"The unique URL that the customer can use to access the order.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplications","description":"Discounts that have been applied on the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"edited","description":"Whether the order has had any edits applied or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer's email address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderFinancialStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentStatus","description":"The fulfillment status for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderFulfillmentStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"List of the order’s line items.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Unique identifier for the order that appears on the order.\nFor example, _#1000_ or _Store1001.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderNumber","description":"A unique numeric identifier for the order for use by shop owner and customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotalDuties","description":"The total cost of duties charged at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotalPrice","description":"The total price of the order before any applied edits.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer's phone number for receiving SMS notifications.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the order was imported.\nThis value can be set to dates in the past when importing from other systems.\nIf no value is provided, it will be auto-generated based on current date and time.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The address to where the order will be shipped.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingDiscountAllocations","description":"The discounts that have been allocated onto the shipping line by discount applications.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"statusUrl","description":"The unique URL for the order's status page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPrice","description":"Price of the order before shipping and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPriceV2","description":"Price of the order before duties, shipping and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":true,"deprecationReason":"Use `subtotalPrice` instead."},{"name":"successfulFulfillments","description":"List of the order’s successful fulfillments.","args":[{"name":"first","description":"Truncate the array result to this size.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Fulfillment","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The sum of all the prices of all the items in the order, duties, taxes and discounts included (must be positive).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPriceV2","description":"The sum of all the prices of all the items in the order, duties, taxes and discounts included (must be positive).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `totalPrice` instead."},{"name":"totalRefunded","description":"The total amount that has been refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefundedV2","description":"The total amount that has been refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `totalRefunded` instead."},{"name":"totalShippingPrice","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPriceV2","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `totalShippingPrice` instead."},{"name":"totalTax","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxV2","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":true,"deprecationReason":"Use `totalTax` instead."}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderCancelReason","description":"Represents the reason for the order's cancellation.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER","description":"The customer wanted to cancel the order.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"Payment was declined.","isDeprecated":false,"deprecationReason":null},{"name":"FRAUD","description":"The order was fraudulent.","isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY","description":"There was insufficient inventory.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"The order was canceled for an unlisted reason.","isDeprecated":false,"deprecationReason":null},{"name":"STAFF","description":"Staff made an error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderConnection","description":"An auto-generated type for paginating through multiple Orders.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The total count of Orders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEdge","description":"An auto-generated type which holds one Order and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderFinancialStatus","description":"Represents the order's current financial status.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZED","description":"Displayed as **Authorized**.","isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":"Displayed as **Paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_PAID","description":"Displayed as **Partially paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_REFUNDED","description":"Displayed as **Partially refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"Displayed as **Pending**.","isDeprecated":false,"deprecationReason":null},{"name":"REFUNDED","description":"Displayed as **Refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"VOIDED","description":"Displayed as **Voided**.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderFulfillmentStatus","description":"Represents the order's aggregated fulfillment status for display purposes.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FULFILLED","description":"Displayed as **Fulfilled**. All of the items in the order have been fulfilled.","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"Displayed as **In progress**. Some of the items in the order have been fulfilled, or a request for fulfillment has been sent to the fulfillment service.","isDeprecated":false,"deprecationReason":null},{"name":"ON_HOLD","description":"Displayed as **On hold**. All of the unfulfilled items in this order are on hold.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"Displayed as **Open**. None of the items in the order have been fulfilled. Replaced by \"UNFULFILLED\" status.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_FULFILLED","description":"Displayed as **Partially fulfilled**. Some of the items in the order have been fulfilled.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING_FULFILLMENT","description":"Displayed as **Pending fulfillment**. A request for fulfillment of some items awaits a response from the fulfillment service. Replaced by \"IN_PROGRESS\" status.","isDeprecated":false,"deprecationReason":null},{"name":"RESTOCKED","description":"Displayed as **Restocked**. All of the items in the order have been restocked. Replaced by \"UNFULFILLED\" status.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEDULED","description":"Displayed as **Scheduled**. All of the unfulfilled items in this order are scheduled for fulfillment at later time.","isDeprecated":false,"deprecationReason":null},{"name":"UNFULFILLED","description":"Displayed as **Unfulfilled**. None of the items in the order have been fulfilled.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItem","description":"Represents a single line in an order. There is one line item for each distinct product variant.","fields":[{"name":"currentQuantity","description":"The number of entries associated to the line item minus the items that have been removed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"List of custom attributes associated to the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been allocated onto the order line item by discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedTotalPrice","description":"The total price of the line item, including discounts, and displayed in the presentment currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotalPrice","description":"The total price of the line item, not including any discounts. The total price is calculated using the original unit price multiplied by the quantity, and it's displayed in the presentment currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of products variants associated to the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product combined with title of the variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variant","description":"The product variant object associated to the line item.","args":[],"type":{"kind":"OBJECT","name":"ProductVariant","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItemConnection","description":"An auto-generated type for paginating through multiple OrderLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in OrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItemEdge","description":"An auto-generated type which holds one OrderLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of OrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderSortKeys","description":"The set of valid sort keys for the Order query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Page","description":"Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.","fields":[{"name":"body","description":"The description of the page, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bodySummary","description":"Summary of the page body.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The timestamp of the page creation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the page automatically generated from its title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The page's SEO information.","args":[],"type":{"kind":"OBJECT","name":"SEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The timestamp of the latest page update.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageConnection","description":"An auto-generated type for paginating through multiple Pages.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in PageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Page","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageEdge","description":"An auto-generated type which holds one Page and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of PageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Page","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Returns information about pagination in a connection, in accordance with the\n[Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo).\nFor more information, please read our [GraphQL Pagination Usage Guide](https://shopify.dev/api/usage/pagination-graphql).\n","fields":[{"name":"endCursor","description":"The cursor corresponding to the last node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":"Whether there are more pages to fetch following the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"Whether there are any pages prior to the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"The cursor corresponding to the first node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PageSortKeys","description":"The set of valid sort keys for the Page query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PaymentSettings","description":"Settings related to payments.","fields":[{"name":"acceptedCardBrands","description":"List of the card brands which the shop accepts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CardBrand","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cardVaultUrl","description":"The url pointing to the endpoint to vault credit cards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country where the shop is located.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The three-letter code for the shop's primary currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"enabledPresentmentCurrencies","description":"A list of enabled currencies (ISO 4217 format) that the shop accepts.\nMerchants can enable currencies from their Shopify Payments settings in the Shopify admin.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shopifyPaymentsAccountId","description":"The shop’s Shopify Payments account ID.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"supportedDigitalWallets","description":"List of the digital wallets which the shop supports.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DigitalWallet","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PredictiveSearchLimitScope","description":"Decides the distribution of results.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"Return results up to limit across all types.","isDeprecated":false,"deprecationReason":null},{"name":"EACH","description":"Return results up to limit per type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PredictiveSearchResult","description":"A predictive search result represents a list of products, collections, pages, articles, and query suggestions\nthat matches the predictive search query.\n","fields":[{"name":"articles","description":"The articles that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"collections","description":"The articles that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pages","description":"The pages that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Page","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"The products that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queries","description":"The query suggestions that are relevant to the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchQuerySuggestion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PredictiveSearchType","description":"The types of search items to perform predictive search on.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"Returns matching articles.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION","description":"Returns matching collections.","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"Returns matching pages.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"Returns matching products.","isDeprecated":false,"deprecationReason":null},{"name":"QUERY","description":"Returns matching query strings.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PreferenceDeliveryMethodType","description":"The preferred delivery methods such as shipping, local pickup or through pickup points.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PICKUP_POINT","description":"A delivery method used to let buyers collect purchases at designated locations like parcel lockers.","isDeprecated":false,"deprecationReason":null},{"name":"PICK_UP","description":"A delivery method used to let buyers receive items directly from a specific location within an area.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"A delivery method used to send items directly to a buyer’s specified address.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PriceRangeFilter","description":"The input fields for a filter used to view a subset of products in a collection matching a specific price range.\n","fields":null,"inputFields":[{"name":"max","description":"The maximum price in the range. Empty indicates no max price.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"min","description":"The minimum price in the range. Defaults to zero.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":"0","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PricingPercentageValue","description":"The value of the percentage pricing object.","fields":[{"name":"percentage","description":"The percentage value of the object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PricingValue","description":"The price value (fixed or percentage) for a discount application.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MoneyV2","ofType":null},{"kind":"OBJECT","name":"PricingPercentageValue","ofType":null}]},{"kind":"OBJECT","name":"Product","description":"A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be.\nFor example, a digital download (such as a movie, music or ebook file) also\nqualifies as a product, as do services (such as equipment rental, work for hire,\ncustomization of another product or an extended warranty).\n","fields":[{"name":"availableForSale","description":"Indicates if at least one product variant is available for sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"collections","description":"List of collections a product belongs to.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CollectionConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtPriceRange","description":"The compare at price of the product across all variants.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductPriceRange","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the product was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Stripped description of the product, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"descriptionHtml","description":"The description of the product, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"featuredImage","description":"The featured image for the product.\n\nThis field is functionally equivalent to `images(first: 1)`.\n","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the Product automatically generated from its title.\nThey are used by the Liquid templating language to refer to objects.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"images","description":"List of images associated with the product.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductImageSortKeys","ofType":null},"defaultValue":"POSITION","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ImageConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isGiftCard","description":"Whether the product is a gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"media","description":"The media associated with the product.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductMediaSortKeys","ofType":null},"defaultValue":"POSITION","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MediaConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"List of product options.","args":[{"name":"first","description":"Truncate the array result to this size.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"priceRange","description":"The price range.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductPriceRange","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productType","description":"A categorization that a product can be tagged with, commonly used for filtering and searching.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publishedAt","description":"The date and time when the product was published to the channel.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresSellingPlan","description":"Whether the product can only be purchased with a selling plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanGroups","description":"A list of a product's available selling plan groups. A selling plan group represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroupConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The product's SEO information.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SEO","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A comma separated list of tags that have been added to the product.\nAdditional access scope required for private apps: unauthenticated_read_product_tags.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The product’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalInventory","description":"The total quantity of inventory in stock for this Product.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the product was last modified.\nA product's `updatedAt` value can change for different reasons. For example, if an order\nis placed for a product that has inventory tracking set up, then the inventory adjustment\nis counted as an update.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantBySelectedOptions","description":"Find a product’s variant based on its selected options.\nThis is useful for converting a user’s selection of product options into a single matching variant.\nIf there is not a variant for the selected options, `null` will be returned.\n","args":[{"name":"caseInsensitiveMatch","description":"Whether to perform case insensitive match on option names and values.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"ignoreUnknownOptions","description":"Whether to ignore unknown product options.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"selectedOptions","description":"The input fields used for a selected option.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SelectedOptionInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ProductVariant","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variants","description":"List of the product’s variants.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductVariantSortKeys","ofType":null},"defaultValue":"POSITION","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":"The product’s vendor name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductCollectionSortKeys","description":"The set of valid sort keys for the ProductCollection query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BEST_SELLING","description":"Sort by the `best-selling` value.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION_DEFAULT","description":"Sort by the `collection-default` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED","description":"Sort by the `created` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":"Sort by the `manual` value.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE","description":"Sort by the `price` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProductConnection","description":"An auto-generated type for paginating through multiple Products.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"filters","description":"A list of available filters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Filter","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ProductEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductEdge","description":"An auto-generated type which holds one Product and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ProductEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProductFilter","description":"The input fields for a filter used to view a subset of products in a collection.\nBy default, the `available` and `price` filters are enabled. Filters are customized with the Shopify Search & Discovery app.\nLearn more about [customizing storefront filtering](https://help.shopify.com/manual/online-store/themes/customizing-themes/storefront-filters).\n","fields":null,"inputFields":[{"name":"available","description":"Filter on if the product is available for sale.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"A range of prices to filter with-in.","type":{"kind":"INPUT_OBJECT","name":"PriceRangeFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productMetafield","description":"A product metafield to filter on.","type":{"kind":"INPUT_OBJECT","name":"MetafieldFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productType","description":"The product type to filter on.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productVendor","description":"The product vendor to filter on.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tag","description":"A product tag to filter on.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"variantMetafield","description":"A variant metafield to filter on.","type":{"kind":"INPUT_OBJECT","name":"MetafieldFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"variantOption","description":"A variant option to filter on.","type":{"kind":"INPUT_OBJECT","name":"VariantOptionFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductImageSortKeys","description":"The set of valid sort keys for the ProductImage query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"POSITION","description":"Sort by the `position` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProductMediaSortKeys","description":"The set of valid sort keys for the ProductMedia query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"POSITION","description":"Sort by the `position` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProductOption","description":"Product property names like \"Size\", \"Color\", and \"Material\" that the customers can select.\nVariants are selected based on permutations of these options.\n255 characters limit each.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The product option’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"optionValues","description":"The corresponding option value to the product option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductOptionValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The corresponding value to the product option name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `optionValues` instead."}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductOptionValue","description":"The product option value names. For example, \"Red\", \"Blue\", and \"Green\" for a \"Color\" option.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product option value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"swatch","description":"The swatch of the product option value.","args":[],"type":{"kind":"OBJECT","name":"ProductOptionValueSwatch","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductOptionValueSwatch","description":"The product option value swatch.\n","fields":[{"name":"color","description":"The swatch color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The swatch image.","args":[],"type":{"kind":"INTERFACE","name":"Media","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductPriceRange","description":"The price range of the product.","fields":[{"name":"maxVariantPrice","description":"The highest variant's price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minVariantPrice","description":"The lowest variant's price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductRecommendationIntent","description":"The recommendation intent that is used to generate product recommendations.\nYou can use intent to generate product recommendations according to different strategies.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPLEMENTARY","description":"Offer customers products that are complementary to a product for which recommendations are to be fetched. An example is add-on products that display in a Pair it with section.","isDeprecated":false,"deprecationReason":null},{"name":"RELATED","description":"Offer customers a mix of products that are similar or complementary to a product for which recommendations are to be fetched. An example is substitutable products that display in a You may also like section.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProductSortKeys","description":"The set of valid sort keys for the Product query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BEST_SELLING","description":"Sort by the `best_selling` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE","description":"Sort by the `price` value.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT_TYPE","description":"Sort by the `product_type` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"VENDOR","description":"Sort by the `vendor` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariant","description":"A product variant represents a different version of a product, such as differing sizes or differing colors.\n","fields":[{"name":"availableForSale","description":"Indicates if the product variant is available for sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"barcode","description":"The barcode (for example, ISBN, UPC, or GTIN) associated with the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtPrice","description":"The compare at price of the variant. This can be used to mark a variant as on sale, when `compareAtPrice` is higher than `price`.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtPriceV2","description":"The compare at price of the variant. This can be used to mark a variant as on sale, when `compareAtPriceV2` is higher than `priceV2`.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":true,"deprecationReason":"Use `compareAtPrice` instead."},{"name":"components","description":"List of bundles components included in the variant considering only fixed bundles.\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentlyNotInStock","description":"Whether a product is out of stock but still available for purchase (used for backorders).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedBy","description":"List of bundles that include this variant considering only fixed bundles.\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"Image associated with the product variant. This field falls back to the product image if no image is available.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The product variant’s price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceV2","description":"The product variant’s price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `price` instead."},{"name":"product","description":"The product object that the product variant belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantityAvailable","description":"The total sellable quantity of the variant for online sales channels.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantityPriceBreaks","description":"A list of quantity breaks for the product variant.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreakConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantityRule","description":"The quantity rule for the product variant in a given context.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityRule","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresComponents","description":"Whether a product variant requires components. The default value is `false`.\nIf `true`, then the product variant can only be purchased as a parent bundle with components.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether a customer needs to provide a shipping address when placing an order for the product variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedOptions","description":"List of product options applied to the variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SelectedOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocations","description":"Represents an association between a variant and a selling plan. Selling plan allocations describe which selling plans are available for each variant, and what their impact is on pricing.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU (stock keeping unit) associated with the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storeAvailability","description":"The in-store pickup availability of this variant by location.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"near","description":"Used to sort results based on proximity to the provided location.","type":{"kind":"INPUT_OBJECT","name":"GeoCoordinateInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailabilityConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":"Whether tax is charged when the product variant is sold.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The product variant’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The unit price value for the variant based on the variant's measurement.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unitPriceMeasurement","description":"The unit price measurement for the variant.","args":[],"type":{"kind":"OBJECT","name":"UnitPriceMeasurement","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"weight","description":"The weight of the product variant in the unit system specified with `weight_unit`.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"weightUnit","description":"Unit of measurement for weight.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WeightUnit","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantComponent","description":"Represents a component of a bundle variant.\n","fields":[{"name":"productVariant","description":"The product variant object that the component belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of component present in the bundle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantComponentConnection","description":"An auto-generated type for paginating through multiple ProductVariantComponents.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ProductVariantComponentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponent","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantComponentEdge","description":"An auto-generated type which holds one ProductVariantComponent and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ProductVariantComponentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponent","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantConnection","description":"An auto-generated type for paginating through multiple ProductVariants.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ProductVariantEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantEdge","description":"An auto-generated type which holds one ProductVariant and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ProductVariantEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductVariantSortKeys","description":"The set of valid sort keys for the ProductVariant query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"POSITION","description":"Sort by the `position` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"SKU","description":"Sort by the `sku` value.","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PurchasingCompany","description":"Represents information about the buyer that is interacting with the cart.","fields":[{"name":"company","description":"The company associated to the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Company","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contact","description":"The company contact associated to the order or draft order.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The company location associated to the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityPriceBreak","description":"Quantity price breaks lets you offer different rates that are based on the\namount of a specific variant being ordered.\n","fields":[{"name":"minimumQuantity","description":"Minimum quantity required to reach new quantity break price.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of variant after reaching the minimum quanity.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityPriceBreakConnection","description":"An auto-generated type for paginating through multiple QuantityPriceBreaks.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreakEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in QuantityPriceBreakEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreak","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityPriceBreakEdge","description":"An auto-generated type which holds one QuantityPriceBreak and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of QuantityPriceBreakEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreak","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityRule","description":"The quantity rule for the product variant in a given context.\n","fields":[{"name":"increment","description":"The value that specifies the quantity increment between minimum and maximum of the rule.\nOnly quantities divisible by this value will be considered valid.\n\nThe increment must be lower than or equal to the minimum and the maximum, and both minimum and maximum\nmust be divisible by this value.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maximum","description":"An optional value that defines the highest allowed quantity purchased by the customer.\nIf defined, maximum must be lower than or equal to the minimum and must be a multiple of the increment.\n","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minimum","description":"The value that defines the lowest allowed quantity purchased by the customer.\nThe minimum must be a multiple of the quantity rule's increment.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QueryRoot","description":"The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.","fields":[{"name":"article","description":"Fetch a specific Article by its ID.","args":[{"name":"id","description":"The ID of the `Article`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Article","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"articles","description":"List of the shop's articles.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| author |\n| blog_title |\n| created_at |\n| tag |\n| tag_not |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ArticleSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"blog","description":"Fetch a specific `Blog` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Blog`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Blog`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Blog","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blogByHandle","description":"Find a blog by its handle.","args":[{"name":"handle","description":"The handle of the blog.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Blog","ofType":null},"isDeprecated":true,"deprecationReason":"Use `blog` instead."},{"name":"blogs","description":"List of the shop's blogs.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| created_at |\n| handle |\n| title |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"BlogSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BlogConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cart","description":"Retrieve a cart by its ID. For more information, refer to\n[Manage a cart with the Storefront API](https://shopify.dev/custom-storefronts/cart/manage).\n","args":[{"name":"id","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartCompletionAttempt","description":"A poll for the status of the cart checkout completion and order creation.\n","args":[{"name":"attemptId","description":"The ID of the attempt.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"UNION","name":"CartCompletionAttemptResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collection","description":"Fetch a specific `Collection` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Collection`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Collection`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Collection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collectionByHandle","description":"Find a collection by its handle.","args":[{"name":"handle","description":"The handle of the collection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Collection","ofType":null},"isDeprecated":true,"deprecationReason":"Use `collection` instead."},{"name":"collections","description":"List of the shop’s collections.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| collection_type |\n| title |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CollectionSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CollectionConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer associated with the given access token. Tokens are obtained by using the\n[`customerAccessTokenCreate` mutation](https://shopify.dev/docs/api/storefront/latest/mutations/customerAccessTokenCreate).\n","args":[{"name":"customerAccessToken","description":"The customer access token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"localization","description":"Returns the localized experiences configured for the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Localization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":"List of the shop's locations that support in-store pickup.\n\nWhen sorting by distance, you must specify a location via the `near` argument.\n\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"near","description":"Used to sort results based on proximity to the provided location.","type":{"kind":"INPUT_OBJECT","name":"GeoCoordinateInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"LocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"menu","description":"Retrieve a [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) by its handle.","args":[{"name":"handle","description":"The navigation menu's handle.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Menu","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metaobject","description":"Fetch a specific Metaobject by one of its unique identifiers.","args":[{"name":"handle","description":"The handle and type of the metaobject.","type":{"kind":"INPUT_OBJECT","name":"MetaobjectHandleInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the metaobject.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metaobject","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metaobjects","description":"All active metaobjects for the shop.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"The key of a field to sort with. Supports \"id\" and \"updated_at\".","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of metaobject to retrieve.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetaobjectConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"Returns a specific node by ID.","args":[{"name":"id","description":"The ID of the Node to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"INTERFACE","name":"Node","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"Returns the list of nodes with the given IDs.","args":[{"name":"ids","description":"The IDs of the Nodes to return.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INTERFACE","name":"Node","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Fetch a specific `Page` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Page`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Page`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Page","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageByHandle","description":"Find a page by its handle.","args":[{"name":"handle","description":"The handle of the page.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Page","ofType":null},"isDeprecated":true,"deprecationReason":"Use `page` instead."},{"name":"pages","description":"List of the shop's pages.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| created_at |\n| handle |\n| title |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"PageSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"predictiveSearch","description":"List of the predictive search results.","args":[{"name":"limit","description":"Limits the number of results based on `limit_scope`. The value can range from 1 to 10, and the default is 10.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limitScope","description":"Decides the distribution of results.","type":{"kind":"ENUM","name":"PredictiveSearchLimitScope","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"The search query.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"searchableFields","description":"Specifies the list of resource fields to use for search. The default fields searched on are TITLE, PRODUCT_TYPE, VARIANT_TITLE, and VENDOR. For the best search experience, you should search on the default field set.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchableField","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"The types of resources to search for.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PredictiveSearchType","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"unavailableProducts","description":"Specifies how unavailable products are displayed in the search results.","type":{"kind":"ENUM","name":"SearchUnavailableProductsType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PredictiveSearchResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"product","description":"Fetch a specific `Product` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Product`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Product`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Product","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productByHandle","description":"Find a product by its handle.","args":[{"name":"handle","description":"A unique string that identifies the product. Handles are automatically\ngenerated based on the product's title, and are always lowercase. Whitespace\nand special characters are replaced with a hyphen: `-`. If there are\nmultiple consecutive whitespace or special characters, then they're replaced\nwith a single hyphen. Whitespace or special characters at the beginning are\nremoved. If a duplicate product title is used, then the handle is\nauto-incremented by one. For example, if you had two products called\n`Potion`, then their handles would be `potion` and `potion-1`. After a\nproduct has been created, changing the product title doesn't update the handle.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Product","ofType":null},"isDeprecated":true,"deprecationReason":"Use `product` instead."},{"name":"productRecommendations","description":"Find recommended products related to a given `product_id`.\nTo learn more about how recommendations are generated, see\n[*Showing product recommendations on product pages*](https://help.shopify.com/themes/development/recommended-products).\n","args":[{"name":"intent","description":"The recommendation intent that is used to generate product recommendations. You can use intent to generate product recommendations on various pages across the channels, according to different strategies.","type":{"kind":"ENUM","name":"ProductRecommendationIntent","ofType":null},"defaultValue":"RELATED","isDeprecated":false,"deprecationReason":null},{"name":"productHandle","description":"The handle of the product.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productId","description":"The id of the product.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"productTags","description":"Tags added to products.\nAdditional access scope required: unauthenticated_read_product_tags.\n","args":[{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StringConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productTypes","description":"List of product types for the shop's products that are published to your app.","args":[{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StringConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"List of the shop’s products. For storefront search, use [`search` query](https://shopify.dev/docs/api/storefront/latest/queries/search).","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| available_for_sale |\n| created_at |\n| product_type |\n| tag |\n| tag_not |\n| title |\n| updated_at |\n| variants.price |\n| vendor |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publicApiVersions","description":"The list of public Storefront API versions, including supported, release candidate and unstable versions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ApiVersion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"search","description":"List of the search results.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"prefix","description":"Specifies whether to perform a partial word match on the last search term.","type":{"kind":"ENUM","name":"SearchPrefixQueryType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productFilters","description":"Returns a subset of products matching all product filters.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProductFilter","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"The search query.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"SearchSortKeys","ofType":null},"defaultValue":"RELEVANCE","isDeprecated":false,"deprecationReason":null},{"name":"types","description":"The types of resources to search for.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchType","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"unavailableProducts","description":"Specifies how unavailable products or variants are displayed in the search results.","type":{"kind":"ENUM","name":"SearchUnavailableProductsType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchResultItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shop","description":"The shop associated with the storefront access token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Shop","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"urlRedirects","description":"A list of redirects for a shop.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| created_at |\n| path |\n| target |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirectConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SEO","description":"SEO information.","fields":[{"name":"description","description":"The meta description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The SEO title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","description":"Script discount applications capture the intentions of a discount that\nwas created by a Shopify Script.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application as defined by the Script.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SearchPrefixQueryType","description":"Specifies whether to perform a partial word match on the last search term.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LAST","description":"Perform a partial word match on the last search term.","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"Don't perform a partial word match on the last search term.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SearchQuerySuggestion","description":"A search query suggestion.","fields":[{"name":"styledText","description":"The text of the search query suggestion with highlighted HTML tags.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The text of the search query suggestion.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SearchResultItem","description":"A search result that matches the search query.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null}]},{"kind":"OBJECT","name":"SearchResultItemConnection","description":"An auto-generated type for paginating through multiple SearchResultItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchResultItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SearchResultItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchResultItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productFilters","description":"A list of available filters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Filter","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The total number of results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SearchResultItemEdge","description":"An auto-generated type which holds one SearchResultItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SearchResultItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchResultItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SearchSortKeys","description":"The set of valid sort keys for the search query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PRICE","description":"Sort by the `price` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SearchType","description":"The types of search items to perform search within.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"Returns matching articles.","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"Returns matching pages.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"Returns matching products.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SearchUnavailableProductsType","description":"Specifies whether to display results for unavailable products.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HIDE","description":"Exclude unavailable products.","isDeprecated":false,"deprecationReason":null},{"name":"LAST","description":"Show unavailable products after all other matching results. This is the default.","isDeprecated":false,"deprecationReason":null},{"name":"SHOW","description":"Show unavailable products in the order that they're found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SearchableField","description":"Specifies the list of resource fields to search.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHOR","description":"Author of the page or article.","isDeprecated":false,"deprecationReason":null},{"name":"BODY","description":"Body of the page or article or product description or collection description.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT_TYPE","description":"Product type.","isDeprecated":false,"deprecationReason":null},{"name":"TAG","description":"Tag associated with the product or article.","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Title of the page or article or product title or collection title.","isDeprecated":false,"deprecationReason":null},{"name":"VARIANTS_BARCODE","description":"Variant barcode.","isDeprecated":false,"deprecationReason":null},{"name":"VARIANTS_SKU","description":"Variant SKU.","isDeprecated":false,"deprecationReason":null},{"name":"VARIANTS_TITLE","description":"Variant title.","isDeprecated":false,"deprecationReason":null},{"name":"VENDOR","description":"Product vendor.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SelectedOption","description":"Properties used by customers to select a product variant.\nProducts can have multiple options, like different sizes or colors.\n","fields":[{"name":"name","description":"The product option’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The product option’s value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SelectedOptionInput","description":"The input fields required for a selected option.","fields":null,"inputFields":[{"name":"name","description":"The product option’s name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The product option’s value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlan","description":"Represents how products and variants can be sold and purchased.","fields":[{"name":"billingPolicy","description":"The billing policy for the selling plan.","args":[],"type":{"kind":"UNION","name":"SellingPlanBillingPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"checkoutCharge","description":"The initial payment due for the purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanCheckoutCharge","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPolicy","description":"The delivery policy for the selling plan.","args":[],"type":{"kind":"UNION","name":"SellingPlanDeliveryPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the selling plan.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the selling plan. For example, '6 weeks of prepaid granola, delivered weekly'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"The selling plan options available in the drop-down list in the storefront. For example, 'Delivery every week' or 'Delivery every 2 weeks' specifies the delivery frequency options for the product. Individual selling plans contribute their options to the associated selling plan group. For example, a selling plan group might have an option called `option1: Delivery every`. One selling plan in that group could contribute `option1: 2 weeks` with the pricing for that option, and another selling plan could contribute `option1: 4 weeks`, with different pricing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"priceAdjustments","description":"The price adjustments that a selling plan makes when a variant is purchased with a selling plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanPriceAdjustment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"recurringDeliveries","description":"Whether purchasing the selling plan will result in multiple deliveries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocation","description":"Represents an association between a variant and a selling plan. Selling plan allocations describe the options offered for each variant, and the price of the variant when purchased with a selling plan.","fields":[{"name":"checkoutChargeAmount","description":"The checkout charge amount due for the purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceAdjustments","description":"A list of price adjustments, with a maximum of two. When there are two, the first price adjustment goes into effect at the time of purchase, while the second one starts after a certain number of orders. A price adjustment represents how a selling plan affects pricing when a variant is purchased with a selling plan. Prices display in the customer's currency if the shop is configured for it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocationPriceAdjustment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"remainingBalanceChargeAmount","description":"The remaining balance charge amount due for the purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlan","description":"A representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlan","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocationConnection","description":"An auto-generated type for paginating through multiple SellingPlanAllocations.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SellingPlanAllocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocationEdge","description":"An auto-generated type which holds one SellingPlanAllocation and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SellingPlanAllocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocationPriceAdjustment","description":"The resulting prices for variants when they're purchased with a specific selling plan.","fields":[{"name":"compareAtPrice","description":"The price of the variant when it's purchased without a selling plan for the same number of deliveries. For example, if a customer purchases 6 deliveries of $10.00 granola separately, then the price is 6 x $10.00 = $60.00.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"perDeliveryPrice","description":"The effective price for a single delivery. For example, for a prepaid subscription plan that includes 6 deliveries at the price of $48.00, the per delivery price is $8.00.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the variant when it's purchased with a selling plan For example, for a prepaid subscription plan that includes 6 deliveries of $10.00 granola, where the customer gets 20% off, the price is 6 x $10.00 x 0.80 = $48.00.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The resulting price per unit for the variant associated with the selling plan. If the variant isn't sold by quantity or measurement, then this field returns `null`.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SellingPlanBillingPolicy","description":"The selling plan billing policy.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SellingPlanRecurringBillingPolicy","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanCheckoutCharge","description":"The initial payment due for the purchase.","fields":[{"name":"type","description":"The charge type for the checkout charge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanCheckoutChargeType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The charge value for the checkout charge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SellingPlanCheckoutChargeValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanCheckoutChargePercentageValue","description":"The percentage value of the price used for checkout charge.","fields":[{"name":"percentage","description":"The percentage value of the price used for checkout charge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SellingPlanCheckoutChargeType","description":"The checkout charge when the full amount isn't charged at checkout.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PERCENTAGE","description":"The checkout charge is a percentage of the product or variant price.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE","description":"The checkout charge is a fixed price amount.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"SellingPlanCheckoutChargeValue","description":"The portion of the price to be charged at checkout.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MoneyV2","ofType":null},{"kind":"OBJECT","name":"SellingPlanCheckoutChargePercentageValue","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanConnection","description":"An auto-generated type for paginating through multiple SellingPlans.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SellingPlanEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlan","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SellingPlanDeliveryPolicy","description":"The selling plan delivery policy.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SellingPlanRecurringDeliveryPolicy","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanEdge","description":"An auto-generated type which holds one SellingPlan and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SellingPlanEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlan","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanFixedAmountPriceAdjustment","description":"A fixed amount that's deducted from the original variant price. For example, $10.00 off.","fields":[{"name":"adjustmentAmount","description":"The money value of the price adjustment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanFixedPriceAdjustment","description":"A fixed price adjustment for a variant that's purchased with a selling plan.","fields":[{"name":"price","description":"A new price of the variant when it's purchased with the selling plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroup","description":"Represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans.","fields":[{"name":"appName","description":"A display friendly name for the app that created the selling plan group.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the selling plan group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"Represents the selling plan options available in the drop-down list in the storefront. For example, 'Delivery every week' or 'Delivery every 2 weeks' specifies the delivery frequency options for the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroupOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlans","description":"A list of selling plans in a selling plan group. A selling plan is a representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroupConnection","description":"An auto-generated type for paginating through multiple SellingPlanGroups.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroupEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SellingPlanGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroupEdge","description":"An auto-generated type which holds one SellingPlanGroup and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SellingPlanGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroup","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroupOption","description":"Represents an option on a selling plan group that's available in the drop-down list in the storefront.\n\nIndividual selling plans contribute their options to the associated selling plan group. For example, a selling plan group might have an option called `option1: Delivery every`. One selling plan in that group could contribute `option1: 2 weeks` with the pricing for that option, and another selling plan could contribute `option1: 4 weeks`, with different pricing.","fields":[{"name":"name","description":"The name of the option. For example, 'Delivery every'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The values for the options specified by the selling plans in the selling plan group. For example, '1 week', '2 weeks', '3 weeks'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SellingPlanInterval","description":"Represents a valid selling plan interval.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DAY","description":"Day interval.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH","description":"Month interval.","isDeprecated":false,"deprecationReason":null},{"name":"WEEK","description":"Week interval.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR","description":"Year interval.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanOption","description":"An option provided by a Selling Plan.","fields":[{"name":"name","description":"The name of the option (ie \"Delivery every\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the option (ie \"Month\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanPercentagePriceAdjustment","description":"A percentage amount that's deducted from the original variant price. For example, 10% off.","fields":[{"name":"adjustmentPercentage","description":"The percentage value of the price adjustment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanPriceAdjustment","description":"Represents by how much the price of a variant associated with a selling plan is adjusted. Each variant can have up to two price adjustments. If a variant has multiple price adjustments, then the first price adjustment applies when the variant is initially purchased. The second price adjustment applies after a certain number of orders (specified by the `orderCount` field) are made. If a selling plan doesn't have any price adjustments, then the unadjusted price of the variant is the effective price.","fields":[{"name":"adjustmentValue","description":"The type of price adjustment. An adjustment value can have one of three types: percentage, amount off, or a new price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SellingPlanPriceAdjustmentValue","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderCount","description":"The number of orders that the price adjustment applies to. If the price adjustment always applies, then this field is `null`.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SellingPlanPriceAdjustmentValue","description":"Represents by how much the price of a variant associated with a selling plan is adjusted. Each variant can have up to two price adjustments.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SellingPlanFixedAmountPriceAdjustment","ofType":null},{"kind":"OBJECT","name":"SellingPlanFixedPriceAdjustment","ofType":null},{"kind":"OBJECT","name":"SellingPlanPercentagePriceAdjustment","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanRecurringBillingPolicy","description":"The recurring billing policy for the selling plan.","fields":[{"name":"interval","description":"The billing frequency, it can be either: day, week, month or year.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between billings.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanRecurringDeliveryPolicy","description":"The recurring delivery policy for the selling plan.","fields":[{"name":"interval","description":"The delivery frequency, it can be either: day, week, month or year.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between deliveries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Shop","description":"Shop represents a collection of the general settings and information about the shop.","fields":[{"name":"brand","description":"The shop's branding configuration.","args":[],"type":{"kind":"OBJECT","name":"Brand","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"A description of the shop.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"moneyFormat","description":"A string representing the way currency is formatted when the currency isn’t specified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The shop’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSettings","description":"Settings related to payments.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSettings","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"primaryDomain","description":"The primary domain of the shop’s Online Store.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Domain","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"privacyPolicy","description":"The shop’s privacy policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"refundPolicy","description":"The shop’s refund policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingPolicy","description":"The shop’s shipping policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shipsToCountries","description":"Countries that the shop ships to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionPolicy","description":"The shop’s subscription policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicyWithDefault","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"termsOfService","description":"The shop’s terms of service.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequest","description":"Represents a Shop Pay payment request.","fields":[{"name":"deliveryMethods","description":"The delivery methods for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDeliveryMethod","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The discount codes for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discounts","description":"The discounts for the payment request order.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The locale for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentCurrency","description":"The presentment currency for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryMethodType","description":"The delivery method type for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ShopPayPaymentRequestDeliveryMethodType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The shipping address for the payment request.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestContactField","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLines","description":"The shipping lines for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestShippingLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The subtotal amount for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total amount for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping price for the payment request.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestTotalShippingPrice","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total tax for the payment request.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestContactField","description":"Represents a contact field for a Shop Pay payment request.","fields":[{"name":"address1","description":"The first address line of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second address line of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"companyName","description":"The company name of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The first name of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"postalCode","description":"The postal code of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The province of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestDeliveryMethod","description":"Represents a delivery method for a Shop Pay payment request.","fields":[{"name":"amount","description":"The amount for the delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryExpectationLabel","description":"The detail about when the delivery may be expected.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"detail","description":"The detail of the delivery method.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxDeliveryDate","description":"The maximum delivery date for the delivery method.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minDeliveryDate","description":"The minimum delivery date for the delivery method.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDeliveryMethodInput","description":"The input fields to create a delivery method for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"amount","description":"The amount for the delivery method.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the delivery method.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryExpectationLabel","description":"The detail about when the delivery may be expected.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"detail","description":"The detail of the delivery method.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the delivery method.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxDeliveryDate","description":"The maximum delivery date for the delivery method.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"minDeliveryDate","description":"The minimum delivery date for the delivery method.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ShopPayPaymentRequestDeliveryMethodType","description":"Represents the delivery method type for a Shop Pay payment request.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PICKUP","description":"The delivery method type is pickup.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"The delivery method type is shipping.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","description":"Represents a discount for a Shop Pay payment request.","fields":[{"name":"amount","description":"The amount of the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","description":"The input fields to create a discount for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"amount","description":"The amount of the discount.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the discount.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestImage","description":"Represents an image for a Shop Pay payment request line item.","fields":[{"name":"alt","description":"The alt text of the image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The source URL of the image.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestImageInput","description":"The input fields to create an image for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"alt","description":"The alt text of the image.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The source URL of the image.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestInput","description":"The input fields represent a Shop Pay payment request.","fields":null,"inputFields":[{"name":"deliveryMethods","description":"The delivery methods for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDeliveryMethodInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The discount codes for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discounts","description":"The discounts for the payment request order.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestLineItemInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The locale for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","description":"The encrypted payment method for the payment request.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"presentmentCurrency","description":"The presentment currency for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryMethodType","description":"The delivery method type for the payment request.","type":{"kind":"ENUM","name":"ShopPayPaymentRequestDeliveryMethodType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shippingLines","description":"The shipping lines for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestShippingLineInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The subtotal amount for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total amount for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping price for the payment request.","type":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestTotalShippingPriceInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total tax for the payment request.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestLineItem","description":"Represents a line item for a Shop Pay payment request.","fields":[{"name":"finalItemPrice","description":"The final item price for the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"finalLinePrice","description":"The final line price for the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image of the line item.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"itemDiscounts","description":"The item discounts for the line item.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineDiscounts","description":"The line discounts for the line item.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"originalItemPrice","description":"The original item price for the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalLinePrice","description":"The original line price for the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the line item requires shipping.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU of the line item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestLineItemInput","description":"The input fields to create a line item for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"finalItemPrice","description":"The final item price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"finalLinePrice","description":"The final line price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image of the line item.","type":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestImageInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"itemDiscounts","description":"The item discounts for the line item.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the line item.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineDiscounts","description":"The line discounts for the line item.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"originalItemPrice","description":"The original item price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"originalLinePrice","description":"The original line price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the line item requires shipping.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU of the line item.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestReceipt","description":"Represents a receipt for a Shop Pay payment request.","fields":[{"name":"paymentRequest","description":"The payment request object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequest","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingStatusType","description":"The processing status.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The token of the receipt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestSession","description":"Represents a Shop Pay payment request session.","fields":[{"name":"checkoutUrl","description":"The checkout URL of the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentRequest","description":"The payment request associated with the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequest","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceIdentifier","description":"The source identifier of the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The token of the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionCreatePayload","description":"Return type for `shopPayPaymentRequestSessionCreate` mutation.","fields":[{"name":"shopPayPaymentRequestSession","description":"The new Shop Pay payment request session object.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestSession","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"Error codes for failed Shop Pay payment request session mutations.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionSubmitPayload","description":"Return type for `shopPayPaymentRequestSessionSubmit` mutation.","fields":[{"name":"paymentRequestReceipt","description":"The checkout on which the payment was applied.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestReceipt","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"Error codes for failed Shop Pay payment request session mutations.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestShippingLine","description":"Represents a shipping line for a Shop Pay payment request.","fields":[{"name":"amount","description":"The amount for the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestShippingLineInput","description":"The input fields to create a shipping line for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"amount","description":"The amount for the shipping line.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the shipping line.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the shipping line.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestTotalShippingPrice","description":"Represents a shipping total for a Shop Pay payment request.","fields":[{"name":"discounts","description":"The discounts for the shipping total.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"finalTotal","description":"The final total for the shipping total.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotal","description":"The original total for the shipping total.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestTotalShippingPriceInput","description":"The input fields to create a shipping total for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"discounts","description":"The discounts for the shipping total.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"finalTotal","description":"The final total for the shipping total.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"originalTotal","description":"The original total for the shipping total.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayWalletContentInput","description":"The input fields for submitting Shop Pay payment method information for checkout.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionToken","description":"Session token for transaction.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPolicy","description":"Policy that a merchant has configured for their store, such as their refund or privacy policy.","fields":[{"name":"body","description":"Policy text, maximum size of 64kb.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"Policy’s handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Policy’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Public URL to the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPolicyWithDefault","description":"A policy for the store that comes with a default value, such as a subscription policy.\nIf the merchant hasn't configured a policy for their store, then the policy will return the default value.\nOtherwise, the policy will return the merchant-configured value.\n","fields":[{"name":"body","description":"The text of the policy. Maximum size: 64KB.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The handle of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the policy. A default policy doesn't have an ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Public URL to the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreAvailability","description":"The availability of a product variant at a particular location.\nLocal pick-up must be enabled in the store's shipping settings, otherwise this will return an empty result.\n","fields":[{"name":"available","description":"Whether the product variant is in-stock at this location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The location where this product variant is stocked at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Location","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pickUpTime","description":"Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantityAvailable","description":"The quantity of the product variant in-stock at this location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreAvailabilityConnection","description":"An auto-generated type for paginating through multiple StoreAvailabilities.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailabilityEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in StoreAvailabilityEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailability","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreAvailabilityEdge","description":"An auto-generated type which holds one StoreAvailability and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StoreAvailabilityEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailability","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StringConnection","description":"An auto-generated type for paginating through a list of Strings.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StringEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StringEdge","description":"An auto-generated type which holds one String and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StringEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmissionError","description":"An error that occurred during cart submit for completion.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubmissionErrorCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubmissionErrorCode","description":"The code of the error that occurred during cart submit for completion.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BUYER_IDENTITY_EMAIL_IS_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BUYER_IDENTITY_EMAIL_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BUYER_IDENTITY_PHONE_IS_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS1_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS1_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS1_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS2_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS2_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS2_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_CITY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_CITY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_CITY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COMPANY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COMPANY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COMPANY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COUNTRY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_FIRST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_FIRST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_FIRST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_INVALID_POSTAL_CODE_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_INVALID_POSTAL_CODE_FOR_ZONE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_LAST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_LAST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_LAST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_NO_DELIVERY_AVAILABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_NO_DELIVERY_AVAILABLE_FOR_MERCHANDISE_LINE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_OPTIONS_PHONE_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_OPTIONS_PHONE_NUMBER_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_PHONE_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_PHONE_NUMBER_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_POSTAL_CODE_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_POSTAL_CODE_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ZONE_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ZONE_REQUIRED_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_LINE_LIMIT_REACHED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_NOT_APPLICABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_NOT_ENOUGH_STOCK_AVAILABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_OUT_OF_STOCK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_PRODUCT_NOT_PUBLISHED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NO_DELIVERY_GROUP_SELECTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS1_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS1_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS1_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS2_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS2_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS2_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_BILLING_ADDRESS_ZONE_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_BILLING_ADDRESS_ZONE_REQUIRED_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CITY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CITY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CITY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COMPANY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COMPANY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COMPANY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COUNTRY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BASE_EXPIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BASE_GATEWAY_NOT_SUPPORTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BASE_INVALID_START_DATE_OR_ISSUE_NUMBER_FOR_DEBIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BRAND_NOT_SUPPORTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_FIRST_NAME_BLANK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_GENERIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_LAST_NAME_BLANK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_MONTH_INCLUSION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_NUMBER_INVALID_FORMAT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_SESSION_ID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_VERIFICATION_VALUE_BLANK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_VERIFICATION_VALUE_INVALID_FOR_CARD_TYPE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_YEAR_EXPIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_YEAR_INVALID_EXPIRY_YEAR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_FIRST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_FIRST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_FIRST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_INVALID_POSTAL_CODE_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_INVALID_POSTAL_CODE_FOR_ZONE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_LAST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_LAST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_LAST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_METHOD_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_METHOD_UNAVAILABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_PHONE_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_PHONE_NUMBER_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_POSTAL_CODE_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_POSTAL_CODE_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_SHOPIFY_PAYMENTS_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_UNACCEPTABLE_PAYMENT_AMOUNT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_WALLET_CONTENT_MISSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TAXES_DELIVERY_GROUP_ID_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TAXES_LINE_ID_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TAXES_MUST_BE_DEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubmitAlreadyAccepted","description":"Cart submit for checkout completion is successful.","fields":[{"name":"attemptId","description":"The ID of the cart completion attempt that will be used for polling for the result.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmitFailed","description":"Cart submit for checkout completion failed.","fields":[{"name":"checkoutUrl","description":"The URL of the checkout for the cart.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubmissionError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmitSuccess","description":"Cart submit for checkout completion is already accepted.","fields":[{"name":"attemptId","description":"The ID of the cart completion attempt that will be used for polling for the result.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmitThrottled","description":"Cart submit for checkout completion is throttled.","fields":[{"name":"pollAfter","description":"UTC date time string that indicates the time after which clients should make their next\npoll request. Any poll requests sent before this time will be ignored. Use this value to schedule the\nnext poll request.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Swatch","description":"Color and image for visual representation.","fields":[{"name":"color","description":"The swatch color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The swatch image.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Trackable","description":"Represents a resource that you can track the origin of the search traffic.","fields":[{"name":"trackingParameters","description":"A URL parameters to be added to a page URL when it is linked from a GraphQL result. This allows for tracking the origin of the traffic.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"SearchQuerySuggestion","ofType":null}]},{"kind":"SCALAR","name":"URL","description":"Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and\n[RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string.\n\nFor example, `\"https://johns-apparel.myshopify.com\"` is a valid URL. It includes a scheme (`https`) and a host\n(`johns-apparel.myshopify.com`).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnitPriceMeasurement","description":"The measurement used to calculate a unit price for a product variant (e.g. $9.99 / 100ml).\n","fields":[{"name":"measuredType","description":"The type of unit of measurement for the unit price measurement.","args":[],"type":{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantityUnit","description":"The quantity unit for the unit price measurement.","args":[],"type":{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredUnit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantityValue","description":"The quantity value for the unit price measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"referenceUnit","description":"The reference unit for the unit price measurement.","args":[],"type":{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredUnit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"referenceValue","description":"The reference value for the unit price measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredType","description":"The accepted types of unit of measurement.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AREA","description":"Unit of measurements representing areas.","isDeprecated":false,"deprecationReason":null},{"name":"LENGTH","description":"Unit of measurements representing lengths.","isDeprecated":false,"deprecationReason":null},{"name":"VOLUME","description":"Unit of measurements representing volumes.","isDeprecated":false,"deprecationReason":null},{"name":"WEIGHT","description":"Unit of measurements representing weights.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredUnit","description":"The valid units of measurement for a unit price measurement.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CL","description":"100 centiliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"100 centimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null},{"name":"G","description":"Metric system unit of weight.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"L","description":"Metric system unit of volume.","isDeprecated":false,"deprecationReason":null},{"name":"M","description":"Metric system unit of length.","isDeprecated":false,"deprecationReason":null},{"name":"M2","description":"Metric system unit of area.","isDeprecated":false,"deprecationReason":null},{"name":"M3","description":"1 cubic meter equals 1000 liters.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"1000 milligrams equals 1 gram.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"1000 milliliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"1000 millimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UnitSystem","description":"Systems of weights and measures.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMPERIAL_SYSTEM","description":"Imperial system of weights and measures.","isDeprecated":false,"deprecationReason":null},{"name":"METRIC_SYSTEM","description":"Metric system of weights and measures.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"UnsignedInt64","description":"An unsigned 64-bit integer. Represents whole numeric values between 0 and 2^64 - 1 encoded as a string of base-10 digits.\n\nExample value: `\"50\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UrlRedirect","description":"A redirect on the online store.","fields":[{"name":"id","description":"The ID of the URL redirect.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":"The old path to be redirected from. When the user visits this path, they'll be redirected to the target location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"target","description":"The target location where the user will be redirected to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UrlRedirectConnection","description":"An auto-generated type for paginating through multiple UrlRedirects.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirectEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in UrlRedirectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirect","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UrlRedirectEdge","description":"An auto-generated type which holds one UrlRedirect and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of UrlRedirectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirect","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserError","description":"Represents an error in the input of a mutation.","fields":[{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","description":"Represents an error that happens during execution of a customer mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsShopPayPaymentRequestSessionUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsShopPayPaymentRequestSessionUserErrorsCode","description":"Possible error codes that can be returned by `ShopPayPaymentRequestSessionUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IDEMPOTENCY_KEY_ALREADY_USED","description":"Idempotency key has already been used.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_REQUEST_INVALID_INPUT","description":"Payment request input is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_REQUEST_NOT_FOUND","description":"Payment request not found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VariantOptionFilter","description":"The input fields for a filter used to view a subset of products in a collection matching a specific variant option.","fields":null,"inputFields":[{"name":"name","description":"The name of the variant option to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the variant option to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Video","description":"Represents a Shopify hosted video.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"The sources for a video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VideoSource","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VideoSource","description":"Represents a source for a Shopify hosted video.","fields":[{"name":"format","description":"The format of the video source.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The height of the video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mimeType","description":"The video MIME type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The width of the video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WeightUnit","description":"Units of measurement for weight.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GRAMS","description":"Metric system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"KILOGRAMS","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"OUNCES","description":"Imperial system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"POUNDS","description":"1 pound equals 16 ounces.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByURL","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"accessRestricted","description":"Marks an element of a GraphQL schema as having restricted access.","isRepeatable":false,"locations":["FIELD_DEFINITION","OBJECT"],"args":[{"name":"reason","description":"Explains the reason around this restriction","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"null","isDeprecated":false,"deprecationReason":null}]},{"name":"defer","description":"Informs the server to delay the execution of the current fragment, potentially resulting in multiple responses from the server. Non-deferred data is delivered in the initial response and data deferred is delivered in subsequent responses. Only available on development stores with the Defer Directive developer preview enabled.","isRepeatable":false,"locations":["FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"When `true`, fragment should be deferred. When `false`, fragment will not be\ndeferred and data will be included in the initial response. Defaults to `true`\nwhen omitted.\n","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"label","description":"May be used to identify the data from responses and associate it with the\ncorresponding defer directive. `label` must be unique label across all `@defer` and\n`@stream` directives in a document. `label` must not be provided as a variable.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","isRepeatable":false,"locations":["ARGUMENT_DEFINITION","ENUM_VALUE","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"name":"inContext","description":"Contextualizes data based on the additional information provided by the directive. For example, you can use the `@inContext(country: CA)` directive to [query a product's price](https://shopify.dev/custom-storefronts/internationalization/international-pricing) in a storefront within the context of Canada.","isRepeatable":false,"locations":["MUTATION","QUERY"],"args":[{"name":"buyer","description":"The buyer's identity.","type":{"kind":"INPUT_OBJECT","name":"BuyerInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country code for context. For example, `CA`.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"language","description":"The language code for context. For example, `EN`.","type":{"kind":"ENUM","name":"LanguageCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredLocationId","description":"The identifier of the customer's preferred location.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"oneOf","description":"Requires that exactly one field must be supplied and that field must not be `null`.","isRepeatable":false,"locations":["INPUT_OBJECT"],"args":[]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar.","isRepeatable":false,"locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]}]}} \ No newline at end of file +{"__schema":{"queryType":{"name":"QueryRoot"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"ApiVersion","description":"A version of the API, as defined by [Shopify API versioning](https://shopify.dev/api/usage/versioning).\nVersions are commonly referred to by their handle (for example, `2021-10`).\n","fields":[{"name":"displayName","description":"The human-readable name of the version.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or `unstable` handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"supported","description":"Whether the version is actively supported by Shopify. Supported API versions are guaranteed to be stable. Unsupported API versions include unstable, release candidate, and end-of-life versions that are marked as unsupported. For more information, refer to [Versioning](https://shopify.dev/api/usage/versioning).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ApplePayWalletContentInput","description":"The input fields for submitting Apple Pay payment method information for checkout.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The data for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"header","description":"The header data for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ApplePayWalletHeaderInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastDigits","description":"The last digits of the card used to create the payment.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"signature","description":"The signature for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"The version for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ApplePayWalletHeaderInput","description":"The input fields for submitting wallet payment method information for checkout.\n","fields":null,"inputFields":[{"name":"applicationData","description":"The application data for the Apple Pay wallet.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ephemeralPublicKey","description":"The ephemeral public key for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"publicKeyHash","description":"The public key hash for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"transactionId","description":"The transaction ID for the Apple Pay wallet.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedGiftCard","description":"Details about the gift card used on the checkout.","fields":[{"name":"amountUsed","description":"The amount that was taken from the gift card by applying it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amountUsedV2","description":"The amount that was taken from the gift card by applying it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `amountUsed` instead."},{"name":"balance","description":"The amount left on the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceV2","description":"The amount left on the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `balance` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastCharacters","description":"The last characters of the gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentAmountUsed","description":"The amount that was applied to the checkout in its currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Article","description":"An article in an online store blog.","fields":[{"name":"author","description":"The article's author.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleAuthor","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `authorV2` instead."},{"name":"authorV2","description":"The article's author.","args":[],"type":{"kind":"OBJECT","name":"ArticleAuthor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blog","description":"The blog that the article belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Blog","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"comments","description":"List of comments posted on the article.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CommentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"Stripped content of the article, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentHtml","description":"The content of the article, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"excerpt","description":"Stripped excerpt of the article, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"excerptHtml","description":"The excerpt of the article, complete with HTML formatting.","args":[],"type":{"kind":"SCALAR","name":"HTML","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the Article automatically generated from its title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image associated with the article.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"publishedAt","description":"The date and time when the article was published.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The article’s SEO information.","args":[],"type":{"kind":"OBJECT","name":"SEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A categorization that a article can be tagged with.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The article’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArticleAuthor","description":"The author of an article.","fields":[{"name":"bio","description":"The author's bio.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The author’s email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The author's first name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The author's last name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The author's full name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArticleConnection","description":"An auto-generated type for paginating through multiple Articles.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ArticleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArticleEdge","description":"An auto-generated type which holds one Article and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ArticleEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ArticleSortKeys","description":"The set of valid sort keys for the Article query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHOR","description":"Sort by the `author` value.","isDeprecated":false,"deprecationReason":null},{"name":"BLOG_TITLE","description":"Sort by the `blog_title` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"PUBLISHED_AT","description":"Sort by the `published_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Attribute","description":"Represents a generic custom attribute, such as whether an order is a customer's first.","fields":[{"name":"key","description":"The key or name of the attribute. For example, `\"customersFirstOrder\"`.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the attribute. For example, `\"true\"`.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AttributeInput","description":"The input fields for an attribute.","fields":null,"inputFields":[{"name":"key","description":"Key or name of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"Value of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AutomaticDiscountApplication","description":"Automatic discount applications capture the intentions of a discount that was automatically applied.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseCartLine","description":"Represents a cart line common fields.","fields":[{"name":"attribute","description":"An attribute associated with the cart line.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart line. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchandise","description":"The merchandise that the buyer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"Merchandise","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise that the customer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocation","description":"The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.","args":[],"type":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartLine","ofType":null},{"kind":"OBJECT","name":"ComponentizableCartLine","ofType":null}]},{"kind":"OBJECT","name":"BaseCartLineConnection","description":"An auto-generated type for paginating through multiple BaseCartLines.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaseCartLineEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in BaseCartLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"BaseCartLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaseCartLineEdge","description":"An auto-generated type which holds one BaseCartLine and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of BaseCartLineEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"BaseCartLine","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Blog","description":"An online store blog.","fields":[{"name":"articleByHandle","description":"Find an article by its handle.","args":[{"name":"handle","description":"The handle of the article.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Article","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"articles","description":"List of the blog's articles.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| author |\n| blog_title |\n| created_at |\n| tag |\n| tag_not |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ArticleSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"authors","description":"The authors who have contributed to the blog.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleAuthor","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the Blog automatically generated from its title.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The blog's SEO information.","args":[],"type":{"kind":"OBJECT","name":"SEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The blogs’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BlogConnection","description":"An auto-generated type for paginating through multiple Blogs.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BlogEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in BlogEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Blog","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BlogEdge","description":"An auto-generated type which holds one Blog and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of BlogEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Blog","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BlogSortKeys","description":"The set of valid sort keys for the Blog query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HANDLE","description":"Sort by the `handle` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Brand","description":"The store's [branding configuration](https://help.shopify.com/en/manual/promoting-marketing/managing-brand-assets).\n","fields":[{"name":"colors","description":"The colors of the store's brand.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BrandColors","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"coverImage","description":"The store's cover image.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logo","description":"The store's default logo.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shortDescription","description":"The store's short description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"slogan","description":"The store's slogan.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"squareLogo","description":"The store's preferred logo for square UI elements.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BrandColorGroup","description":"A group of related colors for the shop's brand.\n","fields":[{"name":"background","description":"The background color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"foreground","description":"The foreground color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BrandColors","description":"The colors of the shop's brand.\n","fields":[{"name":"primary","description":"The shop's primary brand colors.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BrandColorGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"secondary","description":"The shop's secondary brand colors.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BrandColorGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"BuyerInput","description":"The input fields for obtaining the buyer's identity.\n","fields":null,"inputFields":[{"name":"companyLocationId","description":"The identifier of the company location.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The storefront customer access token retrieved from the [Customer Accounts API](https://shopify.dev/docs/api/customer/reference/mutations/storefrontCustomerAccessTokenCreate).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CardBrand","description":"Card brand, such as Visa or Mastercard, which can be used for payments.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AMERICAN_EXPRESS","description":"American Express.","isDeprecated":false,"deprecationReason":null},{"name":"DINERS_CLUB","description":"Diners Club.","isDeprecated":false,"deprecationReason":null},{"name":"DISCOVER","description":"Discover.","isDeprecated":false,"deprecationReason":null},{"name":"JCB","description":"JCB.","isDeprecated":false,"deprecationReason":null},{"name":"MASTERCARD","description":"Mastercard.","isDeprecated":false,"deprecationReason":null},{"name":"VISA","description":"Visa.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Cart","description":"A cart represents the merchandise that a buyer intends to purchase,\nand the estimated cost associated with the cart. Learn how to\n[interact with a cart](https://shopify.dev/custom-storefronts/internationalization/international-pricing)\nduring a customer's session.\n","fields":[{"name":"appliedGiftCards","description":"The gift cards that have been applied to the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"attribute","description":"An attribute associated with the cart.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"buyerIdentity","description":"Information about the buyer that's interacting with the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartBuyerIdentity","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"checkoutUrl","description":"The URL of the checkout for the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The estimated costs that the buyer will pay at checkout. The costs are subject to change and changes will be reflected at checkout. The `cost` field uses the `buyerIdentity` field to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the cart was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryGroups","description":"The delivery groups available for the cart, based on the buyer identity default\ndelivery address preference or the default address of the logged-in customer.\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"withCarrierRates","description":"Whether to include [carrier-calculated delivery rates](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/enabling-shipping-carriers) in the response.\n\nBy default, only static shipping rates are returned. This argument requires mandatory usage of the [`@defer` directive](https://shopify.dev/docs/api/storefront#directives).\n\nFor more information, refer to [fetching carrier-calculated rates for the cart using `@defer`](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/defer#fetching-carrier-calculated-rates-for-the-cart-using-defer).\n","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroupConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the entire cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The case-insensitive discount codes that the customer added at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDiscountCode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated costs that the buyer will pay at checkout. The estimated costs are subject to change and changes will be reflected at checkout. The `estimatedCost` field uses the `buyerIdentity` field to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of lines containing information about the items the customer intends to purchase.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaseCartLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that's associated with the cart. For example, the note can be a personalized message to the buyer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalQuantity","description":"The total number of items in the cart.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the cart was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartAttributesUpdatePayload","description":"Return type for `cartAttributesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartAutomaticDiscountAllocation","description":"The discounts automatically applied to the cart line based on prerequisites that have been met.","fields":[{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the allocated discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartBillingAddressUpdatePayload","description":"Return type for `cartBillingAddressUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartBuyerIdentity","description":"Represents information about the buyer that is interacting with the cart.","fields":[{"name":"countryCode","description":"The country where the buyer is located.","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer account associated with the cart.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddressPreferences","description":"An ordered set of delivery addresses tied to the buyer that is interacting with the cart.\nThe rank of the preferences is determined by the order of the addresses in the array. Preferences\ncan be used to populate relevant fields in the checkout flow.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeliveryAddress","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the buyer that's interacting with the cart.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the buyer that's interacting with the cart.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"preferences","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","args":[],"type":{"kind":"OBJECT","name":"CartPreferences","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"purchasingCompany","description":"The purchasing company associated with the cart.","args":[],"type":{"kind":"OBJECT","name":"PurchasingCompany","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartBuyerIdentityInput","description":"Specifies the input fields to update the buyer information associated with a cart.\nBuyer identity is used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing)\nand should match the customer's shipping address.\n","fields":null,"inputFields":[{"name":"companyLocationId","description":"The company location of the buyer that is interacting with the cart.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country where the buyer is located.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer associated with the cart.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddressPreferences","description":"An ordered set of delivery addresses tied to the buyer that is interacting with the cart.\nThe rank of the preferences is determined by the order of the addresses in the array. Preferences\ncan be used to populate relevant fields in the checkout flow.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeliveryAddressInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the buyer that is interacting with the cart.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the buyer that is interacting with the cart.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferences","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","type":{"kind":"INPUT_OBJECT","name":"CartPreferencesInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartBuyerIdentityUpdatePayload","description":"Return type for `cartBuyerIdentityUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartCardSource","description":"Represents how credit card details are provided for a direct payment.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SAVED_CREDIT_CARD","description":"The credit card was provided by a third party and vaulted on their system.\nUsing this value requires a separate permission from Shopify.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CartCodeDiscountAllocation","description":"The discount that has been applied to the cart line using a discount code.","fields":[{"name":"code","description":"The code used to apply the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CartCompletionAction","description":"The completion action to checkout a cart.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CompletePaymentChallenge","ofType":null}]},{"kind":"OBJECT","name":"CartCompletionActionRequired","description":"The required completion action to checkout a cart.","fields":[{"name":"action","description":"The action required to complete the cart completion attempt.","args":[],"type":{"kind":"UNION","name":"CartCompletionAction","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CartCompletionAttemptResult","description":"The result of a cart completion attempt.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartCompletionActionRequired","ofType":null},{"kind":"OBJECT","name":"CartCompletionFailed","ofType":null},{"kind":"OBJECT","name":"CartCompletionProcessing","ofType":null},{"kind":"OBJECT","name":"CartCompletionSuccess","ofType":null}]},{"kind":"OBJECT","name":"CartCompletionFailed","description":"A failed completion to checkout a cart.","fields":[{"name":"errors","description":"The errors that caused the checkout to fail.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompletionError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCompletionProcessing","description":"A cart checkout completion that's still processing.","fields":[{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pollDelay","description":"The number of milliseconds to wait before polling again.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCompletionSuccess","description":"A successful completion to checkout a cart and a created order.","fields":[{"name":"completedAt","description":"The date and time when the job completed.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the cart completion attempt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":"The ID of the order that's created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderUrl","description":"The URL of the order confirmation in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCost","description":"The costs that the buyer will pay at checkout.\nThe cart cost uses [`CartBuyerIdentity`](https://shopify.dev/api/storefront/reference/cart/cartbuyeridentity) to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).\n","fields":[{"name":"checkoutChargeAmount","description":"The estimated amount, before taxes and discounts, for the customer to pay at checkout. The checkout charge amount doesn't include any deferred payments that'll be paid at a later date. If the cart has no deferred payments, then the checkout charge amount is equivalent to `subtotalAmount`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The amount, before taxes and cart-level discounts, for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmountEstimated","description":"Whether the subtotal amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total amount for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmountEstimated","description":"Whether the total amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutyAmount","description":"The duty amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutyAmountEstimated","description":"Whether the total duty amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The tax amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmountEstimated","description":"Whether the total tax amount is estimated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCreatePayload","description":"Return type for `cartCreate` mutation.","fields":[{"name":"cart","description":"The new cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartCustomDiscountAllocation","description":"The discounts automatically applied to the cart line based on prerequisites that have been met.","fields":[{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the allocated discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryCoordinatesPreference","description":"Preferred location used to find the closest pick up point based on coordinates.","fields":[{"name":"countryCode","description":"The two-letter code for the country of the preferred location.\n\nFor example, US.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The geographic latitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The geographic longitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartDeliveryCoordinatesPreferenceInput","description":"Preferred location used to find the closest pick up point based on coordinates.","fields":null,"inputFields":[{"name":"countryCode","description":"The two-letter code for the country of the preferred location.\n\nFor example, US.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The geographic latitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The geographic longitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryGroup","description":"Information about the options available for one or more line items to be delivered to a specific address.","fields":[{"name":"cartLines","description":"A list of cart lines for the delivery group.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaseCartLineConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddress","description":"The destination address for the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryOptions","description":"The delivery options available for the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"groupType","description":"The type of merchandise in the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CartDeliveryGroupType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID for the delivery group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryOption","description":"The selected delivery option for the delivery group.","args":[],"type":{"kind":"OBJECT","name":"CartDeliveryOption","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryGroupConnection","description":"An auto-generated type for paginating through multiple CartDeliveryGroups.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroupEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CartDeliveryGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryGroupEdge","description":"An auto-generated type which holds one CartDeliveryGroup and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CartDeliveryGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartDeliveryGroup","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartDeliveryGroupType","description":"Defines what type of merchandise is in the delivery group.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ONE_TIME_PURCHASE","description":"The delivery group only contains merchandise that is either a one time purchase or a first delivery of\nsubscription merchandise.\n","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"The delivery group only contains subscription merchandise.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryOption","description":"Information about a delivery option.","fields":[{"name":"code","description":"The code of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodType","description":"The method for the delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DeliveryMethodType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost for the delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The unique identifier of the delivery option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the delivery option.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDeliveryPreference","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","fields":[{"name":"coordinates","description":"Preferred location used to find the closest pick up point based on coordinates.","args":[],"type":{"kind":"OBJECT","name":"CartDeliveryCoordinatesPreference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The preferred delivery methods such as shipping, local pickup or through pickup points.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PreferenceDeliveryMethodType","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pickupHandle","description":"The pickup handle prefills checkout fields with the location for either local pickup or pickup points delivery methods.\nIt accepts both location ID for local pickup and external IDs for pickup points.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartDeliveryPreferenceInput","description":"Delivery preferences can be used to prefill the delivery section at checkout.","fields":null,"inputFields":[{"name":"coordinates","description":"The coordinates of a delivery location in order of preference.","type":{"kind":"INPUT_OBJECT","name":"CartDeliveryCoordinatesPreferenceInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"The preferred delivery methods such as shipping, local pickup or through pickup points.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PreferenceDeliveryMethodType","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pickupHandle","description":"The pickup handle prefills checkout fields with the location for either local pickup or pickup points delivery methods.\nIt accepts both location ID for local pickup and external IDs for pickup points.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartDirectPaymentMethodInput","description":"The input fields for submitting direct payment method information for checkout.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cardSource","description":"The source of the credit card payment.","type":{"kind":"ENUM","name":"CartCardSource","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionId","description":"The session ID for the direct payment method used to create the payment.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"CartDiscountAllocation","description":"The discounts that have been applied to the cart line.","fields":[{"name":"discountedAmount","description":"The discounted amount that has been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartAutomaticDiscountAllocation","ofType":null},{"kind":"OBJECT","name":"CartCodeDiscountAllocation","ofType":null},{"kind":"OBJECT","name":"CartCustomDiscountAllocation","ofType":null}]},{"kind":"OBJECT","name":"CartDiscountCode","description":"The discount codes applied to the cart.","fields":[{"name":"applicable","description":"Whether the discount code is applicable to the cart's current contents.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code for the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartDiscountCodesUpdatePayload","description":"Return type for `cartDiscountCodesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartErrorCode","description":"Possible error codes that can be returned by `CartUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ADDRESS_FIELD_CONTAINS_EMOJIS","description":"The specified address field contains emojis.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_CONTAINS_HTML_TAGS","description":"The specified address field contains HTML tags.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_CONTAINS_URL","description":"The specified address field contains a URL.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_DOES_NOT_MATCH_EXPECTED_PATTERN","description":"The specified address field does not match the expected pattern.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_IS_REQUIRED","description":"The specified address field is required.","isDeprecated":false,"deprecationReason":null},{"name":"ADDRESS_FIELD_IS_TOO_LONG","description":"The specified address field is too long.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_COMPANY_LOCATION","description":"Company location not found or not allowed.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_DELIVERY_GROUP","description":"Delivery group was not found in cart.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_DELIVERY_OPTION","description":"Delivery option was not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INCREMENT","description":"The quantity must be a multiple of the specified increment.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_MERCHANDISE_LINE","description":"Merchandise line was not found in cart.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_METAFIELDS","description":"The metafields were not valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PAYMENT","description":"The payment wasn't valid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_PAYMENT_EMPTY_CART","description":"Cannot update payment on an empty cart","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_ZIP_CODE_FOR_COUNTRY","description":"The given zip code is invalid for the provided country.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_ZIP_CODE_FOR_PROVINCE","description":"The given zip code is invalid for the provided province.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN","description":"The input value should be less than the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"MAXIMUM_EXCEEDED","description":"The quantity must be below the specified maximum for the item.","isDeprecated":false,"deprecationReason":null},{"name":"MINIMUM_NOT_MET","description":"The quantity must be above the specified minimum for the item.","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_CUSTOMER_ACCESS_TOKEN","description":"The customer access token is required when setting a company location.","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_DISCOUNT_CODE","description":"Missing discount code.","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_NOTE","description":"Missing note.","isDeprecated":false,"deprecationReason":null},{"name":"NOTE_TOO_LONG","description":"The note length must be below the specified maximum.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_METHOD_NOT_SUPPORTED","description":"The payment method is not supported.","isDeprecated":false,"deprecationReason":null},{"name":"PROVINCE_NOT_FOUND","description":"The given province cannot be found.","isDeprecated":false,"deprecationReason":null},{"name":"UNSPECIFIED_ADDRESS_ERROR","description":"A general error occurred during address validation.","isDeprecated":false,"deprecationReason":null},{"name":"VALIDATION_CUSTOM","description":"Validation failed.","isDeprecated":false,"deprecationReason":null},{"name":"ZIP_CODE_NOT_SUPPORTED","description":"The given zip code is unsupported.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CartEstimatedCost","description":"The estimated costs that the buyer will pay at checkout. The estimated cost uses [`CartBuyerIdentity`](https://shopify.dev/api/storefront/reference/cart/cartbuyeridentity) to determine [international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).","fields":[{"name":"checkoutChargeAmount","description":"The estimated amount, before taxes and discounts, for the customer to pay at checkout. The checkout charge amount doesn't include any deferred payments that'll be paid at a later date. If the cart has no deferred payments, then the checkout charge amount is equivalent to`subtotal_amount`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The estimated amount, before taxes and discounts, for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The estimated total amount for the customer to pay.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalDutyAmount","description":"The estimated duty amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxAmount","description":"The estimated tax amount for the customer to pay at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartFreePaymentMethodInput","description":"The input fields for submitting a billing address without a selected payment method.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartGiftCardCodesUpdatePayload","description":"Return type for `cartGiftCardCodesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartInput","description":"The input fields to create a cart.","fields":null,"inputFields":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"buyerIdentity","description":"The customer associated with the cart. Used to determine [international pricing]\n(https://shopify.dev/custom-storefronts/internationalization/international-pricing).\nBuyer identity should match the customer's shipping address.\n","type":{"kind":"INPUT_OBJECT","name":"CartBuyerIdentityInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The case-insensitive discount codes that the customer added at checkout.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"giftCardCodes","description":"The case-insensitive gift card codes.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of merchandise lines to add to the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartLineInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields to associate with this cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartInputMetafieldInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"A note that's associated with the cart. For example, the note can be a personalized message to the buyer.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartInputMetafieldInput","description":"The input fields for a cart metafield value to set.","fields":null,"inputFields":[{"name":"key","description":"The key name of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types).\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data to store in the cart metafield. The data is always stored as a string, regardless of the metafield's type.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLine","description":"Represents information about the merchandise in the cart.","fields":[{"name":"attribute","description":"An attribute associated with the cart line.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart line. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"merchandise","description":"The merchandise that the buyer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"Merchandise","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise that the customer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocation","description":"The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.","args":[],"type":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCartLine","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLineCost","description":"The cost of the merchandise line that the buyer will pay at checkout.","fields":[{"name":"amountPerQuantity","description":"The amount of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtAmountPerQuantity","description":"The compare at amount of the merchandise line.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The cost of the merchandise line before line-level discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The total cost of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLineEstimatedCost","description":"The estimated cost of the merchandise line that the buyer will pay at checkout.\n","fields":[{"name":"amount","description":"The amount of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtAmount","description":"The compare at amount of the merchandise line.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalAmount","description":"The estimated cost of the merchandise line before discounts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":"The estimated total cost of the merchandise line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartLineInput","description":"The input fields to create a merchandise line on a cart.","fields":null,"inputFields":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the merchandise line.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"merchandiseId","description":"The ID of the merchandise that the buyer intends to purchase.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanId","description":"The ID of the selling plan that the merchandise is being purchased with.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartLineUpdateInput","description":"The input fields to update a line item on a cart.","fields":null,"inputFields":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the merchandise line.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the merchandise line.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"merchandiseId","description":"The ID of the merchandise for the line item.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanId","description":"The ID of the selling plan that the merchandise is being purchased with.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLinesAddPayload","description":"Return type for `cartLinesAdd` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLinesRemovePayload","description":"Return type for `cartLinesRemove` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartLinesUpdatePayload","description":"Return type for `cartLinesUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartMetafieldDeleteInput","description":"The input fields to delete a cart metafield.","fields":null,"inputFields":[{"name":"key","description":"The key name of the cart metafield. Can either be a composite key (`namespace.key`) or a simple key\n that relies on the default app-reserved namespace.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The ID of the cart resource.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartMetafieldDeletePayload","description":"Return type for `cartMetafieldDelete` mutation.","fields":[{"name":"deletedId","description":"The ID of the deleted cart metafield.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldDeleteUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartMetafieldsSetInput","description":"The input fields for a cart metafield value to set.","fields":null,"inputFields":[{"name":"key","description":"The key name of the cart metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The ID of the cart resource.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types).\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data to store in the cart metafield. The data is always stored as a string, regardless of the metafield's type.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartMetafieldsSetPayload","description":"Return type for `cartMetafieldsSet` mutation.","fields":[{"name":"metafields","description":"The list of cart metafields that were set.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartNoteUpdatePayload","description":"Return type for `cartNoteUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartPaymentInput","description":"The input fields for updating the payment method that will be used to checkout.\n","fields":null,"inputFields":[{"name":"amount","description":"The amount that the customer will be charged at checkout.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"directPaymentMethod","description":"The input fields to use when checking out a cart with a direct payment method (like a credit card).\n","type":{"kind":"INPUT_OBJECT","name":"CartDirectPaymentMethodInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"freePaymentMethod","description":"The input fields to use to checkout a cart without providing a payment method.\nUse this payment method input if the total cost of the cart is 0.\n","type":{"kind":"INPUT_OBJECT","name":"CartFreePaymentMethodInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sourceIdentifier","description":"An ID of the order placed on the originating platform.\nNote that this value doesn't correspond to the Shopify Order ID.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"walletPaymentMethod","description":"The input fields to use when checking out a cart with a wallet payment method (like Shop Pay or Apple Pay).\n","type":{"kind":"INPUT_OBJECT","name":"CartWalletPaymentMethodInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartPaymentUpdatePayload","description":"Return type for `cartPaymentUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartPreferences","description":"A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. \nPreferences are not synced back to the cart if they are overwritten.\n","fields":[{"name":"delivery","description":"Delivery preferences can be used to prefill the delivery section in at checkout.","args":[],"type":{"kind":"OBJECT","name":"CartDeliveryPreference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"wallet","description":"Wallet preferences are used to populate relevant payment fields in the checkout flow.\nAccepted value: `[\"shop_pay\"]`.\n","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartPreferencesInput","description":"The input fields represent preferences for the buyer that is interacting with the cart.","fields":null,"inputFields":[{"name":"delivery","description":"Delivery preferences can be used to prefill the delivery section in at checkout.","type":{"kind":"INPUT_OBJECT","name":"CartDeliveryPreferenceInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"wallet","description":"Wallet preferences are used to populate relevant payment fields in the checkout flow.\nAccepted value: `[\"shop_pay\"]`.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartSelectedDeliveryOptionInput","description":"The input fields for updating the selected delivery options for a delivery group.\n","fields":null,"inputFields":[{"name":"deliveryGroupId","description":"The ID of the cart delivery group.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryOptionHandle","description":"The handle of the selected delivery option.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartSelectedDeliveryOptionsUpdatePayload","description":"Return type for `cartSelectedDeliveryOptionsUpdate` mutation.","fields":[{"name":"cart","description":"The updated cart.","args":[],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"A list of warnings that occurred during the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartWarning","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartSubmitForCompletionPayload","description":"Return type for `cartSubmitForCompletion` mutation.","fields":[{"name":"result","description":"The result of cart submission for completion.","args":[],"type":{"kind":"UNION","name":"CartSubmitForCompletionResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CartSubmitForCompletionResult","description":"The result of cart submit completion.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubmitAlreadyAccepted","ofType":null},{"kind":"OBJECT","name":"SubmitFailed","ofType":null},{"kind":"OBJECT","name":"SubmitSuccess","ofType":null},{"kind":"OBJECT","name":"SubmitThrottled","ofType":null}]},{"kind":"OBJECT","name":"CartUserError","description":"Represents an error that happens during execution of a cart mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"CartErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartWalletPaymentMethodInput","description":"The input fields for submitting wallet payment method information for checkout.\n","fields":null,"inputFields":[{"name":"applePayWalletContent","description":"The payment method information for the Apple Pay wallet.","type":{"kind":"INPUT_OBJECT","name":"ApplePayWalletContentInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shopPayWalletContent","description":"The payment method information for the Shop Pay wallet.","type":{"kind":"INPUT_OBJECT","name":"ShopPayWalletContentInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartWarning","description":"A warning that occurred during a cart mutation.","fields":[{"name":"code","description":"The code of the warning.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CartWarningCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The message text of the warning.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"target","description":"The target of the warning.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CartWarningCode","description":"The code for the cart warning.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MERCHANDISE_NOT_ENOUGH_STOCK","description":"The merchandise does not have enough stock.","isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_OUT_OF_STOCK","description":"The merchandise is out of stock.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_GIFT_CARDS_UNAVAILABLE","description":"Gift cards are not available as a payment method.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Collection","description":"A collection represents a grouping of products that a shop owner can create to\norganize them or make their shops easier to browse.\n","fields":[{"name":"description","description":"Stripped description of the collection, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"descriptionHtml","description":"The description of the collection, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the collection automatically generated from its title.\nLimit of 255 characters.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"Image associated with the collection.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"List of products in the collection.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"filters","description":"Returns a subset of products matching all product filters.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProductFilter","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductCollectionSortKeys","ofType":null},"defaultValue":"COLLECTION_DEFAULT","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The collection's SEO information.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SEO","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The collection’s name. Limit of 255 characters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the collection was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CollectionConnection","description":"An auto-generated type for paginating through multiple Collections.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CollectionEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CollectionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The total count of Collections.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CollectionEdge","description":"An auto-generated type which holds one Collection and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CollectionEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CollectionSortKeys","description":"The set of valid sort keys for the Collection query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"Color","description":"A string containing a hexadecimal representation of a color.\n\nFor example, \"#6A8D48\".\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Comment","description":"A comment on an article.","fields":[{"name":"author","description":"The comment’s author.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CommentAuthor","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"Stripped content of the comment, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentHtml","description":"The content of the comment, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CommentAuthor","description":"The author of a comment.","fields":[{"name":"email","description":"The author's email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The author’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CommentConnection","description":"An auto-generated type for paginating through multiple Comments.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CommentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in CommentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Comment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CommentEdge","description":"An auto-generated type which holds one Comment and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of CommentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Comment","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Company","description":"Represents information about a company which is also a customer of the shop.","fields":[{"name":"createdAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyContact","description":"A company's main point of contact.","fields":[{"name":"createdAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The company contact's locale (language).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The company contact's job title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompanyLocation","description":"A company's location.","fields":[{"name":"createdAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company location was created in Shopify.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalId","description":"A unique externally-supplied ID for the company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The preferred locale of the company location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the company location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company location was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompletePaymentChallenge","description":"The action for the 3DS payment redirect.","fields":[{"name":"redirectUrl","description":"The URL for the 3DS payment redirect.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompletionError","description":"An error that occurred during a cart completion attempt.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CompletionErrorCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CompletionErrorCode","description":"The code of the error that occurred during a cart completion attempt.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY_RESERVATION_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_AMOUNT_TOO_SMALL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_CALL_ISSUER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_CARD_DECLINED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_GATEWAY_NOT_ENABLED_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INSUFFICIENT_FUNDS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_BILLING_ADDRESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_CREDIT_CARD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_CURRENCY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_INVALID_PAYMENT_METHOD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_TRANSIENT_ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ComponentizableCartLine","description":"Represents information about the grouped merchandise in the cart.","fields":[{"name":"attribute","description":"An attribute associated with the cart line.","args":[{"name":"key","description":"The key of the attribute.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Attribute","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"The attributes associated with the cart line. Attributes are represented as key-value pairs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cost","description":"The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineCost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been applied to the cart line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"CartDiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"estimatedCost","description":"The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLineEstimatedCost","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `cost` instead."},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineComponents","description":"The components of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"merchandise","description":"The merchandise that the buyer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"Merchandise","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the merchandise that the customer intends to purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocation","description":"The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.","args":[],"type":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCartLine","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Count","description":"Details for count of elements.","fields":[{"name":"count","description":"Count of elements.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"precision","description":"Precision of count, how exact is the value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountPrecision","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CountPrecision","description":"The precision of the value returned by a count field.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AT_LEAST","description":"The count is at least the value. A limit was reached.","isDeprecated":false,"deprecationReason":null},{"name":"EXACT","description":"The count is exactly the value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Country","description":"A country.","fields":[{"name":"availableLanguages","description":"The languages available for the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Language","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":"The currency of the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Currency","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isoCode","description":"The ISO code of the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market that includes this country.","args":[],"type":{"kind":"OBJECT","name":"Market","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitSystem","description":"The unit system used in the country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UnitSystem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CountryCode","description":"The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines.\nIf a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision\nof another country. For example, the territories associated with Spain are represented by the country code `ES`,\nand the territories associated with the United States of America are represented by the country code `US`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AC","description":"Ascension Island.","isDeprecated":false,"deprecationReason":null},{"name":"AD","description":"Andorra.","isDeprecated":false,"deprecationReason":null},{"name":"AE","description":"United Arab Emirates.","isDeprecated":false,"deprecationReason":null},{"name":"AF","description":"Afghanistan.","isDeprecated":false,"deprecationReason":null},{"name":"AG","description":"Antigua & Barbuda.","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"Anguilla.","isDeprecated":false,"deprecationReason":null},{"name":"AL","description":"Albania.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Armenia.","isDeprecated":false,"deprecationReason":null},{"name":"AN","description":"Netherlands Antilles.","isDeprecated":false,"deprecationReason":null},{"name":"AO","description":"Angola.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Argentina.","isDeprecated":false,"deprecationReason":null},{"name":"AT","description":"Austria.","isDeprecated":false,"deprecationReason":null},{"name":"AU","description":"Australia.","isDeprecated":false,"deprecationReason":null},{"name":"AW","description":"Aruba.","isDeprecated":false,"deprecationReason":null},{"name":"AX","description":"Γ…land Islands.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijan.","isDeprecated":false,"deprecationReason":null},{"name":"BA","description":"Bosnia & Herzegovina.","isDeprecated":false,"deprecationReason":null},{"name":"BB","description":"Barbados.","isDeprecated":false,"deprecationReason":null},{"name":"BD","description":"Bangladesh.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belgium.","isDeprecated":false,"deprecationReason":null},{"name":"BF","description":"Burkina Faso.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgaria.","isDeprecated":false,"deprecationReason":null},{"name":"BH","description":"Bahrain.","isDeprecated":false,"deprecationReason":null},{"name":"BI","description":"Burundi.","isDeprecated":false,"deprecationReason":null},{"name":"BJ","description":"Benin.","isDeprecated":false,"deprecationReason":null},{"name":"BL","description":"St. BarthΓ©lemy.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bermuda.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Brunei.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Bolivia.","isDeprecated":false,"deprecationReason":null},{"name":"BQ","description":"Caribbean Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Brazil.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bahamas.","isDeprecated":false,"deprecationReason":null},{"name":"BT","description":"Bhutan.","isDeprecated":false,"deprecationReason":null},{"name":"BV","description":"Bouvet Island.","isDeprecated":false,"deprecationReason":null},{"name":"BW","description":"Botswana.","isDeprecated":false,"deprecationReason":null},{"name":"BY","description":"Belarus.","isDeprecated":false,"deprecationReason":null},{"name":"BZ","description":"Belize.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Canada.","isDeprecated":false,"deprecationReason":null},{"name":"CC","description":"Cocos (Keeling) Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CD","description":"Congo - Kinshasa.","isDeprecated":false,"deprecationReason":null},{"name":"CF","description":"Central African Republic.","isDeprecated":false,"deprecationReason":null},{"name":"CG","description":"Congo - Brazzaville.","isDeprecated":false,"deprecationReason":null},{"name":"CH","description":"Switzerland.","isDeprecated":false,"deprecationReason":null},{"name":"CI","description":"CΓ΄te d’Ivoire.","isDeprecated":false,"deprecationReason":null},{"name":"CK","description":"Cook Islands.","isDeprecated":false,"deprecationReason":null},{"name":"CL","description":"Chile.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"Cameroon.","isDeprecated":false,"deprecationReason":null},{"name":"CN","description":"China.","isDeprecated":false,"deprecationReason":null},{"name":"CO","description":"Colombia.","isDeprecated":false,"deprecationReason":null},{"name":"CR","description":"Costa Rica.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Cuba.","isDeprecated":false,"deprecationReason":null},{"name":"CV","description":"Cape Verde.","isDeprecated":false,"deprecationReason":null},{"name":"CW","description":"CuraΓ§ao.","isDeprecated":false,"deprecationReason":null},{"name":"CX","description":"Christmas Island.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Cyprus.","isDeprecated":false,"deprecationReason":null},{"name":"CZ","description":"Czechia.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"Germany.","isDeprecated":false,"deprecationReason":null},{"name":"DJ","description":"Djibouti.","isDeprecated":false,"deprecationReason":null},{"name":"DK","description":"Denmark.","isDeprecated":false,"deprecationReason":null},{"name":"DM","description":"Dominica.","isDeprecated":false,"deprecationReason":null},{"name":"DO","description":"Dominican Republic.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Algeria.","isDeprecated":false,"deprecationReason":null},{"name":"EC","description":"Ecuador.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Estonia.","isDeprecated":false,"deprecationReason":null},{"name":"EG","description":"Egypt.","isDeprecated":false,"deprecationReason":null},{"name":"EH","description":"Western Sahara.","isDeprecated":false,"deprecationReason":null},{"name":"ER","description":"Eritrea.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spain.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Ethiopia.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finland.","isDeprecated":false,"deprecationReason":null},{"name":"FJ","description":"Fiji.","isDeprecated":false,"deprecationReason":null},{"name":"FK","description":"Falkland Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroe Islands.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"France.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Gabon.","isDeprecated":false,"deprecationReason":null},{"name":"GB","description":"United Kingdom.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Grenada.","isDeprecated":false,"deprecationReason":null},{"name":"GE","description":"Georgia.","isDeprecated":false,"deprecationReason":null},{"name":"GF","description":"French Guiana.","isDeprecated":false,"deprecationReason":null},{"name":"GG","description":"Guernsey.","isDeprecated":false,"deprecationReason":null},{"name":"GH","description":"Ghana.","isDeprecated":false,"deprecationReason":null},{"name":"GI","description":"Gibraltar.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Greenland.","isDeprecated":false,"deprecationReason":null},{"name":"GM","description":"Gambia.","isDeprecated":false,"deprecationReason":null},{"name":"GN","description":"Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GP","description":"Guadeloupe.","isDeprecated":false,"deprecationReason":null},{"name":"GQ","description":"Equatorial Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"GR","description":"Greece.","isDeprecated":false,"deprecationReason":null},{"name":"GS","description":"South Georgia & South Sandwich Islands.","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"Guatemala.","isDeprecated":false,"deprecationReason":null},{"name":"GW","description":"Guinea-Bissau.","isDeprecated":false,"deprecationReason":null},{"name":"GY","description":"Guyana.","isDeprecated":false,"deprecationReason":null},{"name":"HK","description":"Hong Kong SAR.","isDeprecated":false,"deprecationReason":null},{"name":"HM","description":"Heard & McDonald Islands.","isDeprecated":false,"deprecationReason":null},{"name":"HN","description":"Honduras.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatia.","isDeprecated":false,"deprecationReason":null},{"name":"HT","description":"Haiti.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungary.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesia.","isDeprecated":false,"deprecationReason":null},{"name":"IE","description":"Ireland.","isDeprecated":false,"deprecationReason":null},{"name":"IL","description":"Israel.","isDeprecated":false,"deprecationReason":null},{"name":"IM","description":"Isle of Man.","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"India.","isDeprecated":false,"deprecationReason":null},{"name":"IO","description":"British Indian Ocean Territory.","isDeprecated":false,"deprecationReason":null},{"name":"IQ","description":"Iraq.","isDeprecated":false,"deprecationReason":null},{"name":"IR","description":"Iran.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Iceland.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italy.","isDeprecated":false,"deprecationReason":null},{"name":"JE","description":"Jersey.","isDeprecated":false,"deprecationReason":null},{"name":"JM","description":"Jamaica.","isDeprecated":false,"deprecationReason":null},{"name":"JO","description":"Jordan.","isDeprecated":false,"deprecationReason":null},{"name":"JP","description":"Japan.","isDeprecated":false,"deprecationReason":null},{"name":"KE","description":"Kenya.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"Kyrgyzstan.","isDeprecated":false,"deprecationReason":null},{"name":"KH","description":"Cambodia.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kiribati.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Comoros.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"St. Kitts & Nevis.","isDeprecated":false,"deprecationReason":null},{"name":"KP","description":"North Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KR","description":"South Korea.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Kuwait.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Cayman Islands.","isDeprecated":false,"deprecationReason":null},{"name":"KZ","description":"Kazakhstan.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Laos.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Lebanon.","isDeprecated":false,"deprecationReason":null},{"name":"LC","description":"St. Lucia.","isDeprecated":false,"deprecationReason":null},{"name":"LI","description":"Liechtenstein.","isDeprecated":false,"deprecationReason":null},{"name":"LK","description":"Sri Lanka.","isDeprecated":false,"deprecationReason":null},{"name":"LR","description":"Liberia.","isDeprecated":false,"deprecationReason":null},{"name":"LS","description":"Lesotho.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuania.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luxembourg.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvia.","isDeprecated":false,"deprecationReason":null},{"name":"LY","description":"Libya.","isDeprecated":false,"deprecationReason":null},{"name":"MA","description":"Morocco.","isDeprecated":false,"deprecationReason":null},{"name":"MC","description":"Monaco.","isDeprecated":false,"deprecationReason":null},{"name":"MD","description":"Moldova.","isDeprecated":false,"deprecationReason":null},{"name":"ME","description":"Montenegro.","isDeprecated":false,"deprecationReason":null},{"name":"MF","description":"St. Martin.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Madagascar.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"North Macedonia.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Mali.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"Myanmar (Burma).","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolia.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Macao SAR.","isDeprecated":false,"deprecationReason":null},{"name":"MQ","description":"Martinique.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Mauritania.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Montserrat.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Malta.","isDeprecated":false,"deprecationReason":null},{"name":"MU","description":"Mauritius.","isDeprecated":false,"deprecationReason":null},{"name":"MV","description":"Maldives.","isDeprecated":false,"deprecationReason":null},{"name":"MW","description":"Malawi.","isDeprecated":false,"deprecationReason":null},{"name":"MX","description":"Mexico.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Malaysia.","isDeprecated":false,"deprecationReason":null},{"name":"MZ","description":"Mozambique.","isDeprecated":false,"deprecationReason":null},{"name":"NA","description":"Namibia.","isDeprecated":false,"deprecationReason":null},{"name":"NC","description":"New Caledonia.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Niger.","isDeprecated":false,"deprecationReason":null},{"name":"NF","description":"Norfolk Island.","isDeprecated":false,"deprecationReason":null},{"name":"NG","description":"Nigeria.","isDeprecated":false,"deprecationReason":null},{"name":"NI","description":"Nicaragua.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Netherlands.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norway.","isDeprecated":false,"deprecationReason":null},{"name":"NP","description":"Nepal.","isDeprecated":false,"deprecationReason":null},{"name":"NR","description":"Nauru.","isDeprecated":false,"deprecationReason":null},{"name":"NU","description":"Niue.","isDeprecated":false,"deprecationReason":null},{"name":"NZ","description":"New Zealand.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oman.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Panama.","isDeprecated":false,"deprecationReason":null},{"name":"PE","description":"Peru.","isDeprecated":false,"deprecationReason":null},{"name":"PF","description":"French Polynesia.","isDeprecated":false,"deprecationReason":null},{"name":"PG","description":"Papua New Guinea.","isDeprecated":false,"deprecationReason":null},{"name":"PH","description":"Philippines.","isDeprecated":false,"deprecationReason":null},{"name":"PK","description":"Pakistan.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Poland.","isDeprecated":false,"deprecationReason":null},{"name":"PM","description":"St. Pierre & Miquelon.","isDeprecated":false,"deprecationReason":null},{"name":"PN","description":"Pitcairn Islands.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Palestinian Territories.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portugal.","isDeprecated":false,"deprecationReason":null},{"name":"PY","description":"Paraguay.","isDeprecated":false,"deprecationReason":null},{"name":"QA","description":"Qatar.","isDeprecated":false,"deprecationReason":null},{"name":"RE","description":"RΓ©union.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romania.","isDeprecated":false,"deprecationReason":null},{"name":"RS","description":"Serbia.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russia.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Rwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Saudi Arabia.","isDeprecated":false,"deprecationReason":null},{"name":"SB","description":"Solomon Islands.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Seychelles.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Sweden.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Singapore.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"St. Helena.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Slovenia.","isDeprecated":false,"deprecationReason":null},{"name":"SJ","description":"Svalbard & Jan Mayen.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovakia.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Sierra Leone.","isDeprecated":false,"deprecationReason":null},{"name":"SM","description":"San Marino.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Senegal.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somalia.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Suriname.","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"South Sudan.","isDeprecated":false,"deprecationReason":null},{"name":"ST","description":"SΓ£o TomΓ© & PrΓ­ncipe.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"El Salvador.","isDeprecated":false,"deprecationReason":null},{"name":"SX","description":"Sint Maarten.","isDeprecated":false,"deprecationReason":null},{"name":"SY","description":"Syria.","isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":"Eswatini.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tristan da Cunha.","isDeprecated":false,"deprecationReason":null},{"name":"TC","description":"Turks & Caicos Islands.","isDeprecated":false,"deprecationReason":null},{"name":"TD","description":"Chad.","isDeprecated":false,"deprecationReason":null},{"name":"TF","description":"French Southern Territories.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Togo.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thailand.","isDeprecated":false,"deprecationReason":null},{"name":"TJ","description":"Tajikistan.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Tokelau.","isDeprecated":false,"deprecationReason":null},{"name":"TL","description":"Timor-Leste.","isDeprecated":false,"deprecationReason":null},{"name":"TM","description":"Turkmenistan.","isDeprecated":false,"deprecationReason":null},{"name":"TN","description":"Tunisia.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tonga.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"TΓΌrkiye.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Trinidad & Tobago.","isDeprecated":false,"deprecationReason":null},{"name":"TV","description":"Tuvalu.","isDeprecated":false,"deprecationReason":null},{"name":"TW","description":"Taiwan.","isDeprecated":false,"deprecationReason":null},{"name":"TZ","description":"Tanzania.","isDeprecated":false,"deprecationReason":null},{"name":"UA","description":"Ukraine.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uganda.","isDeprecated":false,"deprecationReason":null},{"name":"UM","description":"U.S. Outlying Islands.","isDeprecated":false,"deprecationReason":null},{"name":"US","description":"United States.","isDeprecated":false,"deprecationReason":null},{"name":"UY","description":"Uruguay.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbekistan.","isDeprecated":false,"deprecationReason":null},{"name":"VA","description":"Vatican City.","isDeprecated":false,"deprecationReason":null},{"name":"VC","description":"St. Vincent & Grenadines.","isDeprecated":false,"deprecationReason":null},{"name":"VE","description":"Venezuela.","isDeprecated":false,"deprecationReason":null},{"name":"VG","description":"British Virgin Islands.","isDeprecated":false,"deprecationReason":null},{"name":"VN","description":"Vietnam.","isDeprecated":false,"deprecationReason":null},{"name":"VU","description":"Vanuatu.","isDeprecated":false,"deprecationReason":null},{"name":"WF","description":"Wallis & Futuna.","isDeprecated":false,"deprecationReason":null},{"name":"WS","description":"Samoa.","isDeprecated":false,"deprecationReason":null},{"name":"XK","description":"Kosovo.","isDeprecated":false,"deprecationReason":null},{"name":"YE","description":"Yemen.","isDeprecated":false,"deprecationReason":null},{"name":"YT","description":"Mayotte.","isDeprecated":false,"deprecationReason":null},{"name":"ZA","description":"South Africa.","isDeprecated":false,"deprecationReason":null},{"name":"ZM","description":"Zambia.","isDeprecated":false,"deprecationReason":null},{"name":"ZW","description":"Zimbabwe.","isDeprecated":false,"deprecationReason":null},{"name":"ZZ","description":"Unknown Region.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CropRegion","description":"The part of the image that should remain after cropping.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOTTOM","description":"Keep the bottom of the image.","isDeprecated":false,"deprecationReason":null},{"name":"CENTER","description":"Keep the center of the image.","isDeprecated":false,"deprecationReason":null},{"name":"LEFT","description":"Keep the left of the image.","isDeprecated":false,"deprecationReason":null},{"name":"RIGHT","description":"Keep the right of the image.","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Keep the top of the image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Currency","description":"A currency.","fields":[{"name":"isoCode","description":"The ISO code of the currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"symbol","description":"The symbol of the currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CurrencyCode","description":"The three-letter currency codes that represent the world currencies used in\nstores. These include standard ISO 4217 codes, legacy codes,\nand non-standard codes.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AED","description":"United Arab Emirates Dirham (AED).","isDeprecated":false,"deprecationReason":null},{"name":"AFN","description":"Afghan Afghani (AFN).","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"Albanian Lek (ALL).","isDeprecated":false,"deprecationReason":null},{"name":"AMD","description":"Armenian Dram (AMD).","isDeprecated":false,"deprecationReason":null},{"name":"ANG","description":"Netherlands Antillean Guilder.","isDeprecated":false,"deprecationReason":null},{"name":"AOA","description":"Angolan Kwanza (AOA).","isDeprecated":false,"deprecationReason":null},{"name":"ARS","description":"Argentine Pesos (ARS).","isDeprecated":false,"deprecationReason":null},{"name":"AUD","description":"Australian Dollars (AUD).","isDeprecated":false,"deprecationReason":null},{"name":"AWG","description":"Aruban Florin (AWG).","isDeprecated":false,"deprecationReason":null},{"name":"AZN","description":"Azerbaijani Manat (AZN).","isDeprecated":false,"deprecationReason":null},{"name":"BAM","description":"Bosnia and Herzegovina Convertible Mark (BAM).","isDeprecated":false,"deprecationReason":null},{"name":"BBD","description":"Barbadian Dollar (BBD).","isDeprecated":false,"deprecationReason":null},{"name":"BDT","description":"Bangladesh Taka (BDT).","isDeprecated":false,"deprecationReason":null},{"name":"BGN","description":"Bulgarian Lev (BGN).","isDeprecated":false,"deprecationReason":null},{"name":"BHD","description":"Bahraini Dinar (BHD).","isDeprecated":false,"deprecationReason":null},{"name":"BIF","description":"Burundian Franc (BIF).","isDeprecated":false,"deprecationReason":null},{"name":"BMD","description":"Bermudian Dollar (BMD).","isDeprecated":false,"deprecationReason":null},{"name":"BND","description":"Brunei Dollar (BND).","isDeprecated":false,"deprecationReason":null},{"name":"BOB","description":"Bolivian Boliviano (BOB).","isDeprecated":false,"deprecationReason":null},{"name":"BRL","description":"Brazilian Real (BRL).","isDeprecated":false,"deprecationReason":null},{"name":"BSD","description":"Bahamian Dollar (BSD).","isDeprecated":false,"deprecationReason":null},{"name":"BTN","description":"Bhutanese Ngultrum (BTN).","isDeprecated":false,"deprecationReason":null},{"name":"BWP","description":"Botswana Pula (BWP).","isDeprecated":false,"deprecationReason":null},{"name":"BYN","description":"Belarusian Ruble (BYN).","isDeprecated":false,"deprecationReason":null},{"name":"BYR","description":"Belarusian Ruble (BYR).","isDeprecated":true,"deprecationReason":"`BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead."},{"name":"BZD","description":"Belize Dollar (BZD).","isDeprecated":false,"deprecationReason":null},{"name":"CAD","description":"Canadian Dollars (CAD).","isDeprecated":false,"deprecationReason":null},{"name":"CDF","description":"Congolese franc (CDF).","isDeprecated":false,"deprecationReason":null},{"name":"CHF","description":"Swiss Francs (CHF).","isDeprecated":false,"deprecationReason":null},{"name":"CLP","description":"Chilean Peso (CLP).","isDeprecated":false,"deprecationReason":null},{"name":"CNY","description":"Chinese Yuan Renminbi (CNY).","isDeprecated":false,"deprecationReason":null},{"name":"COP","description":"Colombian Peso (COP).","isDeprecated":false,"deprecationReason":null},{"name":"CRC","description":"Costa Rican Colones (CRC).","isDeprecated":false,"deprecationReason":null},{"name":"CVE","description":"Cape Verdean escudo (CVE).","isDeprecated":false,"deprecationReason":null},{"name":"CZK","description":"Czech Koruny (CZK).","isDeprecated":false,"deprecationReason":null},{"name":"DJF","description":"Djiboutian Franc (DJF).","isDeprecated":false,"deprecationReason":null},{"name":"DKK","description":"Danish Kroner (DKK).","isDeprecated":false,"deprecationReason":null},{"name":"DOP","description":"Dominican Peso (DOP).","isDeprecated":false,"deprecationReason":null},{"name":"DZD","description":"Algerian Dinar (DZD).","isDeprecated":false,"deprecationReason":null},{"name":"EGP","description":"Egyptian Pound (EGP).","isDeprecated":false,"deprecationReason":null},{"name":"ERN","description":"Eritrean Nakfa (ERN).","isDeprecated":false,"deprecationReason":null},{"name":"ETB","description":"Ethiopian Birr (ETB).","isDeprecated":false,"deprecationReason":null},{"name":"EUR","description":"Euro (EUR).","isDeprecated":false,"deprecationReason":null},{"name":"FJD","description":"Fijian Dollars (FJD).","isDeprecated":false,"deprecationReason":null},{"name":"FKP","description":"Falkland Islands Pounds (FKP).","isDeprecated":false,"deprecationReason":null},{"name":"GBP","description":"United Kingdom Pounds (GBP).","isDeprecated":false,"deprecationReason":null},{"name":"GEL","description":"Georgian Lari (GEL).","isDeprecated":false,"deprecationReason":null},{"name":"GHS","description":"Ghanaian Cedi (GHS).","isDeprecated":false,"deprecationReason":null},{"name":"GIP","description":"Gibraltar Pounds (GIP).","isDeprecated":false,"deprecationReason":null},{"name":"GMD","description":"Gambian Dalasi (GMD).","isDeprecated":false,"deprecationReason":null},{"name":"GNF","description":"Guinean Franc (GNF).","isDeprecated":false,"deprecationReason":null},{"name":"GTQ","description":"Guatemalan Quetzal (GTQ).","isDeprecated":false,"deprecationReason":null},{"name":"GYD","description":"Guyanese Dollar (GYD).","isDeprecated":false,"deprecationReason":null},{"name":"HKD","description":"Hong Kong Dollars (HKD).","isDeprecated":false,"deprecationReason":null},{"name":"HNL","description":"Honduran Lempira (HNL).","isDeprecated":false,"deprecationReason":null},{"name":"HRK","description":"Croatian Kuna (HRK).","isDeprecated":false,"deprecationReason":null},{"name":"HTG","description":"Haitian Gourde (HTG).","isDeprecated":false,"deprecationReason":null},{"name":"HUF","description":"Hungarian Forint (HUF).","isDeprecated":false,"deprecationReason":null},{"name":"IDR","description":"Indonesian Rupiah (IDR).","isDeprecated":false,"deprecationReason":null},{"name":"ILS","description":"Israeli New Shekel (NIS).","isDeprecated":false,"deprecationReason":null},{"name":"INR","description":"Indian Rupees (INR).","isDeprecated":false,"deprecationReason":null},{"name":"IQD","description":"Iraqi Dinar (IQD).","isDeprecated":false,"deprecationReason":null},{"name":"IRR","description":"Iranian Rial (IRR).","isDeprecated":false,"deprecationReason":null},{"name":"ISK","description":"Icelandic Kronur (ISK).","isDeprecated":false,"deprecationReason":null},{"name":"JEP","description":"Jersey Pound.","isDeprecated":false,"deprecationReason":null},{"name":"JMD","description":"Jamaican Dollars (JMD).","isDeprecated":false,"deprecationReason":null},{"name":"JOD","description":"Jordanian Dinar (JOD).","isDeprecated":false,"deprecationReason":null},{"name":"JPY","description":"Japanese Yen (JPY).","isDeprecated":false,"deprecationReason":null},{"name":"KES","description":"Kenyan Shilling (KES).","isDeprecated":false,"deprecationReason":null},{"name":"KGS","description":"Kyrgyzstani Som (KGS).","isDeprecated":false,"deprecationReason":null},{"name":"KHR","description":"Cambodian Riel.","isDeprecated":false,"deprecationReason":null},{"name":"KID","description":"Kiribati Dollar (KID).","isDeprecated":false,"deprecationReason":null},{"name":"KMF","description":"Comorian Franc (KMF).","isDeprecated":false,"deprecationReason":null},{"name":"KRW","description":"South Korean Won (KRW).","isDeprecated":false,"deprecationReason":null},{"name":"KWD","description":"Kuwaiti Dinar (KWD).","isDeprecated":false,"deprecationReason":null},{"name":"KYD","description":"Cayman Dollars (KYD).","isDeprecated":false,"deprecationReason":null},{"name":"KZT","description":"Kazakhstani Tenge (KZT).","isDeprecated":false,"deprecationReason":null},{"name":"LAK","description":"Laotian Kip (LAK).","isDeprecated":false,"deprecationReason":null},{"name":"LBP","description":"Lebanese Pounds (LBP).","isDeprecated":false,"deprecationReason":null},{"name":"LKR","description":"Sri Lankan Rupees (LKR).","isDeprecated":false,"deprecationReason":null},{"name":"LRD","description":"Liberian Dollar (LRD).","isDeprecated":false,"deprecationReason":null},{"name":"LSL","description":"Lesotho Loti (LSL).","isDeprecated":false,"deprecationReason":null},{"name":"LTL","description":"Lithuanian Litai (LTL).","isDeprecated":false,"deprecationReason":null},{"name":"LVL","description":"Latvian Lati (LVL).","isDeprecated":false,"deprecationReason":null},{"name":"LYD","description":"Libyan Dinar (LYD).","isDeprecated":false,"deprecationReason":null},{"name":"MAD","description":"Moroccan Dirham.","isDeprecated":false,"deprecationReason":null},{"name":"MDL","description":"Moldovan Leu (MDL).","isDeprecated":false,"deprecationReason":null},{"name":"MGA","description":"Malagasy Ariary (MGA).","isDeprecated":false,"deprecationReason":null},{"name":"MKD","description":"Macedonia Denar (MKD).","isDeprecated":false,"deprecationReason":null},{"name":"MMK","description":"Burmese Kyat (MMK).","isDeprecated":false,"deprecationReason":null},{"name":"MNT","description":"Mongolian Tugrik.","isDeprecated":false,"deprecationReason":null},{"name":"MOP","description":"Macanese Pataca (MOP).","isDeprecated":false,"deprecationReason":null},{"name":"MRU","description":"Mauritanian Ouguiya (MRU).","isDeprecated":false,"deprecationReason":null},{"name":"MUR","description":"Mauritian Rupee (MUR).","isDeprecated":false,"deprecationReason":null},{"name":"MVR","description":"Maldivian Rufiyaa (MVR).","isDeprecated":false,"deprecationReason":null},{"name":"MWK","description":"Malawian Kwacha (MWK).","isDeprecated":false,"deprecationReason":null},{"name":"MXN","description":"Mexican Pesos (MXN).","isDeprecated":false,"deprecationReason":null},{"name":"MYR","description":"Malaysian Ringgits (MYR).","isDeprecated":false,"deprecationReason":null},{"name":"MZN","description":"Mozambican Metical.","isDeprecated":false,"deprecationReason":null},{"name":"NAD","description":"Namibian Dollar.","isDeprecated":false,"deprecationReason":null},{"name":"NGN","description":"Nigerian Naira (NGN).","isDeprecated":false,"deprecationReason":null},{"name":"NIO","description":"Nicaraguan CΓ³rdoba (NIO).","isDeprecated":false,"deprecationReason":null},{"name":"NOK","description":"Norwegian Kroner (NOK).","isDeprecated":false,"deprecationReason":null},{"name":"NPR","description":"Nepalese Rupee (NPR).","isDeprecated":false,"deprecationReason":null},{"name":"NZD","description":"New Zealand Dollars (NZD).","isDeprecated":false,"deprecationReason":null},{"name":"OMR","description":"Omani Rial (OMR).","isDeprecated":false,"deprecationReason":null},{"name":"PAB","description":"Panamian Balboa (PAB).","isDeprecated":false,"deprecationReason":null},{"name":"PEN","description":"Peruvian Nuevo Sol (PEN).","isDeprecated":false,"deprecationReason":null},{"name":"PGK","description":"Papua New Guinean Kina (PGK).","isDeprecated":false,"deprecationReason":null},{"name":"PHP","description":"Philippine Peso (PHP).","isDeprecated":false,"deprecationReason":null},{"name":"PKR","description":"Pakistani Rupee (PKR).","isDeprecated":false,"deprecationReason":null},{"name":"PLN","description":"Polish Zlotych (PLN).","isDeprecated":false,"deprecationReason":null},{"name":"PYG","description":"Paraguayan Guarani (PYG).","isDeprecated":false,"deprecationReason":null},{"name":"QAR","description":"Qatari Rial (QAR).","isDeprecated":false,"deprecationReason":null},{"name":"RON","description":"Romanian Lei (RON).","isDeprecated":false,"deprecationReason":null},{"name":"RSD","description":"Serbian dinar (RSD).","isDeprecated":false,"deprecationReason":null},{"name":"RUB","description":"Russian Rubles (RUB).","isDeprecated":false,"deprecationReason":null},{"name":"RWF","description":"Rwandan Franc (RWF).","isDeprecated":false,"deprecationReason":null},{"name":"SAR","description":"Saudi Riyal (SAR).","isDeprecated":false,"deprecationReason":null},{"name":"SBD","description":"Solomon Islands Dollar (SBD).","isDeprecated":false,"deprecationReason":null},{"name":"SCR","description":"Seychellois Rupee (SCR).","isDeprecated":false,"deprecationReason":null},{"name":"SDG","description":"Sudanese Pound (SDG).","isDeprecated":false,"deprecationReason":null},{"name":"SEK","description":"Swedish Kronor (SEK).","isDeprecated":false,"deprecationReason":null},{"name":"SGD","description":"Singapore Dollars (SGD).","isDeprecated":false,"deprecationReason":null},{"name":"SHP","description":"Saint Helena Pounds (SHP).","isDeprecated":false,"deprecationReason":null},{"name":"SLL","description":"Sierra Leonean Leone (SLL).","isDeprecated":false,"deprecationReason":null},{"name":"SOS","description":"Somali Shilling (SOS).","isDeprecated":false,"deprecationReason":null},{"name":"SRD","description":"Surinamese Dollar (SRD).","isDeprecated":false,"deprecationReason":null},{"name":"SSP","description":"South Sudanese Pound (SSP).","isDeprecated":false,"deprecationReason":null},{"name":"STD","description":"Sao Tome And Principe Dobra (STD).","isDeprecated":true,"deprecationReason":"`STD` is deprecated. Use `STN` available from version `2022-07` onwards instead."},{"name":"STN","description":"Sao Tome And Principe Dobra (STN).","isDeprecated":false,"deprecationReason":null},{"name":"SYP","description":"Syrian Pound (SYP).","isDeprecated":false,"deprecationReason":null},{"name":"SZL","description":"Swazi Lilangeni (SZL).","isDeprecated":false,"deprecationReason":null},{"name":"THB","description":"Thai baht (THB).","isDeprecated":false,"deprecationReason":null},{"name":"TJS","description":"Tajikistani Somoni (TJS).","isDeprecated":false,"deprecationReason":null},{"name":"TMT","description":"Turkmenistani Manat (TMT).","isDeprecated":false,"deprecationReason":null},{"name":"TND","description":"Tunisian Dinar (TND).","isDeprecated":false,"deprecationReason":null},{"name":"TOP","description":"Tongan Pa'anga (TOP).","isDeprecated":false,"deprecationReason":null},{"name":"TRY","description":"Turkish Lira (TRY).","isDeprecated":false,"deprecationReason":null},{"name":"TTD","description":"Trinidad and Tobago Dollars (TTD).","isDeprecated":false,"deprecationReason":null},{"name":"TWD","description":"Taiwan Dollars (TWD).","isDeprecated":false,"deprecationReason":null},{"name":"TZS","description":"Tanzanian Shilling (TZS).","isDeprecated":false,"deprecationReason":null},{"name":"UAH","description":"Ukrainian Hryvnia (UAH).","isDeprecated":false,"deprecationReason":null},{"name":"UGX","description":"Ugandan Shilling (UGX).","isDeprecated":false,"deprecationReason":null},{"name":"USD","description":"United States Dollars (USD).","isDeprecated":false,"deprecationReason":null},{"name":"UYU","description":"Uruguayan Pesos (UYU).","isDeprecated":false,"deprecationReason":null},{"name":"UZS","description":"Uzbekistan som (UZS).","isDeprecated":false,"deprecationReason":null},{"name":"VED","description":"Venezuelan Bolivares (VED).","isDeprecated":false,"deprecationReason":null},{"name":"VEF","description":"Venezuelan Bolivares (VEF).","isDeprecated":true,"deprecationReason":"`VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead."},{"name":"VES","description":"Venezuelan Bolivares Soberanos (VES).","isDeprecated":false,"deprecationReason":null},{"name":"VND","description":"Vietnamese Δ‘α»“ng (VND).","isDeprecated":false,"deprecationReason":null},{"name":"VUV","description":"Vanuatu Vatu (VUV).","isDeprecated":false,"deprecationReason":null},{"name":"WST","description":"Samoan Tala (WST).","isDeprecated":false,"deprecationReason":null},{"name":"XAF","description":"Central African CFA Franc (XAF).","isDeprecated":false,"deprecationReason":null},{"name":"XCD","description":"East Caribbean Dollar (XCD).","isDeprecated":false,"deprecationReason":null},{"name":"XOF","description":"West African CFA franc (XOF).","isDeprecated":false,"deprecationReason":null},{"name":"XPF","description":"CFP Franc (XPF).","isDeprecated":false,"deprecationReason":null},{"name":"XXX","description":"Unrecognized currency.","isDeprecated":false,"deprecationReason":null},{"name":"YER","description":"Yemeni Rial (YER).","isDeprecated":false,"deprecationReason":null},{"name":"ZAR","description":"South African Rand (ZAR).","isDeprecated":false,"deprecationReason":null},{"name":"ZMW","description":"Zambian Kwacha (ZMW).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Customer","description":"A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.","fields":[{"name":"acceptsMarketing","description":"Indicates whether the customer has consented to be sent marketing material via email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addresses","description":"A list of addresses for the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddressConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the customer was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultAddress","description":"The customer’s default address.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"displayName","description":"The customer’s name, email or phone number.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer’s email address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The customer’s first name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique ID for the customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer’s last name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"numberOfOrders","description":"The number of orders that the customer has made at the store in their lifetime.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orders","description":"The orders associated with the customer.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| processed_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"OrderSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer’s phone number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A comma separated list of tags that have been added to the customer.\nAdditional access scope required: unauthenticated_read_customer_tags.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the customer information was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessToken","description":"A CustomerAccessToken represents the unique token required to make modifications to the customer object.","fields":[{"name":"accessToken","description":"The customer’s access token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresAt","description":"The date and time when the customer access token expires.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerAccessTokenCreateInput","description":"The input fields required to create a customer access token.","fields":null,"inputFields":[{"name":"email","description":"The email associated to the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"The login password to be used by the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenCreatePayload","description":"Return type for `customerAccessTokenCreate` mutation.","fields":[{"name":"customerAccessToken","description":"The newly created customer access token object.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenCreateWithMultipassPayload","description":"Return type for `customerAccessTokenCreateWithMultipass` mutation.","fields":[{"name":"customerAccessToken","description":"An access token object associated with the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenDeletePayload","description":"Return type for `customerAccessTokenDelete` mutation.","fields":[{"name":"deletedAccessToken","description":"The destroyed access token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedCustomerAccessTokenId","description":"ID of the destroyed customer access token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAccessTokenRenewPayload","description":"Return type for `customerAccessTokenRenew` mutation.","fields":[{"name":"customerAccessToken","description":"The renewed customer access token object.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerActivateByUrlPayload","description":"Return type for `customerActivateByUrl` mutation.","fields":[{"name":"customer","description":"The customer that was activated.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A new customer access token for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerActivateInput","description":"The input fields to activate a customer.","fields":null,"inputFields":[{"name":"activationToken","description":"The activation token required to activate the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"New password that will be set during activation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerActivatePayload","description":"Return type for `customerActivate` mutation.","fields":[{"name":"customer","description":"The customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A newly created customer access token object for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressCreatePayload","description":"Return type for `customerAddressCreate` mutation.","fields":[{"name":"customerAddress","description":"The new customer address object.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressDeletePayload","description":"Return type for `customerAddressDelete` mutation.","fields":[{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"deletedCustomerAddressId","description":"ID of the deleted customer address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","description":"Return type for `customerAddressUpdate` mutation.","fields":[{"name":"customerAddress","description":"The customer’s updated mailing address.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerCreateInput","description":"The input fields to create a new customer.","fields":null,"inputFields":[{"name":"acceptsMarketing","description":"Indicates whether the customer has consented to be sent marketing material via email.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer’s email.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The customer’s first name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer’s last name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"The login password used by the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerCreatePayload","description":"Return type for `customerCreate` mutation.","fields":[{"name":"customer","description":"The created customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerDefaultAddressUpdatePayload","description":"Return type for `customerDefaultAddressUpdate` mutation.","fields":[{"name":"customer","description":"The updated customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CustomerErrorCode","description":"Possible error codes that can be returned by `CustomerUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALREADY_ENABLED","description":"Customer already enabled.","isDeprecated":false,"deprecationReason":null},{"name":"BAD_DOMAIN","description":"Input email contains an invalid domain name.","isDeprecated":false,"deprecationReason":null},{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"CONTAINS_HTML_TAGS","description":"Input contains HTML tags.","isDeprecated":false,"deprecationReason":null},{"name":"CONTAINS_URL","description":"Input contains URL.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_DISABLED","description":"Customer is disabled.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID","description":"The input value is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_MULTIPASS_REQUEST","description":"Multipass token is not valid.","isDeprecated":false,"deprecationReason":null},{"name":"NOT_FOUND","description":"Address does not exist.","isDeprecated":false,"deprecationReason":null},{"name":"PASSWORD_STARTS_OR_ENDS_WITH_WHITESPACE","description":"Input password starts or ends with whitespace.","isDeprecated":false,"deprecationReason":null},{"name":"TAKEN","description":"The input value is already taken.","isDeprecated":false,"deprecationReason":null},{"name":"TOKEN_INVALID","description":"Invalid activation token.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null},{"name":"UNIDENTIFIED_CUSTOMER","description":"Unidentified customer.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"CustomerRecoverPayload","description":"Return type for `customerRecover` mutation.","fields":[{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerResetByUrlPayload","description":"Return type for `customerResetByUrl` mutation.","fields":[{"name":"customer","description":"The customer object which was reset.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A newly created customer access token object for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerResetInput","description":"The input fields to reset a customer's password.","fields":null,"inputFields":[{"name":"password","description":"New password that will be set as part of the reset password process.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resetToken","description":"The reset token required to reset the customer’s password.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerResetPayload","description":"Return type for `customerReset` mutation.","fields":[{"name":"customer","description":"The customer object which was reset.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"A newly created customer access token object for the customer.","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","description":"The input fields to update the Customer information.","fields":null,"inputFields":[{"name":"acceptsMarketing","description":"Indicates whether the customer has consented to be sent marketing material via email.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer’s email.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The customer’s first name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The customer’s last name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"The login password used by the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_. To remove the phone number, specify `null`.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerUpdatePayload","description":"Return type for `customerUpdate` mutation.","fields":[{"name":"customer","description":"The updated customer object.","args":[],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The newly created customer access token. If the customer's password is updated, all previous access tokens\n(including the one used to perform this mutation) become invalid, and a new token is generated.\n","args":[],"type":{"kind":"OBJECT","name":"CustomerAccessToken","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUserErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomerUserError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserError","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `customerUserErrors` instead."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerUserError","description":"Represents an error that happens during execution of a customer mutation.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"CustomerErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"DateTime","description":"Represents an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)-encoded date and time string.\nFor example, 3:50 pm on September 7, 2019 in the time zone of UTC (Coordinated Universal Time) is\nrepresented as `\"2019-09-07T15:50:00Z`\".\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Decimal","description":"A signed decimal number, which supports arbitrary precision and is serialized as a string.\n\nExample values: `\"29.99\"`, `\"29.999\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"DeliveryAddress","description":"A delivery address of the buyer that is interacting with the cart.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MailingAddress","ofType":null}]},{"kind":"INPUT_OBJECT","name":"DeliveryAddressInput","description":"The input fields for delivery address preferences.\n","fields":null,"inputFields":[{"name":"customerAddressId","description":"The ID of a customer address that is associated with the buyer that is interacting with the cart.\n","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddress","description":"A delivery address preference of a buyer that is interacting with the cart.","type":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryAddressValidationStrategy","description":"Defines what kind of address validation is requested.","type":{"kind":"ENUM","name":"DeliveryAddressValidationStrategy","ofType":null},"defaultValue":"COUNTRY_CODE_ONLY","isDeprecated":false,"deprecationReason":null},{"name":"oneTimeUse","description":"Whether the given delivery address is considered to be a one-time use address. One-time use addresses do not\nget persisted to the buyer's personal addresses when checking out.\n","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DeliveryAddressValidationStrategy","description":"Defines the types of available validation strategies for delivery addresses.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COUNTRY_CODE_ONLY","description":"Only the country code is validated.","isDeprecated":false,"deprecationReason":null},{"name":"STRICT","description":"Strict validation is performed, i.e. all fields in the address are validated\naccording to Shopify's checkout rules. If the address fails validation, the cart will not be updated.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DeliveryMethodType","description":"List of different delivery method types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LOCAL","description":"Local Delivery.","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"None.","isDeprecated":false,"deprecationReason":null},{"name":"PICKUP_POINT","description":"Shipping to a Pickup Point.","isDeprecated":false,"deprecationReason":null},{"name":"PICK_UP","description":"Local Pickup.","isDeprecated":false,"deprecationReason":null},{"name":"RETAIL","description":"Retail.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"Shipping.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DigitalWallet","description":"Digital wallet, such as Apple Pay, which can be used for accelerated checkouts.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ANDROID_PAY","description":"Android Pay.","isDeprecated":false,"deprecationReason":null},{"name":"APPLE_PAY","description":"Apple Pay.","isDeprecated":false,"deprecationReason":null},{"name":"GOOGLE_PAY","description":"Google Pay.","isDeprecated":false,"deprecationReason":null},{"name":"SHOPIFY_PAY","description":"Shopify Pay.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountAllocation","description":"An amount discounting the line that has been allocated by a discount.\n","fields":[{"name":"allocatedAmount","description":"Amount of discount allocated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplication","description":"The discount this allocated amount originated from.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DiscountApplication","description":"Discount applications capture the intentions of a discount source at\nthe time of application.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AutomaticDiscountApplication","ofType":null},{"kind":"OBJECT","name":"DiscountCodeApplication","ofType":null},{"kind":"OBJECT","name":"ManualDiscountApplication","ofType":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","ofType":null}]},{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","description":"The method by which the discount's value is allocated onto its entitled lines.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACROSS","description":"The value is spread across all entitled lines.","isDeprecated":false,"deprecationReason":null},{"name":"EACH","description":"The value is applied onto every entitled line.","isDeprecated":false,"deprecationReason":null},{"name":"ONE","description":"The value is specifically applied onto a particular line.","isDeprecated":true,"deprecationReason":"Use ACROSS instead."}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationConnection","description":"An auto-generated type for paginating through multiple DiscountApplications.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DiscountApplicationEdge","description":"An auto-generated type which holds one DiscountApplication and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of DiscountApplicationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetSelection","description":"The lines on the order to which the discount is applied, of the type defined by\nthe discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of\n`LINE_ITEM`, applies the discount on all line items that are entitled to the discount.\nThe value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"The discount is allocated onto all the lines.","isDeprecated":false,"deprecationReason":null},{"name":"ENTITLED","description":"The discount is allocated onto only the lines that it's entitled for.","isDeprecated":false,"deprecationReason":null},{"name":"EXPLICIT","description":"The discount is allocated onto explicitly chosen lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DiscountApplicationTargetType","description":"The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LINE_ITEM","description":"The discount applies onto line items.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING_LINE","description":"The discount applies onto shipping lines.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"DiscountCodeApplication","description":"Discount code applications capture the intentions of a discount code at\nthe time that it is applied.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"applicable","description":"Specifies whether the discount code was applied successfully.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The string identifying the discount code that was used at the time of application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"DisplayableError","description":"Represents an error in the input of a mutation.","fields":[{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CartUserError","ofType":null},{"kind":"OBJECT","name":"CustomerUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldDeleteUserError","ofType":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","ofType":null},{"kind":"OBJECT","name":"UserError","ofType":null},{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","ofType":null}]},{"kind":"OBJECT","name":"Domain","description":"Represents a web address.","fields":[{"name":"host","description":"The host name of the domain (eg: `example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sslEnabled","description":"Whether SSL is enabled or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the domain (eg: `https://example.com`).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ExternalVideo","description":"Represents a video hosted outside of Shopify.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"embedUrl","description":"The embed URL of the video for the respective host.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"embeddedUrl","description":"The URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `originUrl` instead."},{"name":"host","description":"The host of the external video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaHost","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originUrl","description":"The origin URL of the video on the respective host.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Filter","description":"A filter that is supported on the parent field.","fields":[{"name":"id","description":"A unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"A human-friendly string for this filter.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"Describes how to present the filter values.\nReturns a value only for filters of type `LIST`. Returns null for other types.\n","args":[],"type":{"kind":"ENUM","name":"FilterPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"An enumeration that denotes the type of data this filter represents.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FilterType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The list of values for this filter.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FilterValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FilterPresentation","description":"Defines how to present the filter values, specifies the presentation of the filter.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMAGE","description":"Image presentation, filter values display an image.","isDeprecated":false,"deprecationReason":null},{"name":"SWATCH","description":"Swatch presentation, filter values display color or image patterns.","isDeprecated":false,"deprecationReason":null},{"name":"TEXT","description":"Text presentation, no additional visual display for filter values.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FilterType","description":"The type of data that the filter group represents.\n\nFor more information, refer to [Filter products in a collection with the Storefront API]\n(https://shopify.dev/custom-storefronts/products-collections/filter-products).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BOOLEAN","description":"A boolean value.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"A list of selectable values.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE_RANGE","description":"A range of prices.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FilterValue","description":"A selectable value within a filter.","fields":[{"name":"count","description":"The number of results that match this filter value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The visual representation when the filter's presentation is `IMAGE`.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"An input object that can be used to filter by this value on the parent field.\n\nThe value is provided as a helper for building dynamic filtering UI. For\nexample, if you have a list of selected `FilterValue` objects, you can combine\ntheir respective `input` values to use in a subsequent query.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"A human-friendly string for this filter value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"swatch","description":"The visual representation when the filter's presentation is `SWATCH`.","args":[],"type":{"kind":"OBJECT","name":"Swatch","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Fulfillment","description":"Represents a single fulfillment in an order.","fields":[{"name":"fulfillmentLineItems","description":"List of the fulfillment's line items.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingCompany","description":"The name of the tracking company.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingInfo","description":"Tracking information associated with the fulfillment,\nsuch as the tracking number and tracking URL.\n","args":[{"name":"first","description":"Truncate the array result to this size.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentTrackingInfo","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItem","description":"Represents a single line item in a fulfillment. There is at most one fulfillment line item for each order line item.","fields":[{"name":"lineItem","description":"The associated order's line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The amount fulfilled in this fulfillment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemConnection","description":"An auto-generated type for paginating through multiple FulfillmentLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentLineItemEdge","description":"An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of FulfillmentLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FulfillmentLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FulfillmentTrackingInfo","description":"Tracking information associated with the fulfillment.","fields":[{"name":"number","description":"The tracking number of the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL to track the fulfillment.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GenericFile","description":"The generic file resource lets you manage files in a merchant’s store. Generic files include any file that doesn’t fit into a designated type such as image or video. Example: PDF, JSON.","fields":[{"name":"alt","description":"A word or phrase to indicate the contents of a file.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mimeType","description":"The MIME type of the file.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalFileSize","description":"The size of the original file in bytes.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the file.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the file.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GeoCoordinateInput","description":"The input fields used to specify a geographical location.","fields":null,"inputFields":[{"name":"latitude","description":"The coordinate's latitude value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The coordinate's longitude value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"HTML","description":"A string containing HTML code. Refer to the [HTML spec](https://html.spec.whatwg.org/#elements-3) for a\ncomplete list of HTML elements.\n\nExample value: `\"

Grey cotton knit sweater.

\"`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"HasMetafields","description":"Represents information about the metafields associated to the specified resource.","fields":[{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Cart","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"Location","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"SellingPlan","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null}]},{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","description":"The input fields to identify a metafield on an owner resource by namespace and key.","fields":null,"inputFields":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ISO8601DateTime","description":"An ISO 8601-encoded datetime","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Image","description":"Represents an image resource.","fields":[{"name":"altText","description":"A word or phrase to share the nature or contents of an image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The original height of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique ID for the image.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalSrc","description":"The location of the original image as a URL.\n\nIf there are any existing transformations in the original source URL, they will remain and not be stripped.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"src","description":"The location of the image as a URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url` instead."},{"name":"transformedSrc","description":"The location of the transformed image as a URL.\n\nAll transformation arguments are considered \"best-effort\". If they can be applied to an image, they will be.\nOtherwise any transformations which an image type doesn't support will be ignored.\n","args":[{"name":"crop","description":"Crops the image according to the specified region.","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be between 1 and 3.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `url(transform:)` instead"},{"name":"url","description":"The location of the image as a URL.\n\nIf no transform options are specified, then the original image will be preserved including any pre-applied transforms.\n\nAll transformation options are considered \"best-effort\". Any transformation that the original image type doesn't support will be ignored.\n\nIf you need multiple variations of the same image, then you can use [GraphQL aliases](https://graphql.org/learn/queries/#aliases).\n","args":[{"name":"transform","description":"A set of options to transform the original image.","type":{"kind":"INPUT_OBJECT","name":"ImageTransformInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ImageConnection","description":"An auto-generated type for paginating through multiple Images.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ImageEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ImageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Image","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ImageContentType","description":"List of supported image content types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"JPG","description":"A JPG image.","isDeprecated":false,"deprecationReason":null},{"name":"PNG","description":"A PNG image.","isDeprecated":false,"deprecationReason":null},{"name":"WEBP","description":"A WEBP image.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ImageEdge","description":"An auto-generated type which holds one Image and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ImageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Image","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ImageTransformInput","description":"The available options for transforming an image.\n\nAll transformation options are considered best effort. Any transformation that\nthe original image type doesn't support will be ignored.\n","fields":null,"inputFields":[{"name":"crop","description":"The region of the image to remain after cropping.\nMust be used in conjunction with the `maxWidth` and/or `maxHeight` fields,\nwhere the `maxWidth` and `maxHeight` aren't equal.\nThe `crop` argument should coincide with the smaller value. A smaller `maxWidth` indicates a `LEFT` or `RIGHT` crop, while\na smaller `maxHeight` indicates a `TOP` or `BOTTOM` crop. For example, `{\nmaxWidth: 5, maxHeight: 10, crop: LEFT }` will result\nin an image with a width of 5 and height of 10, where the right side of the image is removed.\n","type":{"kind":"ENUM","name":"CropRegion","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxHeight","description":"Image height in pixels between 1 and 5760.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxWidth","description":"Image width in pixels between 1 and 5760.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredContentType","description":"Convert the source image into the preferred content type.\nSupported conversions: `.svg` to `.png`, any file type to `.jpg`, and any file type to `.webp`.\n","type":{"kind":"ENUM","name":"ImageContentType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":"Image size multiplier for high-resolution retina displays. Must be within 1..3.\n","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"InContextAnnotation","description":"Provide details about the contexts influenced by the @inContext directive on a field.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"InContextAnnotationType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"InContextAnnotationType","description":"This gives information about the type of context that impacts a field. For example, for a query with @inContext(language: \"EN\"), the type would point to the name: LanguageCode and kind: ENUM.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":"A [JSON](https://www.json.org/json-en.html) object.\n\nExample value:\n`{\n \"product\": {\n \"id\": \"gid://shopify/Product/1346443542550\",\n \"title\": \"White T-shirt\",\n \"options\": [{\n \"name\": \"Size\",\n \"values\": [\"M\", \"L\"]\n }]\n }\n}`\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Language","description":"A language.","fields":[{"name":"endonymName","description":"The name of the language in the language itself. If the language uses capitalization, it is capitalized for a mid-sentence position.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isoCode","description":"The ISO code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"LanguageCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the language in the current language.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"LanguageCode","description":"Language codes supported by Shopify.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AF","description":"Afrikaans.","isDeprecated":false,"deprecationReason":null},{"name":"AK","description":"Akan.","isDeprecated":false,"deprecationReason":null},{"name":"AM","description":"Amharic.","isDeprecated":false,"deprecationReason":null},{"name":"AR","description":"Arabic.","isDeprecated":false,"deprecationReason":null},{"name":"AS","description":"Assamese.","isDeprecated":false,"deprecationReason":null},{"name":"AZ","description":"Azerbaijani.","isDeprecated":false,"deprecationReason":null},{"name":"BE","description":"Belarusian.","isDeprecated":false,"deprecationReason":null},{"name":"BG","description":"Bulgarian.","isDeprecated":false,"deprecationReason":null},{"name":"BM","description":"Bambara.","isDeprecated":false,"deprecationReason":null},{"name":"BN","description":"Bangla.","isDeprecated":false,"deprecationReason":null},{"name":"BO","description":"Tibetan.","isDeprecated":false,"deprecationReason":null},{"name":"BR","description":"Breton.","isDeprecated":false,"deprecationReason":null},{"name":"BS","description":"Bosnian.","isDeprecated":false,"deprecationReason":null},{"name":"CA","description":"Catalan.","isDeprecated":false,"deprecationReason":null},{"name":"CE","description":"Chechen.","isDeprecated":false,"deprecationReason":null},{"name":"CKB","description":"Central Kurdish.","isDeprecated":false,"deprecationReason":null},{"name":"CS","description":"Czech.","isDeprecated":false,"deprecationReason":null},{"name":"CU","description":"Church Slavic.","isDeprecated":false,"deprecationReason":null},{"name":"CY","description":"Welsh.","isDeprecated":false,"deprecationReason":null},{"name":"DA","description":"Danish.","isDeprecated":false,"deprecationReason":null},{"name":"DE","description":"German.","isDeprecated":false,"deprecationReason":null},{"name":"DZ","description":"Dzongkha.","isDeprecated":false,"deprecationReason":null},{"name":"EE","description":"Ewe.","isDeprecated":false,"deprecationReason":null},{"name":"EL","description":"Greek.","isDeprecated":false,"deprecationReason":null},{"name":"EN","description":"English.","isDeprecated":false,"deprecationReason":null},{"name":"EO","description":"Esperanto.","isDeprecated":false,"deprecationReason":null},{"name":"ES","description":"Spanish.","isDeprecated":false,"deprecationReason":null},{"name":"ET","description":"Estonian.","isDeprecated":false,"deprecationReason":null},{"name":"EU","description":"Basque.","isDeprecated":false,"deprecationReason":null},{"name":"FA","description":"Persian.","isDeprecated":false,"deprecationReason":null},{"name":"FF","description":"Fulah.","isDeprecated":false,"deprecationReason":null},{"name":"FI","description":"Finnish.","isDeprecated":false,"deprecationReason":null},{"name":"FIL","description":"Filipino.","isDeprecated":false,"deprecationReason":null},{"name":"FO","description":"Faroese.","isDeprecated":false,"deprecationReason":null},{"name":"FR","description":"French.","isDeprecated":false,"deprecationReason":null},{"name":"FY","description":"Western Frisian.","isDeprecated":false,"deprecationReason":null},{"name":"GA","description":"Irish.","isDeprecated":false,"deprecationReason":null},{"name":"GD","description":"Scottish Gaelic.","isDeprecated":false,"deprecationReason":null},{"name":"GL","description":"Galician.","isDeprecated":false,"deprecationReason":null},{"name":"GU","description":"Gujarati.","isDeprecated":false,"deprecationReason":null},{"name":"GV","description":"Manx.","isDeprecated":false,"deprecationReason":null},{"name":"HA","description":"Hausa.","isDeprecated":false,"deprecationReason":null},{"name":"HE","description":"Hebrew.","isDeprecated":false,"deprecationReason":null},{"name":"HI","description":"Hindi.","isDeprecated":false,"deprecationReason":null},{"name":"HR","description":"Croatian.","isDeprecated":false,"deprecationReason":null},{"name":"HU","description":"Hungarian.","isDeprecated":false,"deprecationReason":null},{"name":"HY","description":"Armenian.","isDeprecated":false,"deprecationReason":null},{"name":"IA","description":"Interlingua.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Indonesian.","isDeprecated":false,"deprecationReason":null},{"name":"IG","description":"Igbo.","isDeprecated":false,"deprecationReason":null},{"name":"II","description":"Sichuan Yi.","isDeprecated":false,"deprecationReason":null},{"name":"IS","description":"Icelandic.","isDeprecated":false,"deprecationReason":null},{"name":"IT","description":"Italian.","isDeprecated":false,"deprecationReason":null},{"name":"JA","description":"Japanese.","isDeprecated":false,"deprecationReason":null},{"name":"JV","description":"Javanese.","isDeprecated":false,"deprecationReason":null},{"name":"KA","description":"Georgian.","isDeprecated":false,"deprecationReason":null},{"name":"KI","description":"Kikuyu.","isDeprecated":false,"deprecationReason":null},{"name":"KK","description":"Kazakh.","isDeprecated":false,"deprecationReason":null},{"name":"KL","description":"Kalaallisut.","isDeprecated":false,"deprecationReason":null},{"name":"KM","description":"Khmer.","isDeprecated":false,"deprecationReason":null},{"name":"KN","description":"Kannada.","isDeprecated":false,"deprecationReason":null},{"name":"KO","description":"Korean.","isDeprecated":false,"deprecationReason":null},{"name":"KS","description":"Kashmiri.","isDeprecated":false,"deprecationReason":null},{"name":"KU","description":"Kurdish.","isDeprecated":false,"deprecationReason":null},{"name":"KW","description":"Cornish.","isDeprecated":false,"deprecationReason":null},{"name":"KY","description":"Kyrgyz.","isDeprecated":false,"deprecationReason":null},{"name":"LA","description":"Latin.","isDeprecated":false,"deprecationReason":null},{"name":"LB","description":"Luxembourgish.","isDeprecated":false,"deprecationReason":null},{"name":"LG","description":"Ganda.","isDeprecated":false,"deprecationReason":null},{"name":"LN","description":"Lingala.","isDeprecated":false,"deprecationReason":null},{"name":"LO","description":"Lao.","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"Lithuanian.","isDeprecated":false,"deprecationReason":null},{"name":"LU","description":"Luba-Katanga.","isDeprecated":false,"deprecationReason":null},{"name":"LV","description":"Latvian.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"Malagasy.","isDeprecated":false,"deprecationReason":null},{"name":"MI","description":"Māori.","isDeprecated":false,"deprecationReason":null},{"name":"MK","description":"Macedonian.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"Malayalam.","isDeprecated":false,"deprecationReason":null},{"name":"MN","description":"Mongolian.","isDeprecated":false,"deprecationReason":null},{"name":"MO","description":"Moldavian.","isDeprecated":false,"deprecationReason":null},{"name":"MR","description":"Marathi.","isDeprecated":false,"deprecationReason":null},{"name":"MS","description":"Malay.","isDeprecated":false,"deprecationReason":null},{"name":"MT","description":"Maltese.","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"Burmese.","isDeprecated":false,"deprecationReason":null},{"name":"NB","description":"Norwegian (BokmΓ₯l).","isDeprecated":false,"deprecationReason":null},{"name":"ND","description":"North Ndebele.","isDeprecated":false,"deprecationReason":null},{"name":"NE","description":"Nepali.","isDeprecated":false,"deprecationReason":null},{"name":"NL","description":"Dutch.","isDeprecated":false,"deprecationReason":null},{"name":"NN","description":"Norwegian Nynorsk.","isDeprecated":false,"deprecationReason":null},{"name":"NO","description":"Norwegian.","isDeprecated":false,"deprecationReason":null},{"name":"OM","description":"Oromo.","isDeprecated":false,"deprecationReason":null},{"name":"OR","description":"Odia.","isDeprecated":false,"deprecationReason":null},{"name":"OS","description":"Ossetic.","isDeprecated":false,"deprecationReason":null},{"name":"PA","description":"Punjabi.","isDeprecated":false,"deprecationReason":null},{"name":"PL","description":"Polish.","isDeprecated":false,"deprecationReason":null},{"name":"PS","description":"Pashto.","isDeprecated":false,"deprecationReason":null},{"name":"PT","description":"Portuguese.","isDeprecated":false,"deprecationReason":null},{"name":"PT_BR","description":"Portuguese (Brazil).","isDeprecated":false,"deprecationReason":null},{"name":"PT_PT","description":"Portuguese (Portugal).","isDeprecated":false,"deprecationReason":null},{"name":"QU","description":"Quechua.","isDeprecated":false,"deprecationReason":null},{"name":"RM","description":"Romansh.","isDeprecated":false,"deprecationReason":null},{"name":"RN","description":"Rundi.","isDeprecated":false,"deprecationReason":null},{"name":"RO","description":"Romanian.","isDeprecated":false,"deprecationReason":null},{"name":"RU","description":"Russian.","isDeprecated":false,"deprecationReason":null},{"name":"RW","description":"Kinyarwanda.","isDeprecated":false,"deprecationReason":null},{"name":"SA","description":"Sanskrit.","isDeprecated":false,"deprecationReason":null},{"name":"SC","description":"Sardinian.","isDeprecated":false,"deprecationReason":null},{"name":"SD","description":"Sindhi.","isDeprecated":false,"deprecationReason":null},{"name":"SE","description":"Northern Sami.","isDeprecated":false,"deprecationReason":null},{"name":"SG","description":"Sango.","isDeprecated":false,"deprecationReason":null},{"name":"SH","description":"Serbo-Croatian.","isDeprecated":false,"deprecationReason":null},{"name":"SI","description":"Sinhala.","isDeprecated":false,"deprecationReason":null},{"name":"SK","description":"Slovak.","isDeprecated":false,"deprecationReason":null},{"name":"SL","description":"Slovenian.","isDeprecated":false,"deprecationReason":null},{"name":"SN","description":"Shona.","isDeprecated":false,"deprecationReason":null},{"name":"SO","description":"Somali.","isDeprecated":false,"deprecationReason":null},{"name":"SQ","description":"Albanian.","isDeprecated":false,"deprecationReason":null},{"name":"SR","description":"Serbian.","isDeprecated":false,"deprecationReason":null},{"name":"SU","description":"Sundanese.","isDeprecated":false,"deprecationReason":null},{"name":"SV","description":"Swedish.","isDeprecated":false,"deprecationReason":null},{"name":"SW","description":"Swahili.","isDeprecated":false,"deprecationReason":null},{"name":"TA","description":"Tamil.","isDeprecated":false,"deprecationReason":null},{"name":"TE","description":"Telugu.","isDeprecated":false,"deprecationReason":null},{"name":"TG","description":"Tajik.","isDeprecated":false,"deprecationReason":null},{"name":"TH","description":"Thai.","isDeprecated":false,"deprecationReason":null},{"name":"TI","description":"Tigrinya.","isDeprecated":false,"deprecationReason":null},{"name":"TK","description":"Turkmen.","isDeprecated":false,"deprecationReason":null},{"name":"TO","description":"Tongan.","isDeprecated":false,"deprecationReason":null},{"name":"TR","description":"Turkish.","isDeprecated":false,"deprecationReason":null},{"name":"TT","description":"Tatar.","isDeprecated":false,"deprecationReason":null},{"name":"UG","description":"Uyghur.","isDeprecated":false,"deprecationReason":null},{"name":"UK","description":"Ukrainian.","isDeprecated":false,"deprecationReason":null},{"name":"UR","description":"Urdu.","isDeprecated":false,"deprecationReason":null},{"name":"UZ","description":"Uzbek.","isDeprecated":false,"deprecationReason":null},{"name":"VI","description":"Vietnamese.","isDeprecated":false,"deprecationReason":null},{"name":"VO","description":"VolapΓΌk.","isDeprecated":false,"deprecationReason":null},{"name":"WO","description":"Wolof.","isDeprecated":false,"deprecationReason":null},{"name":"XH","description":"Xhosa.","isDeprecated":false,"deprecationReason":null},{"name":"YI","description":"Yiddish.","isDeprecated":false,"deprecationReason":null},{"name":"YO","description":"Yoruba.","isDeprecated":false,"deprecationReason":null},{"name":"ZH","description":"Chinese.","isDeprecated":false,"deprecationReason":null},{"name":"ZH_CN","description":"Chinese (Simplified).","isDeprecated":false,"deprecationReason":null},{"name":"ZH_TW","description":"Chinese (Traditional).","isDeprecated":false,"deprecationReason":null},{"name":"ZU","description":"Zulu.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Localization","description":"Information about the localized experiences configured for the shop.","fields":[{"name":"availableCountries","description":"The list of countries with enabled localized experiences.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Country","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"availableLanguages","description":"The list of languages available for the active country.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Language","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country of the active localized experience. Use the `@inContext` directive to change this value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Country","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"language","description":"The language of the active localized experience. Use the `@inContext` directive to change this value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Language","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"market","description":"The market including the country of the active localized experience. Use the `@inContext` directive to change this value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Market","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Location","description":"Represents a location where product inventory is held.","fields":[{"name":"address","description":"The address of the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocationAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationAddress","description":"Represents the address of a location.\n","fields":[{"name":"address1","description":"The first line of the address for the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address for the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country code of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address for the location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinates of the location.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinates of the location.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The province of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The code for the province, state, or district of the address of the location.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The ZIP code of the location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationConnection","description":"An auto-generated type for paginating through multiple Locations.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in LocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Location","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationEdge","description":"An auto-generated type which holds one Location and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of LocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Location","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"LocationSortKeys","description":"The set of valid sort keys for the Location query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CITY","description":"Sort by the `city` value.","isDeprecated":false,"deprecationReason":null},{"name":"DISTANCE","description":"Sort by the `distance` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"Sort by the `name` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MailingAddress","description":"Represents a mailing address for customers and shipping.","fields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the number of the apartment, suite, or unit.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"Use `countryCodeV2` instead."},{"name":"countryCodeV2","description":"The two-letter code for the country of the address.\n\nFor example, US.\n","args":[],"type":{"kind":"ENUM","name":"CountryCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formatted","description":"A formatted version of the address, customized by the provided arguments.","args":[{"name":"withCompany","description":"Whether to include the customer's company in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"withName","description":"Whether to include the customer's name in the formatted address.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"formattedArea","description":"A comma-separated list of the values for city, province, and country.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":"The latitude coordinate of the customer address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":"The longitude coordinate of the customer address.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The full name of the customer, based on firstName and lastName.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The alphanumeric code for the region.\n\nFor example, ON.\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MailingAddressConnection","description":"An auto-generated type for paginating through multiple MailingAddresses.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddressEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MailingAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddress","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MailingAddressEdge","description":"An auto-generated type which holds one MailingAddress and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MailingAddressEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MailingAddress","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MailingAddressInput","description":"The input fields to create or update a mailing address.","fields":null,"inputFields":[{"name":"address1","description":"The first line of the address. Typically the street address or PO Box number.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second line of the address. Typically the number of the apartment, suite, or unit.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The name of the city, district, village, or town.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"The name of the customer's company or organization.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The name of the country.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The last name of the customer.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"A unique phone number for the customer.\n\nFormatted using E.164 standard. For example, _+16135551111_.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"province","description":"The region of the address, such as the province, state, or district.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":"The zip or postal code of the address.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ManualDiscountApplication","description":"Manual discount applications capture the intentions of a discount that was manually created.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the application.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Market","description":"A group of one or more regions of the world that a merchant is targeting for sales. To learn more about markets, refer to [the Shopify Markets conceptual overview](/docs/apps/markets).","fields":[{"name":"handle","description":"A human-readable unique string for the market automatically generated from its title.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Media","description":"Represents a media interface.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ExternalVideo","ofType":null},{"kind":"OBJECT","name":"MediaImage","ofType":null},{"kind":"OBJECT","name":"Model3d","ofType":null},{"kind":"OBJECT","name":"Video","ofType":null}]},{"kind":"OBJECT","name":"MediaConnection","description":"An auto-generated type for paginating through multiple Media.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MediaEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MediaEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Media","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MediaContentType","description":"The possible content types for a media object.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"EXTERNAL_VIDEO","description":"An externally hosted video.","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE","description":"A Shopify hosted image.","isDeprecated":false,"deprecationReason":null},{"name":"MODEL_3D","description":"A 3d model.","isDeprecated":false,"deprecationReason":null},{"name":"VIDEO","description":"A Shopify hosted video.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MediaEdge","description":"An auto-generated type which holds one Media and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MediaEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Media","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MediaHost","description":"Host for a Media Resource.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"VIMEO","description":"Host for Vimeo embedded videos.","isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE","description":"Host for YouTube embedded videos.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MediaImage","description":"Represents a Shopify hosted image.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MediaPresentation","description":"A media presentation.","fields":[{"name":"asJson","description":"A JSON object representing a presentation view.","args":[{"name":"format","description":"The format to transform the settings.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaPresentationFormat","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MediaPresentationFormat","description":"The possible formats for a media presentation.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMAGE","description":"A media image presentation.","isDeprecated":false,"deprecationReason":null},{"name":"MODEL_VIEWER","description":"A model viewer presentation.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Menu","description":"A [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) representing a hierarchy\nof hyperlinks (items).\n","fields":[{"name":"handle","description":"The menu's handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The menu's child items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MenuItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"itemsCount","description":"The count of items on the menu.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The menu's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MenuItem","description":"A menu item within a parent menu.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The menu item's child items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MenuItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The linked resource.","args":[],"type":{"kind":"UNION","name":"MenuItemResource","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resourceId","description":"The ID of the linked resource.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"The menu item's tags to filter a collection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The menu item's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The menu item's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MenuItemType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The menu item's URL.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"MenuItemResource","description":"The list of possible resources a `MenuItem` can reference.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ShopPolicy","ofType":null}]},{"kind":"ENUM","name":"MenuItemType","description":"A menu item type.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"An article link.","isDeprecated":false,"deprecationReason":null},{"name":"BLOG","description":"A blog link.","isDeprecated":false,"deprecationReason":null},{"name":"CATALOG","description":"A catalog link.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION","description":"A collection link.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTIONS","description":"A collection link.","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_ACCOUNT_PAGE","description":"A customer account page link.","isDeprecated":false,"deprecationReason":null},{"name":"FRONTPAGE","description":"A frontpage link.","isDeprecated":false,"deprecationReason":null},{"name":"HTTP","description":"An http link.","isDeprecated":false,"deprecationReason":null},{"name":"METAOBJECT","description":"A metaobject page link.","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"A page link.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"A product link.","isDeprecated":false,"deprecationReason":null},{"name":"SEARCH","description":"A search link.","isDeprecated":false,"deprecationReason":null},{"name":"SHOP_POLICY","description":"A shop policy link.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"Merchandise","description":"The merchandise to be purchased at checkout.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProductVariant","ofType":null}]},{"kind":"OBJECT","name":"Metafield","description":"Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are\ncomprised of keys, values, and value types.\n","fields":[{"name":"createdAt","description":"The date and time when the storefront metafield was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of a metafield.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The unique identifier for the metafield within its namespace.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container for a group of metafields that the metafield is associated with.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentResource","description":"The type of resource that the metafield is attached to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MetafieldParentResource","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"Returns a reference object if the metafield's type is a resource reference.","args":[],"type":{"kind":"UNION","name":"MetafieldReference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"references","description":"A list of reference objects if the metafield's type is a resource reference list.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldReferenceConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the metafield.\nRefer to the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the metafield was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The data stored in the metafield. Always stored as a string, regardless of the metafield's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldDeleteErrorCode","description":"Possible error codes that can be returned by `MetafieldDeleteUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID_OWNER","description":"The owner ID is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"METAFIELD_DOES_NOT_EXIST","description":"Metafield not found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldDeleteUserError","description":"An error that occurs during the execution of cart metafield deletion.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldDeleteErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetafieldFilter","description":"A filter used to view a subset of products in a collection matching a specific metafield value.\n\nOnly the following metafield types are currently supported:\n- `number_integer`\n- `number_decimal`\n- `single_line_text_field`\n- `boolean` as of 2022-04.\n","fields":null,"inputFields":[{"name":"key","description":"The key of the metafield to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The namespace of the metafield to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"MetafieldParentResource","description":"A resource that the metafield belongs to.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Cart","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"Customer","ofType":null},{"kind":"OBJECT","name":"Location","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"SellingPlan","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null}]},{"kind":"UNION","name":"MetafieldReference","description":"Returns the resource which is being referred to by a metafield.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"GenericFile","ofType":null},{"kind":"OBJECT","name":"MediaImage","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Model3d","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"Video","ofType":null}]},{"kind":"OBJECT","name":"MetafieldReferenceConnection","description":"An auto-generated type for paginating through multiple MetafieldReferences.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetafieldReferenceEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MetafieldReferenceEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MetafieldReference","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldReferenceEdge","description":"An auto-generated type which holds one MetafieldReference and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MetafieldReferenceEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MetafieldReference","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetafieldsSetUserError","description":"An error that occurs during the execution of `MetafieldsSet`.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"elementIndex","description":"The index of the array element that's causing the error.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MetafieldsSetUserErrorCode","description":"Possible error codes that can be returned by `MetafieldsSetUserError`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLANK","description":"The input value is blank.","isDeprecated":false,"deprecationReason":null},{"name":"INCLUSION","description":"The input value isn't included in the list.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_OWNER","description":"The owner ID is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_TYPE","description":"The type is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_VALUE","description":"The value is invalid for metafield type or for definition options.","isDeprecated":false,"deprecationReason":null},{"name":"LESS_THAN_OR_EQUAL_TO","description":"The input value should be less than or equal to the maximum value allowed.","isDeprecated":false,"deprecationReason":null},{"name":"PRESENT","description":"The input value needs to be blank.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_LONG","description":"The input value is too long.","isDeprecated":false,"deprecationReason":null},{"name":"TOO_SHORT","description":"The input value is too short.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Metaobject","description":"An instance of a user-defined model based on a MetaobjectDefinition.","fields":[{"name":"field","description":"Accesses a field of the object by key.","args":[{"name":"key","description":"The key of the field.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetaobjectField","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":"All object fields with defined values.\nOmitted object keys can be assumed null, and no guarantees are made about field order.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetaobjectField","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The unique handle of the metaobject. Useful as a custom ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the metaobject on the shop's Online Store. Returns `null` if the metaobject definition doesn't have the `online_store` capability.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The metaobject's SEO information. Returns `null` if the metaobject definition\ndoesn't have the `renderable` capability.\n","args":[],"type":{"kind":"OBJECT","name":"MetaobjectSEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the metaobject. Defines the namespace of its associated metafields.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the metaobject was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectConnection","description":"An auto-generated type for paginating through multiple Metaobjects.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetaobjectEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in MetaobjectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metaobject","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectEdge","description":"An auto-generated type which holds one Metaobject and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of MetaobjectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Metaobject","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectField","description":"Provides the value of a Metaobject field.","fields":[{"name":"key","description":"The field key.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"A referenced object if the field type is a resource reference.","args":[],"type":{"kind":"UNION","name":"MetafieldReference","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"references","description":"A list of referenced objects if the field type is a resource reference list.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MetafieldReferenceConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type name of the field.\nSee the list of [supported types](https://shopify.dev/apps/metafields/definitions/types).\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The field value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MetaobjectHandleInput","description":"The input fields used to retrieve a metaobject by handle.","fields":null,"inputFields":[{"name":"handle","description":"The handle of the metaobject.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the metaobject.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MetaobjectSEO","description":"SEO information for a metaobject.","fields":[{"name":"description","description":"The meta description.","args":[],"type":{"kind":"OBJECT","name":"MetaobjectField","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The SEO title.","args":[],"type":{"kind":"OBJECT","name":"MetaobjectField","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Model3d","description":"Represents a Shopify hosted 3D model.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"The sources for a 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Model3dSource","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Model3dSource","description":"Represents a source for a Shopify hosted 3d model.","fields":[{"name":"filesize","description":"The filesize of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"The format of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mimeType","description":"The MIME type of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the 3d model.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MoneyInput","description":"The input fields for a monetary value with currency.","fields":null,"inputFields":[{"name":"amount","description":"Decimal money amount.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Decimal","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"Currency of the money.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MoneyV2","description":"A monetary value with currency.\n","fields":[{"name":"amount","description":"Decimal money amount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Decimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"Currency of the money.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"The schema’s entry-point for mutations. This acts as the public, top-level API from which all mutation queries must start.","fields":[{"name":"cartAttributesUpdate","description":"Updates the attributes on a cart.","args":[{"name":"attributes","description":"An array of key-value pairs that contains additional information about the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AttributeInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartAttributesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartBillingAddressUpdate","description":"Updates the billing address on the cart.","args":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartBillingAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartBuyerIdentityUpdate","description":"Updates customer information associated with a cart.\nBuyer identity is used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing)\nand should match the customer's shipping address.\n","args":[{"name":"buyerIdentity","description":"The customer associated with the cart. Used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).\nBuyer identity should match the customer's shipping address.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartBuyerIdentityInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartBuyerIdentityUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartCreate","description":"Creates a new cart.","args":[{"name":"input","description":"The fields used to create a cart.","type":{"kind":"INPUT_OBJECT","name":"CartInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartDiscountCodesUpdate","description":"Updates the discount codes applied to the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The case-insensitive discount codes that the customer added at checkout.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartDiscountCodesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartGiftCardCodesUpdate","description":"Updates the gift card codes applied to the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"giftCardCodes","description":"The case-insensitive gift card codes.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartGiftCardCodesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartLinesAdd","description":"Adds a merchandise line to the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"A list of merchandise lines to add to the cart.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartLineInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartLinesAddPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartLinesRemove","description":"Removes one or more merchandise lines from the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineIds","description":"The merchandise line IDs to remove.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartLinesRemovePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartLinesUpdate","description":"Updates one or more merchandise lines on a cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lines","description":"The merchandise lines to update.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartLineUpdateInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartLinesUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartMetafieldDelete","description":"Deletes a cart metafield.","args":[{"name":"input","description":"The input fields used to delete a cart metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartMetafieldDeleteInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartMetafieldDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartMetafieldsSet","description":"Sets cart metafield values. Cart metafield values will be set regardless if they were previously created or not.\n\nAllows a maximum of 25 cart metafields to be set at a time.\n","args":[{"name":"metafields","description":"The list of Cart metafield values to set. Maximum of 25.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartMetafieldsSetInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartMetafieldsSetPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartNoteUpdate","description":"Updates the note on the cart.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"note","description":"The note on the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartNoteUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartPaymentUpdate","description":"Update the customer's payment method that will be used to checkout.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"payment","description":"The payment information for the cart that will be used at checkout.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartPaymentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartPaymentUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartSelectedDeliveryOptionsUpdate","description":"Update the selected delivery options for a delivery group.","args":[{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryOptions","description":"The selected delivery options.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartSelectedDeliveryOptionInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartSelectedDeliveryOptionsUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartSubmitForCompletion","description":"Submit the cart for checkout completion.","args":[{"name":"attemptToken","description":"The attemptToken is used to guarantee an idempotent result.\nIf more than one call uses the same attemptToken within a short period of time, only one will be accepted.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CartSubmitForCompletionPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenCreate","description":"Creates a customer access token.\nThe customer access token is required to modify the customer object in any way.\n","args":[{"name":"input","description":"The fields used to create a customer access token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerAccessTokenCreateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenCreateWithMultipass","description":"Creates a customer access token using a\n[multipass token](https://shopify.dev/api/multipass) instead of email and\npassword. A customer record is created if the customer doesn't exist. If a customer\nrecord already exists but the record is disabled, then the customer record is enabled.\n","args":[{"name":"multipassToken","description":"A valid [multipass token](https://shopify.dev/api/multipass) to be authenticated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenCreateWithMultipassPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenDelete","description":"Permanently destroys a customer access token.","args":[{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessTokenRenew","description":"Renews a customer access token.\n\nAccess token renewal must happen *before* a token expires.\nIf a token has already expired, a new one should be created instead via `customerAccessTokenCreate`.\n","args":[{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAccessTokenRenewPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerActivate","description":"Activates a customer.","args":[{"name":"id","description":"Specifies the customer to activate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"The fields used to activate a customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerActivateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerActivatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerActivateByUrl","description":"Activates a customer with the activation url received from `customerCreate`.","args":[{"name":"activationUrl","description":"The customer activation URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"A new password set during activation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerActivateByUrlPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressCreate","description":"Creates a new address for a customer.","args":[{"name":"address","description":"The customer mailing address to create.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressDelete","description":"Permanently deletes the address of an existing customer.","args":[{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Specifies the address to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressDeletePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerAddressUpdate","description":"Updates the address of an existing customer.","args":[{"name":"address","description":"The customer’s mailing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Specifies the customer address to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerCreate","description":"Creates a new customer.","args":[{"name":"input","description":"The fields used to create a new customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerCreateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerDefaultAddressUpdate","description":"Updates the default address of an existing customer.","args":[{"name":"addressId","description":"ID of the address to set as the new default for the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerDefaultAddressUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerRecover","description":"Sends a reset password email to the customer. The reset password\nemail contains a reset password URL and token that you can pass to\nthe [`customerResetByUrl`](https://shopify.dev/api/storefront/latest/mutations/customerResetByUrl) or\n[`customerReset`](https://shopify.dev/api/storefront/latest/mutations/customerReset) mutation to reset the\ncustomer password.\n\nThis mutation is throttled by IP. With private access,\nyou can provide a [`Shopify-Storefront-Buyer-IP`](https://shopify.dev/api/usage/authentication#optional-ip-header) instead of the request IP.\nThe header is case-sensitive and must be sent as `Shopify-Storefront-Buyer-IP`.\n\nMake sure that the value provided to `Shopify-Storefront-Buyer-IP` is trusted. Unthrottled access to this\nmutation presents a security risk.\n","args":[{"name":"email","description":"The email address of the customer to recover.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerRecoverPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerReset","description":"\"Resets a customer’s password with the token received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation.\"\n","args":[{"name":"id","description":"Specifies the customer to reset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"input","description":"The fields used to reset a customer’s password.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerResetInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerResetPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerResetByUrl","description":"\"Resets a customer’s password with the reset password URL received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation.\"\n","args":[{"name":"password","description":"New password that will be set as part of the reset password process.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"resetUrl","description":"The customer's reset password url.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerResetByUrlPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUpdate","description":"Updates an existing customer.","args":[{"name":"customer","description":"The customer object input.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CustomerUpdateInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"customerAccessToken","description":"The access token used to identify the customer.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomerUpdatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayPaymentRequestSessionCreate","description":"Create a new Shop Pay payment request session.","args":[{"name":"paymentRequest","description":"A payment request object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sourceIdentifier","description":"A unique identifier for the payment request session.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionCreatePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayPaymentRequestSessionSubmit","description":"Submits a Shop Pay payment request session.","args":[{"name":"idempotencyKey","description":"The idempotency key is used to guarantee an idempotent result.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderName","description":"The order name to be used for the order created from the payment request.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentRequest","description":"The final payment request object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"A token representing a payment session request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionSubmitPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with an ID field to support global identification, in accordance with the\n[Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface).\nThis interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node)\nand [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AppliedGiftCard","ofType":null},{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Cart","ofType":null},{"kind":"OBJECT","name":"CartLine","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Comment","ofType":null},{"kind":"OBJECT","name":"Company","ofType":null},{"kind":"OBJECT","name":"CompanyContact","ofType":null},{"kind":"OBJECT","name":"CompanyLocation","ofType":null},{"kind":"OBJECT","name":"ComponentizableCartLine","ofType":null},{"kind":"OBJECT","name":"ExternalVideo","ofType":null},{"kind":"OBJECT","name":"GenericFile","ofType":null},{"kind":"OBJECT","name":"Location","ofType":null},{"kind":"OBJECT","name":"MailingAddress","ofType":null},{"kind":"OBJECT","name":"Market","ofType":null},{"kind":"OBJECT","name":"MediaImage","ofType":null},{"kind":"OBJECT","name":"MediaPresentation","ofType":null},{"kind":"OBJECT","name":"Menu","ofType":null},{"kind":"OBJECT","name":"MenuItem","ofType":null},{"kind":"OBJECT","name":"Metafield","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Model3d","ofType":null},{"kind":"OBJECT","name":"Order","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"ProductOption","ofType":null},{"kind":"OBJECT","name":"ProductOptionValue","ofType":null},{"kind":"OBJECT","name":"ProductVariant","ofType":null},{"kind":"OBJECT","name":"Shop","ofType":null},{"kind":"OBJECT","name":"ShopPayInstallmentsFinancingPlan","ofType":null},{"kind":"OBJECT","name":"ShopPayInstallmentsFinancingPlanTerm","ofType":null},{"kind":"OBJECT","name":"ShopPayInstallmentsProductVariantPricing","ofType":null},{"kind":"OBJECT","name":"ShopPolicy","ofType":null},{"kind":"OBJECT","name":"TaxonomyCategory","ofType":null},{"kind":"OBJECT","name":"UrlRedirect","ofType":null},{"kind":"OBJECT","name":"Video","ofType":null}]},{"kind":"INTERFACE","name":"OnlineStorePublishable","description":"Represents a resource that can be published to the Online Store sales channel.","fields":[{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Blog","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Metaobject","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null}]},{"kind":"OBJECT","name":"Order","description":"An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.","fields":[{"name":"billingAddress","description":"The address associated with the payment method.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cancelReason","description":"The reason for the order's cancellation. Returns `null` if the order wasn't canceled.","args":[],"type":{"kind":"ENUM","name":"OrderCancelReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"canceledAt","description":"The date and time when the order was canceled. Returns null if the order wasn't canceled.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The code of the currency used for the payment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentSubtotalPrice","description":"The subtotal of line items and their discounts, excluding line items that have been removed. Does not contain order-level discounts, duties, shipping costs, or shipping discounts. Taxes aren't included unless the order is a taxes-included order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalDuties","description":"The total cost of duties for the order, including refunds.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalPrice","description":"The total amount of the order, including duties, taxes and discounts, minus amounts for line items that have been removed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalShippingPrice","description":"The total cost of shipping, excluding shipping lines that have been refunded or removed. Taxes aren't included unless the order is a taxes-included order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentTotalTax","description":"The total of all taxes applied to the order, excluding taxes for returned line items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"A list of the custom attributes added to the order. For example, whether an order is a customer's first.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"customerLocale","description":"The locale code in which this specific order happened.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"customerUrl","description":"The unique URL that the customer can use to access the order.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountApplications","description":"Discounts that have been applied on the order.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountApplicationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"edited","description":"Whether the order has had any edits applied or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The customer's email address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialStatus","description":"The financial status of the order.","args":[],"type":{"kind":"ENUM","name":"OrderFinancialStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fulfillmentStatus","description":"The fulfillment status for the order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderFulfillmentStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"List of the order’s line items.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Unique identifier for the order that appears on the order.\nFor example, _#1000_ or _Store1001.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderNumber","description":"A unique numeric identifier for the order for use by shop owner and customer.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotalDuties","description":"The total cost of duties charged at checkout.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotalPrice","description":"The total price of the order before any applied edits.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The customer's phone number for receiving SMS notifications.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"processedAt","description":"The date and time when the order was imported.\nThis value can be set to dates in the past when importing from other systems.\nIf no value is provided, it will be auto-generated based on current date and time.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The address to where the order will be shipped.","args":[],"type":{"kind":"OBJECT","name":"MailingAddress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingDiscountAllocations","description":"The discounts that have been allocated onto the shipping line by discount applications.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"statusUrl","description":"The unique URL for the order's status page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPrice","description":"Price of the order before shipping and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subtotalPriceV2","description":"Price of the order before duties, shipping and taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":true,"deprecationReason":"Use `subtotalPrice` instead."},{"name":"successfulFulfillments","description":"List of the order’s successful fulfillments.","args":[{"name":"first","description":"Truncate the array result to this size.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Fulfillment","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":"The sum of all the prices of all the items in the order, duties, taxes and discounts included (must be positive).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPriceV2","description":"The sum of all the prices of all the items in the order, duties, taxes and discounts included (must be positive).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `totalPrice` instead."},{"name":"totalRefunded","description":"The total amount that has been refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalRefundedV2","description":"The total amount that has been refunded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `totalRefunded` instead."},{"name":"totalShippingPrice","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPriceV2","description":"The total cost of shipping.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `totalShippingPrice` instead."},{"name":"totalTax","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTaxV2","description":"The total cost of taxes.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":true,"deprecationReason":"Use `totalTax` instead."}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderCancelReason","description":"Represents the reason for the order's cancellation.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CUSTOMER","description":"The customer wanted to cancel the order.","isDeprecated":false,"deprecationReason":null},{"name":"DECLINED","description":"Payment was declined.","isDeprecated":false,"deprecationReason":null},{"name":"FRAUD","description":"The order was fraudulent.","isDeprecated":false,"deprecationReason":null},{"name":"INVENTORY","description":"There was insufficient inventory.","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"The order was canceled for an unlisted reason.","isDeprecated":false,"deprecationReason":null},{"name":"STAFF","description":"Staff made an error.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderConnection","description":"An auto-generated type for paginating through multiple Orders.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The total count of Orders.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UnsignedInt64","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderEdge","description":"An auto-generated type which holds one Order and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of OrderEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Order","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderFinancialStatus","description":"Represents the order's current financial status.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHORIZED","description":"Displayed as **Authorized**.","isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":"Displayed as **Paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_PAID","description":"Displayed as **Partially paid**.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_REFUNDED","description":"Displayed as **Partially refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"Displayed as **Pending**.","isDeprecated":false,"deprecationReason":null},{"name":"REFUNDED","description":"Displayed as **Refunded**.","isDeprecated":false,"deprecationReason":null},{"name":"VOIDED","description":"Displayed as **Voided**.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderFulfillmentStatus","description":"Represents the order's aggregated fulfillment status for display purposes.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FULFILLED","description":"Displayed as **Fulfilled**. All of the items in the order have been fulfilled.","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"Displayed as **In progress**. Some of the items in the order have been fulfilled, or a request for fulfillment has been sent to the fulfillment service.","isDeprecated":false,"deprecationReason":null},{"name":"ON_HOLD","description":"Displayed as **On hold**. All of the unfulfilled items in this order are on hold.","isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":"Displayed as **Open**. None of the items in the order have been fulfilled. Replaced by \"UNFULFILLED\" status.","isDeprecated":false,"deprecationReason":null},{"name":"PARTIALLY_FULFILLED","description":"Displayed as **Partially fulfilled**. Some of the items in the order have been fulfilled.","isDeprecated":false,"deprecationReason":null},{"name":"PENDING_FULFILLMENT","description":"Displayed as **Pending fulfillment**. A request for fulfillment of some items awaits a response from the fulfillment service. Replaced by \"IN_PROGRESS\" status.","isDeprecated":false,"deprecationReason":null},{"name":"RESTOCKED","description":"Displayed as **Restocked**. All of the items in the order have been restocked. Replaced by \"UNFULFILLED\" status.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEDULED","description":"Displayed as **Scheduled**. All of the unfulfilled items in this order are scheduled for fulfillment at later time.","isDeprecated":false,"deprecationReason":null},{"name":"UNFULFILLED","description":"Displayed as **Unfulfilled**. None of the items in the order have been fulfilled.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItem","description":"Represents a single line in an order. There is one line item for each distinct product variant.","fields":[{"name":"currentQuantity","description":"The number of entries associated to the line item minus the items that have been removed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customAttributes","description":"List of custom attributes associated to the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountAllocations","description":"The discounts that have been allocated onto the order line item by discount applications.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiscountAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedTotalPrice","description":"The total price of the line item, including discounts, and displayed in the presentment currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotalPrice","description":"The total price of the line item, not including any discounts. The total price is calculated using the original unit price multiplied by the quantity, and it's displayed in the presentment currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The number of products variants associated to the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the product combined with title of the variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variant","description":"The product variant object associated to the line item.","args":[],"type":{"kind":"OBJECT","name":"ProductVariant","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItemConnection","description":"An auto-generated type for paginating through multiple OrderLineItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in OrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderLineItemEdge","description":"An auto-generated type which holds one OrderLineItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of OrderLineItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderLineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrderSortKeys","description":"The set of valid sort keys for the Order query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSED_AT","description":"Sort by the `processed_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL_PRICE","description":"Sort by the `total_price` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Page","description":"Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.","fields":[{"name":"body","description":"The description of the page, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bodySummary","description":"Summary of the page body.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The timestamp of the page creation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the page automatically generated from its title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The page's SEO information.","args":[],"type":{"kind":"OBJECT","name":"SEO","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The timestamp of the latest page update.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageConnection","description":"An auto-generated type for paginating through multiple Pages.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in PageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Page","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageEdge","description":"An auto-generated type which holds one Page and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of PageEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Page","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Returns information about pagination in a connection, in accordance with the\n[Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo).\nFor more information, please read our [GraphQL Pagination Usage Guide](https://shopify.dev/api/usage/pagination-graphql).\n","fields":[{"name":"endCursor","description":"The cursor corresponding to the last node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":"Whether there are more pages to fetch following the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"Whether there are any pages prior to the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"The cursor corresponding to the first node in edges.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PageSortKeys","description":"The set of valid sort keys for the Page query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PaginatedSitemapResources","description":"Type for paginating through multiple sitemap's resources.","fields":[{"name":"hasNextPage","description":"Whether there are more pages to fetch following the current page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"List of sitemap resources for the current page.\nNote: The number of items varies between 0 and 250 per page.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"SitemapResourceInterface","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentSettings","description":"Settings related to payments.","fields":[{"name":"acceptedCardBrands","description":"List of the card brands which the shop accepts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CardBrand","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cardVaultUrl","description":"The url pointing to the endpoint to vault credit cards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country where the shop is located.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currencyCode","description":"The three-letter code for the shop's primary currency.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"enabledPresentmentCurrencies","description":"A list of enabled currencies (ISO 4217 format) that the shop accepts.\nMerchants can enable currencies from their Shopify Payments settings in the Shopify admin.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shopifyPaymentsAccountId","description":"The shop’s Shopify Payments account ID.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"supportedDigitalWallets","description":"List of the digital wallets which the shop supports.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DigitalWallet","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PredictiveSearchLimitScope","description":"Decides the distribution of results.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALL","description":"Return results up to limit across all types.","isDeprecated":false,"deprecationReason":null},{"name":"EACH","description":"Return results up to limit per type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PredictiveSearchResult","description":"A predictive search result represents a list of products, collections, pages, articles, and query suggestions\nthat matches the predictive search query.\n","fields":[{"name":"articles","description":"The articles that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"collections","description":"The articles that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pages","description":"The pages that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Page","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"The products that match the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queries","description":"The query suggestions that are relevant to the search query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchQuerySuggestion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PredictiveSearchType","description":"The types of search items to perform predictive search on.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"Returns matching articles.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION","description":"Returns matching collections.","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"Returns matching pages.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"Returns matching products.","isDeprecated":false,"deprecationReason":null},{"name":"QUERY","description":"Returns matching query strings.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PreferenceDeliveryMethodType","description":"The preferred delivery methods such as shipping, local pickup or through pickup points.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PICKUP_POINT","description":"A delivery method used to let buyers collect purchases at designated locations like parcel lockers.","isDeprecated":false,"deprecationReason":null},{"name":"PICK_UP","description":"A delivery method used to let buyers receive items directly from a specific location within an area.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"A delivery method used to send items directly to a buyer’s specified address.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PriceRangeFilter","description":"The input fields for a filter used to view a subset of products in a collection matching a specific price range.\n","fields":null,"inputFields":[{"name":"max","description":"The maximum price in the range. Empty indicates no max price.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"min","description":"The minimum price in the range. Defaults to zero.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":"0","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PricingPercentageValue","description":"The value of the percentage pricing object.","fields":[{"name":"percentage","description":"The percentage value of the object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"PricingValue","description":"The price value (fixed or percentage) for a discount application.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MoneyV2","ofType":null},{"kind":"OBJECT","name":"PricingPercentageValue","ofType":null}]},{"kind":"OBJECT","name":"Product","description":"A product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be.\nFor example, a digital download (such as a movie, music or ebook file) also\nqualifies as a product, as do services (such as equipment rental, work for hire,\ncustomization of another product or an extended warranty).\n","fields":[{"name":"adjacentVariants","description":"A list of variants whose selected options differ with the provided selected options by one, ordered by variant id.\nIf selected options are not provided, adjacent variants to the first available variant is returned.\n\nNote that this field returns an array of variants. In most cases, the number of variants in this array will be low.\nHowever, with a low number of options and a high number of values per option, the number of variants returned\nhere can be high. In such cases, it recommended to avoid using this field.\n\nThis list of variants can be used in combination with the `options` field to build a rich variant picker that\nincludes variant availability or other variant information.\n","args":[{"name":"caseInsensitiveMatch","description":"Whether to perform case insensitive match on option names and values.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"ignoreUnknownOptions","description":"Whether to ignore product options that are not present on the requested product.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"selectedOptions","description":"The input fields used for a selected option.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SelectedOptionInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"availableForSale","description":"Indicates if at least one product variant is available for sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"category","description":"The taxonomy category for the product.","args":[],"type":{"kind":"OBJECT","name":"TaxonomyCategory","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collections","description":"List of collections a product belongs to.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CollectionConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtPriceRange","description":"The compare at price of the product across all variants.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductPriceRange","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time when the product was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Stripped description of the product, single line with HTML tags removed.","args":[{"name":"truncateAt","description":"Truncates string after the given length.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"descriptionHtml","description":"The description of the product, complete with HTML formatting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"HTML","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"encodedVariantAvailability","description":"An encoded string containing all option value combinations\nwith a corresponding variant that is currently available for sale.\n\nIntegers represent option and values:\n[0,1] represents option_value at array index 0 for the option at array index 0\n\n`:`, `,`, ` ` and `-` are control characters.\n`:` indicates a new option. ex: 0:1 indicates value 0 for the option in position 1, value 1 for the option in position 2.\n`,` indicates the end of a repeated prefix, mulitple consecutive commas indicate the end of multiple repeated prefixes.\n` ` indicates a gap in the sequence of option values. ex: 0 4 indicates option values in position 0 and 4 are present.\n`-` indicates a continuous range of option values. ex: 0 1-3 4\n\nDecoding process:\n\nExample options: [Size, Color, Material]\nExample values: [[Small, Medium, Large], [Red, Blue], [Cotton, Wool]]\nExample encoded string: \"0:0:0,1:0-1,,1:0:0-1,1:1,,2:0:1,1:0,,\"\n\nStep 1: Expand ranges into the numbers they represent: \"0:0:0,1:0 1,,1:0:0 1,1:1,,2:0:1,1:0,,\"\nStep 2: Expand repeated prefixes: \"0:0:0,0:1:0 1,1:0:0 1,1:1:1,2:0:1,2:1:0,\"\nStep 3: Expand shared prefixes so data is encoded as a string: \"0:0:0,0:1:0,0:1:1,1:0:0,1:0:1,1:1:1,2:0:1,2:1:0,\"\nStep 4: Map to options + option values to determine existing variants:\n\n[Small, Red, Cotton] (0:0:0), [Small, Blue, Cotton] (0:1:0), [Small, Blue, Wool] (0:1:1),\n[Medium, Red, Cotton] (1:0:0), [Medium, Red, Wool] (1:0:1), [Medium, Blue, Wool] (1:1:1),\n[Large, Red, Wool] (2:0:1), [Large, Blue, Cotton] (2:1:0).\n\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"encodedVariantExistence","description":"An encoded string containing all option value combinations with a corresponding variant.\n\nIntegers represent option and values:\n[0,1] represents option_value at array index 0 for the option at array index 0\n\n`:`, `,`, ` ` and `-` are control characters.\n`:` indicates a new option. ex: 0:1 indicates value 0 for the option in position 1, value 1 for the option in position 2.\n`,` indicates the end of a repeated prefix, mulitple consecutive commas indicate the end of multiple repeated prefixes.\n` ` indicates a gap in the sequence of option values. ex: 0 4 indicates option values in position 0 and 4 are present.\n`-` indicates a continuous range of option values. ex: 0 1-3 4\n\nDecoding process:\n\nExample options: [Size, Color, Material]\nExample values: [[Small, Medium, Large], [Red, Blue], [Cotton, Wool]]\nExample encoded string: \"0:0:0,1:0-1,,1:0:0-1,1:1,,2:0:1,1:0,,\"\n\nStep 1: Expand ranges into the numbers they represent: \"0:0:0,1:0 1,,1:0:0 1,1:1,,2:0:1,1:0,,\"\nStep 2: Expand repeated prefixes: \"0:0:0,0:1:0 1,1:0:0 1,1:1:1,2:0:1,2:1:0,\"\nStep 3: Expand shared prefixes so data is encoded as a string: \"0:0:0,0:1:0,0:1:1,1:0:0,1:0:1,1:1:1,2:0:1,2:1:0,\"\nStep 4: Map to options + option values to determine existing variants:\n\n[Small, Red, Cotton] (0:0:0), [Small, Blue, Cotton] (0:1:0), [Small, Blue, Wool] (0:1:1),\n[Medium, Red, Cotton] (1:0:0), [Medium, Red, Wool] (1:0:1), [Medium, Blue, Wool] (1:1:1),\n[Large, Red, Wool] (2:0:1), [Large, Blue, Cotton] (2:1:0).\n\n","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"featuredImage","description":"The featured image for the product.\n\nThis field is functionally equivalent to `images(first: 1)`.\n","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"A human-friendly unique string for the Product automatically generated from its title.\nThey are used by the Liquid templating language to refer to objects.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"images","description":"List of images associated with the product.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductImageSortKeys","ofType":null},"defaultValue":"POSITION","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ImageConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isGiftCard","description":"Whether the product is a gift card.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"media","description":"The media associated with the product.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductMediaSortKeys","ofType":null},"defaultValue":"POSITION","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MediaConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrl","description":"The URL used for viewing the resource on the shop's Online Store. Returns\n`null` if the resource is currently not published to the Online Store sales channel.\n","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"List of product options.","args":[{"name":"first","description":"Truncate the array result to this size.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"priceRange","description":"The price range.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductPriceRange","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productType","description":"A categorization that a product can be tagged with, commonly used for filtering and searching.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publishedAt","description":"The date and time when the product was published to the channel.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresSellingPlan","description":"Whether the product can only be purchased with a selling plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedOrFirstAvailableVariant","description":"Find an active product variant based on selected options, availability or the first variant.\n\nAll arguments are optional. If no selected options are provided, the first available variant is returned.\nIf no variants are available, the first variant is returned.\n","args":[{"name":"caseInsensitiveMatch","description":"Whether to perform case insensitive match on option names and values.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"ignoreUnknownOptions","description":"Whether to ignore unknown product options.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"selectedOptions","description":"The input fields used for a selected option.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SelectedOptionInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ProductVariant","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanGroups","description":"A list of a product's available selling plan groups. A selling plan group represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroupConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seo","description":"The product's SEO information.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SEO","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A comma separated list of tags that have been added to the product.\nAdditional access scope required for private apps: unauthenticated_read_product_tags.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The product’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalInventory","description":"The total quantity of inventory in stock for this Product.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the product was last modified.\nA product's `updatedAt` value can change for different reasons. For example, if an order\nis placed for a product that has inventory tracking set up, then the inventory adjustment\nis counted as an update.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantBySelectedOptions","description":"Find a product’s variant based on its selected options.\nThis is useful for converting a user’s selection of product options into a single matching variant.\nIf there is not a variant for the selected options, `null` will be returned.\n","args":[{"name":"caseInsensitiveMatch","description":"Whether to perform case insensitive match on option names and values.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"ignoreUnknownOptions","description":"Whether to ignore unknown product options.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"selectedOptions","description":"The input fields used for a selected option.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SelectedOptionInput","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ProductVariant","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variants","description":"List of the product’s variants.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductVariantSortKeys","ofType":null},"defaultValue":"POSITION","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"variantsCount","description":"The total count of variants for this product.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":"The product’s vendor name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"OnlineStorePublishable","ofType":null},{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductCollectionSortKeys","description":"The set of valid sort keys for the ProductCollection query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BEST_SELLING","description":"Sort by the `best-selling` value.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION_DEFAULT","description":"Sort by the `collection-default` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED","description":"Sort by the `created` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":"Sort by the `manual` value.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE","description":"Sort by the `price` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProductConnection","description":"An auto-generated type for paginating through multiple Products.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"filters","description":"A list of available filters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Filter","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ProductEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductEdge","description":"An auto-generated type which holds one Product and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ProductEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProductFilter","description":"The input fields for a filter used to view a subset of products in a collection.\nBy default, the `available` and `price` filters are enabled. Filters are customized with the Shopify Search & Discovery app.\nLearn more about [customizing storefront filtering](https://help.shopify.com/manual/online-store/themes/customizing-themes/storefront-filters).\n","fields":null,"inputFields":[{"name":"available","description":"Filter on if the product is available for sale.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"A range of prices to filter with-in.","type":{"kind":"INPUT_OBJECT","name":"PriceRangeFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productMetafield","description":"A product metafield to filter on.","type":{"kind":"INPUT_OBJECT","name":"MetafieldFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productType","description":"The product type to filter on.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productVendor","description":"The product vendor to filter on.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tag","description":"A product tag to filter on.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"variantMetafield","description":"A variant metafield to filter on.","type":{"kind":"INPUT_OBJECT","name":"MetafieldFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"variantOption","description":"A variant option to filter on.","type":{"kind":"INPUT_OBJECT","name":"VariantOptionFilter","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductImageSortKeys","description":"The set of valid sort keys for the ProductImage query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"POSITION","description":"Sort by the `position` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProductMediaSortKeys","description":"The set of valid sort keys for the ProductMedia query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"POSITION","description":"Sort by the `position` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProductOption","description":"Product property names like \"Size\", \"Color\", and \"Material\" that the customers can select.\nVariants are selected based on permutations of these options.\n255 characters limit each.\n","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The product option’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"optionValues","description":"The corresponding option value to the product option.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductOptionValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The corresponding value to the product option name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use `optionValues` instead."}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductOptionValue","description":"The product option value names. For example, \"Red\", \"Blue\", and \"Green\" for a \"Color\" option.\n","fields":[{"name":"firstSelectableVariant","description":"The product variant that combines this option value with the\nlowest-position option values for all other options.\n\nThis field will always return a variant, provided a variant including this option value exists.\n","args":[],"type":{"kind":"OBJECT","name":"ProductVariant","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the product option value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"swatch","description":"The swatch of the product option value.","args":[],"type":{"kind":"OBJECT","name":"ProductOptionValueSwatch","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductOptionValueSwatch","description":"The product option value swatch.\n","fields":[{"name":"color","description":"The swatch color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The swatch image.","args":[],"type":{"kind":"INTERFACE","name":"Media","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductPriceRange","description":"The price range of the product.","fields":[{"name":"maxVariantPrice","description":"The highest variant's price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minVariantPrice","description":"The lowest variant's price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductRecommendationIntent","description":"The recommendation intent that is used to generate product recommendations.\nYou can use intent to generate product recommendations according to different strategies.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"COMPLEMENTARY","description":"Offer customers products that are complementary to a product for which recommendations are to be fetched. An example is add-on products that display in a Pair it with section.","isDeprecated":false,"deprecationReason":null},{"name":"RELATED","description":"Offer customers a mix of products that are similar or complementary to a product for which recommendations are to be fetched. An example is substitutable products that display in a You may also like section.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProductSortKeys","description":"The set of valid sort keys for the Product query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BEST_SELLING","description":"Sort by the `best_selling` value.","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"Sort by the `created_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE","description":"Sort by the `price` value.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT_TYPE","description":"Sort by the `product_type` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"Sort by the `updated_at` value.","isDeprecated":false,"deprecationReason":null},{"name":"VENDOR","description":"Sort by the `vendor` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariant","description":"A product variant represents a different version of a product, such as differing sizes or differing colors.\n","fields":[{"name":"availableForSale","description":"Indicates if the product variant is available for sale.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"barcode","description":"The barcode (for example, ISBN, UPC, or GTIN) associated with the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtPrice","description":"The compare at price of the variant. This can be used to mark a variant as on sale, when `compareAtPrice` is higher than `price`.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"compareAtPriceV2","description":"The compare at price of the variant. This can be used to mark a variant as on sale, when `compareAtPriceV2` is higher than `priceV2`.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":true,"deprecationReason":"Use `compareAtPrice` instead."},{"name":"components","description":"List of bundles components included in the variant considering only fixed bundles.\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponentConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentlyNotInStock","description":"Whether a product is out of stock but still available for purchase (used for backorders).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedBy","description":"List of bundles that include this variant considering only fixed bundles.\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"Image associated with the product variant. This field falls back to the product image if no image is available.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The product variant’s price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceV2","description":"The product variant’s price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":true,"deprecationReason":"Use `price` instead."},{"name":"product","description":"The product object that the product variant belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantityAvailable","description":"The total sellable quantity of the variant for online sales channels.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantityPriceBreaks","description":"A list of quantity breaks for the product variant.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreakConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantityRule","description":"The quantity rule for the product variant in a given context.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityRule","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresComponents","description":"Whether a product variant requires components. The default value is `false`.\nIf `true`, then the product variant can only be purchased as a parent bundle with components.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether a customer needs to provide a shipping address when placing an order for the product variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedOptions","description":"List of product options applied to the variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SelectedOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlanAllocations","description":"Represents an association between a variant and a selling plan. Selling plan allocations describe which selling plans are available for each variant, and what their impact is on pricing.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayInstallmentsPricing","description":"The Shop Pay Installments pricing information for the product variant.","args":[],"type":{"kind":"OBJECT","name":"ShopPayInstallmentsProductVariantPricing","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU (stock keeping unit) associated with the variant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storeAvailability","description":"The in-store pickup availability of this variant by location.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"near","description":"Used to sort results based on proximity to the provided location.","type":{"kind":"INPUT_OBJECT","name":"GeoCoordinateInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailabilityConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":"Whether tax is charged when the product variant is sold.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The product variant’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The unit price value for the variant based on the variant's measurement.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unitPriceMeasurement","description":"The unit price measurement for the variant.","args":[],"type":{"kind":"OBJECT","name":"UnitPriceMeasurement","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"weight","description":"The weight of the product variant in the unit system specified with `weight_unit`.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"weightUnit","description":"Unit of measurement for weight.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WeightUnit","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantComponent","description":"Represents a component of a bundle variant.\n","fields":[{"name":"productVariant","description":"The product variant object that the component belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of component present in the bundle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantComponentConnection","description":"An auto-generated type for paginating through multiple ProductVariantComponents.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponentEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ProductVariantComponentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponent","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantComponentEdge","description":"An auto-generated type which holds one ProductVariantComponent and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ProductVariantComponentEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantComponent","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantConnection","description":"An auto-generated type for paginating through multiple ProductVariants.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariantEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in ProductVariantEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProductVariantEdge","description":"An auto-generated type which holds one ProductVariant and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of ProductVariantEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductVariant","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProductVariantSortKeys","description":"The set of valid sort keys for the ProductVariant query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ID","description":"Sort by the `id` value.","isDeprecated":false,"deprecationReason":null},{"name":"POSITION","description":"Sort by the `position` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms when the `query` parameter is specified on the connection.\nDon't use this sort key when no search query is specified.\n","isDeprecated":false,"deprecationReason":null},{"name":"SKU","description":"Sort by the `sku` value.","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Sort by the `title` value.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PurchasingCompany","description":"Represents information about the buyer that is interacting with the cart.","fields":[{"name":"company","description":"The company associated to the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Company","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contact","description":"The company contact associated to the order or draft order.","args":[],"type":{"kind":"OBJECT","name":"CompanyContact","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The company location associated to the order or draft order.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CompanyLocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityPriceBreak","description":"Quantity price breaks lets you offer different rates that are based on the\namount of a specific variant being ordered.\n","fields":[{"name":"minimumQuantity","description":"Minimum quantity required to reach new quantity break price.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of variant after reaching the minimum quanity.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityPriceBreakConnection","description":"An auto-generated type for paginating through multiple QuantityPriceBreaks.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreakEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in QuantityPriceBreakEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreak","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityPriceBreakEdge","description":"An auto-generated type which holds one QuantityPriceBreak and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of QuantityPriceBreakEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuantityPriceBreak","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuantityRule","description":"The quantity rule for the product variant in a given context.\n","fields":[{"name":"increment","description":"The value that specifies the quantity increment between minimum and maximum of the rule.\nOnly quantities divisible by this value will be considered valid.\n\nThe increment must be lower than or equal to the minimum and the maximum, and both minimum and maximum\nmust be divisible by this value.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maximum","description":"An optional value that defines the highest allowed quantity purchased by the customer.\nIf defined, maximum must be lower than or equal to the minimum and must be a multiple of the increment.\n","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minimum","description":"The value that defines the lowest allowed quantity purchased by the customer.\nThe minimum must be a multiple of the quantity rule's increment.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QueryRoot","description":"The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.","fields":[{"name":"article","description":"Fetch a specific Article by its ID.","args":[{"name":"id","description":"The ID of the `Article`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Article","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"articles","description":"List of the shop's articles.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| author |\n| blog_title |\n| created_at |\n| tag |\n| tag_not |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ArticleSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"blog","description":"Fetch a specific `Blog` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Blog`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Blog`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Blog","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blogByHandle","description":"Find a blog by its handle.","args":[{"name":"handle","description":"The handle of the blog.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Blog","ofType":null},"isDeprecated":true,"deprecationReason":"Use `blog` instead."},{"name":"blogs","description":"List of the shop's blogs.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| created_at |\n| handle |\n| title |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"BlogSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BlogConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cart","description":"Retrieve a cart by its ID. For more information, refer to\n[Manage a cart with the Storefront API](https://shopify.dev/custom-storefronts/cart/manage).\n","args":[{"name":"id","description":"The ID of the cart.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Cart","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartCompletionAttempt","description":"A poll for the status of the cart checkout completion and order creation.\n","args":[{"name":"attemptId","description":"The ID of the attempt.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"UNION","name":"CartCompletionAttemptResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collection","description":"Fetch a specific `Collection` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Collection`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Collection`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Collection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collectionByHandle","description":"Find a collection by its handle.","args":[{"name":"handle","description":"The handle of the collection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Collection","ofType":null},"isDeprecated":true,"deprecationReason":"Use `collection` instead."},{"name":"collections","description":"List of the shop’s collections.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| collection_type |\n| title |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"CollectionSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CollectionConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"The customer associated with the given access token. Tokens are obtained by using the\n[`customerAccessTokenCreate` mutation](https://shopify.dev/docs/api/storefront/latest/mutations/customerAccessTokenCreate).\n","args":[{"name":"customerAccessToken","description":"The customer access token.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Customer","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"localization","description":"Returns the localized experiences configured for the shop.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Localization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":"List of the shop's locations that support in-store pickup.\n\nWhen sorting by distance, you must specify a location via the `near` argument.\n\n","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"near","description":"Used to sort results based on proximity to the provided location.","type":{"kind":"INPUT_OBJECT","name":"GeoCoordinateInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"LocationSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocationConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"menu","description":"Retrieve a [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) by its handle.","args":[{"name":"handle","description":"The navigation menu's handle.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Menu","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metaobject","description":"Fetch a specific Metaobject by one of its unique identifiers.","args":[{"name":"handle","description":"The handle and type of the metaobject.","type":{"kind":"INPUT_OBJECT","name":"MetaobjectHandleInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the metaobject.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metaobject","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metaobjects","description":"All active metaobjects for the shop.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"The key of a field to sort with. Supports \"id\" and \"updated_at\".","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of metaobject to retrieve.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MetaobjectConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"Returns a specific node by ID.","args":[{"name":"id","description":"The ID of the Node to return.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"INTERFACE","name":"Node","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"Returns the list of nodes with the given IDs.","args":[{"name":"ids","description":"The IDs of the Nodes to return.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INTERFACE","name":"Node","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Fetch a specific `Page` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Page`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Page`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Page","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageByHandle","description":"Find a page by its handle.","args":[{"name":"handle","description":"The handle of the page.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Page","ofType":null},"isDeprecated":true,"deprecationReason":"Use `page` instead."},{"name":"pages","description":"List of the shop's pages.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| created_at |\n| handle |\n| title |\n| updated_at |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"PageSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"predictiveSearch","description":"List of the predictive search results.","args":[{"name":"limit","description":"Limits the number of results based on `limit_scope`. The value can range from 1 to 10, and the default is 10.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limitScope","description":"Decides the distribution of results.","type":{"kind":"ENUM","name":"PredictiveSearchLimitScope","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"The search query.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"searchableFields","description":"Specifies the list of resource fields to use for search. The default fields searched on are TITLE, PRODUCT_TYPE, VARIANT_TITLE, and VENDOR. For the best search experience, you should search on the default field set.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchableField","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"The types of resources to search for.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PredictiveSearchType","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"unavailableProducts","description":"Specifies how unavailable products are displayed in the search results.","type":{"kind":"ENUM","name":"SearchUnavailableProductsType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PredictiveSearchResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"product","description":"Fetch a specific `Product` by one of its unique attributes.","args":[{"name":"handle","description":"The handle of the `Product`.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the `Product`.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Product","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productByHandle","description":"Find a product by its handle.","args":[{"name":"handle","description":"A unique string that identifies the product. Handles are automatically\ngenerated based on the product's title, and are always lowercase. Whitespace\nand special characters are replaced with a hyphen: `-`. If there are\nmultiple consecutive whitespace or special characters, then they're replaced\nwith a single hyphen. Whitespace or special characters at the beginning are\nremoved. If a duplicate product title is used, then the handle is\nauto-incremented by one. For example, if you had two products called\n`Potion`, then their handles would be `potion` and `potion-1`. After a\nproduct has been created, changing the product title doesn't update the handle.\n","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Product","ofType":null},"isDeprecated":true,"deprecationReason":"Use `product` instead."},{"name":"productRecommendations","description":"Find recommended products related to a given `product_id`.\nTo learn more about how recommendations are generated, see\n[*Showing product recommendations on product pages*](https://help.shopify.com/themes/development/recommended-products).\n","args":[{"name":"intent","description":"The recommendation intent that is used to generate product recommendations. You can use intent to generate product recommendations on various pages across the channels, according to different strategies.","type":{"kind":"ENUM","name":"ProductRecommendationIntent","ofType":null},"defaultValue":"RELATED","isDeprecated":false,"deprecationReason":null},{"name":"productHandle","description":"The handle of the product.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productId","description":"The id of the product.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Product","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"productTags","description":"Tags added to products.\nAdditional access scope required: unauthenticated_read_product_tags.\n","args":[{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StringConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productTypes","description":"List of product types for the shop's products that are published to your app.","args":[{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StringConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"List of the shop’s products. For storefront search, use [`search` query](https://shopify.dev/docs/api/storefront/latest/queries/search).","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| available_for_sale |\n| created_at |\n| product_type |\n| tag |\n| tag_not |\n| title |\n| updated_at |\n| variants.price |\n| vendor |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"ProductSortKeys","ofType":null},"defaultValue":"ID","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProductConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publicApiVersions","description":"The list of public Storefront API versions, including supported, release candidate and unstable versions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ApiVersion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"search","description":"List of the search results.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"prefix","description":"Specifies whether to perform a partial word match on the last search term.","type":{"kind":"ENUM","name":"SearchPrefixQueryType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"productFilters","description":"Returns a subset of products matching all product filters.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProductFilter","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"The search query.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"sortKey","description":"Sort the underlying list by the given key.","type":{"kind":"ENUM","name":"SearchSortKeys","ofType":null},"defaultValue":"RELEVANCE","isDeprecated":false,"deprecationReason":null},{"name":"types","description":"The types of resources to search for.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchType","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"unavailableProducts","description":"Specifies how unavailable products or variants are displayed in the search results.","type":{"kind":"ENUM","name":"SearchUnavailableProductsType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchResultItemConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shop","description":"The shop associated with the storefront access token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Shop","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sitemap","description":"Contains all fields required to generate sitemaps.","args":[{"name":"type","description":"The type of the resource for the sitemap.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SitemapType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Sitemap","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"urlRedirects","description":"A list of redirects for a shop.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Apply one or multiple filters to the query.\n| name | description | acceptable_values | default_value | example_use |\n| ---- | ---- | ---- | ---- | ---- |\n| created_at |\n| path |\n| target |\nRefer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirectConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SEO","description":"SEO information.","fields":[{"name":"description","description":"The meta description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The SEO title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ScriptDiscountApplication","description":"Script discount applications capture the intentions of a discount that\nwas created by a Shopify Script.\n","fields":[{"name":"allocationMethod","description":"The method by which the discount's value is allocated to its entitled items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationAllocationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetSelection","description":"Which lines of targetType that the discount is allocated over.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetSelection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetType","description":"The type of line that the discount is applicable towards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DiscountApplicationTargetType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the application as defined by the Script.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the discount application.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PricingValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DiscountApplication","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SearchPrefixQueryType","description":"Specifies whether to perform a partial word match on the last search term.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LAST","description":"Perform a partial word match on the last search term.","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"Don't perform a partial word match on the last search term.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SearchQuerySuggestion","description":"A search query suggestion.","fields":[{"name":"styledText","description":"The text of the search query suggestion with highlighted HTML tags.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The text of the search query suggestion.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trackingParameters","description":"URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Trackable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SearchResultItem","description":"A search result that matches the search query.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null}]},{"kind":"OBJECT","name":"SearchResultItemConnection","description":"An auto-generated type for paginating through multiple SearchResultItems.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchResultItemEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SearchResultItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchResultItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productFilters","description":"A list of available filters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Filter","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The total number of results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SearchResultItemEdge","description":"An auto-generated type which holds one SearchResultItem and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SearchResultItemEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchResultItem","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SearchSortKeys","description":"The set of valid sort keys for the search query.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PRICE","description":"Sort by the `price` value.","isDeprecated":false,"deprecationReason":null},{"name":"RELEVANCE","description":"Sort by relevance to the search terms.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SearchType","description":"The types of search items to perform search within.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"Returns matching articles.","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"Returns matching pages.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"Returns matching products.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SearchUnavailableProductsType","description":"Specifies whether to display results for unavailable products.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HIDE","description":"Exclude unavailable products.","isDeprecated":false,"deprecationReason":null},{"name":"LAST","description":"Show unavailable products after all other matching results. This is the default.","isDeprecated":false,"deprecationReason":null},{"name":"SHOW","description":"Show unavailable products in the order that they're found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SearchableField","description":"Specifies the list of resource fields to search.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTHOR","description":"Author of the page or article.","isDeprecated":false,"deprecationReason":null},{"name":"BODY","description":"Body of the page or article or product description or collection description.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT_TYPE","description":"Product type.","isDeprecated":false,"deprecationReason":null},{"name":"TAG","description":"Tag associated with the product or article.","isDeprecated":false,"deprecationReason":null},{"name":"TITLE","description":"Title of the page or article or product title or collection title.","isDeprecated":false,"deprecationReason":null},{"name":"VARIANTS_BARCODE","description":"Variant barcode.","isDeprecated":false,"deprecationReason":null},{"name":"VARIANTS_SKU","description":"Variant SKU.","isDeprecated":false,"deprecationReason":null},{"name":"VARIANTS_TITLE","description":"Variant title.","isDeprecated":false,"deprecationReason":null},{"name":"VENDOR","description":"Product vendor.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SelectedOption","description":"Properties used by customers to select a product variant.\nProducts can have multiple options, like different sizes or colors.\n","fields":[{"name":"name","description":"The product option’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The product option’s value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SelectedOptionInput","description":"The input fields required for a selected option.","fields":null,"inputFields":[{"name":"name","description":"The product option’s name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The product option’s value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlan","description":"Represents how products and variants can be sold and purchased.","fields":[{"name":"billingPolicy","description":"The billing policy for the selling plan.","args":[],"type":{"kind":"UNION","name":"SellingPlanBillingPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"checkoutCharge","description":"The initial payment due for the purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanCheckoutCharge","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryPolicy","description":"The delivery policy for the selling plan.","args":[],"type":{"kind":"UNION","name":"SellingPlanDeliveryPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the selling plan.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the selling plan. For example, '6 weeks of prepaid granola, delivered weekly'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"The selling plan options available in the drop-down list in the storefront. For example, 'Delivery every week' or 'Delivery every 2 weeks' specifies the delivery frequency options for the product. Individual selling plans contribute their options to the associated selling plan group. For example, a selling plan group might have an option called `option1: Delivery every`. One selling plan in that group could contribute `option1: 2 weeks` with the pricing for that option, and another selling plan could contribute `option1: 4 weeks`, with different pricing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"priceAdjustments","description":"The price adjustments that a selling plan makes when a variant is purchased with a selling plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanPriceAdjustment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"recurringDeliveries","description":"Whether purchasing the selling plan will result in multiple deliveries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocation","description":"Represents an association between a variant and a selling plan. Selling plan allocations describe the options offered for each variant, and the price of the variant when purchased with a selling plan.","fields":[{"name":"checkoutChargeAmount","description":"The checkout charge amount due for the purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priceAdjustments","description":"A list of price adjustments, with a maximum of two. When there are two, the first price adjustment goes into effect at the time of purchase, while the second one starts after a certain number of orders. A price adjustment represents how a selling plan affects pricing when a variant is purchased with a selling plan. Prices display in the customer's currency if the shop is configured for it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocationPriceAdjustment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"remainingBalanceChargeAmount","description":"The remaining balance charge amount due for the purchase.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlan","description":"A representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlan","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocationConnection","description":"An auto-generated type for paginating through multiple SellingPlanAllocations.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocationEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SellingPlanAllocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocationEdge","description":"An auto-generated type which holds one SellingPlanAllocation and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SellingPlanAllocationEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanAllocation","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanAllocationPriceAdjustment","description":"The resulting prices for variants when they're purchased with a specific selling plan.","fields":[{"name":"compareAtPrice","description":"The price of the variant when it's purchased without a selling plan for the same number of deliveries. For example, if a customer purchases 6 deliveries of $10.00 granola separately, then the price is 6 x $10.00 = $60.00.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"perDeliveryPrice","description":"The effective price for a single delivery. For example, for a prepaid subscription plan that includes 6 deliveries at the price of $48.00, the per delivery price is $8.00.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":"The price of the variant when it's purchased with a selling plan For example, for a prepaid subscription plan that includes 6 deliveries of $10.00 granola, where the customer gets 20% off, the price is 6 x $10.00 x 0.80 = $48.00.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","description":"The resulting price per unit for the variant associated with the selling plan. If the variant isn't sold by quantity or measurement, then this field returns `null`.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SellingPlanBillingPolicy","description":"The selling plan billing policy.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SellingPlanRecurringBillingPolicy","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanCheckoutCharge","description":"The initial payment due for the purchase.","fields":[{"name":"type","description":"The charge type for the checkout charge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanCheckoutChargeType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The charge value for the checkout charge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SellingPlanCheckoutChargeValue","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanCheckoutChargePercentageValue","description":"The percentage value of the price used for checkout charge.","fields":[{"name":"percentage","description":"The percentage value of the price used for checkout charge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SellingPlanCheckoutChargeType","description":"The checkout charge when the full amount isn't charged at checkout.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PERCENTAGE","description":"The checkout charge is a percentage of the product or variant price.","isDeprecated":false,"deprecationReason":null},{"name":"PRICE","description":"The checkout charge is a fixed price amount.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"SellingPlanCheckoutChargeValue","description":"The portion of the price to be charged at checkout.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MoneyV2","ofType":null},{"kind":"OBJECT","name":"SellingPlanCheckoutChargePercentageValue","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanConnection","description":"An auto-generated type for paginating through multiple SellingPlans.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SellingPlanEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlan","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SellingPlanDeliveryPolicy","description":"The selling plan delivery policy.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SellingPlanRecurringDeliveryPolicy","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanEdge","description":"An auto-generated type which holds one SellingPlan and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SellingPlanEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlan","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanFixedAmountPriceAdjustment","description":"A fixed amount that's deducted from the original variant price. For example, $10.00 off.","fields":[{"name":"adjustmentAmount","description":"The money value of the price adjustment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanFixedPriceAdjustment","description":"A fixed price adjustment for a variant that's purchased with a selling plan.","fields":[{"name":"price","description":"A new price of the variant when it's purchased with the selling plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroup","description":"Represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans.","fields":[{"name":"appName","description":"A display friendly name for the app that created the selling plan group.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the selling plan group.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"Represents the selling plan options available in the drop-down list in the storefront. For example, 'Delivery every week' or 'Delivery every 2 weeks' specifies the delivery frequency options for the product.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroupOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"sellingPlans","description":"A list of selling plans in a selling plan group. A selling plan is a representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'.","args":[{"name":"after","description":"Returns the elements that come after the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Returns the elements that come before the specified cursor.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Returns up to the first `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Returns up to the last `n` elements from the list.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reverse","description":"Reverse the order of the underlying list.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroupConnection","description":"An auto-generated type for paginating through multiple SellingPlanGroups.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroupEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in SellingPlanGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroup","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroupEdge","description":"An auto-generated type which holds one SellingPlanGroup and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of SellingPlanGroupEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SellingPlanGroup","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanGroupOption","description":"Represents an option on a selling plan group that's available in the drop-down list in the storefront.\n\nIndividual selling plans contribute their options to the associated selling plan group. For example, a selling plan group might have an option called `option1: Delivery every`. One selling plan in that group could contribute `option1: 2 weeks` with the pricing for that option, and another selling plan could contribute `option1: 4 weeks`, with different pricing.","fields":[{"name":"name","description":"The name of the option. For example, 'Delivery every'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The values for the options specified by the selling plans in the selling plan group. For example, '1 week', '2 weeks', '3 weeks'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SellingPlanInterval","description":"Represents a valid selling plan interval.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DAY","description":"Day interval.","isDeprecated":false,"deprecationReason":null},{"name":"MONTH","description":"Month interval.","isDeprecated":false,"deprecationReason":null},{"name":"WEEK","description":"Week interval.","isDeprecated":false,"deprecationReason":null},{"name":"YEAR","description":"Year interval.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanOption","description":"An option provided by a Selling Plan.","fields":[{"name":"name","description":"The name of the option (ie \"Delivery every\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the option (ie \"Month\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanPercentagePriceAdjustment","description":"A percentage amount that's deducted from the original variant price. For example, 10% off.","fields":[{"name":"adjustmentPercentage","description":"The percentage value of the price adjustment.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanPriceAdjustment","description":"Represents by how much the price of a variant associated with a selling plan is adjusted. Each variant can have up to two price adjustments. If a variant has multiple price adjustments, then the first price adjustment applies when the variant is initially purchased. The second price adjustment applies after a certain number of orders (specified by the `orderCount` field) are made. If a selling plan doesn't have any price adjustments, then the unadjusted price of the variant is the effective price.","fields":[{"name":"adjustmentValue","description":"The type of price adjustment. An adjustment value can have one of three types: percentage, amount off, or a new price.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SellingPlanPriceAdjustmentValue","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderCount","description":"The number of orders that the price adjustment applies to. If the price adjustment always applies, then this field is `null`.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SellingPlanPriceAdjustmentValue","description":"Represents by how much the price of a variant associated with a selling plan is adjusted. Each variant can have up to two price adjustments.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SellingPlanFixedAmountPriceAdjustment","ofType":null},{"kind":"OBJECT","name":"SellingPlanFixedPriceAdjustment","ofType":null},{"kind":"OBJECT","name":"SellingPlanPercentagePriceAdjustment","ofType":null}]},{"kind":"OBJECT","name":"SellingPlanRecurringBillingPolicy","description":"The recurring billing policy for the selling plan.","fields":[{"name":"interval","description":"The billing frequency, it can be either: day, week, month or year.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between billings.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SellingPlanRecurringDeliveryPolicy","description":"The recurring delivery policy for the selling plan.","fields":[{"name":"interval","description":"The delivery frequency, it can be either: day, week, month or year.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SellingPlanInterval","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"intervalCount","description":"The number of intervals between deliveries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Shop","description":"Shop represents a collection of the general settings and information about the shop.","fields":[{"name":"brand","description":"The shop's branding configuration.","args":[],"type":{"kind":"OBJECT","name":"Brand","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"A description of the shop.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metafield","description":"Returns a metafield found by namespace and key.","args":[{"name":"key","description":"The identifier for the metafield.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"namespace","description":"The container the metafield belongs to. If omitted, the app-reserved namespace will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Metafield","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metafields","description":"The metafields associated with the resource matching the supplied list of namespaces and keys.","args":[{"name":"identifiers","description":"The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HasMetafieldsIdentifier","ofType":null}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Metafield","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"moneyFormat","description":"A string representing the way currency is formatted when the currency isn’t specified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The shop’s name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSettings","description":"Settings related to payments.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSettings","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"primaryDomain","description":"The primary domain of the shop’s Online Store.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Domain","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"privacyPolicy","description":"The shop’s privacy policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"refundPolicy","description":"The shop’s refund policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingPolicy","description":"The shop’s shipping policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shipsToCountries","description":"Countries that the shop ships to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CountryCode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"shopPayInstallmentsPricing","description":"The Shop Pay Installments pricing information for the shop.","args":[],"type":{"kind":"OBJECT","name":"ShopPayInstallmentsPricing","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionPolicy","description":"The shop’s subscription policy.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicyWithDefault","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"termsOfService","description":"The shop’s terms of service.","args":[],"type":{"kind":"OBJECT","name":"ShopPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"HasMetafields","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayInstallmentsFinancingPlan","description":"The financing plan in Shop Pay Installments.","fields":[{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxPrice","description":"The maximum price to qualify for the financing plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minPrice","description":"The minimum price to qualify for the financing plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"terms","description":"The terms of the financing plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayInstallmentsFinancingPlanTerm","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ShopPayInstallmentsFinancingPlanFrequency","description":"The payment frequency for a Shop Pay Installments Financing Plan.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MONTHLY","description":"Monthly payment frequency.","isDeprecated":false,"deprecationReason":null},{"name":"WEEKLY","description":"Weekly payment frequency.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayInstallmentsFinancingPlanTerm","description":"The terms of the financing plan in Shop Pay Installments.","fields":[{"name":"apr","description":"The annual percentage rate (APR) of the financing plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"frequency","description":"The payment frequency for the financing plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ShopPayInstallmentsFinancingPlanFrequency","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"installmentsCount","description":"The number of installments for the financing plan.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"loanType","description":"The type of loan for the financing plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ShopPayInstallmentsLoan","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ShopPayInstallmentsLoan","description":"The loan type for a Shop Pay Installments Financing Plan Term.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INTEREST","description":"An interest-bearing loan type.","isDeprecated":false,"deprecationReason":null},{"name":"SPLIT_PAY","description":"A split-pay loan type.","isDeprecated":false,"deprecationReason":null},{"name":"ZERO_PERCENT","description":"A zero-percent loan type.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayInstallmentsPricing","description":"The result for a Shop Pay Installments pricing request.","fields":[{"name":"financingPlans","description":"The financing plans available for the given price range.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayInstallmentsFinancingPlan","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"maxPrice","description":"The maximum price to qualify for financing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minPrice","description":"The minimum price to qualify for financing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayInstallmentsProductVariantPricing","description":"The shop pay installments pricing information for a product variant.","fields":[{"name":"available","description":"Whether the product variant is available.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"eligible","description":"Whether the product variant is eligible for Shop Pay Installments.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fullPrice","description":"The full price of the product variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the product variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"installmentsCount","description":"The number of payment terms available for the product variant.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pricePerTerm","description":"The price per term for the product variant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequest","description":"Represents a Shop Pay payment request.","fields":[{"name":"deliveryMethods","description":"The delivery methods for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDeliveryMethod","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The discount codes for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"discounts","description":"The discounts for the payment request order.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestLineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The locale for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentmentCurrency","description":"The presentment currency for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryMethodType","description":"The delivery method type for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ShopPayPaymentRequestDeliveryMethodType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shippingAddress","description":"The shipping address for the payment request.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestContactField","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shippingLines","description":"The shipping lines for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestShippingLine","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The subtotal amount for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total amount for the payment request.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping price for the payment request.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestTotalShippingPrice","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total tax for the payment request.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestContactField","description":"Represents a contact field for a Shop Pay payment request.","fields":[{"name":"address1","description":"The first address line of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address2","description":"The second address line of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"companyName","description":"The company name of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"countryCode","description":"The country of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":"The first name of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":"The first name of the contact field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone number of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"postalCode","description":"The postal code of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provinceCode","description":"The province of the contact field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestDeliveryMethod","description":"Represents a delivery method for a Shop Pay payment request.","fields":[{"name":"amount","description":"The amount for the delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deliveryExpectationLabel","description":"The detail about when the delivery may be expected.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"detail","description":"The detail of the delivery method.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the delivery method.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxDeliveryDate","description":"The maximum delivery date for the delivery method.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minDeliveryDate","description":"The minimum delivery date for the delivery method.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDeliveryMethodInput","description":"The input fields to create a delivery method for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"amount","description":"The amount for the delivery method.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the delivery method.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"deliveryExpectationLabel","description":"The detail about when the delivery may be expected.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"detail","description":"The detail of the delivery method.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the delivery method.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"maxDeliveryDate","description":"The maximum delivery date for the delivery method.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"minDeliveryDate","description":"The minimum delivery date for the delivery method.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ShopPayPaymentRequestDeliveryMethodType","description":"Represents the delivery method type for a Shop Pay payment request.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PICKUP","description":"The delivery method type is pickup.","isDeprecated":false,"deprecationReason":null},{"name":"SHIPPING","description":"The delivery method type is shipping.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","description":"Represents a discount for a Shop Pay payment request.","fields":[{"name":"amount","description":"The amount of the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the discount.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","description":"The input fields to create a discount for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"amount","description":"The amount of the discount.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the discount.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestImage","description":"Represents an image for a Shop Pay payment request line item.","fields":[{"name":"alt","description":"The alt text of the image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The source URL of the image.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestImageInput","description":"The input fields to create an image for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"alt","description":"The alt text of the image.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The source URL of the image.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestInput","description":"The input fields represent a Shop Pay payment request.","fields":null,"inputFields":[{"name":"deliveryMethods","description":"The delivery methods for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDeliveryMethodInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discountCodes","description":"The discount codes for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discounts","description":"The discounts for the payment request order.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineItems","description":"The line items for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestLineItemInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"The locale for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","description":"The encrypted payment method for the payment request.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"presentmentCurrency","description":"The presentment currency for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CurrencyCode","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"selectedDeliveryMethodType","description":"The delivery method type for the payment request.","type":{"kind":"ENUM","name":"ShopPayPaymentRequestDeliveryMethodType","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"shippingLines","description":"The shipping lines for the payment request.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestShippingLineInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"subtotal","description":"The subtotal amount for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total amount for the payment request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"totalShippingPrice","description":"The total shipping price for the payment request.","type":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestTotalShippingPriceInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"totalTax","description":"The total tax for the payment request.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestLineItem","description":"Represents a line item for a Shop Pay payment request.","fields":[{"name":"finalItemPrice","description":"The final item price for the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"finalLinePrice","description":"The final line price for the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image of the line item.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"itemDiscounts","description":"The item discounts for the line item.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lineDiscounts","description":"The line discounts for the line item.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"originalItemPrice","description":"The original item price for the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"originalLinePrice","description":"The original line price for the line item.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the line item requires shipping.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU of the line item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestLineItemInput","description":"The input fields to create a line item for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"finalItemPrice","description":"The final item price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"finalLinePrice","description":"The final line price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The image of the line item.","type":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestImageInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"itemDiscounts","description":"The item discounts for the line item.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the line item.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"lineDiscounts","description":"The line discounts for the line item.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"originalItemPrice","description":"The original item price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"originalLinePrice","description":"The original line price for the line item.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"The quantity of the line item.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"requiresShipping","description":"Whether the line item requires shipping.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sku","description":"The SKU of the line item.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestReceipt","description":"Represents a receipt for a Shop Pay payment request.","fields":[{"name":"paymentRequest","description":"The payment request object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequest","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingStatusType","description":"The processing status.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The token of the receipt.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestSession","description":"Represents a Shop Pay payment request session.","fields":[{"name":"checkoutUrl","description":"The checkout URL of the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentRequest","description":"The payment request associated with the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequest","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceIdentifier","description":"The source identifier of the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The token of the Shop Pay payment request session.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionCreatePayload","description":"Return type for `shopPayPaymentRequestSessionCreate` mutation.","fields":[{"name":"shopPayPaymentRequestSession","description":"The new Shop Pay payment request session object.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestSession","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"Error codes for failed Shop Pay payment request session mutations.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestSessionSubmitPayload","description":"Return type for `shopPayPaymentRequestSessionSubmit` mutation.","fields":[{"name":"paymentRequestReceipt","description":"The checkout on which the payment was applied.","args":[],"type":{"kind":"OBJECT","name":"ShopPayPaymentRequestReceipt","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userErrors","description":"Error codes for failed Shop Pay payment request session mutations.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestShippingLine","description":"Represents a shipping line for a Shop Pay payment request.","fields":[{"name":"amount","description":"The amount for the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the shipping line.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestShippingLineInput","description":"The input fields to create a shipping line for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"amount","description":"The amount for the shipping line.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The code of the shipping line.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the shipping line.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPayPaymentRequestTotalShippingPrice","description":"Represents a shipping total for a Shop Pay payment request.","fields":[{"name":"discounts","description":"The discounts for the shipping total.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopPayPaymentRequestDiscount","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"finalTotal","description":"The final total for the shipping total.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MoneyV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalTotal","description":"The original total for the shipping total.","args":[],"type":{"kind":"OBJECT","name":"MoneyV2","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestTotalShippingPriceInput","description":"The input fields to create a shipping total for a Shop Pay payment request.","fields":null,"inputFields":[{"name":"discounts","description":"The discounts for the shipping total.\n\nThe input must not contain more than `250` values.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShopPayPaymentRequestDiscountInput","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"finalTotal","description":"The final total for the shipping total.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"originalTotal","description":"The original total for the shipping total.","type":{"kind":"INPUT_OBJECT","name":"MoneyInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ShopPayWalletContentInput","description":"The input fields for submitting Shop Pay payment method information for checkout.\n","fields":null,"inputFields":[{"name":"billingAddress","description":"The customer's billing address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MailingAddressInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sessionToken","description":"Session token for transaction.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPolicy","description":"Policy that a merchant has configured for their store, such as their refund or privacy policy.","fields":[{"name":"body","description":"Policy text, maximum size of 64kb.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"Policy’s handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Policy’s title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Public URL to the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopPolicyWithDefault","description":"A policy for the store that comes with a default value, such as a subscription policy.\nIf the merchant hasn't configured a policy for their store, then the policy will return the default value.\nOtherwise, the policy will return the merchant-configured value.\n","fields":[{"name":"body","description":"The text of the policy. Maximum size: 64KB.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"handle","description":"The handle of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique ID of the policy. A default policy doesn't have an ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Public URL to the policy.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"URL","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Sitemap","description":"Contains all fields required to generate sitemaps.","fields":[{"name":"pagesCount","description":"The number of sitemap's pages for a given type.","args":[],"type":{"kind":"OBJECT","name":"Count","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resources","description":"A list of sitemap's resources for a given type.\n\nImportant Notes:\n - The number of items per page varies from 0 to 250.\n - Empty pages (0 items) may occur and do not necessarily indicate the end of results.\n - Always check `hasNextPage` to determine if more pages are available.\n","args":[{"name":"page","description":"The page number to fetch.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"PaginatedSitemapResources","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SitemapImage","description":"Represents a sitemap's image.","fields":[{"name":"alt","description":"Image's alt text.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"filepath","description":"Path to the image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the image was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SitemapResource","description":"Represents a sitemap resource that is not a metaobject.","fields":[{"name":"handle","description":"Resource's handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"Resource's image.","args":[],"type":{"kind":"OBJECT","name":"SitemapImage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Resource's title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the resource was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"SitemapResourceInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"SitemapResourceInterface","description":"Represents the common fields for all sitemap resource types.","fields":[{"name":"handle","description":"Resource's handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the resource was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SitemapResource","ofType":null},{"kind":"OBJECT","name":"SitemapResourceMetaobject","ofType":null}]},{"kind":"OBJECT","name":"SitemapResourceMetaobject","description":"A SitemapResourceMetaobject represents a metaobject with\n[the `renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages).\n","fields":[{"name":"handle","description":"Resource's handle.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"onlineStoreUrlHandle","description":"The URL handle for accessing pages of this metaobject type in the Online Store.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the metaobject. Defines the namespace of its associated metafields.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The date and time when the resource was updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"SitemapResourceInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SitemapType","description":"The types of resources potentially present in a sitemap.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ARTICLE","description":"Articles present in the sitemap.","isDeprecated":false,"deprecationReason":null},{"name":"BLOG","description":"Blogs present in the sitemap.","isDeprecated":false,"deprecationReason":null},{"name":"COLLECTION","description":"Collections present in the sitemap.","isDeprecated":false,"deprecationReason":null},{"name":"METAOBJECT","description":"Metaobjects present in the sitemap. Only metaobject types with the\n[`renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages)\nare included in sitemap.\n","isDeprecated":false,"deprecationReason":null},{"name":"PAGE","description":"Pages present in the sitemap.","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"Products present in the sitemap.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"StoreAvailability","description":"The availability of a product variant at a particular location.\nLocal pick-up must be enabled in the store's shipping settings, otherwise this will return an empty result.\n","fields":[{"name":"available","description":"Whether the product variant is in-stock at this location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The location where this product variant is stocked at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Location","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pickUpTime","description":"Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantityAvailable","description":"The quantity of the product variant in-stock at this location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreAvailabilityConnection","description":"An auto-generated type for paginating through multiple StoreAvailabilities.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailabilityEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in StoreAvailabilityEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailability","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StoreAvailabilityEdge","description":"An auto-generated type which holds one StoreAvailability and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StoreAvailabilityEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StoreAvailability","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StringConnection","description":"An auto-generated type for paginating through a list of Strings.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StringEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StringEdge","description":"An auto-generated type which holds one String and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of StringEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmissionError","description":"An error that occurred during cart submit for completion.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubmissionErrorCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubmissionErrorCode","description":"The code of the error that occurred during cart submit for completion.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BUYER_IDENTITY_EMAIL_IS_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BUYER_IDENTITY_EMAIL_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BUYER_IDENTITY_PHONE_IS_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS1_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS1_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS1_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS2_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS2_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS2_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ADDRESS_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_CITY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_CITY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_CITY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COMPANY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COMPANY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COMPANY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_COUNTRY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_FIRST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_FIRST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_FIRST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_INVALID_POSTAL_CODE_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_INVALID_POSTAL_CODE_FOR_ZONE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_LAST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_LAST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_LAST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_NO_DELIVERY_AVAILABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_NO_DELIVERY_AVAILABLE_FOR_MERCHANDISE_LINE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_OPTIONS_PHONE_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_OPTIONS_PHONE_NUMBER_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_PHONE_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_PHONE_NUMBER_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_POSTAL_CODE_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_POSTAL_CODE_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ZONE_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DELIVERY_ZONE_REQUIRED_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_LINE_LIMIT_REACHED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_NOT_APPLICABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_NOT_ENOUGH_STOCK_AVAILABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_OUT_OF_STOCK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MERCHANDISE_PRODUCT_NOT_PUBLISHED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NO_DELIVERY_GROUP_SELECTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS1_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS1_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS1_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS2_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS2_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_ADDRESS2_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_BILLING_ADDRESS_ZONE_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_BILLING_ADDRESS_ZONE_REQUIRED_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CITY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CITY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CITY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COMPANY_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COMPANY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COMPANY_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_COUNTRY_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BASE_EXPIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BASE_GATEWAY_NOT_SUPPORTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BASE_INVALID_START_DATE_OR_ISSUE_NUMBER_FOR_DEBIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_BRAND_NOT_SUPPORTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_FIRST_NAME_BLANK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_GENERIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_LAST_NAME_BLANK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_MONTH_INCLUSION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_NUMBER_INVALID_FORMAT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_SESSION_ID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_VERIFICATION_VALUE_BLANK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_VERIFICATION_VALUE_INVALID_FOR_CARD_TYPE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_YEAR_EXPIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_CREDIT_CARD_YEAR_INVALID_EXPIRY_YEAR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_FIRST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_FIRST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_FIRST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_INVALID_POSTAL_CODE_FOR_COUNTRY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_INVALID_POSTAL_CODE_FOR_ZONE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_LAST_NAME_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_LAST_NAME_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_LAST_NAME_TOO_LONG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_METHOD_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_METHOD_UNAVAILABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_PHONE_NUMBER_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_PHONE_NUMBER_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_POSTAL_CODE_INVALID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_POSTAL_CODE_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_SHOPIFY_PAYMENTS_REQUIRED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_UNACCEPTABLE_PAYMENT_AMOUNT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAYMENTS_WALLET_CONTENT_MISSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TAXES_DELIVERY_GROUP_ID_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TAXES_LINE_ID_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TAXES_MUST_BE_DEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubmitAlreadyAccepted","description":"Cart submit for checkout completion is successful.","fields":[{"name":"attemptId","description":"The ID of the cart completion attempt that will be used for polling for the result.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmitFailed","description":"Cart submit for checkout completion failed.","fields":[{"name":"checkoutUrl","description":"The URL of the checkout for the cart.","args":[],"type":{"kind":"SCALAR","name":"URL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"The list of errors that occurred from executing the mutation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubmissionError","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmitSuccess","description":"Cart submit for checkout completion is already accepted.","fields":[{"name":"attemptId","description":"The ID of the cart completion attempt that will be used for polling for the result.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubmitThrottled","description":"Cart submit for checkout completion is throttled.","fields":[{"name":"pollAfter","description":"UTC date time string that indicates the time after which clients should make their next\npoll request. Any poll requests sent before this time will be ignored. Use this value to schedule the\nnext poll request.\n","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Swatch","description":"Color and image for visual representation.","fields":[{"name":"color","description":"The swatch color.","args":[],"type":{"kind":"SCALAR","name":"Color","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The swatch image.","args":[],"type":{"kind":"OBJECT","name":"MediaImage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TaxonomyCategory","description":"The taxonomy category for the product.\n","fields":[{"name":"ancestors","description":"All parent nodes of the current taxonomy category.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TaxonomyCategory","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A static identifier for the taxonomy category.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The localized name of the taxonomy category.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Trackable","description":"Represents a resource that you can track the origin of the search traffic.","fields":[{"name":"trackingParameters","description":"URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Article","ofType":null},{"kind":"OBJECT","name":"Collection","ofType":null},{"kind":"OBJECT","name":"Page","ofType":null},{"kind":"OBJECT","name":"Product","ofType":null},{"kind":"OBJECT","name":"SearchQuerySuggestion","ofType":null}]},{"kind":"SCALAR","name":"URL","description":"Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and\n[RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string.\n\nFor example, `\"https://example.myshopify.com\"` is a valid URL. It includes a scheme (`https`) and a host\n(`example.myshopify.com`).\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnitPriceMeasurement","description":"The measurement used to calculate a unit price for a product variant (e.g. $9.99 / 100ml).\n","fields":[{"name":"measuredType","description":"The type of unit of measurement for the unit price measurement.","args":[],"type":{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantityUnit","description":"The quantity unit for the unit price measurement.","args":[],"type":{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredUnit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quantityValue","description":"The quantity value for the unit price measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"referenceUnit","description":"The reference unit for the unit price measurement.","args":[],"type":{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredUnit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"referenceValue","description":"The reference value for the unit price measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredType","description":"The accepted types of unit of measurement.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AREA","description":"Unit of measurements representing areas.","isDeprecated":false,"deprecationReason":null},{"name":"LENGTH","description":"Unit of measurements representing lengths.","isDeprecated":false,"deprecationReason":null},{"name":"VOLUME","description":"Unit of measurements representing volumes.","isDeprecated":false,"deprecationReason":null},{"name":"WEIGHT","description":"Unit of measurements representing weights.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UnitPriceMeasurementMeasuredUnit","description":"The valid units of measurement for a unit price measurement.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CL","description":"100 centiliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"CM","description":"100 centimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null},{"name":"G","description":"Metric system unit of weight.","isDeprecated":false,"deprecationReason":null},{"name":"KG","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"L","description":"Metric system unit of volume.","isDeprecated":false,"deprecationReason":null},{"name":"M","description":"Metric system unit of length.","isDeprecated":false,"deprecationReason":null},{"name":"M2","description":"Metric system unit of area.","isDeprecated":false,"deprecationReason":null},{"name":"M3","description":"1 cubic meter equals 1000 liters.","isDeprecated":false,"deprecationReason":null},{"name":"MG","description":"1000 milligrams equals 1 gram.","isDeprecated":false,"deprecationReason":null},{"name":"ML","description":"1000 milliliters equals 1 liter.","isDeprecated":false,"deprecationReason":null},{"name":"MM","description":"1000 millimeters equals 1 meter.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UnitSystem","description":"Systems of weights and measures.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMPERIAL_SYSTEM","description":"Imperial system of weights and measures.","isDeprecated":false,"deprecationReason":null},{"name":"METRIC_SYSTEM","description":"Metric system of weights and measures.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"UnsignedInt64","description":"An unsigned 64-bit integer. Represents whole numeric values between 0 and 2^64 - 1 encoded as a string of base-10 digits.\n\nExample value: `\"50\"`.\n","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UrlRedirect","description":"A redirect on the online store.","fields":[{"name":"id","description":"The ID of the URL redirect.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":"The old path to be redirected from. When the user visits this path, they'll be redirected to the target location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"target","description":"The target location where the user will be redirected to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UrlRedirectConnection","description":"An auto-generated type for paginating through multiple UrlRedirects.\n","fields":[{"name":"edges","description":"A list of edges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirectEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of the nodes contained in UrlRedirectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirect","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UrlRedirectEdge","description":"An auto-generated type which holds one UrlRedirect and a cursor during pagination.\n","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The item at the end of UrlRedirectEdge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UrlRedirect","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserError","description":"Represents an error in the input of a mutation.","fields":[{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorsShopPayPaymentRequestSessionUserErrors","description":"Error codes for failed Shop Pay payment request session mutations.","fields":[{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UserErrorsShopPayPaymentRequestSessionUserErrorsCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field","description":"The path to the input field that caused the error.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"DisplayableError","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserErrorsShopPayPaymentRequestSessionUserErrorsCode","description":"Possible error codes that can be returned by `ShopPayPaymentRequestSessionUserErrors`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IDEMPOTENCY_KEY_ALREADY_USED","description":"Idempotency key has already been used.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_REQUEST_INVALID_INPUT","description":"Payment request input is invalid.","isDeprecated":false,"deprecationReason":null},{"name":"PAYMENT_REQUEST_NOT_FOUND","description":"Payment request not found.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"VariantOptionFilter","description":"The input fields for a filter used to view a subset of products in a collection matching a specific variant option.","fields":null,"inputFields":[{"name":"name","description":"The name of the variant option to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the variant option to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Video","description":"Represents a Shopify hosted video.","fields":[{"name":"alt","description":"A word or phrase to share the nature or contents of a media.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A globally-unique ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaContentType","description":"The media content type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MediaContentType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"presentation","description":"The presentation for a media.","args":[],"type":{"kind":"OBJECT","name":"MediaPresentation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"previewImage","description":"The preview image for the media.","args":[],"type":{"kind":"OBJECT","name":"Image","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"The sources for a video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VideoSource","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Media","ofType":null},{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VideoSource","description":"Represents a source for a Shopify hosted video.","fields":[{"name":"format","description":"The format of the video source.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"The height of the video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mimeType","description":"The video MIME type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The width of the video.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WeightUnit","description":"Units of measurement for weight.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GRAMS","description":"Metric system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"KILOGRAMS","description":"1 kilogram equals 1000 grams.","isDeprecated":false,"deprecationReason":null},{"name":"OUNCES","description":"Imperial system unit of mass.","isDeprecated":false,"deprecationReason":null},{"name":"POUNDS","description":"1 pound equals 16 ounces.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByURL","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"accessRestricted","description":"Marks an element of a GraphQL schema as having restricted access.","isRepeatable":false,"locations":["FIELD_DEFINITION","OBJECT"],"args":[{"name":"reason","description":"Explains the reason around this restriction","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"null","isDeprecated":false,"deprecationReason":null}]},{"name":"defer","description":"Informs the server to delay the execution of the current fragment, potentially resulting in multiple responses from the server. Non-deferred data is delivered in the initial response and data deferred is delivered in subsequent responses. Only available on development stores with the Defer Directive developer preview enabled.","isRepeatable":false,"locations":["FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"When `true`, fragment should be deferred. When `false`, fragment will not be\ndeferred and data will be included in the initial response. Defaults to `true`\nwhen omitted.\n","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null},{"name":"label","description":"May be used to identify the data from responses and associate it with the\ncorresponding defer directive. `label` must be unique label across all `@defer` and\n`@stream` directives in a document. `label` must not be provided as a variable.\n","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","isRepeatable":false,"locations":["ARGUMENT_DEFINITION","ENUM_VALUE","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"name":"inContext","description":"Contextualizes data based on the additional information provided by the directive. For example, you can use the `@inContext(country: CA)` directive to [query a product's price](https://shopify.dev/custom-storefronts/internationalization/international-pricing) in a storefront within the context of Canada.","isRepeatable":false,"locations":["MUTATION","QUERY"],"args":[{"name":"buyer","description":"The buyer's identity.","type":{"kind":"INPUT_OBJECT","name":"BuyerInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country code for context. For example, `CA`.","type":{"kind":"ENUM","name":"CountryCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"language","description":"The language code for context. For example, `EN`.","type":{"kind":"ENUM","name":"LanguageCode","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"preferredLocationId","description":"The identifier of the customer's preferred location.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"oneOf","description":"Requires that exactly one field must be supplied and that field must not be `null`.","isRepeatable":false,"locations":["INPUT_OBJECT"],"args":[]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar.","isRepeatable":false,"locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]}]}} \ No newline at end of file diff --git a/packages/hydrogen/package.json b/packages/hydrogen/package.json index 90e30d1edf..8b9d5aad75 100644 --- a/packages/hydrogen/package.json +++ b/packages/hydrogen/package.json @@ -5,7 +5,7 @@ "@shopify:registry": "https://registry.npmjs.org" }, "type": "module", - "version": "2024.7.8", + "version": "2024.10.0", "license": "MIT", "main": "dist/index.cjs", "module": "dist/production/index.js", @@ -63,7 +63,7 @@ "dist" ], "dependencies": { - "@shopify/hydrogen-react": "2024.7.5", + "@shopify/hydrogen-react": "2024.10.0", "content-security-policy-builder": "^2.2.0", "source-map-support": "^0.5.21", "type-fest": "^4.5.0", diff --git a/packages/hydrogen/src/customer/constants.ts b/packages/hydrogen/src/customer/constants.ts index 5eada3d9e8..7bf15244b7 100644 --- a/packages/hydrogen/src/customer/constants.ts +++ b/packages/hydrogen/src/customer/constants.ts @@ -1,6 +1,6 @@ import {LIB_VERSION} from '../version'; -export const DEFAULT_CUSTOMER_API_VERSION = '2024-07'; +export const DEFAULT_CUSTOMER_API_VERSION = '2024-10'; export const USER_AGENT = `Shopify Hydrogen ${LIB_VERSION}`; // This is a static api client id: https://shopify.dev/docs/api/customer#useaccesstoken-propertydetail-audience export const CUSTOMER_API_CLIENT_ID = '30243aa5-17c1-465a-8493-944bcc4e88aa'; diff --git a/packages/hydrogen/src/version.ts b/packages/hydrogen/src/version.ts index 50a6b8c92a..43216710af 100644 --- a/packages/hydrogen/src/version.ts +++ b/packages/hydrogen/src/version.ts @@ -1 +1 @@ -export const LIB_VERSION = '2024.7.8'; +export const LIB_VERSION = '2024.10.0'; diff --git a/templates/skeleton/package.json b/templates/skeleton/package.json index f6130fb1fc..98d9d2d535 100644 --- a/templates/skeleton/package.json +++ b/templates/skeleton/package.json @@ -16,7 +16,7 @@ "dependencies": { "@remix-run/react": "^2.10.1", "@remix-run/server-runtime": "^2.10.1", - "@shopify/hydrogen": "2024.7.8", + "@shopify/hydrogen": "2024.10.0", "@shopify/remix-oxygen": "^2.0.8", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", From e230e99b5d2c43f15b317eb901008e02d6c1a682 Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Fri, 27 Sep 2024 12:56:42 -0700 Subject: [PATCH 02/14] fix test --- packages/hydrogen-react/src/ShopifyProvider.test.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hydrogen-react/src/ShopifyProvider.test.tsx b/packages/hydrogen-react/src/ShopifyProvider.test.tsx index f97dbced65..7a57d138d2 100644 --- a/packages/hydrogen-react/src/ShopifyProvider.test.tsx +++ b/packages/hydrogen-react/src/ShopifyProvider.test.tsx @@ -41,7 +41,7 @@ describe('', () => { }); expect(result.current.getStorefrontApiUrl()).toBe( - 'https://notashop.myshopify.com/api/2024-07/graphql.json', + 'https://notashop.myshopify.com/api/2024-10/graphql.json', ); }); @@ -183,7 +183,7 @@ describe('', () => { }); expect(result.current.getStorefrontApiUrl()).toBe( - 'https://notashop.myshopify.com/api/2024-07/graphql.json', + 'https://notashop.myshopify.com/api/2024-10/graphql.json', ); }); @@ -203,7 +203,7 @@ describe('', () => { result.current.getStorefrontApiUrl({ storeDomain: 'https://test.myshopify.com', }), - ).toBe('https://test.myshopify.com/api/2024-07/graphql.json'); + ).toBe('https://test.myshopify.com/api/2024-10/graphql.json'); }); it(`handles when a '/' is at the end of the url and doesn't add an extra one`, () => { @@ -219,7 +219,7 @@ describe('', () => { }); expect(result.current.getStorefrontApiUrl()).toBe( - 'https://notashop.myshopify.com/api/2024-07/graphql.json', + 'https://notashop.myshopify.com/api/2024-10/graphql.json', ); }); }); From 3adbc76e89f013ecbb086868ab923f06fceb04fa Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Fri, 27 Sep 2024 13:01:14 -0700 Subject: [PATCH 03/14] add changeset --- .changeset/quick-hotels-tell.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/quick-hotels-tell.md diff --git a/.changeset/quick-hotels-tell.md b/.changeset/quick-hotels-tell.md new file mode 100644 index 0000000000..0cdde00820 --- /dev/null +++ b/.changeset/quick-hotels-tell.md @@ -0,0 +1,9 @@ +--- +'@shopify/hydrogen-react': patch +'skeleton': patch +'@shopify/hydrogen': patch +'@shopify/cli-hydrogen': patch +'@shopify/create-hydrogen': patch +--- + +Update to 2024-10 SFAPI From ad24cfeb6cb1ea1e63f762d4e22a5563dc474e96 Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Fri, 4 Oct 2024 11:10:18 -0700 Subject: [PATCH 04/14] Stable sitemap, remove example, update skeleton --- examples/sitemap/README.md | 38 ---- examples/sitemap/app/routes/[sitemap.xml].tsx | 16 -- examples/sitemap/package.json | 16 -- examples/sitemap/tsconfig.json | 16 -- packages/hydrogen/src/index.ts | 4 +- packages/hydrogen/src/sitemap/sitemap.ts | 10 +- .../skeleton/app/routes/[sitemap.xml].tsx | 172 +----------------- .../app/routes/sitemap.$type.$page[.xml].tsx | 3 +- .../skeleton/storefrontapi.generated.d.ts | 34 ---- 9 files changed, 16 insertions(+), 293 deletions(-) delete mode 100644 examples/sitemap/README.md delete mode 100644 examples/sitemap/app/routes/[sitemap.xml].tsx delete mode 100644 examples/sitemap/package.json delete mode 100644 examples/sitemap/tsconfig.json rename {examples/sitemap => templates/skeleton}/app/routes/sitemap.$type.$page[.xml].tsx (88%) diff --git a/examples/sitemap/README.md b/examples/sitemap/README.md deleted file mode 100644 index dc22ae4f39..0000000000 --- a/examples/sitemap/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# Hydrogen example: Sitemaps - -This example contains a preview implementation of sitemap queries available in the unstable version of the Storefront API. - -## Install - -Setup a new project with this example: - -```bash -npm create @shopify/hydrogen@latest -- --template sitemap -``` - -## Key files - -This folder contains the minimal set of files needed to showcase the implementation. -Files that aren’t included by default with Hydrogen and that you’ll need to -create are labeled with πŸ†•. - -| File | Description | -| ----------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| [`app/routes/[sitemap.xml].tsx`](app/routes/[sitemap.xml].tsx) | A sitemap index route which links to sitemaps for each resource type | -| [`app/routes/sitemap.$type.$page[.xml].tsx` πŸ†•](app/routes/[sitemap.xml].tsx) | A child sitemap for each resource type | - -## Instructions - -### 1. Link your store to inject the required environment variables - -```bash -npx shopify hydrogen link -``` - -### 2. Configure supported locales - -Update the available locales for your app inside `app/routes/sitemap.$type.$page[.xml].tsx`. Also upate the `getLink` function to properly produce URLs for each type of resource. - -### 3. Update `Cache-Control` - -Update the `Cache-Control` headers if you'd like to customize how the sitemap is cached. diff --git a/examples/sitemap/app/routes/[sitemap.xml].tsx b/examples/sitemap/app/routes/[sitemap.xml].tsx deleted file mode 100644 index 701de8383f..0000000000 --- a/examples/sitemap/app/routes/[sitemap.xml].tsx +++ /dev/null @@ -1,16 +0,0 @@ -import type {LoaderFunctionArgs} from '@shopify/remix-oxygen'; -import {unstable__getSitemapIndex as getSitemapIndex} from '@shopify/hydrogen'; - -export async function loader({ - request, - context: {storefront}, -}: LoaderFunctionArgs) { - const response = await getSitemapIndex({ - storefront, - request, - }); - - response.headers.set('Cache-Control', `max-age=${60 * 60 * 24}`); - - return response; -} diff --git a/examples/sitemap/package.json b/examples/sitemap/package.json deleted file mode 100644 index 3de078ee35..0000000000 --- a/examples/sitemap/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "example-sitemap", - "private": true, - "prettier": "@shopify/prettier-config", - "scripts": { - "build": "shopify hydrogen build --diff", - "dev": "shopify hydrogen dev --codegen --diff", - "preview": "shopify hydrogen preview --build --diff", - "lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .", - "typecheck": "tsc --noEmit", - "codegen": "shopify hydrogen codegen" - }, - "dependencies": { - "@shopify/cli-hydrogen": "*" - } -} diff --git a/examples/sitemap/tsconfig.json b/examples/sitemap/tsconfig.json deleted file mode 100644 index 5b672cc6e1..0000000000 --- a/examples/sitemap/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../templates/skeleton/tsconfig.json", - "include": [ - "./**/*.d.ts", - "./**/*.ts", - "./**/*.tsx", - "../../templates/skeleton/*.d.ts" - ], - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": ["./*", "../../templates/skeleton/*"], - "~/*": ["app/*", "../../templates/skeleton/app/*"] - } - } -} diff --git a/packages/hydrogen/src/index.ts b/packages/hydrogen/src/index.ts index 13d360633e..1bffab9fbe 100644 --- a/packages/hydrogen/src/index.ts +++ b/packages/hydrogen/src/index.ts @@ -174,6 +174,6 @@ export { } from './createHydrogenContext'; export { - getSitemapIndex as unstable__getSitemapIndex, - getSitemap as unstable__getSitemap, + getSitemapIndex, + getSitemap } from './sitemap/sitemap'; diff --git a/packages/hydrogen/src/sitemap/sitemap.ts b/packages/hydrogen/src/sitemap/sitemap.ts index a6905c5833..abb0eb4797 100644 --- a/packages/hydrogen/src/sitemap/sitemap.ts +++ b/packages/hydrogen/src/sitemap/sitemap.ts @@ -9,6 +9,8 @@ const SITEMAP_PREFIX = ` `; const SITEMAP_SUFFIX = ``; +const SITEMAP_STOREFRONT_API_VERSION = '2024-10'; + type SITEMAP_INDEX_TYPE = | 'pages' | 'products' @@ -57,7 +59,7 @@ export async function getSitemapIndex( ); const data = await storefront.query(SITEMAP_INDEX_QUERY, { - storefrontApiVersion: 'unstable', + storefrontApiVersion: SITEMAP_STOREFRONT_API_VERSION }); if (!data) { @@ -166,7 +168,7 @@ export async function getSitemap( variables: { page: parseInt(params.page, 10), }, - storefrontApiVersion: 'unstable', + storefrontApiVersion: SITEMAP_STOREFRONT_API_VERSION, }); const baseUrl = new URL(request.url).origin; @@ -336,7 +338,7 @@ const BLOG_SITEMAP_QUERY = `#graphql const METAOBJECT_SITEMAP_QUERY = `#graphql query SitemapMetaobjects($page: Int!) { - sitemap(type: METAOBJECT_PAGE) { + sitemap(type: METAOBJECT) { resources(page: $page) { items { handle @@ -377,7 +379,7 @@ query SitemapIndex { count } } - metaObjects: sitemap(type: METAOBJECT_PAGE) { + metaObjects: sitemap(type: METAOBJECT) { pagesCount { count } diff --git a/templates/skeleton/app/routes/[sitemap.xml].tsx b/templates/skeleton/app/routes/[sitemap.xml].tsx index be4ab94f33..1561e2e397 100644 --- a/templates/skeleton/app/routes/[sitemap.xml].tsx +++ b/templates/skeleton/app/routes/[sitemap.xml].tsx @@ -1,177 +1,17 @@ -import {flattenConnection} from '@shopify/hydrogen'; import type {LoaderFunctionArgs} from '@shopify/remix-oxygen'; -import type {SitemapQuery} from 'storefrontapi.generated'; - -/** - * the google limit is 50K, however, the storefront API - * allows querying only 250 resources per pagination page - */ -const MAX_URLS = 250; - -type Entry = { - url: string; - lastMod?: string; - changeFreq?: string; - image?: { - url: string; - title?: string; - caption?: string; - }; -}; +import {getSitemapIndex} from '@shopify/hydrogen'; export async function loader({ request, context: {storefront}, }: LoaderFunctionArgs) { - const data = await storefront.query(SITEMAP_QUERY, { - variables: { - urlLimits: MAX_URLS, - language: storefront.i18n.language, - }, - }); - - if (!data) { - throw new Response('No data found', {status: 404}); - } - - const sitemap = generateSitemap({data, baseUrl: new URL(request.url).origin}); - - return new Response(sitemap, { - headers: { - 'Content-Type': 'application/xml', - - 'Cache-Control': `max-age=${60 * 60 * 24}`, - }, + const response = await getSitemapIndex({ + storefront, + request, }); -} - -function xmlEncode(string: string) { - return string.replace(/[&<>'"]/g, (char) => `&#${char.charCodeAt(0)};`); -} - -function generateSitemap({ - data, - baseUrl, -}: { - data: SitemapQuery; - baseUrl: string; -}) { - const products = flattenConnection(data.products) - .filter((product) => product.onlineStoreUrl) - .map((product) => { - const url = `${baseUrl}/products/${xmlEncode(product.handle)}`; - - const productEntry: Entry = { - url, - lastMod: product.updatedAt, - changeFreq: 'daily', - }; - - if (product.featuredImage?.url) { - productEntry.image = { - url: xmlEncode(product.featuredImage.url), - }; - - if (product.title) { - productEntry.image.title = xmlEncode(product.title); - } - - if (product.featuredImage.altText) { - productEntry.image.caption = xmlEncode(product.featuredImage.altText); - } - } - - return productEntry; - }); - - const collections = flattenConnection(data.collections) - .filter((collection) => collection.onlineStoreUrl) - .map((collection) => { - const url = `${baseUrl}/collections/${collection.handle}`; - - return { - url, - lastMod: collection.updatedAt, - changeFreq: 'daily', - }; - }); - - const pages = flattenConnection(data.pages) - .filter((page) => page.onlineStoreUrl) - .map((page) => { - const url = `${baseUrl}/pages/${page.handle}`; - - return { - url, - lastMod: page.updatedAt, - changeFreq: 'weekly', - }; - }); - - const urls = [...products, ...collections, ...pages]; - - return ` - - ${urls.map(renderUrlTag).join('')} - `; -} -function renderUrlTag({url, lastMod, changeFreq, image}: Entry) { - const imageTag = image - ? ` - ${image.url} - ${image.title ?? ''} - ${image.caption ?? ''} - `.trim() - : ''; + response.headers.set('Cache-Control', `max-age=${60 * 60 * 24}`); - return ` - - ${url} - ${lastMod} - ${changeFreq} - ${imageTag} - - `.trim(); + return response; } -const SITEMAP_QUERY = `#graphql - query Sitemap($urlLimits: Int, $language: LanguageCode) - @inContext(language: $language) { - products( - first: $urlLimits - query: "published_status:'online_store:visible'" - ) { - nodes { - updatedAt - handle - onlineStoreUrl - title - featuredImage { - url - altText - } - } - } - collections( - first: $urlLimits - query: "published_status:'online_store:visible'" - ) { - nodes { - updatedAt - handle - onlineStoreUrl - } - } - pages(first: $urlLimits, query: "published_status:'published'") { - nodes { - updatedAt - handle - onlineStoreUrl - } - } - } -` as const; diff --git a/examples/sitemap/app/routes/sitemap.$type.$page[.xml].tsx b/templates/skeleton/app/routes/sitemap.$type.$page[.xml].tsx similarity index 88% rename from examples/sitemap/app/routes/sitemap.$type.$page[.xml].tsx rename to templates/skeleton/app/routes/sitemap.$type.$page[.xml].tsx index 9137f25f60..20b39d82ad 100644 --- a/examples/sitemap/app/routes/sitemap.$type.$page[.xml].tsx +++ b/templates/skeleton/app/routes/sitemap.$type.$page[.xml].tsx @@ -1,5 +1,5 @@ import type {LoaderFunctionArgs} from '@shopify/remix-oxygen'; -import {unstable__getSitemap as getSitemap} from '@shopify/hydrogen'; +import {getSitemap} from '@shopify/hydrogen'; export async function loader({ request, @@ -21,3 +21,4 @@ export async function loader({ return response; } + diff --git a/templates/skeleton/storefrontapi.generated.d.ts b/templates/skeleton/storefrontapi.generated.d.ts index 5e0257f15a..096219c6be 100644 --- a/templates/skeleton/storefrontapi.generated.d.ts +++ b/templates/skeleton/storefrontapi.generated.d.ts @@ -295,36 +295,6 @@ export type StoreRobotsQueryVariables = StorefrontAPI.Exact<{ export type StoreRobotsQuery = {shop: Pick}; -export type SitemapQueryVariables = StorefrontAPI.Exact<{ - urlLimits?: StorefrontAPI.InputMaybe; - language?: StorefrontAPI.InputMaybe; -}>; - -export type SitemapQuery = { - products: { - nodes: Array< - Pick< - StorefrontAPI.Product, - 'updatedAt' | 'handle' | 'onlineStoreUrl' | 'title' - > & { - featuredImage?: StorefrontAPI.Maybe< - Pick - >; - } - >; - }; - collections: { - nodes: Array< - Pick - >; - }; - pages: { - nodes: Array< - Pick - >; - }; -}; - export type FeaturedCollectionFragment = Pick< StorefrontAPI.Collection, 'id' | 'title' | 'handle' @@ -1212,10 +1182,6 @@ interface GeneratedQueryTypes { return: StoreRobotsQuery; variables: StoreRobotsQueryVariables; }; - '#graphql\n query Sitemap($urlLimits: Int, $language: LanguageCode)\n @inContext(language: $language) {\n products(\n first: $urlLimits\n query: "published_status:\'online_store:visible\'"\n ) {\n nodes {\n updatedAt\n handle\n onlineStoreUrl\n title\n featuredImage {\n url\n altText\n }\n }\n }\n collections(\n first: $urlLimits\n query: "published_status:\'online_store:visible\'"\n ) {\n nodes {\n updatedAt\n handle\n onlineStoreUrl\n }\n }\n pages(first: $urlLimits, query: "published_status:\'published\'") {\n nodes {\n updatedAt\n handle\n onlineStoreUrl\n }\n }\n }\n': { - return: SitemapQuery; - variables: SitemapQueryVariables; - }; '#graphql\n fragment FeaturedCollection on Collection {\n id\n title\n image {\n id\n url\n altText\n width\n height\n }\n handle\n }\n query FeaturedCollection($country: CountryCode, $language: LanguageCode)\n @inContext(country: $country, language: $language) {\n collections(first: 1, sortKey: UPDATED_AT, reverse: true) {\n nodes {\n ...FeaturedCollection\n }\n }\n }\n': { return: FeaturedCollectionQuery; variables: FeaturedCollectionQueryVariables; From e86ed3b80d8e71a31e1d5e17e4f081fda159edcb Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Fri, 4 Oct 2024 11:10:55 -0700 Subject: [PATCH 05/14] lint --- packages/hydrogen/src/index.ts | 5 +---- packages/hydrogen/src/sitemap/sitemap.ts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/hydrogen/src/index.ts b/packages/hydrogen/src/index.ts index 1bffab9fbe..bc421d8da6 100644 --- a/packages/hydrogen/src/index.ts +++ b/packages/hydrogen/src/index.ts @@ -173,7 +173,4 @@ export { type HydrogenContext, } from './createHydrogenContext'; -export { - getSitemapIndex, - getSitemap -} from './sitemap/sitemap'; +export {getSitemapIndex, getSitemap} from './sitemap/sitemap'; diff --git a/packages/hydrogen/src/sitemap/sitemap.ts b/packages/hydrogen/src/sitemap/sitemap.ts index abb0eb4797..718e1364b4 100644 --- a/packages/hydrogen/src/sitemap/sitemap.ts +++ b/packages/hydrogen/src/sitemap/sitemap.ts @@ -59,7 +59,7 @@ export async function getSitemapIndex( ); const data = await storefront.query(SITEMAP_INDEX_QUERY, { - storefrontApiVersion: SITEMAP_STOREFRONT_API_VERSION + storefrontApiVersion: SITEMAP_STOREFRONT_API_VERSION, }); if (!data) { From 2d88df498e51a3a2b55080ef511b9bbc467e07a3 Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Fri, 4 Oct 2024 11:13:20 -0700 Subject: [PATCH 06/14] add changeset --- .changeset/funny-cows-perform.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/funny-cows-perform.md diff --git a/.changeset/funny-cows-perform.md b/.changeset/funny-cows-perform.md new file mode 100644 index 0000000000..2a1f998b4a --- /dev/null +++ b/.changeset/funny-cows-perform.md @@ -0,0 +1,6 @@ +--- +'skeleton': patch +'@shopify/hydrogen': patch +--- + +Stabilize `getSitemap`, `getSitemapIndex` and implement on skeleton From 768be9701080902d7045bd8f77fb204dbf647706 Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Fri, 4 Oct 2024 11:20:07 -0700 Subject: [PATCH 07/14] Add examples to changeset --- .changeset/funny-cows-perform.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.changeset/funny-cows-perform.md b/.changeset/funny-cows-perform.md index 2a1f998b4a..08a6dbd1ee 100644 --- a/.changeset/funny-cows-perform.md +++ b/.changeset/funny-cows-perform.md @@ -4,3 +4,19 @@ --- Stabilize `getSitemap`, `getSitemapIndex` and implement on skeleton + +1. Update the `getSitemapIndex` at `/app/routes/[sitemap.xml].tsx` + +```diff +- import {unstable__getSitemapIndex as getSitemapIndex} from '@shopify/hydrogen'; ++ import {getSitemapIndex} from '@shopify/hydrogen'; +``` + +2. Update the `getSitemap` at `/app/routes/sitemap.$type.$page[.xml].tsx` + +```diff +- import {unstable__getSitemap as getSitemap} from '@shopify/hydrogen'; ++ import {getSitemap} from '@shopify/hydrogen'; +``` + +For a reference implementation please see the skeleton template sitemap routes From 215fd7defbadbddb40cfcb7cd7ffe8e6c29adfa4 Mon Sep 17 00:00:00 2001 From: rbshop Date: Fri, 18 Oct 2024 13:07:59 +0100 Subject: [PATCH 08/14] Removed now unnecessary explicit sitemap version --- packages/hydrogen/src/sitemap/sitemap.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/hydrogen/src/sitemap/sitemap.ts b/packages/hydrogen/src/sitemap/sitemap.ts index 718e1364b4..5c8719c966 100644 --- a/packages/hydrogen/src/sitemap/sitemap.ts +++ b/packages/hydrogen/src/sitemap/sitemap.ts @@ -9,8 +9,6 @@ const SITEMAP_PREFIX = ` `; const SITEMAP_SUFFIX = ``; -const SITEMAP_STOREFRONT_API_VERSION = '2024-10'; - type SITEMAP_INDEX_TYPE = | 'pages' | 'products' @@ -58,9 +56,7 @@ export async function getSitemapIndex( 'A storefront client is required to generate a sitemap index', ); - const data = await storefront.query(SITEMAP_INDEX_QUERY, { - storefrontApiVersion: SITEMAP_STOREFRONT_API_VERSION, - }); + const data = await storefront.query(SITEMAP_INDEX_QUERY); if (!data) { throw new Response('No data found', {status: 404}); @@ -168,7 +164,6 @@ export async function getSitemap( variables: { page: parseInt(params.page, 10), }, - storefrontApiVersion: SITEMAP_STOREFRONT_API_VERSION, }); const baseUrl = new URL(request.url).origin; From 7211fe738d12afbabaac1d9846117f227d1313b4 Mon Sep 17 00:00:00 2001 From: rbshop Date: Fri, 18 Oct 2024 15:10:50 +0100 Subject: [PATCH 09/14] Fix doc example code imports --- packages/hydrogen/src/sitemap/getSitemap.example.tsx | 2 +- packages/hydrogen/src/sitemap/getSitemapIndex.example.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hydrogen/src/sitemap/getSitemap.example.tsx b/packages/hydrogen/src/sitemap/getSitemap.example.tsx index 1382d15aa2..73af64094d 100644 --- a/packages/hydrogen/src/sitemap/getSitemap.example.tsx +++ b/packages/hydrogen/src/sitemap/getSitemap.example.tsx @@ -1,5 +1,5 @@ import type {LoaderFunctionArgs} from '@shopify/remix-oxygen'; -import {unstable__getSitemap as getSitemap} from '@shopify/hydrogen'; +import {getSitemap} from '@shopify/hydrogen'; export async function loader({ request, diff --git a/packages/hydrogen/src/sitemap/getSitemapIndex.example.tsx b/packages/hydrogen/src/sitemap/getSitemapIndex.example.tsx index d84acd962b..0bf14ac077 100644 --- a/packages/hydrogen/src/sitemap/getSitemapIndex.example.tsx +++ b/packages/hydrogen/src/sitemap/getSitemapIndex.example.tsx @@ -1,5 +1,5 @@ import type {LoaderFunctionArgs} from '@shopify/remix-oxygen'; -import {unstable__getSitemapIndex as getSitemapIndex} from '@shopify/hydrogen'; +import {getSitemapIndex} from '@shopify/hydrogen'; export async function loader({ request, From 80c50bddaa1fa3e74ef6604fa8b5f3110a5cd2ff Mon Sep 17 00:00:00 2001 From: rbshop Date: Fri, 18 Oct 2024 15:18:47 +0100 Subject: [PATCH 10/14] Remove sitemap example deploy from GH workflow --- .github/workflows/deploy-examples.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-examples.yml b/.github/workflows/deploy-examples.yml index 8a85e7d155..0c2f9ec34a 100644 --- a/.github/workflows/deploy-examples.yml +++ b/.github/workflows/deploy-examples.yml @@ -23,7 +23,6 @@ jobs: {name: 'metaobjects', token: '1000014928'}, {name: 'third-party-queries-caching', token: '1000014929'}, {name: 'custom-cart-method', token: '1000014930'}, - {name: 'sitemap', token: '1000022490'}, ] steps: - uses: actions/checkout@v4 From efb6f61d3c43d2d95ffc6d4addc844fa3297759c Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Fri, 18 Oct 2024 14:21:50 -0700 Subject: [PATCH 11/14] Sitemap utilities now consume the API version set in the storefront client --- packages/hydrogen/src/sitemap/sitemap.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/hydrogen/src/sitemap/sitemap.ts b/packages/hydrogen/src/sitemap/sitemap.ts index 5c8719c966..56830c11a4 100644 --- a/packages/hydrogen/src/sitemap/sitemap.ts +++ b/packages/hydrogen/src/sitemap/sitemap.ts @@ -59,7 +59,9 @@ export async function getSitemapIndex( const data = await storefront.query(SITEMAP_INDEX_QUERY); if (!data) { - throw new Response('No data found', {status: 404}); + console.warn('[h2:sitemap:warning] Sitemap index is available in API version 2024-10 and later'); + throw new Response( + 'Sitemap index not found.', {status: 404}); } const baseUrl = new URL(request.url).origin; @@ -166,6 +168,11 @@ export async function getSitemap( }, }); + if (!data) { + console.warn('[h2:sitemap:warning] Sitemap is available in API version 2024-10 and later'); + throw new Response('Sitemap not found.', {status: 404}); + } + const baseUrl = new URL(request.url).origin; let body: string = ''; From 48a3ecfa164c28afdc298a88ed9d759f50765261 Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Mon, 21 Oct 2024 16:01:40 -0700 Subject: [PATCH 12/14] lint --- packages/hydrogen/src/sitemap/sitemap.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/hydrogen/src/sitemap/sitemap.ts b/packages/hydrogen/src/sitemap/sitemap.ts index 56830c11a4..d2e66f601b 100644 --- a/packages/hydrogen/src/sitemap/sitemap.ts +++ b/packages/hydrogen/src/sitemap/sitemap.ts @@ -59,9 +59,10 @@ export async function getSitemapIndex( const data = await storefront.query(SITEMAP_INDEX_QUERY); if (!data) { - console.warn('[h2:sitemap:warning] Sitemap index is available in API version 2024-10 and later'); - throw new Response( - 'Sitemap index not found.', {status: 404}); + console.warn( + '[h2:sitemap:warning] Sitemap index is available in API version 2024-10 and later', + ); + throw new Response('Sitemap index not found.', {status: 404}); } const baseUrl = new URL(request.url).origin; @@ -169,7 +170,9 @@ export async function getSitemap( }); if (!data) { - console.warn('[h2:sitemap:warning] Sitemap is available in API version 2024-10 and later'); + console.warn( + '[h2:sitemap:warning] Sitemap is available in API version 2024-10 and later', + ); throw new Response('Sitemap not found.', {status: 404}); } From 58b06e92776bed2e271130863549b9f9bc79f43d Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Mon, 21 Oct 2024 16:23:08 -0700 Subject: [PATCH 13/14] Fix new sitemap route generating in new project --- packages/cli/src/lib/setups/routes/generate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/lib/setups/routes/generate.ts b/packages/cli/src/lib/setups/routes/generate.ts index 710319ca7f..4f1e2964b1 100644 --- a/packages/cli/src/lib/setups/routes/generate.ts +++ b/packages/cli/src/lib/setups/routes/generate.ts @@ -47,7 +47,7 @@ const ROUTE_MAP = { account: 'account*', search: ['search', 'api.predictive-search'], robots: '[robots.txt]', - sitemap: '[sitemap.xml]', + sitemap: ['[sitemap.xml]', 'sitemap.$type.$page[.xml]'], }; type RouteKey = keyof typeof ROUTE_MAP; From 8774e8161ad0a462c0870236a1c843ba6ec17869 Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Mon, 21 Oct 2024 16:29:33 -0700 Subject: [PATCH 14/14] Fix more test --- .changeset/funny-cows-perform.md | 1 + packages/create-hydrogen/integration.test.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/funny-cows-perform.md b/.changeset/funny-cows-perform.md index 08a6dbd1ee..668ad4843f 100644 --- a/.changeset/funny-cows-perform.md +++ b/.changeset/funny-cows-perform.md @@ -1,6 +1,7 @@ --- 'skeleton': patch '@shopify/hydrogen': patch +'@shopify/cli-hydrogen': patch --- Stabilize `getSitemap`, `getSitemapIndex` and implement on skeleton diff --git a/packages/create-hydrogen/integration.test.ts b/packages/create-hydrogen/integration.test.ts index b9e9685597..cfee0a10bd 100644 --- a/packages/create-hydrogen/integration.test.ts +++ b/packages/create-hydrogen/integration.test.ts @@ -58,7 +58,7 @@ describe('create-hydrogen', () => { β”‚ β€’ Account (/account/*) β”‚ β”‚ β€’ Search (/search) β”‚ β”‚ β€’ Robots (/robots.txt) β”‚ - β”‚ β€’ Sitemap (/sitemap.xml) β”‚ + β”‚ β€’ Sitemap (/sitemap.xml & /sitemap/:type/:page.xml) β”‚ β”‚ β”‚ β”‚ Next steps β”‚ β”‚ β”‚