{
  "storefront": {
    "fromVersion": "2026-04",
    "toVersion": "2026-07",
    "apiType": "storefront",
    "generatedAt": "2026-09-01T13:55:12.122Z",
    "summary": {
      "totalChanges": 89,
      "breakingChanges": 0,
      "deprecations": 0,
      "additions": 4,
      "removals": 0,
      "modifications": 18
    },
    "changes": {
      "types": [
        {
          "name": "BaseCartDiscountApplication",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BaseCartDiscountApplication' was added"
        },
        {
          "name": "BaseCartDiscountApplication",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BaseCartDiscountApplication' has description 'Captures the intent of a discount source at the time it was applied to a cart.\nThis includes the discount value, how it\\'s allocated across entitled items, and\nwhich line types it targets.\n\nThe actual discounted amounts on specific cart lines are represented by [`CartDiscountAllocation`](https://shopify.dev/docs/api/storefront/current/interfaces/CartDiscountAllocation)\nobjects, which reference this application.\n'"
        },
        {
          "name": "CartAutomaticDiscountApplication",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CartAutomaticDiscountApplication' was added"
        },
        {
          "name": "CartAutomaticDiscountApplication",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CartAutomaticDiscountApplication' object implements 'BaseCartDiscountApplication' interface"
        },
        {
          "name": "CartAutomaticDiscountApplication",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CartAutomaticDiscountApplication' has description 'The discount application automatically applied based on prerequisites.'"
        },
        {
          "name": "CartCodeDiscountApplication",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CartCodeDiscountApplication' was added"
        },
        {
          "name": "CartCodeDiscountApplication",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CartCodeDiscountApplication' object implements 'BaseCartDiscountApplication' interface"
        },
        {
          "name": "CartCodeDiscountApplication",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CartCodeDiscountApplication' has description 'The discount application applied using a discount code.'"
        },
        {
          "name": "CartCustomDiscountApplication",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CartCustomDiscountApplication' was added"
        },
        {
          "name": "CartCustomDiscountApplication",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CartCustomDiscountApplication' object implements 'BaseCartDiscountApplication' interface"
        },
        {
          "name": "CartCustomDiscountApplication",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CartCustomDiscountApplication' has description 'The discount application applied by a custom script or function.'"
        },
        {
          "name": "CartInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sourceName' of type 'String' was added to input object type 'CartInput'"
        },
        {
          "name": "CartInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CartInput.sourceName' has description 'The source name of the channel to use for order attribution.\nThe value must match the source name of a channel that the client, identified by the storefront access token, owns.\n'"
        },
        {
          "name": "CartLineUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'viewKey' of type 'String' was added to input object type 'CartLineUpdateInput'"
        },
        {
          "name": "CartLineUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CartLineUpdateInput.viewKey' has description 'The `view_key` of the merchandise line, as exposed in Liquid via the cart line `view_key` filter. Mutually exclusive with `id`.'"
        },
        {
          "name": "CartLineUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CartLineUpdateInput.id' description changed from 'The ID of the merchandise line.' to 'The ID of the merchandise line. Mutually exclusive with `viewKey`.'"
        },
        {
          "name": "CartLineUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CartLineUpdateInput.id' changed type from 'ID!' to 'ID'"
        },
        {
          "name": "CartWarningCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION' was added to enum 'CartWarningCode'"
        },
        {
          "name": "CartWarningCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is unavailable in the current buyer location.' was added to enum value 'CartWarningCode.PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION'"
        },
        {
          "name": "Mutation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Type for argument 'lineIds' on field 'Mutation.cartLinesRemove' changed from '[ID!]!' to '[ID!]'"
        }
      ],
      "queries": [],
      "mutations": [
        {
          "name": "cartLinesRemove",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'viewKeys: [String!]' added to field 'Mutation.cartLinesRemove'",
          "breaking": false
        },
        {
          "name": "cartLinesRemove",
          "type": "Description",
          "changeType": "modified",
          "description": "Description for argument 'lineIds' on field 'Mutation.cartLinesRemove' changed from 'The merchandise line IDs to remove.\n\nThe input must not contain more than `250` values.' to 'The merchandise line IDs to remove. Mutually exclusive with `viewKeys`.\n\nThe input must not contain more than `250` values.'",
          "breaking": false
        }
      ],
      "subscriptions": [],
      "enums": [
        {
          "name": "CartWarningCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION' was added to enum 'CartWarningCode'"
        },
        {
          "name": "CartWarningCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is unavailable in the current buyer location.' was added to enum value 'CartWarningCode.PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION'"
        }
      ]
    }
  },
  "customer-account": {
    "fromVersion": "2026-04",
    "toVersion": "2026-07",
    "apiType": "customer-account",
    "generatedAt": "2026-09-01T13:55:12.145Z",
    "summary": {
      "totalChanges": 63,
      "breakingChanges": 0,
      "deprecations": 0,
      "additions": 9,
      "removals": 0,
      "modifications": 30
    },
    "changes": {
      "types": [
        {
          "name": "CustomerMarketingConsent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsent' was added"
        },
        {
          "name": "CustomerMarketingConsent",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsent' has description 'The marketing consent information for a customer on a specific marketing channel. Channel-specific types like\n[`CustomerWhatsAppMarketingConsent`](https://shopify.dev/docs/api/customer/latest/objects/CustomerWhatsAppMarketingConsent) implement this interface.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsentInput' was added"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'state' of type 'MarketingConsentState!' was added to input object type 'CustomerMarketingConsentInput'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.state' has description 'The [marketing consent state](https://shopify.dev/docs/api/customer/latest/enums/MarketingConsentState) to set for the customer on this channel.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsentInput' has description 'The input fields for setting marketing consent on a customer\\'s marketing channel. Channel-specific consent\nmutations like [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/customer/latest/mutations/customerWhatsAppMarketingConsentUpdate) use this input.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerWhatsAppMarketingConsent' was added"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CustomerWhatsAppMarketingConsent' object implements 'CustomerMarketingConsent' interface"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsent' has description 'The WhatsApp marketing consent information for a\n[customer phone number](https://shopify.dev/docs/api/customer/latest/objects/CustomerPhoneNumber).\nImplements the [`CustomerMarketingConsent`](https://shopify.dev/docs/api/customer/latest/interfaces/CustomerMarketingConsent) interface.\nUse the [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/customer/latest/mutations/customerWhatsAppMarketingConsentUpdate) mutation to update it.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerWhatsAppMarketingConsentUpdateInput' was added"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'whatsAppMarketingConsent' of type 'CustomerMarketingConsentInput!' was added to input object type 'CustomerWhatsAppMarketingConsentUpdateInput'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerWhatsAppMarketingConsentUpdateInput.whatsAppMarketingConsent' has description 'The WhatsApp marketing consent state to set for the current customer.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsentUpdateInput' has description 'The input fields to update the current customer\\'s WhatsApp marketing consent information.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerWhatsAppMarketingConsentUpdatePayload' was added"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsentUpdatePayload' has description 'Return type for `customerWhatsAppMarketingConsentUpdate` mutation.'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketingConsentState' was added"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NEVER_SUBSCRIBED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer has never subscribed to marketing on this channel. This is the default state for any channel the\ncustomer hasn\\'t interacted with. Read-only: can\\'t be set as an input.' was added to enum value 'MarketingConsentState.NEVER_SUBSCRIBED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PENDING' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is in the process of subscribing to marketing on this channel, for example, pending an opt-in\nconfirmation.' was added to enum value 'MarketingConsentState.PENDING'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBSCRIBED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is subscribed to marketing on this channel.' was added to enum value 'MarketingConsentState.SUBSCRIBED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSUBSCRIBED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer isn\\'t currently subscribed to marketing on this channel but was previously subscribed.' was added to enum value 'MarketingConsentState.UNSUBSCRIBED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REDACTED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer\\'s personal data is erased. This value is internally-set and read-only.' was added to enum value 'MarketingConsentState.REDACTED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketingConsentState' has description 'The valid marketing consent states for a customer on a specific marketing channel. The\n[`CustomerMarketingConsent`](https://shopify.dev/docs/api/customer/latest/interfaces/CustomerMarketingConsent) interface and channel-specific consent mutations use these values.'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'UserErrorsCustomerMarketingConsentError' was added"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'UserErrorsCustomerMarketingConsentError' object implements 'DisplayableError' interface"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'UserErrorsCustomerMarketingConsentError' has description 'An error from a customer marketing consent mutation, such as\n[`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/customer/latest/mutations/customerWhatsAppMarketingConsentUpdate).'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'UserErrorsCustomerMarketingConsentErrorCode' was added"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PHONE_NUMBER_REQUIRED' was added to enum 'UserErrorsCustomerMarketingConsentErrorCode'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A phone number is required.' was added to enum value 'UserErrorsCustomerMarketingConsentErrorCode.PHONE_NUMBER_REQUIRED'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED' was added to enum 'UserErrorsCustomerMarketingConsentErrorCode'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There was an error.' was added to enum value 'UserErrorsCustomerMarketingConsentErrorCode.FAILED'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'UserErrorsCustomerMarketingConsentErrorCode' has description 'Possible error codes that can be returned by `UserErrorsCustomerMarketingConsentError`.'"
        }
      ],
      "queries": [],
      "mutations": [
        {
          "name": "customerWhatsAppMarketingConsentUpdate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'customerWhatsAppMarketingConsentUpdate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "customerWhatsAppMarketingConsentUpdate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.customerWhatsAppMarketingConsentUpdate' has description 'Updates the current customer\\'s WhatsApp marketing consent information. Shopify identifies the\ncustomer\\'s WhatsApp account by their [phone number](https://shopify.dev/docs/api/customer/latest/objects/CustomerPhoneNumber).\n\nYou can subscribe or unsubscribe the customer from WhatsApp marketing.'",
          "breaking": false
        },
        {
          "name": "customerWhatsAppMarketingConsentUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CustomerWhatsAppMarketingConsentUpdateInput!' added to field 'Mutation.customerWhatsAppMarketingConsentUpdate'",
          "breaking": false
        }
      ],
      "subscriptions": [],
      "enums": [
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.state' has description 'The [marketing consent state](https://shopify.dev/docs/api/customer/latest/enums/MarketingConsentState) to set for the customer on this channel.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsent' has description 'The WhatsApp marketing consent information for a\n[customer phone number](https://shopify.dev/docs/api/customer/latest/objects/CustomerPhoneNumber).\nImplements the [`CustomerMarketingConsent`](https://shopify.dev/docs/api/customer/latest/interfaces/CustomerMarketingConsent) interface.\nUse the [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/customer/latest/mutations/customerWhatsAppMarketingConsentUpdate) mutation to update it.'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NEVER_SUBSCRIBED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer has never subscribed to marketing on this channel. This is the default state for any channel the\ncustomer hasn\\'t interacted with. Read-only: can\\'t be set as an input.' was added to enum value 'MarketingConsentState.NEVER_SUBSCRIBED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PENDING' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is in the process of subscribing to marketing on this channel, for example, pending an opt-in\nconfirmation.' was added to enum value 'MarketingConsentState.PENDING'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBSCRIBED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is subscribed to marketing on this channel.' was added to enum value 'MarketingConsentState.SUBSCRIBED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSUBSCRIBED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer isn\\'t currently subscribed to marketing on this channel but was previously subscribed.' was added to enum value 'MarketingConsentState.UNSUBSCRIBED'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REDACTED' was added to enum 'MarketingConsentState'"
        },
        {
          "name": "MarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer\\'s personal data is erased. This value is internally-set and read-only.' was added to enum value 'MarketingConsentState.REDACTED'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PHONE_NUMBER_REQUIRED' was added to enum 'UserErrorsCustomerMarketingConsentErrorCode'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A phone number is required.' was added to enum value 'UserErrorsCustomerMarketingConsentErrorCode.PHONE_NUMBER_REQUIRED'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED' was added to enum 'UserErrorsCustomerMarketingConsentErrorCode'"
        },
        {
          "name": "UserErrorsCustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There was an error.' was added to enum value 'UserErrorsCustomerMarketingConsentErrorCode.FAILED'"
        }
      ]
    }
  },
  "admin": {
    "fromVersion": "2026-04",
    "toVersion": "2026-07",
    "apiType": "admin",
    "generatedAt": "2026-09-01T13:55:12.308Z",
    "summary": {
      "totalChanges": 3369,
      "breakingChanges": 12,
      "deprecations": 0,
      "additions": 290,
      "removals": 7,
      "modifications": 1857
    },
    "changes": {
      "types": [
        {
          "name": "InventoryScheduledChangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'InventoryScheduledChangeInput' was removed"
        },
        {
          "name": "InventoryScheduledChangeItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'InventoryScheduledChangeItemInput' was removed"
        },
        {
          "name": "InventorySetScheduledChangesInput",
          "kind": "INPUT_OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'InventorySetScheduledChangesInput' was removed"
        },
        {
          "name": "InventorySetScheduledChangesPayload",
          "kind": "OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'InventorySetScheduledChangesPayload' was removed"
        },
        {
          "name": "InventorySetScheduledChangesUserError",
          "kind": "OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'InventorySetScheduledChangesUserError' was removed"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "OBJECT",
          "changeType": "removed",
          "breaking": true,
          "description": "Type 'InventorySetScheduledChangesUserErrorCode' was removed"
        },
        {
          "name": "B2BType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'B2BType' was added"
        },
        {
          "name": "B2BType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'B2BType' has description 'The entitlements for B2B.'"
        },
        {
          "name": "ChannelsCondition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ChannelsCondition' was added"
        },
        {
          "name": "ChannelsCondition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ChannelsCondition' has description 'A condition checking the channel that the visitor is shopping from.'"
        },
        {
          "name": "CollectionConditionBasicMetafieldDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionBasicMetafieldDefinition' was added"
        },
        {
          "name": "CollectionConditionBasicMetafieldDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionConditionBasicMetafieldDefinition' object implements 'CollectionConditionMetafieldDefinitionInterface' interface"
        },
        {
          "name": "CollectionConditionBasicMetafieldDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionBasicMetafieldDefinition' has description 'A non-metaobject metafield definition usable as a collection condition.'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionMatchType' was added"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ANY' was added to enum 'CollectionConditionMatchType'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products match if they satisfy one or more of the conditions.' was added to enum value 'CollectionConditionMatchType.ANY'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ALL' was added to enum 'CollectionConditionMatchType'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products match only if they satisfy all of the conditions.' was added to enum value 'CollectionConditionMatchType.ALL'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionMatchType' has description 'Specifies whether products must match any or all conditions to be included in the collection.'"
        },
        {
          "name": "CollectionConditionMetafieldDefinitionInterface",
          "kind": "INTERFACE",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionMetafieldDefinitionInterface' was added"
        },
        {
          "name": "CollectionConditionMetafieldDefinitionInterface",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionMetafieldDefinitionInterface' has description 'Common fields exposed by every metafield definition usable as a collection condition.'"
        },
        {
          "name": "CollectionConditionMetaobjectMetafieldDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionMetaobjectMetafieldDefinition' was added"
        },
        {
          "name": "CollectionConditionMetaobjectMetafieldDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionConditionMetaobjectMetafieldDefinition' object implements 'CollectionConditionMetafieldDefinitionInterface' interface"
        },
        {
          "name": "CollectionConditionMetaobjectMetafieldDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionMetaobjectMetafieldDefinition' has description 'A metaobject-reference metafield definition usable as a collection condition.'"
        },
        {
          "name": "CollectionConditionsSource",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSource' was added"
        },
        {
          "name": "CollectionConditionsSource",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionConditionsSource' object implements 'CollectionSource' interface"
        },
        {
          "name": "CollectionConditionsSource",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionConditionsSource' object implements 'Node' interface"
        },
        {
          "name": "CollectionConditionsSource",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSource' has description 'A collection source that uses conditions and selections to determine which products are included.'"
        },
        {
          "name": "CollectionConditionsSourceConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourceConnection' was added"
        },
        {
          "name": "CollectionConditionsSourceConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourceConnection' has description 'An auto-generated type for paginating through multiple CollectionConditionsSources.'"
        },
        {
          "name": "CollectionConditionsSourceCreatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourceCreatePayload' was added"
        },
        {
          "name": "CollectionConditionsSourceCreatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourceCreatePayload' has description 'Return type for `collectionConditionsSourceCreate` mutation.'"
        },
        {
          "name": "CollectionConditionsSourceDeletePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourceDeletePayload' was added"
        },
        {
          "name": "CollectionConditionsSourceDeletePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourceDeletePayload' has description 'Return type for `collectionConditionsSourceDelete` mutation.'"
        },
        {
          "name": "CollectionConditionsSourceEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourceEdge' was added"
        },
        {
          "name": "CollectionConditionsSourceEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourceEdge' has description 'An auto-generated type which holds one CollectionConditionsSource and a cursor during pagination.'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourceSortKeys' was added"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'CollectionConditionsSourceSortKeys'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'CollectionConditionsSourceSortKeys.ID'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TITLE' was added to enum 'CollectionConditionsSourceSortKeys'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `title` value.' was added to enum value 'CollectionConditionsSourceSortKeys.TITLE'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourceSortKeys' has description 'The set of valid sort keys for the CollectionConditionsSource query.'"
        },
        {
          "name": "CollectionConditionsSourceUpdatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourceUpdatePayload' was added"
        },
        {
          "name": "CollectionConditionsSourceUpdatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourceUpdatePayload' has description 'Return type for `collectionConditionsSourceUpdate` mutation.'"
        },
        {
          "name": "CollectionConditionsSourcesByApp",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourcesByApp' was added"
        },
        {
          "name": "CollectionConditionsSourcesByApp",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourcesByApp' has description 'An app together with the shareable collection sources it publishes for the shop.'"
        },
        {
          "name": "CollectionConditionsSourcesByAppConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourcesByAppConnection' was added"
        },
        {
          "name": "CollectionConditionsSourcesByAppConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourcesByAppConnection' has description 'An auto-generated type for paginating through multiple CollectionConditionsSourcesByApps.'"
        },
        {
          "name": "CollectionConditionsSourcesByAppEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionConditionsSourcesByAppEdge' was added"
        },
        {
          "name": "CollectionConditionsSourcesByAppEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionConditionsSourcesByAppEdge' has description 'An auto-generated type which holds one CollectionConditionsSourcesByApp and a cursor during pagination.'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionCreateConditionsSourceInput' was added"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String!' was added to input object type 'CollectionCreateConditionsSourceInput'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateConditionsSourceInput.title' has description 'The title of the source.'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'CollectionCreateConditionsSourceInput'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateConditionsSourceInput.description' has description 'An optional description of the source.'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'inclusion' of type 'CollectionCreateSourceInclusionInput' was added to input object type 'CollectionCreateConditionsSourceInput'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateConditionsSourceInput.inclusion' has description 'The inclusion rules for the source.'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'exclusion' of type 'CollectionCreateSourceExclusionInput' was added to input object type 'CollectionCreateConditionsSourceInput'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateConditionsSourceInput.exclusion' has description 'The exclusion rules for the source.'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'targetType' of type 'CollectionSourceTargetType' with default value '\"PRODUCTS\"' was added to input object type 'CollectionCreateConditionsSourceInput'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateConditionsSourceInput.targetType' has description 'What granularity this source operates at. Defaults to PRODUCTS.'"
        },
        {
          "name": "CollectionCreateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionCreateConditionsSourceInput' has description 'The input fields required to create a collection source.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionCreateInput' was added"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'descriptionHtml' of type 'String' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.descriptionHtml' has description 'The description of the collection, in HTML format.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.handle' has description 'A unique human-friendly string for the collection. Automatically generated from the collection\\'s title.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'image' of type 'ImageInput' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.image' has description 'The image associated with the collection.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'templateSuffix' of type 'String' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.templateSuffix' has description 'The theme template used when viewing the collection in a store.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sortOrder' of type 'CollectionSortOrder' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.sortOrder' has description 'The order in which the collection\\'s products are sorted.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String!' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.title' has description 'The title of the collection.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.metafields' has description 'The metafields to associate with the collection.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'seo' of type 'SEOInput' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.seo' has description 'SEO information for the collection.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sources' of type '[CollectionCreateSourceTargetInput!]' was added to input object type 'CollectionCreateInput'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateInput.sources' has description 'The sources to create for the collection.'"
        },
        {
          "name": "CollectionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionCreateInput' has description 'The input fields required to create a collection.'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionCreateSourceExclusionInput' was added"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionCreateSourceExclusionInput'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceExclusionInput.matchType' has description 'Whether products must match all or any of the conditions to be excluded.'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type '[CollectionSourceExclusionConditionInput!]' with default value '[]' was added to input object type 'CollectionCreateSourceExclusionInput'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceExclusionInput.conditions' has description 'The conditions that products must match to be excluded from the collection.'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selections' of type '[CollectionExclusionProductSelectionInput!]' with default value '[]' was added to input object type 'CollectionCreateSourceExclusionInput'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceExclusionInput.selections' has description 'The products to explicitly exclude from the collection.'"
        },
        {
          "name": "CollectionCreateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionCreateSourceExclusionInput' has description 'The input fields for creating exclusion rules for a collection source.'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionCreateSourceInclusionInput' was added"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionCreateSourceInclusionInput'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceInclusionInput.matchType' has description 'Whether products must match all or any of the conditions.'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type '[CollectionSourceInclusionConditionInput!]' with default value '[]' was added to input object type 'CollectionCreateSourceInclusionInput'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceInclusionInput.conditions' has description 'The conditions that products must match to be included in the collection.'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selections' of type '[CollectionInclusionProductSelectionInput!]' with default value '[]' was added to input object type 'CollectionCreateSourceInclusionInput'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceInclusionInput.selections' has description 'The products to explicitly include in the collection.'"
        },
        {
          "name": "CollectionCreateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionCreateSourceInclusionInput' has description 'The input fields for creating inclusion rules for a collection source.'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionCreateSourceTargetInput' was added"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'source' of type 'CollectionCreateConditionsSourceInput' was added to input object type 'CollectionCreateSourceTargetInput'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceTargetInput.source' has description 'Net new conditions-based source (target_type products or variants) to create — must belong to one collection.'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'subCollections' of type 'CollectionCreateSubCollectionsSourceInput' was added to input object type 'CollectionCreateSourceTargetInput'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceTargetInput.subCollections' has description 'Net new sub-collection source (target_type collections) whose membership comes from one or more referenced collections.'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shareableSource' of type 'CollectionShareableSourceInput' was added to input object type 'CollectionCreateSourceTargetInput'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSourceTargetInput.shareableSource' has description 'An existing shareable source to link to the collection.'"
        },
        {
          "name": "CollectionCreateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionCreateSourceTargetInput' has description 'The input fields for adding a source to a collection — provide exactly one field that represents the type of source to create.'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionCreateSubCollectionsSourceInput' was added"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String!' was added to input object type 'CollectionCreateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSubCollectionsSourceInput.title' has description 'The title of the source.'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'CollectionCreateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSubCollectionsSourceInput.description' has description 'An optional description of the source.'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collectionIds' of type '[ID!]!' was added to input object type 'CollectionCreateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionCreateSubCollectionsSourceInput.collectionIds' has description 'The global IDs of the sub-collections whose products supply this source.'"
        },
        {
          "name": "CollectionCreateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionCreateSubCollectionsSourceInput' has description 'The input fields required to create a sub-collection source — a source whose membership comes from one or more referenced collections.'"
        },
        {
          "name": "CollectionExclusionProductSelection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionExclusionProductSelection' was added"
        },
        {
          "name": "CollectionExclusionProductSelection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionExclusionProductSelection' has description 'Represents a product that has been manually selected for exclusion from a collection.'"
        },
        {
          "name": "CollectionExclusionProductSelectionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionExclusionProductSelectionConnection' was added"
        },
        {
          "name": "CollectionExclusionProductSelectionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionExclusionProductSelectionConnection' has description 'An auto-generated type for paginating through multiple CollectionExclusionProductSelections.'"
        },
        {
          "name": "CollectionExclusionProductSelectionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionExclusionProductSelectionEdge' was added"
        },
        {
          "name": "CollectionExclusionProductSelectionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionExclusionProductSelectionEdge' has description 'An auto-generated type which holds one CollectionExclusionProductSelection and a cursor during pagination.'"
        },
        {
          "name": "CollectionExclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionExclusionProductSelectionInput' was added"
        },
        {
          "name": "CollectionExclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productId' of type 'ID!' was added to input object type 'CollectionExclusionProductSelectionInput'"
        },
        {
          "name": "CollectionExclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionExclusionProductSelectionInput.productId' has description 'The ID of the product to exclude from the collection.'"
        },
        {
          "name": "CollectionExclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionExclusionProductSelectionInput' has description 'The input fields for selecting specific products to exclude from a collection.'"
        },
        {
          "name": "CollectionInclusionProductSelection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionInclusionProductSelection' was added"
        },
        {
          "name": "CollectionInclusionProductSelection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionInclusionProductSelection' has description 'Represents a product that has been manually selected for inclusion in a collection.'"
        },
        {
          "name": "CollectionInclusionProductSelectionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionInclusionProductSelectionConnection' was added"
        },
        {
          "name": "CollectionInclusionProductSelectionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionInclusionProductSelectionConnection' has description 'An auto-generated type for paginating through multiple CollectionInclusionProductSelections.'"
        },
        {
          "name": "CollectionInclusionProductSelectionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionInclusionProductSelectionEdge' was added"
        },
        {
          "name": "CollectionInclusionProductSelectionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionInclusionProductSelectionEdge' has description 'An auto-generated type which holds one CollectionInclusionProductSelection and a cursor during pagination.'"
        },
        {
          "name": "CollectionInclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionInclusionProductSelectionInput' was added"
        },
        {
          "name": "CollectionInclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productId' of type 'ID!' was added to input object type 'CollectionInclusionProductSelectionInput'"
        },
        {
          "name": "CollectionInclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionInclusionProductSelectionInput.productId' has description 'The ID of the product to include in the collection.'"
        },
        {
          "name": "CollectionInclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantIds' of type '[ID!]' was added to input object type 'CollectionInclusionProductSelectionInput'"
        },
        {
          "name": "CollectionInclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionInclusionProductSelectionInput.variantIds' has description 'The IDs of the product variants to include in the collection.'"
        },
        {
          "name": "CollectionInclusionProductSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionInclusionProductSelectionInput' has description 'The input fields for selecting specific products to include in a collection.'"
        },
        {
          "name": "CollectionShareableSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionShareableSourceInput' was added"
        },
        {
          "name": "CollectionShareableSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sourceId' of type 'ID!' was added to input object type 'CollectionShareableSourceInput'"
        },
        {
          "name": "CollectionShareableSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionShareableSourceInput.sourceId' has description 'The ID of an existing shareable source to link to the collection.'"
        },
        {
          "name": "CollectionShareableSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionShareableSourceInput' has description 'The input fields for linking an existing shareable source to a collection.'"
        },
        {
          "name": "CollectionSource",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSource' was added"
        },
        {
          "name": "CollectionSource",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSource' object implements 'Node' interface"
        },
        {
          "name": "CollectionSource",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSource' has description 'A source that provides products for a collection.'"
        },
        {
          "name": "CollectionSourceExclusion",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusion' was added"
        },
        {
          "name": "CollectionSourceExclusion",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusion' has description 'Defines the rules and selections for excluding products from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionCondition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionCondition' was added"
        },
        {
          "name": "CollectionSourceExclusionCondition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionCondition' has description 'A condition that determines which products should be excluded from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionConditionCollection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionCollection' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionCollection",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceExclusionConditionCollection' object implements 'CollectionSourceExclusionCondition' interface"
        },
        {
          "name": "CollectionSourceExclusionConditionCollection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionCollection' has description 'A condition based on collections for excluding products from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionConditionCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionCollectionInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[ID!]!' was added to input object type 'CollectionSourceExclusionConditionCollectionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionCollectionInput.values' has description 'The collection IDs whose products are excluded.'"
        },
        {
          "name": "CollectionSourceExclusionConditionCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionCollectionInput' has description 'The input fields for an exclusion condition based on collections.'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productTag' of type 'CollectionSourceExclusionConditionProductTagInput' was added to input object type 'CollectionSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionInput.productTag' has description 'A condition based on product tags.'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productType' of type 'CollectionSourceExclusionConditionProductTypeInput' was added to input object type 'CollectionSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionInput.productType' has description 'A condition based on product types.'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productVendor' of type 'CollectionSourceExclusionConditionProductVendorInput' was added to input object type 'CollectionSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionInput.productVendor' has description 'A condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productCategory' of type 'CollectionSourceExclusionConditionProductCategoryInput' was added to input object type 'CollectionSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionInput.productCategory' has description 'A condition based on product categories.'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collection' of type 'CollectionSourceExclusionConditionCollectionInput' was added to input object type 'CollectionSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionInput.collection' has description 'A condition based on collections.'"
        },
        {
          "name": "CollectionSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionInput' has description 'The input fields for a condition that determines which products are excluded from a collection. Exactly one condition type must be provided.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategory",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductCategory' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategory",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceExclusionConditionProductCategory' object implements 'CollectionSourceExclusionCondition' interface"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategory",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductCategory' has description 'A condition based on product category IDs for excluding products from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductCategoryInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductCategoryRelation!' was added to input object type 'CollectionSourceExclusionConditionProductCategoryInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductCategoryInput.relation' has description 'The relationship between the product category and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[CollectionSourceExclusionConditionProductCategoryValueInput!]!' was added to input object type 'CollectionSourceExclusionConditionProductCategoryInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductCategoryInput.values' has description 'The product category values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceExclusionConditionProductCategoryInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductCategoryInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductCategoryInput' has description 'The input fields for an exclusion condition based on product categories.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductCategoryRelation' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceExclusionConditionProductCategoryRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product category equals the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductCategoryRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductCategoryRelation' has description 'The relation for comparing product categories in exclusion conditions.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValue",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductCategoryValue' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValue",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductCategoryValue' has description 'A value for a product category exclusion condition.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductCategoryValueInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'categoryId' of type 'ID!' was added to input object type 'CollectionSourceExclusionConditionProductCategoryValueInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductCategoryValueInput.categoryId' has description 'The ID of the product category.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'includeDescendants' of type 'Boolean' with default value 'false' was added to input object type 'CollectionSourceExclusionConditionProductCategoryValueInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductCategoryValueInput.includeDescendants' has description 'Whether to include descendants of the product category.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductCategoryValueInput' has description 'The input fields for a product category value in an exclusion condition.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTag",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductTag' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTag",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceExclusionConditionProductTag' object implements 'CollectionSourceExclusionCondition' interface"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTag",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductTag' has description 'A condition based on product tags for excluding products from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductTagInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductTagRelation!' was added to input object type 'CollectionSourceExclusionConditionProductTagInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductTagInput.relation' has description 'The relationship between the product tag and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceExclusionConditionProductTagInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductTagInput.values' has description 'The tag values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceExclusionConditionProductTagInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductTagInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductTagInput' has description 'The input fields for an exclusion condition based on product tags.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductTagRelation' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAGGED_WITH' was added to enum 'CollectionSourceExclusionConditionProductTagRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is tagged with the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductTagRelation.TAGGED_WITH'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductTagRelation' has description 'The relationship between the product tag and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductType' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductType",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceExclusionConditionProductType' object implements 'CollectionSourceExclusionCondition' interface"
        },
        {
          "name": "CollectionSourceExclusionConditionProductType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductType' has description 'A condition based on product types for excluding products from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductTypeInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductTypeRelation!' was added to input object type 'CollectionSourceExclusionConditionProductTypeInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductTypeInput.relation' has description 'The relationship between the product type and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceExclusionConditionProductTypeInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductTypeInput.values' has description 'The product type values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceExclusionConditionProductTypeInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductTypeInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductTypeInput' has description 'The input fields for an exclusion condition based on product types.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductTypeRelation' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceExclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type equals the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductTypeRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceExclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type contains the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductTypeRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductTypeRelation' has description 'The relation for comparing product types in exclusion conditions.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendor",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductVendor' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendor",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceExclusionConditionProductVendor' object implements 'CollectionSourceExclusionCondition' interface"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendor",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductVendor' has description 'A condition based on product vendors for excluding products from a collection.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductVendorInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductVendorRelation!' was added to input object type 'CollectionSourceExclusionConditionProductVendorInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductVendorInput.relation' has description 'The relationship between the product vendor and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceExclusionConditionProductVendorInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductVendorInput.values' has description 'The product vendor values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceExclusionConditionProductVendorInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionProductVendorInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductVendorInput' has description 'The input fields for an exclusion condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionProductVendorRelation' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceExclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor equals the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductVendorRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceExclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor contains the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductVendorRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionProductVendorRelation' has description 'The relation for comparing product vendors in exclusion conditions.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUnknown",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUnknown' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUnknown",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceExclusionConditionUnknown' object implements 'CollectionSourceExclusionCondition' interface"
        },
        {
          "name": "CollectionSourceExclusionConditionUnknown",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUnknown' has description 'An exclusion condition introduced in a newer API version that is not modeled by this version of the API. Clients should treat the relation and values as opaque strings.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUpdateCollectionInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[ID!]!' was added to input object type 'CollectionSourceExclusionConditionUpdateCollectionInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateCollectionInput.values' has description 'The collection IDs whose products are excluded.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateCollectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUpdateCollectionInput' has description 'The input fields for updating an exclusion condition based on collections.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUpdateInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productTag' of type 'CollectionSourceExclusionConditionUpdateProductTagInput' was added to input object type 'CollectionSourceExclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateInput.productTag' has description 'An update to an exclusion condition based on product tags.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productType' of type 'CollectionSourceExclusionConditionUpdateProductTypeInput' was added to input object type 'CollectionSourceExclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateInput.productType' has description 'An update to an exclusion condition based on product types.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productVendor' of type 'CollectionSourceExclusionConditionUpdateProductVendorInput' was added to input object type 'CollectionSourceExclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateInput.productVendor' has description 'An update to an exclusion condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productCategory' of type 'CollectionSourceExclusionConditionUpdateProductCategoryInput' was added to input object type 'CollectionSourceExclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateInput.productCategory' has description 'An update to an exclusion condition based on product categories.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collection' of type 'CollectionSourceExclusionConditionUpdateCollectionInput' was added to input object type 'CollectionSourceExclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateInput.collection' has description 'An update to an exclusion condition based on collections.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUpdateInput' has description 'The input fields for updating a condition that determines which products are excluded from a collection. Exactly one condition type must be provided.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUpdateProductCategoryInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductCategoryRelation' was added to input object type 'CollectionSourceExclusionConditionUpdateProductCategoryInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductCategoryInput.relation' has description 'The relationship between the product category and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[CollectionSourceExclusionConditionProductCategoryValueInput!]' was added to input object type 'CollectionSourceExclusionConditionUpdateProductCategoryInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductCategoryInput.values' has description 'The product category values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceExclusionConditionUpdateProductCategoryInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductCategoryInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUpdateProductCategoryInput' has description 'The input fields for updating an exclusion condition based on product categories.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUpdateProductTagInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductTagRelation' was added to input object type 'CollectionSourceExclusionConditionUpdateProductTagInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductTagInput.relation' has description 'The relationship between the product tag and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceExclusionConditionUpdateProductTagInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductTagInput.values' has description 'The tag values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceExclusionConditionUpdateProductTagInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductTagInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUpdateProductTagInput' has description 'The input fields for updating an exclusion condition based on product tags.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUpdateProductTypeInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductTypeRelation' was added to input object type 'CollectionSourceExclusionConditionUpdateProductTypeInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductTypeInput.relation' has description 'The relationship between the product type and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceExclusionConditionUpdateProductTypeInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductTypeInput.values' has description 'The product type values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceExclusionConditionUpdateProductTypeInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductTypeInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUpdateProductTypeInput' has description 'The input fields for updating an exclusion condition based on product types.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceExclusionConditionUpdateProductVendorInput' was added"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceExclusionConditionProductVendorRelation' was added to input object type 'CollectionSourceExclusionConditionUpdateProductVendorInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductVendorInput.relation' has description 'The relationship between the product vendor and the condition values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceExclusionConditionUpdateProductVendorInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductVendorInput.values' has description 'The product vendor values to match against.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceExclusionConditionUpdateProductVendorInput'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceExclusionConditionUpdateProductVendorInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceExclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceExclusionConditionUpdateProductVendorInput' has description 'The input fields for updating an exclusion condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceInclusion",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusion' was added"
        },
        {
          "name": "CollectionSourceInclusion",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusion' has description 'Defines the rules and selections for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionCondition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionCondition' was added"
        },
        {
          "name": "CollectionSourceInclusionCondition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionCondition' has description 'A condition that determines which products should be included in a collection.\n\nThis is an interface implemented by a concrete type per condition kind (for example,\n`CollectionSourceInclusionConditionProductTag` or `CollectionSourceInclusionConditionVariantTitle`).\nFields such as `relation` are defined on each concrete type and return a type-specific enum (for example,\n`CollectionSourceInclusionConditionProductTagRelation` versus\n`CollectionSourceInclusionConditionVariantTitleRelation`). Conditions are mutually exclusive concrete\ntypes, but may contain overlapping field names such as `relation`. If your GraphQL tooling flags these\nas ambiguous, give each field a distinct alias (for example, `tagRelation: relation` and\n`variantTitleRelation: relation`) or use inline fragments.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productTag' of type 'CollectionSourceInclusionConditionProductTagInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.productTag' has description 'A condition based on product tags.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productTitle' of type 'CollectionSourceInclusionConditionProductTitleInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.productTitle' has description 'A condition based on product titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productCategory' of type 'CollectionSourceInclusionConditionProductCategoryInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.productCategory' has description 'A condition based on product categories.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productType' of type 'CollectionSourceInclusionConditionProductTypeInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.productType' has description 'A condition based on product types.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productVendor' of type 'CollectionSourceInclusionConditionProductVendorInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.productVendor' has description 'A condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productStatus' of type 'CollectionSourceInclusionConditionProductStatusInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.productStatus' has description 'A condition based on product status.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantTitle' of type 'CollectionSourceInclusionConditionVariantTitleInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.variantTitle' has description 'A condition based on variant titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantPrice' of type 'CollectionSourceInclusionConditionVariantPriceInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.variantPrice' has description 'A condition based on variant prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantCompareAtPrice' of type 'CollectionSourceInclusionConditionVariantCompareAtPriceInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.variantCompareAtPrice' has description 'A condition based on variant compare at prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantInventory' of type 'CollectionSourceInclusionConditionVariantInventoryInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.variantInventory' has description 'A condition based on variant inventory quantities.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantWeight' of type 'CollectionSourceInclusionConditionVariantWeightInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.variantWeight' has description 'A condition based on variant weights.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldBoolean' of type 'CollectionSourceInclusionConditionMetafieldBooleanInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldBoolean' has description 'A condition based on boolean metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldInteger' of type 'CollectionSourceInclusionConditionMetafieldIntegerInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldInteger' has description 'A condition based on integer metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldDecimal' of type 'CollectionSourceInclusionConditionMetafieldDecimalInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldDecimal' has description 'A condition based on decimal metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldString' of type 'CollectionSourceInclusionConditionMetafieldStringInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldString' has description 'A condition based on string metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldStringList' of type 'CollectionSourceInclusionConditionMetafieldStringListInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldStringList' has description 'A condition based on string list metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldMetaobject' of type 'CollectionSourceInclusionConditionMetafieldMetaobjectInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldMetaobject' has description 'A condition based on single metaobject reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldMetaobjectList' of type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput' was added to input object type 'CollectionSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionInput.metafieldMetaobjectList' has description 'A condition based on metaobject list reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionInput' has description 'A condition that determines which products are included in a collection.\n\nAvailable condition types, grouped by what they filter on:\n\n- **Product attributes**: `productTag`, `productTitle`, `productType`, `productVendor`, `productStatus`,\n`productCategory`.\n- **Variant attributes**: `variantTitle`, `variantPrice`, `variantCompareAtPrice`, `variantInventory`,\n`variantWeight`.\n- **Pricing**: `isPriceReduced`.\n- **Metafields**: `metafieldBoolean`, `metafieldDecimal`, `metafieldString`, `metafieldStringList`,\n`metafieldMetaobject`, `metafieldMetaobjectList`, and either `metafieldInteger` or `metafieldInt` for\ninteger metafields. Use `metafieldInteger` before API version 2026-10 and `metafieldInt` from 2026-10\nonward. `metafieldInteger` is deprecated as of 2026-10 and removed as of 2027-01.\n\nEach condition type specifies its own `relation` (for example, `EQUALS`, `CONTAINS`, `TAGGED_WITH`) and\nvalue shape. Combine multiple conditions in a single source\\'s `inclusion.conditions` list and use the\nsource\\'s `matchType` to require that products match `ANY` or `ALL` of them.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafield",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafield' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafield",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafield' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafield",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafield' has description 'A condition that determines which products should be included in a collection.\n\nThis is an interface implemented by a concrete type per condition kind (for example,\n`CollectionSourceInclusionConditionProductTag` or `CollectionSourceInclusionConditionVariantTitle`).\nFields such as `relation` are defined on each concrete type and return a type-specific enum (for example,\n`CollectionSourceInclusionConditionProductTagRelation` versus\n`CollectionSourceInclusionConditionVariantTitleRelation`). Conditions are mutually exclusive concrete\ntypes, but may contain overlapping field names such as `relation`. If your GraphQL tooling flags these\nas ambiguous, give each field a distinct alias (for example, `tagRelation: relation` and\n`variantTitleRelation: relation`) or use inline fragments.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBoolean",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldBoolean' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBoolean",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldBoolean' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBoolean",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldBoolean' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBoolean",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldBoolean' has description 'A condition based on boolean metafield values for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldBooleanInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldBooleanInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldBooleanInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldBooleanRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldBooleanInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldBooleanInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Boolean!' was added to input object type 'CollectionSourceInclusionConditionMetafieldBooleanInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldBooleanInput.value' has description 'The boolean value to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldBooleanInput' has description 'The input fields for a condition based on boolean metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldBooleanRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldBooleanRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the condition value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldBooleanRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldBooleanRelation' has description 'The relation for comparing boolean metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimal",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldDecimal' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimal",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldDecimal' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimal",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldDecimal' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimal",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldDecimal' has description 'A condition based on decimal metafield values for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldDecimalInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldDecimalInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldDecimalInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldDecimalRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldDecimalInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldDecimalInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Decimal!' was added to input object type 'CollectionSourceInclusionConditionMetafieldDecimalInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldDecimalInput.value' has description 'The decimal value to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldDecimalInput' has description 'The input fields for a condition based on decimal metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldDecimalRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldDecimalRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldDecimalRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldDecimalRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldDecimalRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldDecimalRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldDecimalRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldDecimalRelation' has description 'The relation for comparing decimal metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldInteger",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldInteger' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldInteger",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldInteger' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldInteger",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldInteger' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldInteger",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldInteger' has description 'A condition based on integer metafield values for including products in a collection. This object is deprecated as of API version 2026-10 in favor of `CollectionSourceInclusionConditionMetafieldInt`, which supports the full integer metafield value range. On those versions this legacy type is only returned to queries that reference it without also referencing `CollectionSourceInclusionConditionMetafieldInt`. As of API version 2027-01, this legacy type is removed entirely.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldIntegerInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldIntegerInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldIntegerInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldIntegerRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldIntegerInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldIntegerInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Int!' was added to input object type 'CollectionSourceInclusionConditionMetafieldIntegerInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldIntegerInput.value' has description 'The integer value to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldIntegerInput' has description 'The input fields for a condition based on integer metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldIntegerRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldIntegerRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldIntegerRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldIntegerRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldIntegerRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldIntegerRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldIntegerRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldIntegerRelation' has description 'The relation for comparing integer metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobject",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldMetaobject' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobject",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldMetaobject' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobject",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldMetaobject' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobject",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldMetaobject' has description 'A condition based on single metaobject reference metafield values for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldMetaobjectInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectInput.value' has description 'The metaobject ID to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldMetaobjectInput' has description 'The input fields for a condition based on single metaobject reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectList",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldMetaobjectList' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectList",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldMetaobjectList' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectList",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldMetaobjectList' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectList",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldMetaobjectList' has description 'A condition based on list of metaobject reference metafield values for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput.relation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[ID!]!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput.values' has description 'The metaobject IDs to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldMetaobjectListInput' has description 'The input fields for a condition based on metaobject list reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUDES' was added to enum 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Matches if the supplied metaobject value is equal to one or more of the values in the metafield\\'s metaobject list.' was added to enum value 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation.INCLUDES'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation' has description 'The relationship between the metaobject value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metaobject value equals the condition value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation' has description 'The relation for comparing metaobject metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldString",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldString' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldString",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldString' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldString",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldString' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldString",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldString' has description 'A condition based on string metafield values for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldStringInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldStringRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringInput.relation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringInput.values' has description 'The string values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldStringInput' has description 'The input fields for a condition based on string metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringList",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldStringList' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringList",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldStringList' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringList",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionMetafieldStringList' object implements 'CollectionSourceInclusionConditionMetafield' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringList",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldStringList' has description 'A condition based on list of string metafield values for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldStringListInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringListInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldStringListRelation!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringListInput.relation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringListInput.values' has description 'The string values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionMetafieldStringListInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldStringListInput' has description 'The input fields for a condition based on string list metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldStringListRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUDES' was added to enum 'CollectionSourceInclusionConditionMetafieldStringListRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value includes the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldStringListRelation.INCLUDES'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldStringListRelation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionMetafieldStringRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldStringRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldStringRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafieldStringRelation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategory",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductCategory' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategory",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionProductCategory' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategory",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductCategory' has description 'A condition based on product category IDs for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductCategoryInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductCategoryRelation!' was added to input object type 'CollectionSourceInclusionConditionProductCategoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductCategoryInput.relation' has description 'The relationship between the product category and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[CollectionSourceInclusionConditionProductCategoryValueInput!]!' was added to input object type 'CollectionSourceInclusionConditionProductCategoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductCategoryInput.values' has description 'The product category values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionProductCategoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductCategoryInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductCategoryInput' has description 'The input fields for a condition based on product categories.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductCategoryRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductCategoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product category ID equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductCategoryRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductCategoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product category ID does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductCategoryRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductCategoryRelation' has description 'The relation for comparing product category IDs.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValue",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductCategoryValue' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValue",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductCategoryValue' has description 'A value for a product category condition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductCategoryValueInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'categoryId' of type 'ID!' was added to input object type 'CollectionSourceInclusionConditionProductCategoryValueInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductCategoryValueInput.categoryId' has description 'The ID of the product category.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'includeDescendants' of type 'Boolean!' was added to input object type 'CollectionSourceInclusionConditionProductCategoryValueInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductCategoryValueInput.includeDescendants' has description 'Whether to include descendants of the product category.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryValueInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductCategoryValueInput' has description 'The input fields for a product category value in a collection condition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatus",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductStatus' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatus",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionProductStatus' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatus",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductStatus' has description 'A condition based on product status for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductStatusInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductStatusRelation!' was added to input object type 'CollectionSourceInclusionConditionProductStatusInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductStatusInput.relation' has description 'The relationship between the product status and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[ProductStatus!]!' was added to input object type 'CollectionSourceInclusionConditionProductStatusInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductStatusInput.values' has description 'The product status values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionProductStatusInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductStatusInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductStatusInput' has description 'The input fields for a condition based on product status.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductStatusRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductStatusRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product status equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductStatusRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductStatusRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product status does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductStatusRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductStatusRelation' has description 'The relation for comparing product status.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTag",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTag' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTag",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionProductTag' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTag",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTag' has description 'A condition based on product tags for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTagInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductTagRelation!' was added to input object type 'CollectionSourceInclusionConditionProductTagInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTagInput.relation' has description 'The relationship between the product tag and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionProductTagInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTagInput.values' has description 'The tag values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionProductTagInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTagInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTagInput' has description 'The input fields for a condition based on product tags.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTagRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAGGED_WITH' was added to enum 'CollectionSourceInclusionConditionProductTagRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is tagged with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTagRelation.TAGGED_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_TAGGED_WITH' was added to enum 'CollectionSourceInclusionConditionProductTagRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is not tagged with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTagRelation.NOT_TAGGED_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTagRelation' has description 'The relationship between the product tag and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitle",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTitle' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitle",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionProductTitle' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitle",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTitle' has description 'A condition based on product titles for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTitleInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductTitleRelation!' was added to input object type 'CollectionSourceInclusionConditionProductTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTitleInput.relation' has description 'The relationship between the product title and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionProductTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTitleInput.values' has description 'The title values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionProductTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTitleInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTitleInput' has description 'The input fields for a condition based on product titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTitleRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTitleRelation' has description 'The relationship between the product title and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductType' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductType",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionProductType' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionProductType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductType' has description 'A condition based on product types for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTypeInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductTypeRelation!' was added to input object type 'CollectionSourceInclusionConditionProductTypeInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTypeInput.relation' has description 'The relationship between the product type and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionProductTypeInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTypeInput.values' has description 'The product type values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionProductTypeInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductTypeInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTypeInput' has description 'The input fields for a condition based on product types.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductTypeRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductTypeRelation' has description 'The relation for comparing product types.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendor",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductVendor' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendor",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionProductVendor' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendor",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductVendor' has description 'A condition based on product vendors for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductVendorInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductVendorRelation!' was added to input object type 'CollectionSourceInclusionConditionProductVendorInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductVendorInput.relation' has description 'The relationship between the product vendor and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionProductVendorInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductVendorInput.values' has description 'The product vendor values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionProductVendorInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionProductVendorInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductVendorInput' has description 'The input fields for a condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionProductVendorRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionProductVendorRelation' has description 'The relation for comparing product vendors.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUnknown",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUnknown' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUnknown",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionUnknown' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionUnknown",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUnknown' has description 'An inclusion condition introduced in a newer API version that is not modeled by this version of the API. Clients should treat the relation and values as opaque strings.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productTag' of type 'CollectionSourceInclusionConditionUpdateProductTagInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.productTag' has description 'An update to a condition based on product tags.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productTitle' of type 'CollectionSourceInclusionConditionUpdateProductTitleInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.productTitle' has description 'An update to a condition based on product titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productCategory' of type 'CollectionSourceInclusionConditionUpdateProductCategoryInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.productCategory' has description 'An update to a condition based on product categories.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productType' of type 'CollectionSourceInclusionConditionUpdateProductTypeInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.productType' has description 'An update to a condition based on product types.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productVendor' of type 'CollectionSourceInclusionConditionUpdateProductVendorInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.productVendor' has description 'An update to a condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productStatus' of type 'CollectionSourceInclusionConditionUpdateProductStatusInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.productStatus' has description 'An update to a condition based on product status.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantTitle' of type 'CollectionSourceInclusionConditionUpdateVariantTitleInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.variantTitle' has description 'An update to a condition based on variant titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantPrice' of type 'CollectionSourceInclusionConditionUpdateVariantPriceInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.variantPrice' has description 'An update to a condition based on variant prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantCompareAtPrice' of type 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.variantCompareAtPrice' has description 'An update to a condition based on variant compare at prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantInventory' of type 'CollectionSourceInclusionConditionUpdateVariantInventoryInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.variantInventory' has description 'An update to a condition based on variant inventory quantities.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variantWeight' of type 'CollectionSourceInclusionConditionUpdateVariantWeightInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.variantWeight' has description 'An update to a condition based on variant weights.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldBoolean' of type 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldBoolean' has description 'An update to a condition based on boolean metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldInteger' of type 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldInteger' has description 'An update to a condition based on integer metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldDecimal' of type 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldDecimal' has description 'An update to a condition based on decimal metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldString' of type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldString' has description 'An update to a condition based on string metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldStringList' of type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldStringList' has description 'An update to a condition based on string list metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldMetaobject' of type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldMetaobject' has description 'An update to a condition based on single metaobject reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafieldMetaobjectList' of type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput' was added to input object type 'CollectionSourceInclusionConditionUpdateInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateInput.metafieldMetaobjectList' has description 'An update to a condition based on metaobject list reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateInput' has description 'The input fields for updating a condition that determines which products are included in a collection. Exactly one condition type must be provided.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldBooleanRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Boolean' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput.value' has description 'The boolean value to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldBooleanInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldBooleanInput' has description 'The input fields for updating a condition based on boolean metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldDecimalRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Decimal' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput.value' has description 'The decimal value to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldDecimalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldDecimalInput' has description 'The input fields for updating a condition based on decimal metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldIntegerRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Int' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput.value' has description 'The integer value to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldIntegerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldIntegerInput' has description 'The input fields for updating a condition based on integer metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput.relation' has description 'The relationship between the metafield value and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput.value' has description 'The metaobject ID to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectInput' has description 'The input fields for updating a condition based on single metaobject reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput.relation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[ID!]' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput.values' has description 'The metaobject IDs to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldMetaobjectListInput' has description 'The input fields for updating a condition based on metaobject list reference metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldStringRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringInput.relation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringInput.values' has description 'The string values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldStringInput' has description 'The input fields for updating a condition based on string metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'definitionId' of type 'ID' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput.definitionId' has description 'The ID of the metafield definition.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionMetafieldStringListRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput.relation' has description 'The relationship between the metafield value and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput.values' has description 'The string values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateMetafieldStringListInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateMetafieldStringListInput' has description 'The input fields for updating a condition based on string list metafield values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateProductCategoryInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductCategoryRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateProductCategoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductCategoryInput.relation' has description 'The relationship between the product category and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[CollectionSourceInclusionConditionProductCategoryValueInput!]' was added to input object type 'CollectionSourceInclusionConditionUpdateProductCategoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductCategoryInput.values' has description 'The product category values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateProductCategoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductCategoryInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductCategoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateProductCategoryInput' has description 'The input fields for updating a condition based on product categories.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateProductStatusInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductStatusRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateProductStatusInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductStatusInput.relation' has description 'The relationship between the product status and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[ProductStatus!]' was added to input object type 'CollectionSourceInclusionConditionUpdateProductStatusInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductStatusInput.values' has description 'The product status values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateProductStatusInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductStatusInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductStatusInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateProductStatusInput' has description 'The input fields for updating a condition based on product status.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateProductTagInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductTagRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTagInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTagInput.relation' has description 'The relationship between the product tag and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTagInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTagInput.values' has description 'The tag values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTagInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTagInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTagInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateProductTagInput' has description 'The input fields for updating a condition based on product tags.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateProductTitleInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductTitleRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTitleInput.relation' has description 'The relationship between the product title and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTitleInput.values' has description 'The title values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTitleInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateProductTitleInput' has description 'The input fields for updating a condition based on product titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateProductTypeInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductTypeRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTypeInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTypeInput.relation' has description 'The relationship between the product type and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTypeInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTypeInput.values' has description 'The product type values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateProductTypeInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductTypeInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductTypeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateProductTypeInput' has description 'The input fields for updating a condition based on product types.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateProductVendorInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionProductVendorRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateProductVendorInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductVendorInput.relation' has description 'The relationship between the product vendor and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateProductVendorInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductVendorInput.values' has description 'The product vendor values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateProductVendorInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateProductVendorInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateProductVendorInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateProductVendorInput' has description 'The input fields for updating a condition based on product vendors.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput.relation' has description 'The relationship between the variant compare at price and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'MoneyInput' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput.value' has description 'The variant compare at price to match against. Required for numeric relations and must be absent for IS_SET or IS_NOT_SET.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateVariantCompareAtPriceInput' has description 'The input fields for updating a condition based on variant compare at prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateVariantInventoryInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantInventoryRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantInventoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantInventoryInput.relation' has description 'The relationship between the variant inventory and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Int' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantInventoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantInventoryInput.value' has description 'The variant inventory quantity to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateVariantInventoryInput' has description 'The input fields for updating a condition based on variant inventory quantities.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateVariantPriceInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantPriceRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantPriceInput.relation' has description 'The relationship between the variant price and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'MoneyInput' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantPriceInput.value' has description 'The variant price to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateVariantPriceInput' has description 'The input fields for updating a condition based on variant prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateVariantTitleInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantTitleRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantTitleInput.relation' has description 'The relationship between the variant title and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantTitleInput.values' has description 'The variant title values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantTitleInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateVariantTitleInput' has description 'The input fields for updating a condition based on variant titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionUpdateVariantWeightInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantWeightRelation' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantWeightInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantWeightInput.relation' has description 'The relationship between the variant weight and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'WeightInput' was added to input object type 'CollectionSourceInclusionConditionUpdateVariantWeightInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionUpdateVariantWeightInput.value' has description 'The variant weight to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionUpdateVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionUpdateVariantWeightInput' has description 'The input fields for updating a condition based on variant weights.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPrice",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantCompareAtPrice' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPrice",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionVariantCompareAtPrice' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPrice",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantCompareAtPrice' has description 'A condition based on variant compare at prices for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantCompareAtPriceInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation!' was added to input object type 'CollectionSourceInclusionConditionVariantCompareAtPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantCompareAtPriceInput.relation' has description 'The relationship between the variant compare at price and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'MoneyInput' was added to input object type 'CollectionSourceInclusionConditionVariantCompareAtPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantCompareAtPriceInput.value' has description 'The variant compare at price to match against. Required for numeric relations and must be absent for IS_SET or IS_NOT_SET.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantCompareAtPriceInput' has description 'The input fields for a condition based on variant compare at prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IS_SET' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant has a compare at price set (indicating a price reduction).' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.IS_SET'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IS_NOT_SET' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant does not have a compare at price set.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.IS_NOT_SET'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation' has description 'The relation for comparing variant compare at prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventory",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantInventory' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventory",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionVariantInventory' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventory",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantInventory' has description 'A condition based on variant inventory quantities for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantInventoryInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantInventoryRelation!' was added to input object type 'CollectionSourceInclusionConditionVariantInventoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantInventoryInput.relation' has description 'The relationship between the variant inventory and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'Int!' was added to input object type 'CollectionSourceInclusionConditionVariantInventoryInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantInventoryInput.value' has description 'The variant inventory quantity to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantInventoryInput' has description 'The input fields for a condition based on variant inventory quantities.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantInventoryRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantInventoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant inventory equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantInventoryRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantInventoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant inventory is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantInventoryRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantInventoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant inventory is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantInventoryRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantInventoryRelation' has description 'The relation for comparing variant inventory quantities.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPrice",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantPrice' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPrice",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionVariantPrice' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPrice",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantPrice' has description 'A condition based on variant prices for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantPriceInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantPriceRelation!' was added to input object type 'CollectionSourceInclusionConditionVariantPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantPriceInput.relation' has description 'The relationship between the variant price and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'MoneyInput!' was added to input object type 'CollectionSourceInclusionConditionVariantPriceInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantPriceInput.value' has description 'The variant price to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantPriceInput' has description 'The input fields for a condition based on variant prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantPriceRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantPriceRelation' has description 'The relation for comparing variant prices.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitle",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantTitle' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitle",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionVariantTitle' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitle",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantTitle' has description 'A condition based on variant titles for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantTitleInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantTitleRelation!' was added to input object type 'CollectionSourceInclusionConditionVariantTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantTitleInput.relation' has description 'The relationship between the variant title and the condition values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type '[String!]!' was added to input object type 'CollectionSourceInclusionConditionVariantTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantTitleInput.values' has description 'The variant title values to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType!' was added to input object type 'CollectionSourceInclusionConditionVariantTitleInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantTitleInput.matchType' has description 'Whether to match any or all of the values.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantTitleInput' has description 'The input fields for a condition based on variant titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantTitleRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantTitleRelation' has description 'The relation for comparing variant titles.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeight",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantWeight' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeight",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSourceInclusionConditionVariantWeight' object implements 'CollectionSourceInclusionCondition' interface"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeight",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantWeight' has description 'A condition based on variant weights for including products in a collection.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantWeightInput' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'relation' of type 'CollectionSourceInclusionConditionVariantWeightRelation!' was added to input object type 'CollectionSourceInclusionConditionVariantWeightInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantWeightInput.relation' has description 'The relationship between the variant weight and the condition value.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'value' of type 'WeightInput!' was added to input object type 'CollectionSourceInclusionConditionVariantWeightInput'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionSourceInclusionConditionVariantWeightInput.value' has description 'The variant weight to match against.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantWeightInput' has description 'The input fields for a condition based on variant weights.'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceInclusionConditionVariantWeightRelation' was added"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionVariantWeightRelation' has description 'The relation for comparing variant weights.'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSourceTargetType' was added"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCTS' was added to enum 'CollectionSourceTargetType'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The entire product is included if any variant satisfies the conditions.' was added to enum value 'CollectionSourceTargetType.PRODUCTS'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS' was added to enum 'CollectionSourceTargetType'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Individual variants are included if they satisfy the conditions.' was added to enum value 'CollectionSourceTargetType.VARIANTS'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceTargetType' has description 'Conditions that target variants cause either the entire product to be included when satisfied or only the matching variants.'"
        },
        {
          "name": "CollectionSubCollectionEligibility",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSubCollectionEligibility' was added"
        },
        {
          "name": "CollectionSubCollectionEligibility",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSubCollectionEligibility' has description 'Whether a collection can be referenced as a sub-collection target by another collection\\'s source. Use this to surface ineligible targets up front (with reasons).'"
        },
        {
          "name": "CollectionSubCollectionEligibilityState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSubCollectionEligibilityState' was added"
        },
        {
          "name": "CollectionSubCollectionEligibilityState",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSubCollectionEligibilityState' has description 'Whether a collection is eligible for one role (inclusion or exclusion) in a sub-collection relationship, plus the reason it isn\\'t if applicable.'"
        },
        {
          "name": "CollectionSubCollectionsSource",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionSubCollectionsSource' was added"
        },
        {
          "name": "CollectionSubCollectionsSource",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSubCollectionsSource' object implements 'CollectionSource' interface"
        },
        {
          "name": "CollectionSubCollectionsSource",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionSubCollectionsSource' object implements 'Node' interface"
        },
        {
          "name": "CollectionSubCollectionsSource",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSubCollectionsSource' has description 'A collection source whose membership comes from one or more referenced collections (sub-collections).\n\nSub-collection sources are always non-shareable. Sharing a sub-collection source across owners is not\nsupported because the collection references are owner-bound.'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateConditionsSourceInput' was added"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'CollectionUpdateConditionsSourceInput'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateConditionsSourceInput.id' has description 'The ID of the source to update.'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String' was added to input object type 'CollectionUpdateConditionsSourceInput'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateConditionsSourceInput.title' has description 'The title of the source.'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'CollectionUpdateConditionsSourceInput'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateConditionsSourceInput.description' has description 'An optional description of the source.'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'inclusion' of type 'CollectionUpdateSourceInclusionInput' was added to input object type 'CollectionUpdateConditionsSourceInput'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateConditionsSourceInput.inclusion' has description 'The inclusion rules for the source.'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'exclusion' of type 'CollectionUpdateSourceExclusionInput' was added to input object type 'CollectionUpdateConditionsSourceInput'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateConditionsSourceInput.exclusion' has description 'The exclusion rules for the source.'"
        },
        {
          "name": "CollectionUpdateConditionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateConditionsSourceInput' has description 'The input fields for updating a shareable collection source.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateInput' was added"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'descriptionHtml' of type 'String' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.descriptionHtml' has description 'The description of the collection, in HTML format.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.handle' has description 'A unique human-friendly string for the collection. Automatically generated from the collection\\'s title.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.id' has description 'Specifies the collection to update.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'image' of type 'ImageInput' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.image' has description 'The image associated with the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'templateSuffix' of type 'String' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.templateSuffix' has description 'The theme template used when viewing the collection in a store.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sortOrder' of type 'CollectionSortOrder' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.sortOrder' has description 'The order in which the collection\\'s products are sorted.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.title' has description 'The title of the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.metafields' has description 'The metafields to associate with the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'seo' of type 'SEOInput' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.seo' has description 'SEO information for the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'redirectNewHandle' of type 'Boolean' with default value 'false' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.redirectNewHandle' has description 'Indicates whether a redirect is required after a new handle has been provided.\nIf true, then the old handle is redirected to the new one automatically.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sourcesToDelete' of type '[ID!]' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.sourcesToDelete' has description 'The IDs of the sources to delete from the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sourcesToCreate' of type '[CollectionCreateSourceTargetInput!]' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.sourcesToCreate' has description 'The sources to create for the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sourcesToUpdate' of type '[CollectionUpdateSourceTargetInput!]' was added to input object type 'CollectionUpdateInput'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateInput.sourcesToUpdate' has description 'The sources to update for the collection.'"
        },
        {
          "name": "CollectionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateInput' has description 'The input fields required to update a collection.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateSourceExclusionConditionInput' was added"
        },
        {
          "name": "CollectionUpdateSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'CollectionUpdateSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionConditionInput.id' has description 'The ID of the exclusion condition to update.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'condition' of type 'CollectionSourceExclusionConditionUpdateInput!' was added to input object type 'CollectionUpdateSourceExclusionConditionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionConditionInput.condition' has description 'The updated exclusion condition.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateSourceExclusionConditionInput' has description 'The input fields for updating an exclusion condition in a collection source.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateSourceExclusionInput' was added"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionUpdateSourceExclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionInput.matchType' has description 'Whether products must match all or any of the conditions to be excluded.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditionsToCreate' of type '[CollectionSourceExclusionConditionInput!]' was added to input object type 'CollectionUpdateSourceExclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionInput.conditionsToCreate' has description 'The exclusion conditions to create for the source.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditionsToDelete' of type '[ID!]' was added to input object type 'CollectionUpdateSourceExclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionInput.conditionsToDelete' has description 'The IDs of the exclusion conditions to delete from the source.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditionsToUpdate' of type '[CollectionUpdateSourceExclusionConditionInput!]' was added to input object type 'CollectionUpdateSourceExclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionInput.conditionsToUpdate' has description 'The exclusion conditions to update for the source.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selectionsToAdd' of type '[CollectionExclusionProductSelectionInput!]' was added to input object type 'CollectionUpdateSourceExclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionInput.selectionsToAdd' has description 'The product selections to add to the source.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selectionsToRemove' of type '[CollectionExclusionProductSelectionInput!]' was added to input object type 'CollectionUpdateSourceExclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceExclusionInput.selectionsToRemove' has description 'The product selections to remove from the source.'"
        },
        {
          "name": "CollectionUpdateSourceExclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateSourceExclusionInput' has description 'The input fields for updating exclusion rules for a collection source.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateSourceInclusionConditionInput' was added"
        },
        {
          "name": "CollectionUpdateSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'CollectionUpdateSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionConditionInput.id' has description 'The ID of the condition to update.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'condition' of type 'CollectionSourceInclusionConditionUpdateInput!' was added to input object type 'CollectionUpdateSourceInclusionConditionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionConditionInput.condition' has description 'The updated condition.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionConditionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateSourceInclusionConditionInput' has description 'The input fields for updating a condition in a collection source.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateSourceInclusionInput' was added"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'matchType' of type 'CollectionConditionMatchType' was added to input object type 'CollectionUpdateSourceInclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionInput.matchType' has description 'Whether products must match all or any of the conditions.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditionsToCreate' of type '[CollectionSourceInclusionConditionInput!]' was added to input object type 'CollectionUpdateSourceInclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionInput.conditionsToCreate' has description 'The conditions to create for the source.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditionsToDelete' of type '[ID!]' was added to input object type 'CollectionUpdateSourceInclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionInput.conditionsToDelete' has description 'The IDs of the conditions to delete from the source.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditionsToUpdate' of type '[CollectionUpdateSourceInclusionConditionInput!]' was added to input object type 'CollectionUpdateSourceInclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionInput.conditionsToUpdate' has description 'The conditions to update for the source.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selectionsToAdd' of type '[CollectionInclusionProductSelectionInput!]' was added to input object type 'CollectionUpdateSourceInclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionInput.selectionsToAdd' has description 'The product selections to add to the source.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'selectionsToRemove' of type '[CollectionInclusionProductSelectionInput!]' was added to input object type 'CollectionUpdateSourceInclusionInput'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceInclusionInput.selectionsToRemove' has description 'The product selections to remove from the source. For sources that target variants, omitting variant IDs will remove all for the product.'"
        },
        {
          "name": "CollectionUpdateSourceInclusionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateSourceInclusionInput' has description 'The input fields for updating inclusion rules for a collection source.'"
        },
        {
          "name": "CollectionUpdateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateSourceTargetInput' was added"
        },
        {
          "name": "CollectionUpdateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'condition' of type 'CollectionUpdateConditionsSourceInput' was added to input object type 'CollectionUpdateSourceTargetInput'"
        },
        {
          "name": "CollectionUpdateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceTargetInput.condition' has description 'An update to a shareable conditions-based source.'"
        },
        {
          "name": "CollectionUpdateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'subCollections' of type 'CollectionUpdateSubCollectionsSourceInput' was added to input object type 'CollectionUpdateSourceTargetInput'"
        },
        {
          "name": "CollectionUpdateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSourceTargetInput.subCollections' has description 'An update to a sub-collection source whose membership comes from one or more referenced collections.'"
        },
        {
          "name": "CollectionUpdateSourceTargetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateSourceTargetInput' has description 'The input fields for updating a collection source - provide the one field that represents the type of source to update.'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionUpdateSubCollectionsSourceInput' was added"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'CollectionUpdateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSubCollectionsSourceInput.id' has description 'The ID of the source to update.'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collectionIds' of type '[ID!]' was added to input object type 'CollectionUpdateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSubCollectionsSourceInput.collectionIds' has description 'The global IDs of the sub-collections whose products supply this source. When provided, it replaces the source\\'s current referenced collections.'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String' was added to input object type 'CollectionUpdateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSubCollectionsSourceInput.title' has description 'The title of the source.'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'CollectionUpdateSubCollectionsSourceInput'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionUpdateSubCollectionsSourceInput.description' has description 'An optional description of the source.'"
        },
        {
          "name": "CollectionUpdateSubCollectionsSourceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionUpdateSubCollectionsSourceInput' has description 'The input fields for updating a sub-collection source — a source whose membership comes from one or more referenced collections.'"
        },
        {
          "name": "CustomerMarketingConsent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsent' was added"
        },
        {
          "name": "CustomerMarketingConsent",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsent' has description 'The marketing consent information for a [customer](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer) on a specific marketing channel. Channel-specific types like [`CustomerWhatsAppMarketingConsent`](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerWhatsAppMarketingConsent) implement this interface.'"
        },
        {
          "name": "CustomerMarketingConsentError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsentError' was added"
        },
        {
          "name": "CustomerMarketingConsentError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CustomerMarketingConsentError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CustomerMarketingConsentError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsentError' has description 'An error from a customer marketing consent mutation, such as [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerWhatsAppMarketingConsentUpdate).'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsentErrorCode' was added"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'CustomerMarketingConsentErrorCode.INVALID'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUSION' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value isn\\'t included in the list.' was added to enum value 'CustomerMarketingConsentErrorCode.INCLUSION'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CustomerMarketingConsentErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_ARGUMENT' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing a required argument.' was added to enum value 'CustomerMarketingConsentErrorCode.MISSING_ARGUMENT'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsentErrorCode' has description 'Possible error codes that can be returned by `CustomerMarketingConsentError`.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsentInput' was added"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'state' of type 'CustomerMarketingConsentState!' was added to input object type 'CustomerMarketingConsentInput'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.state' has description 'The [marketing consent state](https://shopify.dev/docs/api/admin-graphql/latest/enums/CustomerMarketingConsentState) to set for the customer on this channel.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optInLevel' of type 'CustomerMarketingOptInLevel' was added to input object type 'CustomerMarketingConsentInput'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.optInLevel' has description 'The [marketing subscription opt-in level](https://shopify.dev/docs/api/admin-graphql/latest/enums/CustomerMarketingOptInLevel) that was set when the customer consented to receive marketing information.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'updatedAt' of type 'DateTime' was added to input object type 'CustomerMarketingConsentInput'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.updatedAt' has description 'The date and time when the customer consented to receive marketing material.\nIf no date is provided, then the date and time when the consent information was sent is used.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sourceLocationId' of type 'ID' was added to input object type 'CustomerMarketingConsentInput'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.sourceLocationId' has description 'Identifies the [location](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location) where the customer consented to receiving marketing material.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsentInput' has description 'The input fields for marketing consent information when a [customer](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer) consents to receive marketing material on a specific channel. Channel-specific consent mutations like [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerWhatsAppMarketingConsentUpdate) use this input.'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerMarketingConsentState' was added"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NEVER_SUBSCRIBED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer has never subscribed to marketing on this channel. This is the default state for any channel the customer hasn\\'t interacted with. Read-only: can\\'t be set as an input.' was added to enum value 'CustomerMarketingConsentState.NEVER_SUBSCRIBED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PENDING' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is in the process of subscribing to marketing on this channel, for example, pending an opt-in confirmation.' was added to enum value 'CustomerMarketingConsentState.PENDING'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBSCRIBED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is subscribed to marketing on this channel.' was added to enum value 'CustomerMarketingConsentState.SUBSCRIBED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSUBSCRIBED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer isn\\'t currently subscribed to marketing on this channel but was previously subscribed.' was added to enum value 'CustomerMarketingConsentState.UNSUBSCRIBED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REDACTED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer\\'s personal data is erased. This value is internally-set and read-only.' was added to enum value 'CustomerMarketingConsentState.REDACTED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerMarketingConsentState' has description 'The valid marketing consent states for a customer on a specific marketing channel. The [`CustomerMarketingConsent`](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CustomerMarketingConsent) interface and channel-specific consent mutations use these values.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerWhatsAppMarketingConsent' was added"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CustomerWhatsAppMarketingConsent' object implements 'CustomerMarketingConsent' interface"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsent' has description 'The WhatsApp marketing consent information for a [customer\\'s phone number](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPhoneNumber). Implements the [`CustomerMarketingConsent`](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CustomerMarketingConsent) interface. Use the [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerWhatsAppMarketingConsentUpdate) mutation to update it.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerWhatsAppMarketingConsentUpdateInput' was added"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'customerId' of type 'ID!' was added to input object type 'CustomerWhatsAppMarketingConsentUpdateInput'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerWhatsAppMarketingConsentUpdateInput.customerId' has description 'The ID of the [customer](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer) to update the WhatsApp marketing consent information for. The customer must have a unique phone number associated with their record. If not, then add the phone number using the [`customerUpdate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerUpdate) mutation first.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'whatsAppMarketingConsent' of type 'CustomerMarketingConsentInput!' was added to input object type 'CustomerWhatsAppMarketingConsentUpdateInput'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerWhatsAppMarketingConsentUpdateInput.whatsAppMarketingConsent' has description 'The marketing consent information when the customer consented to receiving marketing material by WhatsApp.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsentUpdateInput' has description 'The input fields to update a customer\\'s WhatsApp marketing consent information.'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CustomerWhatsAppMarketingConsentUpdatePayload' was added"
        },
        {
          "name": "CustomerWhatsAppMarketingConsentUpdatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsentUpdatePayload' has description 'Return type for `customerWhatsAppMarketingConsentUpdate` mutation.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedOptionDefinition' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryCarrierCalculatedOptionDefinition' object implements 'DeliveryOptionDefinition' interface"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedOptionDefinition' has description 'A shipping option with rates calculated by a carrier service.\n\nCarrier-calculated options fetch real-time rates from carriers(e.g., UPS, FedEx) at checkout\ninstead of using merchant-defined fixed prices.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionCreateInput.description' has description 'Optional description shown to buyers.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' with default value 'true' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionCreateInput.isActive' has description 'Whether this shipping option is active and shown to buyers. Defaults to true.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode!' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionCreateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroups' of type '[DeliveryCarrierCalculatedRateGroupCreateInput!]!' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionCreateInput.rateGroups' has description 'The rate groups to create for this shipping option. At this time, only a single rate group is supported for carrier calculated shipping options.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionCreateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput' has description 'The input fields for creating a carrier-calculated shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.id' has description 'The ID of the carrier-calculated shipping option to update.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.description' has description 'Description shown to buyers.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.isActive' has description 'Whether this shipping option is active and shown to buyers.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToCreate' of type '[DeliveryCarrierCalculatedRateGroupCreateInput!]' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.rateGroupsToCreate' has description 'Rate groups to create for this shipping option. At this time, only a single rate group is supported for carrier calculated shipping options.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToUpdate' of type '[DeliveryCarrierCalculatedRateGroupUpdateInput!]' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.rateGroupsToUpdate' has description 'Rate groups to update for this shipping option. Only the existing single rate group is supported.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToDelete' of type '[ID!]' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.rateGroupsToDelete' has description 'The IDs of rate groups to delete from this shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Null clears the existing threshold. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryCarrierCalculatedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput' has description 'The input fields for updating a carrier-calculated shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroup' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroup",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryCarrierCalculatedRateGroup' object implements 'DeliveryOptionDefinitionRateGroup' interface"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroup' has description 'A rate group for a carrier-calculated shipping option.\n\nSets the carrier service, rate adjustments,\nand carrier-provided services offered at checkout.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupConnection' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupConnection' has description 'An auto-generated type for paginating through multiple DeliveryCarrierCalculatedRateGroups.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupCreateInput' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierServiceId' of type 'ID!' was added to input object type 'DeliveryCarrierCalculatedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupCreateInput.carrierServiceId' has description 'The ID of the carrier service to use for this rate group.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'serviceConfiguration' of type '[DeliveryCarrierCalculatedRateGroupServiceInput!]' was added to input object type 'DeliveryCarrierCalculatedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupCreateInput.serviceConfiguration' has description 'Carrier-provided services to include or exclude.\nServices not listed follow the default behavior based on `autoIncludeNewServices`.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'absoluteAdjustment' of type 'MoneyInput' was added to input object type 'DeliveryCarrierCalculatedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupCreateInput.absoluteAdjustment' has description 'The flat amount added to or subtracted from carrier rates.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'percentageAdjustment' of type 'Int' was added to input object type 'DeliveryCarrierCalculatedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupCreateInput.percentageAdjustment' has description 'The percentage added to or subtracted from carrier rates.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsCreateInput' was added to input object type 'DeliveryCarrierCalculatedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupCreateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'autoIncludeNewServices' of type 'Boolean' was added to input object type 'DeliveryCarrierCalculatedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupCreateInput.autoIncludeNewServices' has description 'Whether new services from this carrier are automatically included at checkout.\nWhen omitted, defaults to true. Set to false to offer only explicitly\nincluded services for carriers that support service discovery.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupCreateInput' has description 'The input fields for creating a rate group for a carrier-calculated shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupEdge' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupEdge' has description 'An auto-generated type which holds one DeliveryCarrierCalculatedRateGroup and a cursor during pagination.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupService",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupService' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupService",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupService' has description 'A carrier-provided service within a carrier-calculated rate group.\n\nRepresents an individual service that the merchant has explicitly included or excluded.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupServiceInput' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String!' was added to input object type 'DeliveryCarrierCalculatedRateGroupServiceInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupServiceInput.name' has description 'The name of the carrier-provided service.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'status' of type 'DeliveryCarrierCalculatedRateGroupServiceStatus!' was added to input object type 'DeliveryCarrierCalculatedRateGroupServiceInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupServiceInput.status' has description 'Whether this service is included or excluded at checkout.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupServiceInput' has description 'The input fields for including or excluding a carrier-provided service in a rate group.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupServiceStatus' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUDED' was added to enum 'DeliveryCarrierCalculatedRateGroupServiceStatus'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is included at checkout.' was added to enum value 'DeliveryCarrierCalculatedRateGroupServiceStatus.INCLUDED'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXCLUDED' was added to enum 'DeliveryCarrierCalculatedRateGroupServiceStatus'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is excluded at checkout.' was added to enum value 'DeliveryCarrierCalculatedRateGroupServiceStatus.EXCLUDED'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupServiceStatus' has description 'Whether a carrier-provided service is included at checkout.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryCarrierCalculatedRateGroupUpdateInput' was added"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.id' has description 'The ID of the rate group to update'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierServiceId' of type 'ID' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.carrierServiceId' has description 'The ID of the carrier service that provides rates for this shipping option.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'serviceConfiguration' of type '[DeliveryCarrierCalculatedRateGroupServiceInput!]' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.serviceConfiguration' has description 'Carrier-provided services to include or exclude. Replaces the existing configuration.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'absoluteAdjustment' of type 'MoneyInput' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.absoluteAdjustment' has description 'The flat amount added to or subtracted from carrier rates.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'percentageAdjustment' of type 'Int' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.percentageAdjustment' has description 'The percentage added to or subtracted from carrier rates.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsUpdateInput' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'autoIncludeNewServices' of type 'Boolean' was added to input object type 'DeliveryCarrierCalculatedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryCarrierCalculatedRateGroupUpdateInput.autoIncludeNewServices' has description 'Whether new services from this carrier are automatically included at checkout.\nWhen true, buyers see any service that isn\\'t excluded.\nWhen false, buyers see only included services.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryCarrierCalculatedRateGroupUpdateInput' has description 'The input fields for updating a rate group for a carrier-calculated shipping option.'"
        },
        {
          "name": "DeliveryFlatRate",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRate' was added"
        },
        {
          "name": "DeliveryFlatRate",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryFlatRate' object implements 'DeliveryRate' interface"
        },
        {
          "name": "DeliveryFlatRate",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRate' has description 'A fixed-price shipping rate.\n\nFlat rates charge the same price regardless of cart value or weight,\nand may include optional transit time estimates.'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateCreateInput' was added"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'MoneyInput!' was added to input object type 'DeliveryFlatRateCreateInput'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateCreateInput.price' has description 'The fixed price charged for this rate.'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMinSeconds' of type 'Int' was added to input object type 'DeliveryFlatRateCreateInput'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateCreateInput.transitTimeMinSeconds' has description 'The minimum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMaxSeconds' of type 'Int' was added to input object type 'DeliveryFlatRateCreateInput'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateCreateInput.transitTimeMaxSeconds' has description 'The maximum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryFlatRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateCreateInput' has description 'The input fields for creating a flat rate.'"
        },
        {
          "name": "DeliveryFlatRateGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateGroup' was added"
        },
        {
          "name": "DeliveryFlatRateGroup",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryFlatRateGroup' object implements 'DeliveryOptionDefinitionRateGroup' interface"
        },
        {
          "name": "DeliveryFlatRateGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateGroup' has description 'A flat rate group for a shipping option.\n\nContains one fixed-price rate and optional collection or origin location conditions.'"
        },
        {
          "name": "DeliveryFlatRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateGroupConnection' was added"
        },
        {
          "name": "DeliveryFlatRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateGroupConnection' has description 'An auto-generated type for paginating through multiple DeliveryFlatRateGroups.'"
        },
        {
          "name": "DeliveryFlatRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateGroupCreateInput' was added"
        },
        {
          "name": "DeliveryFlatRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rate' of type 'DeliveryFlatRateCreateInput!' was added to input object type 'DeliveryFlatRateGroupCreateInput'"
        },
        {
          "name": "DeliveryFlatRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateGroupCreateInput.rate' has description 'The fixed-price rate and optional transit time.'"
        },
        {
          "name": "DeliveryFlatRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsCreateInput' was added to input object type 'DeliveryFlatRateGroupCreateInput'"
        },
        {
          "name": "DeliveryFlatRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateGroupCreateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryFlatRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateGroupCreateInput' has description 'The input fields for creating a flat rate group.'"
        },
        {
          "name": "DeliveryFlatRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateGroupEdge' was added"
        },
        {
          "name": "DeliveryFlatRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateGroupEdge' has description 'An auto-generated type which holds one DeliveryFlatRateGroup and a cursor during pagination.'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateGroupUpdateInput' was added"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryFlatRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateGroupUpdateInput.id' has description 'The globally unique ID of the flat rate group to update.'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rate' of type 'DeliveryFlatRateUpdateInput' was added to input object type 'DeliveryFlatRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateGroupUpdateInput.rate' has description 'Updates to the fixed-price rate and optional transit time.'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsUpdateInput' was added to input object type 'DeliveryFlatRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateGroupUpdateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryFlatRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateGroupUpdateInput' has description 'The input fields for updating a flat rate group.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateOptionDefinition' was added"
        },
        {
          "name": "DeliveryFlatRateOptionDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryFlatRateOptionDefinition' object implements 'DeliveryOptionDefinition' interface"
        },
        {
          "name": "DeliveryFlatRateOptionDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateOptionDefinition' has description 'A shipping option with fixed-price rates.\n\nFlat rate options charge the same price regardless of cart value or weight.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateOptionDefinitionCreateInput' was added"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String!' was added to input object type 'DeliveryFlatRateOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionCreateInput.name' has description 'The name shown to buyers for this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryFlatRateOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionCreateInput.description' has description 'Optional description shown to buyers.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' with default value 'true' was added to input object type 'DeliveryFlatRateOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionCreateInput.isActive' has description 'Whether this shipping option is active and shown to buyers. Defaults to true.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode!' was added to input object type 'DeliveryFlatRateOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionCreateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroups' of type '[DeliveryFlatRateGroupCreateInput!]' was added to input object type 'DeliveryFlatRateOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionCreateInput.rateGroups' has description 'The flat rate groups for this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryFlatRateOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionCreateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateOptionDefinitionCreateInput' has description 'The input fields for creating a flat rate shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateOptionDefinitionUpdateInput' was added"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.id' has description 'The globally unique ID of the flat rate shipping option to update.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.name' has description 'The name shown to buyers for this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.description' has description 'Optional description shown to buyers.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.isActive' has description 'Whether this shipping option is active and shown to buyers.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToCreate' of type '[DeliveryFlatRateGroupCreateInput!]' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.rateGroupsToCreate' has description 'Rate groups to create for this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToUpdate' of type '[DeliveryFlatRateGroupUpdateInput!]' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.rateGroupsToUpdate' has description 'Rate groups to update for this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToDelete' of type '[ID!]' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.rateGroupsToDelete' has description 'The IDs of rate groups to delete from this shipping option.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryFlatRateOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateOptionDefinitionUpdateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Null clears the threshold. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryFlatRateOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateOptionDefinitionUpdateInput' has description 'The input fields for updating a flat rate shipping option.'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryFlatRateUpdateInput' was added"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'MoneyInput' was added to input object type 'DeliveryFlatRateUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateUpdateInput.price' has description 'The fixed price charged for this rate.'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMinSeconds' of type 'Int' was added to input object type 'DeliveryFlatRateUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateUpdateInput.transitTimeMinSeconds' has description 'The minimum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMaxSeconds' of type 'Int' was added to input object type 'DeliveryFlatRateUpdateInput'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryFlatRateUpdateInput.transitTimeMaxSeconds' has description 'The maximum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryFlatRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryFlatRateUpdateInput' has description 'The input fields for updating a flat rate.'"
        },
        {
          "name": "DeliveryOptionDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryOptionDefinition' was added"
        },
        {
          "name": "DeliveryOptionDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryOptionDefinition' has description 'A shipping option shown to buyers at checkout. Implemented by concrete option types.'"
        },
        {
          "name": "DeliveryOptionDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryOptionDefinitionConnection' was added"
        },
        {
          "name": "DeliveryOptionDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryOptionDefinitionConnection' has description 'An auto-generated type for paginating through multiple DeliveryOptionDefinitions.'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryOptionDefinitionCreateInput' was added"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'flatRate' of type 'DeliveryFlatRateOptionDefinitionCreateInput' was added to input object type 'DeliveryOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionCreateInput.flatRate' has description 'A flat rate shipping option.'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierCalculated' of type 'DeliveryCarrierCalculatedOptionDefinitionCreateInput' was added to input object type 'DeliveryOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionCreateInput.carrierCalculated' has description 'A carrier-calculated shipping option.'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'weightBased' of type 'DeliveryWeightBasedOptionDefinitionCreateInput' was added to input object type 'DeliveryOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionCreateInput.weightBased' has description 'A weight-based shipping option.'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'valueBased' of type 'DeliveryValueBasedOptionDefinitionCreateInput' was added to input object type 'DeliveryOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionCreateInput.valueBased' has description 'A value-based shipping option.'"
        },
        {
          "name": "DeliveryOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryOptionDefinitionCreateInput' has description 'The input fields for creating a shipping option. Provide exactly one option type.'"
        },
        {
          "name": "DeliveryOptionDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryOptionDefinitionEdge' was added"
        },
        {
          "name": "DeliveryOptionDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryOptionDefinitionEdge' has description 'An auto-generated type which holds one DeliveryOptionDefinition and a cursor during pagination.'"
        },
        {
          "name": "DeliveryOptionDefinitionRateGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryOptionDefinitionRateGroup' was added"
        },
        {
          "name": "DeliveryOptionDefinitionRateGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryOptionDefinitionRateGroup' has description 'A delivery rate group within an option definition.'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryOptionDefinitionUpdateInput' was added"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'flatRate' of type 'DeliveryFlatRateOptionDefinitionUpdateInput' was added to input object type 'DeliveryOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionUpdateInput.flatRate' has description 'A flat rate shipping option to update.'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierCalculated' of type 'DeliveryCarrierCalculatedOptionDefinitionUpdateInput' was added to input object type 'DeliveryOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionUpdateInput.carrierCalculated' has description 'A carrier-calculated shipping option to update.'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'valueBased' of type 'DeliveryValueBasedOptionDefinitionUpdateInput' was added to input object type 'DeliveryOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionUpdateInput.valueBased' has description 'A value-based shipping option to update.'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'weightBased' of type 'DeliveryWeightBasedOptionDefinitionUpdateInput' was added to input object type 'DeliveryOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryOptionDefinitionUpdateInput.weightBased' has description 'A weight-based shipping option to update.'"
        },
        {
          "name": "DeliveryOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryOptionDefinitionUpdateInput' has description 'The input fields for updating a shipping option. Provide exactly one option type.'"
        },
        {
          "name": "DeliveryRate",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryRate' was added"
        },
        {
          "name": "DeliveryRate",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryRate' has description 'A shipping rate with a price and optional transit time.\n\nRates define the price charged to buyers for a shipping option.'"
        },
        {
          "name": "DeliveryRateConditionsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryRateConditionsCreateInput' was added"
        },
        {
          "name": "DeliveryRateConditionsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collectionsToAdd' of type '[ID!]' was added to input object type 'DeliveryRateConditionsCreateInput'"
        },
        {
          "name": "DeliveryRateConditionsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsCreateInput.collectionsToAdd' has description 'Collection IDs to add. The rate group applies only to products in these collections.'"
        },
        {
          "name": "DeliveryRateConditionsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'originLocationsToAdd' of type '[ID!]' was added to input object type 'DeliveryRateConditionsCreateInput'"
        },
        {
          "name": "DeliveryRateConditionsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsCreateInput.originLocationsToAdd' has description 'Origin location IDs to add. The rate group applies only to shipments from these locations.'"
        },
        {
          "name": "DeliveryRateConditionsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryRateConditionsCreateInput' has description 'The input fields for conditions that limit a rate group to specific collections or origin locations.'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryRateConditionsUpdateInput' was added"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collectionsToAdd' of type '[ID!]' was added to input object type 'DeliveryRateConditionsUpdateInput'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsUpdateInput.collectionsToAdd' has description 'Collection IDs to add. The rate group applies only to products in these collections.'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collectionsToRemove' of type '[ID!]' was added to input object type 'DeliveryRateConditionsUpdateInput'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsUpdateInput.collectionsToRemove' has description 'Collection IDs to remove.'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'resetToAllProducts' of type 'Boolean' was added to input object type 'DeliveryRateConditionsUpdateInput'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsUpdateInput.resetToAllProducts' has description 'Whether to remove all collection conditions so the rate group applies to all products.'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'originLocationsToAdd' of type '[ID!]' was added to input object type 'DeliveryRateConditionsUpdateInput'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsUpdateInput.originLocationsToAdd' has description 'Origin location IDs to add. The rate group applies only to shipments from these locations.'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'originLocationsToRemove' of type '[ID!]' was added to input object type 'DeliveryRateConditionsUpdateInput'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryRateConditionsUpdateInput.originLocationsToRemove' has description 'Origin location IDs to remove.'"
        },
        {
          "name": "DeliveryRateConditionsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryRateConditionsUpdateInput' has description 'The input fields for conditions that limit a rate group to specific collections or origin locations.'"
        },
        {
          "name": "DeliveryRateGroupConditions",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryRateGroupConditions' was added"
        },
        {
          "name": "DeliveryRateGroupConditions",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryRateGroupConditions' has description 'Conditions that limit a rate group to specific collections or origin locations.\n\nWhen conditions are set, the rate group applies only to matching shipments.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedOptionDefinition' was added"
        },
        {
          "name": "DeliveryValueBasedOptionDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryValueBasedOptionDefinition' object implements 'DeliveryOptionDefinition' interface"
        },
        {
          "name": "DeliveryValueBasedOptionDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedOptionDefinition' has description 'A shipping option with rates based on cart value.\n\nValue-based options charge different rates depending on cart value,\nusing tiers that define price thresholds (e.g., \"$5 shipping under $50, $2 shipping over $50\").'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedOptionDefinitionCreateInput' was added"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String!' was added to input object type 'DeliveryValueBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionCreateInput.name' has description 'The name shown to buyers for this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryValueBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionCreateInput.description' has description 'Optional description shown to buyers.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' with default value 'true' was added to input object type 'DeliveryValueBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionCreateInput.isActive' has description 'Whether this shipping option is active and shown to buyers. Defaults to true.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode!' was added to input object type 'DeliveryValueBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionCreateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroups' of type '[DeliveryValueBasedRateGroupCreateInput!]!' was added to input object type 'DeliveryValueBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionCreateInput.rateGroups' has description 'Rate groups to create for this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryValueBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionCreateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedOptionDefinitionCreateInput' has description 'The input fields for creating a value-based shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedOptionDefinitionUpdateInput' was added"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.id' has description 'The ID of the value-based shipping option to update.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.name' has description 'The name shown to buyers for this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.description' has description 'Description shown to buyers.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.isActive' has description 'Whether this shipping option is active and shown to buyers.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToCreate' of type '[DeliveryValueBasedRateGroupCreateInput!]' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.rateGroupsToCreate' has description 'Rate groups to create for this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToUpdate' of type '[DeliveryValueBasedRateGroupUpdateInput!]' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.rateGroupsToUpdate' has description 'Rate groups to update for this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToDelete' of type '[ID!]' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.rateGroupsToDelete' has description 'The IDs of rate groups to delete from this shipping option.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryValueBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedOptionDefinitionUpdateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Null clears the threshold. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryValueBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedOptionDefinitionUpdateInput' has description 'The input fields for updating a value-based shipping option.'"
        },
        {
          "name": "DeliveryValueBasedRate",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRate' was added"
        },
        {
          "name": "DeliveryValueBasedRate",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryValueBasedRate' object implements 'DeliveryRate' interface"
        },
        {
          "name": "DeliveryValueBasedRate",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRate' has description 'A value-based shipping rate.\n\nDefines price, optional transit time estimates, and the cart-value range for this rate.'"
        },
        {
          "name": "DeliveryValueBasedRateConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateConnection' was added"
        },
        {
          "name": "DeliveryValueBasedRateConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateConnection' has description 'An auto-generated type for paginating through multiple DeliveryValueBasedRates.'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateCreateInput' was added"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'MoneyInput!' was added to input object type 'DeliveryValueBasedRateCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateCreateInput.price' has description 'The price charged for this rate.'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'minValue' of type 'MoneyInput!' was added to input object type 'DeliveryValueBasedRateCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateCreateInput.minValue' has description 'The minimum cart value (inclusive) for this rate.'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxValue' of type 'MoneyInput' was added to input object type 'DeliveryValueBasedRateCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateCreateInput.maxValue' has description 'The maximum cart value (inclusive) for this rate. Omit for no upper limit.'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMinSeconds' of type 'Int' was added to input object type 'DeliveryValueBasedRateCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateCreateInput.transitTimeMinSeconds' has description 'The minimum transit time estimate in seconds.'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMaxSeconds' of type 'Int' was added to input object type 'DeliveryValueBasedRateCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateCreateInput.transitTimeMaxSeconds' has description 'The maximum transit time estimate in seconds.'"
        },
        {
          "name": "DeliveryValueBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateCreateInput' has description 'The input fields for creating a value-based rate.'"
        },
        {
          "name": "DeliveryValueBasedRateEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateEdge' was added"
        },
        {
          "name": "DeliveryValueBasedRateEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateEdge' has description 'An auto-generated type which holds one DeliveryValueBasedRate and a cursor during pagination.'"
        },
        {
          "name": "DeliveryValueBasedRateGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateGroup' was added"
        },
        {
          "name": "DeliveryValueBasedRateGroup",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryValueBasedRateGroup' object implements 'DeliveryOptionDefinitionRateGroup' interface"
        },
        {
          "name": "DeliveryValueBasedRateGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateGroup' has description 'A rate group for a value-based shipping option.\n\nContains rates that define price tiers based on cart value.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateGroupConnection' was added"
        },
        {
          "name": "DeliveryValueBasedRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateGroupConnection' has description 'An auto-generated type for paginating through multiple DeliveryValueBasedRateGroups.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateGroupCreateInput' was added"
        },
        {
          "name": "DeliveryValueBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rates' of type '[DeliveryValueBasedRateCreateInput!]!' was added to input object type 'DeliveryValueBasedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupCreateInput.rates' has description 'The rates to create in this rate group.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsCreateInput!' was added to input object type 'DeliveryValueBasedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupCreateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateGroupCreateInput' has description 'The input fields for creating a rate group for a value-based shipping option.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateGroupEdge' was added"
        },
        {
          "name": "DeliveryValueBasedRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateGroupEdge' has description 'An auto-generated type which holds one DeliveryValueBasedRateGroup and a cursor during pagination.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateGroupUpdateInput' was added"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryValueBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupUpdateInput.id' has description 'The ID of the rate group to update.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratesToCreate' of type '[DeliveryValueBasedRateCreateInput!]' was added to input object type 'DeliveryValueBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupUpdateInput.ratesToCreate' has description 'Rates to create within this rate group.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratesToUpdate' of type '[DeliveryValueBasedRateUpdateInput!]' was added to input object type 'DeliveryValueBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupUpdateInput.ratesToUpdate' has description 'Rates to update within this rate group.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratesToDelete' of type '[ID!]' was added to input object type 'DeliveryValueBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupUpdateInput.ratesToDelete' has description 'IDs of rates to delete from this rate group.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsUpdateInput' was added to input object type 'DeliveryValueBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateGroupUpdateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryValueBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateGroupUpdateInput' has description 'The input fields for updating a rate group for a value-based shipping option.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryValueBasedRateUpdateInput' was added"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryValueBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateUpdateInput.id' has description 'The ID of the rate to update.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'MoneyInput' was added to input object type 'DeliveryValueBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateUpdateInput.price' has description 'The price charged for this rate.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'minValue' of type 'MoneyInput' was added to input object type 'DeliveryValueBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateUpdateInput.minValue' has description 'The minimum cart value for this rate.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxValue' of type 'MoneyInput' was added to input object type 'DeliveryValueBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateUpdateInput.maxValue' has description 'The maximum cart value (inclusive) for this rate. Set to null for no upper limit.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMinSeconds' of type 'Int' was added to input object type 'DeliveryValueBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateUpdateInput.transitTimeMinSeconds' has description 'The minimum transit time estimate in seconds.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMaxSeconds' of type 'Int' was added to input object type 'DeliveryValueBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryValueBasedRateUpdateInput.transitTimeMaxSeconds' has description 'The maximum transit time estimate in seconds.'"
        },
        {
          "name": "DeliveryValueBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryValueBasedRateUpdateInput' has description 'The input fields for updating a value-based rate.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedOptionDefinition' was added"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryWeightBasedOptionDefinition' object implements 'DeliveryOptionDefinition' interface"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedOptionDefinition' has description 'A shipping option with rates based on package weight.\n\nRates contain tiers that define package-weight thresholds. Checkout selects the\nappropriate tier using the package weight of the shipping allocation, or the\ncombined package weight when allocations are grouped for weight conditions.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedOptionDefinitionCreateInput' was added"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String!' was added to input object type 'DeliveryWeightBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionCreateInput.name' has description 'The name shown to buyers for this shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryWeightBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionCreateInput.description' has description 'Optional description shown to buyers.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' with default value 'true' was added to input object type 'DeliveryWeightBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionCreateInput.isActive' has description 'Whether this shipping option is active and shown to buyers. Defaults to true.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode!' was added to input object type 'DeliveryWeightBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionCreateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroups' of type '[DeliveryWeightBasedRateGroupCreateInput!]!' was added to input object type 'DeliveryWeightBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionCreateInput.rateGroups' has description 'The weight-based rate groups for this shipping option. At this time, only a single rate group is supported for weight-based shipping options.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryWeightBasedOptionDefinitionCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionCreateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedOptionDefinitionCreateInput' has description 'The input fields for creating a weight-based shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedOptionDefinitionUpdateInput' was added"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.id' has description 'The globally unique ID of the weight-based shipping option to update.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.name' has description 'The name shown to buyers for this shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'description' of type 'String' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.description' has description 'Optional description shown to buyers.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isActive' of type 'Boolean' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.isActive' has description 'Whether this shipping option is active and shown to buyers.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'currency' of type 'CurrencyCode' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.currency' has description 'The currency used for all money values in this shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToCreate' of type '[DeliveryWeightBasedRateGroupCreateInput!]' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.rateGroupsToCreate' has description 'Rate groups to create for this shipping option. At this time, only a single rate group is supported for weight-based shipping options.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToUpdate' of type '[DeliveryWeightBasedRateGroupUpdateInput!]' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.rateGroupsToUpdate' has description 'Rate groups to update for this shipping option. Only the existing single rate group is supported.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rateGroupsToDelete' of type '[ID!]' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.rateGroupsToDelete' has description 'The IDs of rate groups to delete from this shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'freeDeliveryMinimumValue' of type 'MoneyInput' was added to input object type 'DeliveryWeightBasedOptionDefinitionUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedOptionDefinitionUpdateInput.freeDeliveryMinimumValue' has description 'The cart subtotal required for free shipping. Null clears the threshold. Currency must match the shipping option\\'s currency.'"
        },
        {
          "name": "DeliveryWeightBasedOptionDefinitionUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedOptionDefinitionUpdateInput' has description 'The input fields for updating a weight-based shipping option.'"
        },
        {
          "name": "DeliveryWeightBasedRate",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRate' was added"
        },
        {
          "name": "DeliveryWeightBasedRate",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryWeightBasedRate' object implements 'DeliveryRate' interface"
        },
        {
          "name": "DeliveryWeightBasedRate",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRate' has description 'A weight-based shipping rate.\n\nWeight-based rates charge different prices depending on package weight, which can\ninclude packaging weight in addition to item weight, and may include optional\ntransit time estimates.'"
        },
        {
          "name": "DeliveryWeightBasedRateConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateConnection' was added"
        },
        {
          "name": "DeliveryWeightBasedRateConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateConnection' has description 'An auto-generated type for paginating through multiple DeliveryWeightBasedRates.'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateCreateInput' was added"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'MoneyInput!' was added to input object type 'DeliveryWeightBasedRateCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateCreateInput.price' has description 'The price charged for this rate tier.'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMinSeconds' of type 'Int' was added to input object type 'DeliveryWeightBasedRateCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateCreateInput.transitTimeMinSeconds' has description 'The minimum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMaxSeconds' of type 'Int' was added to input object type 'DeliveryWeightBasedRateCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateCreateInput.transitTimeMaxSeconds' has description 'The maximum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'minWeight' of type 'WeightInput!' was added to input object type 'DeliveryWeightBasedRateCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateCreateInput.minWeight' has description 'The minimum package weight for this rate tier.'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxWeight' of type 'WeightInput' was added to input object type 'DeliveryWeightBasedRateCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateCreateInput.maxWeight' has description 'The maximum package weight for this rate tier. If omitted, the tier has no upper weight limit.'"
        },
        {
          "name": "DeliveryWeightBasedRateCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateCreateInput' has description 'The input fields for creating a weight-based rate.'"
        },
        {
          "name": "DeliveryWeightBasedRateEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateEdge' was added"
        },
        {
          "name": "DeliveryWeightBasedRateEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateEdge' has description 'An auto-generated type which holds one DeliveryWeightBasedRate and a cursor during pagination.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroup",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateGroup' was added"
        },
        {
          "name": "DeliveryWeightBasedRateGroup",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'DeliveryWeightBasedRateGroup' object implements 'DeliveryOptionDefinitionRateGroup' interface"
        },
        {
          "name": "DeliveryWeightBasedRateGroup",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateGroup' has description 'A rate group for a weight-based shipping option.\n\nContains rates that define price tiers based on package weight.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateGroupConnection' was added"
        },
        {
          "name": "DeliveryWeightBasedRateGroupConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateGroupConnection' has description 'An auto-generated type for paginating through multiple DeliveryWeightBasedRateGroups.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateGroupCreateInput' was added"
        },
        {
          "name": "DeliveryWeightBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'rates' of type '[DeliveryWeightBasedRateCreateInput!]!' was added to input object type 'DeliveryWeightBasedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupCreateInput.rates' has description 'The weight-based rates for this rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsCreateInput!' was added to input object type 'DeliveryWeightBasedRateGroupCreateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupCreateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateGroupCreateInput' has description 'The input fields for creating a weight-based rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateGroupEdge' was added"
        },
        {
          "name": "DeliveryWeightBasedRateGroupEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateGroupEdge' has description 'An auto-generated type which holds one DeliveryWeightBasedRateGroup and a cursor during pagination.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateGroupUpdateInput' was added"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryWeightBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupUpdateInput.id' has description 'The ID of the rate group to update.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratesToCreate' of type '[DeliveryWeightBasedRateCreateInput!]' was added to input object type 'DeliveryWeightBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupUpdateInput.ratesToCreate' has description 'Rates to create in this rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratesToUpdate' of type '[DeliveryWeightBasedRateUpdateInput!]' was added to input object type 'DeliveryWeightBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupUpdateInput.ratesToUpdate' has description 'Rates to update in this rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ratesToDelete' of type '[ID!]' was added to input object type 'DeliveryWeightBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupUpdateInput.ratesToDelete' has description 'IDs of rates to delete from this rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'conditions' of type 'DeliveryRateConditionsUpdateInput' was added to input object type 'DeliveryWeightBasedRateGroupUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateGroupUpdateInput.conditions' has description 'Collection and origin location conditions for this rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateGroupUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateGroupUpdateInput' has description 'The input fields for updating a weight-based rate group.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DeliveryWeightBasedRateUpdateInput' was added"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID!' was added to input object type 'DeliveryWeightBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateUpdateInput.id' has description 'The globally unique ID of the weight-based rate to update.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'MoneyInput' was added to input object type 'DeliveryWeightBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateUpdateInput.price' has description 'The price charged for this rate tier.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMinSeconds' of type 'Int' was added to input object type 'DeliveryWeightBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateUpdateInput.transitTimeMinSeconds' has description 'The minimum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'transitTimeMaxSeconds' of type 'Int' was added to input object type 'DeliveryWeightBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateUpdateInput.transitTimeMaxSeconds' has description 'The maximum estimated transit time in seconds.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'minWeight' of type 'WeightInput' was added to input object type 'DeliveryWeightBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateUpdateInput.minWeight' has description 'The minimum package weight for this rate tier.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'maxWeight' of type 'WeightInput' was added to input object type 'DeliveryWeightBasedRateUpdateInput'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryWeightBasedRateUpdateInput.maxWeight' has description 'The maximum package weight for this rate tier. Null means no upper weight limit.'"
        },
        {
          "name": "DeliveryWeightBasedRateUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DeliveryWeightBasedRateUpdateInput' has description 'The input fields for updating a weight-based rate.'"
        },
        {
          "name": "DiscountCustomerSelectionUnknown",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DiscountCustomerSelectionUnknown' was added"
        },
        {
          "name": "DiscountCustomerSelectionUnknown",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DiscountCustomerSelectionUnknown' has description 'An unrecognized customer selection type. Use the `context` field on the parent discount type instead.'"
        },
        {
          "name": "DiscountMarkets",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DiscountMarkets' was added"
        },
        {
          "name": "DiscountMarkets",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DiscountMarkets' has description 'Markets where the discount is available.'"
        },
        {
          "name": "DiscountMarketsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'DiscountMarketsInput' was added"
        },
        {
          "name": "DiscountMarketsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'add' of type '[ID!]' was added to input object type 'DiscountMarketsInput'"
        },
        {
          "name": "DiscountMarketsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountMarketsInput.add' has description 'The list of market IDs to add.'"
        },
        {
          "name": "DiscountMarketsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'remove' of type '[ID!]' was added to input object type 'DiscountMarketsInput'"
        },
        {
          "name": "DiscountMarketsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountMarketsInput.remove' has description 'The list of market IDs to remove.'"
        },
        {
          "name": "DiscountMarketsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'DiscountMarketsInput' has description 'The input fields for the markets where the discount is available.'"
        },
        {
          "name": "GiftCardCashOutTransaction",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardCashOutTransaction' was added"
        },
        {
          "name": "GiftCardCashOutTransaction",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'GiftCardCashOutTransaction' object implements 'GiftCardTransaction' interface"
        },
        {
          "name": "GiftCardCashOutTransaction",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'GiftCardCashOutTransaction' object implements 'HasMetafields' interface"
        },
        {
          "name": "GiftCardCashOutTransaction",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'GiftCardCashOutTransaction' object implements 'Node' interface"
        },
        {
          "name": "GiftCardCashOutTransaction",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardCashOutTransaction' has description 'A cash out transaction where the gift card balance was redeemed for cash.'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardCrossCurrencyRedemptionStrategy' was added"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'GiftCardCrossCurrencyRedemptionStrategy'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The gift card can only be redeemed in the currency it was issued in. It cannot be used for purchases in other currencies.' was added to enum value 'GiftCardCrossCurrencyRedemptionStrategy.NONE'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MARKET_FX' was added to enum 'GiftCardCrossCurrencyRedemptionStrategy'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The gift card is redeemed using the automatic or manual exchange rate configured in the market\\'s currency setting when converting from shop currency. Only applicable for gift cards issued in the shop currency.' was added to enum value 'GiftCardCrossCurrencyRedemptionStrategy.MARKET_FX'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SPOT_FX' was added to enum 'GiftCardCrossCurrencyRedemptionStrategy'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The gift card is redeemed using standard spot exchange rates between the redemption currency and the gift card currency.' was added to enum value 'GiftCardCrossCurrencyRedemptionStrategy.SPOT_FX'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardCrossCurrencyRedemptionStrategy' has description 'The strategy used to convert the gift card\\'s balance when it is redeemed in a currency other than the one it was issued in.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardProductSetInput' was added"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'descriptionHtml' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.descriptionHtml' has description 'The description of the product, with HTML tags.\nFor example, the description might include bold `<strong></strong>` and italic `<i></i>` text.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.handle' has description 'A unique, human-readable string that\\'s used to identify the product in URLs. A handle can contain letters, hyphens (`-`), and numbers, but no spaces.\nIf no handle is explicitly provided, then the title is used to construct the product\\'s handle.\nFor example, if a product is titled \"Black Sunglasses\" and no handle is provided, then the handle `black-sunglasses` is generated (unless that handle\nis already taken, in which case a suffix is added to make the handle unique).'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'seo' of type 'SEOInput' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.seo' has description 'The [SEO title and description](https://help.shopify.com/manual/promoting-marketing/seo/adding-keywords)\nthat are associated with a product.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productType' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.productType' has description 'The [product type](https://help.shopify.com/manual/products/details/product-type)\nthat merchants define.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'tags' of type '[String!]' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.tags' has description 'A list of searchable keywords that are\nassociated with the product. For example, a merchant might apply the `sports`\nand `summer` tags to products that are associated with sportwear for summer.\n\nUpdating `tags` overwrites any existing tags that were previously added to the product.\nTo add new tags without overwriting existing tags, use the\n[`tagsAdd`](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd)\nmutation.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'templateSuffix' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.templateSuffix' has description 'The [theme template](https://shopify.dev/docs/storefronts/themes/architecture/templates) that\\'s used when customers view a product in a store.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'giftCardTemplateSuffix' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.giftCardTemplateSuffix' has description 'The [theme template](https://shopify.dev/docs/storefronts/themes/architecture/templates) that\\'s used when customers view a gift card in a store.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'title' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.title' has description 'The name for the product that displays to customers. If no handle is explicitly provided, then the title is used to construct the product\\'s handle.\nFor example, if a product is titled \"Black Sunglasses\" and no handle is provided, then the handle `black-sunglasses` is generated.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'vendor' of type 'String' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.vendor' has description 'The name of the product\\'s vendor.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'redirectNewHandle' of type 'Boolean' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.redirectNewHandle' has description 'Whether a redirect is required after a new handle has been provided.\nIf `true`, then the old handle is redirected to the new one automatically.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'status' of type 'ProductStatus' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.status' has description 'The status of the product.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collections' of type '[ID!]' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.collections' has description 'The IDs of collections that this product will be a member of.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.metafields' has description 'The metafields to associate with this product.\n\nComplexity cost: 0.4 per metafield.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'files' of type '[FileSetInput!]' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.files' has description 'The files to associate with the product.\n\nComplexity cost: 1.9 per file.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'productOptions' of type '[OptionSetInput!]' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.productOptions' has description 'List of custom product options and option values (maximum of 3 per product).'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'issuanceCurrency' of type 'CurrencyCode' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.issuanceCurrency' has description 'The issuance currency for gift cards fulfilled from this product.\n\n> Note\n> This value can\\'t be changed after the product is created.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'crossCurrencyRedeemable' of type 'Boolean' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.crossCurrencyRedeemable' has description 'Whether gift cards fulfilled from this product are redeemable in any payment currency supported by the store.\n\n> Note\n> This value can\\'t be changed after the product is created.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'variants' of type '[GiftCardProductVariantSetInput!]' was added to input object type 'GiftCardProductSetInput'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductSetInput.variants' has description 'A list of variants associated with the gift card product.\n\nComplexity cost: 0.2 per variant.'"
        },
        {
          "name": "GiftCardProductSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardProductSetInput' has description 'The input fields for creating or updating a gift card product with the\n[`giftCardProductSet`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet)\nmutation.\n\nFor list fields like\n[`variants`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet#arguments-input.fields.variants),\nthe mutation creates new entries, updates existing ones, and deletes any entries not included\nin the input. All other fields update only when explicitly provided, leaving omitted fields\nunchanged.'"
        },
        {
          "name": "GiftCardProductSetPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardProductSetPayload' was added"
        },
        {
          "name": "GiftCardProductSetPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardProductSetPayload' has description 'Return type for `giftCardProductSet` mutation.'"
        },
        {
          "name": "GiftCardProductSetUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardProductSetUserError' was added"
        },
        {
          "name": "GiftCardProductSetUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'GiftCardProductSetUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "GiftCardProductSetUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardProductSetUserError' has description 'Defines errors for GiftCardProductSet mutation.'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardProductSetUserErrorCode' was added"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID_NOT_ALLOWED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The id field is not allowed if identifier is provided.' was added to enum value 'GiftCardProductSetUserErrorCode.ID_NOT_ALLOWED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_FIELD_REQUIRED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input field corresponding to the identifier is required.' was added to enum value 'GiftCardProductSetUserErrorCode.MISSING_FIELD_REQUIRED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INPUT_MISMATCH' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The identifier value does not match the value of the corresponding field in the input.' was added to enum value 'GiftCardProductSetUserErrorCode.INPUT_MISMATCH'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Resource matching the identifier was not found.' was added to enum value 'GiftCardProductSetUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'METAFIELD_MISMATCH' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input argument `metafields` (if present) must contain the `customId` value.' was added to enum value 'GiftCardProductSetUserErrorCode.METAFIELD_MISMATCH'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_ERROR' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Something went wrong, please try again.' was added to enum value 'GiftCardProductSetUserErrorCode.GENERIC_ERROR'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELD' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Metafield is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_METAFIELD'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_VARIANT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product variant is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_VARIANT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_SUSPENDED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product is suspended.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_SUSPENDED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_VARIANT_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product variant does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_VARIANT_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Option does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_VALUE_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Option value does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_VALUE_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTIONS_OVER_LIMIT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Options over limit.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTIONS_OVER_LIMIT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_VALUES_OVER_LIMIT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Option values over limit.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_VALUES_OVER_LIMIT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_VALUES_MISSING' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Each option must have at least one option value specified.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_VALUES_MISSING'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_OPTION_NAME' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated option name.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_OPTION_NAME'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_OPTION_VALUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated option value.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_OPTION_VALUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS_OVER_LIMIT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Number of product variants exceeds shop limit.' was added to enum value 'GiftCardProductSetUserErrorCode.VARIANTS_OVER_LIMIT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_OPTIONS_INPUT_MISSING' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Must specify product options when updating variants.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_OPTIONS_INPUT_MISSING'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS_INPUT_MISSING' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Must specify variants when updating options.' was added to enum value 'GiftCardProductSetUserErrorCode.VARIANTS_INPUT_MISSING'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GIFT_CARDS_NOT_ACTIVATED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift card products can only be created after they have been activated.' was added to enum value 'GiftCardProductSetUserErrorCode.GIFT_CARDS_NOT_ACTIVATED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GIFT_CARD_ATTRIBUTE_CANNOT_BE_CHANGED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product gift_card attribute cannot be changed after creation.' was added to enum value 'GiftCardProductSetUserErrorCode.GIFT_CARD_ATTRIBUTE_CANNOT_BE_CHANGED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_PRODUCT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_INPUT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Input is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_INPUT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'JOB_ERROR' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Error processing request in the background job.' was added to enum value 'GiftCardProductSetUserErrorCode.JOB_ERROR'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CAPABILITY_VIOLATION' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield violates a capability restriction.' was added to enum value 'GiftCardProductSetUserErrorCode.CAPABILITY_VIOLATION'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_COMBINE_LINKED_AND_NONLINKED_OPTION_VALUES' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An option cannot have both metafield linked and nonlinked option values.' was added to enum value 'GiftCardProductSetUserErrorCode.CANNOT_COMBINE_LINKED_AND_NONLINKED_OPTION_VALUES'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELD_VALUE_FOR_LINKED_OPTION' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Invalid metafield value for linked option.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_METAFIELD_VALUE_FOR_LINKED_OPTION'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATE_LINKED_OPTION' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot link multiple options to the same metafield.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATE_LINKED_OPTION'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_METAFIELD_VALUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated metafield value for linked option.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_METAFIELD_VALUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LINKED_OPTIONS_NOT_SUPPORTED_FOR_SHOP' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Linked options are currently not supported for this shop.' was added to enum value 'GiftCardProductSetUserErrorCode.LINKED_OPTIONS_NOT_SUPPORTED_FOR_SHOP'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LINKED_METAFIELD_DEFINITION_NOT_FOUND' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No valid metafield definition found for linked option.' was added to enum value 'GiftCardProductSetUserErrorCode.LINKED_METAFIELD_DEFINITION_NOT_FOUND'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_VALUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated value.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_VALUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'HANDLE_NOT_UNIQUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Handle already in use. Please provide a new handle.' was added to enum value 'GiftCardProductSetUserErrorCode.HANDLE_NOT_UNIQUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_MUST_BE_GIFT_CARD' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The specified product is not a gift card. The giftCardProductSet mutation can only be used with gift card products.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_MUST_BE_GIFT_CARD'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardProductSetUserErrorCode' has description 'Possible error codes that can be returned by `GiftCardProductSetUserError`.'"
        },
        {
          "name": "GiftCardProductSettings",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardProductSettings' was added"
        },
        {
          "name": "GiftCardProductSettings",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardProductSettings' has description 'The gift card configuration settings for a\n[`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product),\nincluding the\n[`issuanceCurrency`](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCardProductSettings#field-GiftCardProductSettings.fields.issuanceCurrency)\nand whether the gift card can be redeemed across currencies via\n[`crossCurrencyRedeemable`](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCardProductSettings#field-GiftCardProductSettings.fields.crossCurrencyRedeemable).\nConfigure these settings when creating a gift card product with the\n[`giftCardProductSet`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet)\nmutation.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GiftCardProductVariantSetInput' was added"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'id' of type 'ID' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.id' has description 'Specifies the product variant to update or create a new variant if absent.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionValues' of type '[VariantOptionValueInput!]!' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.optionValues' has description 'The custom properties that a shop owner uses to define product variants.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'price' of type 'Money' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.price' has description 'The price of the variant.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'sku' of type 'String' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.sku' has description 'The SKU for the variant. Case-sensitive string.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'barcode' of type 'String' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.barcode' has description 'The value of the barcode associated with the product.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'position' of type 'Int' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.position' has description 'The order of the product variant in the list of product variants. The first position in the list is 1.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'file' of type 'FileSetInput' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.file' has description 'The file to associate with the variant.\n\nComplexity cost: 0.6 per variant file.\n\nAny file specified here must also be specified in the `files` input for the product.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.metafields' has description 'Additional customizable information about the product variant.\n\nComplexity cost: 0.4 per variant metafield.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'published' of type 'Boolean' was added to input object type 'GiftCardProductVariantSetInput'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardProductVariantSetInput.published' has description 'Indicates whether the product variant is created as published or unpublished. This option is only available for new product variants.'"
        },
        {
          "name": "GiftCardProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GiftCardProductVariantSetInput' has description 'The input fields for specifying a gift card product variant to create or update with the\n[`giftCardProductSet`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet)\nmutation.\n\nInclude an\n[`id`](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/GiftCardProductSetVariantInput#field-GiftCardProductSetVariantInput.fields.id)\nto update an existing variant, or omit it to create a new one. Gift card variant defaults are\napplied automatically, meaning variants are set to non-taxable, don\\'t require shipping, and their inventory is untracked.'"
        },
        {
          "name": "IdentityProviderSubject",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'IdentityProviderSubject' was added"
        },
        {
          "name": "IdentityProviderSubject",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'IdentityProviderSubject' object implements 'Node' interface"
        },
        {
          "name": "IdentityProviderSubject",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'IdentityProviderSubject' has description 'Represents a customer\\'s identity provider subject identifier.'"
        },
        {
          "name": "MarketConditionsChannelsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketConditionsChannelsInput' was added"
        },
        {
          "name": "MarketConditionsChannelsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'channelIds' of type '[ID!]' was added to input object type 'MarketConditionsChannelsInput'"
        },
        {
          "name": "MarketConditionsChannelsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketConditionsChannelsInput.channelIds' has description 'A list of channel IDs to include in the market condition.'"
        },
        {
          "name": "MarketConditionsChannelsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketConditionsChannelsInput' has description 'The input fields required to create or update a channel market condition.'"
        },
        {
          "name": "MarketDeliveryConfigurations",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketDeliveryConfigurations' was added"
        },
        {
          "name": "MarketDeliveryConfigurations",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketDeliveryConfigurations' has description 'Delivery configurations for a market. Container type for shipping configuration.'"
        },
        {
          "name": "MarketDeliveryConfigurationsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketDeliveryConfigurationsCreateInput' was added"
        },
        {
          "name": "MarketDeliveryConfigurationsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shipping' of type 'ShippingConfigurationCreateInput' was added to input object type 'MarketDeliveryConfigurationsCreateInput'"
        },
        {
          "name": "MarketDeliveryConfigurationsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketDeliveryConfigurationsCreateInput.shipping' has description 'The shipping configuration for the market.'"
        },
        {
          "name": "MarketDeliveryConfigurationsCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketDeliveryConfigurationsCreateInput' has description 'The input fields for configuring delivery for a new market.'"
        },
        {
          "name": "MarketDeliveryConfigurationsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketDeliveryConfigurationsUpdateInput' was added"
        },
        {
          "name": "MarketDeliveryConfigurationsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shipping' of type 'ShippingConfigurationUpdateInput' was added to input object type 'MarketDeliveryConfigurationsUpdateInput'"
        },
        {
          "name": "MarketDeliveryConfigurationsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketDeliveryConfigurationsUpdateInput.shipping' has description 'Shipping configuration changes. When omitted, shipping is not changed.'"
        },
        {
          "name": "MarketDeliveryConfigurationsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'removeShipping' of type 'Boolean' was added to input object type 'MarketDeliveryConfigurationsUpdateInput'"
        },
        {
          "name": "MarketDeliveryConfigurationsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketDeliveryConfigurationsUpdateInput.removeShipping' has description 'When true, removes the shipping configuration so the market inherits shipping from its parent.'"
        },
        {
          "name": "MarketDeliveryConfigurationsUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketDeliveryConfigurationsUpdateInput' has description 'The input fields for configuring delivery for an existing market.'"
        },
        {
          "name": "MarketRegionSubdivision",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketRegionSubdivision' was added"
        },
        {
          "name": "MarketRegionSubdivision",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'MarketRegionSubdivision' object implements 'MarketRegion' interface"
        },
        {
          "name": "MarketRegionSubdivision",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'MarketRegionSubdivision' object implements 'Node' interface"
        },
        {
          "name": "MarketRegionSubdivision",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketRegionSubdivision' has description 'A subdivision of a country which comprises a market.'"
        },
        {
          "name": "MarketRegionSubdivisionCountry",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MarketRegionSubdivisionCountry' was added"
        },
        {
          "name": "MarketRegionSubdivisionCountry",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MarketRegionSubdivisionCountry' has description 'A country that a subdivision belongs to.'"
        },
        {
          "name": "OrderAttribution",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttribution' was added"
        },
        {
          "name": "OrderAttribution",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttribution' has description 'The attribution details for an order.'"
        },
        {
          "name": "OrderAttributionDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinition' was added"
        },
        {
          "name": "OrderAttributionDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'OrderAttributionDefinition' object implements 'Node' interface"
        },
        {
          "name": "OrderAttributionDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinition' has description 'An attribution definition that an app can use to label orders it routes to a shop.\nDefinitions can be supplied declaratively via the `order_attribution_config` extension or created\ndynamically per-shop via the Admin API.\nLearn more in the [order attribution guide](https://shopify.dev/docs/apps/build/sales-channels/order-attribution).'"
        },
        {
          "name": "OrderAttributionDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionConnection' was added"
        },
        {
          "name": "OrderAttributionDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionConnection' has description 'An auto-generated type for paginating through multiple OrderAttributionDefinitions.'"
        },
        {
          "name": "OrderAttributionDefinitionDeletePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionDeletePayload' was added"
        },
        {
          "name": "OrderAttributionDefinitionDeletePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionDeletePayload' has description 'Return type for `orderAttributionDefinitionDelete` mutation.'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionDeleteUserError' was added"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'OrderAttributionDefinitionDeleteUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionDeleteUserError' has description 'An error that occurs during the execution of `OrderAttributionDefinitionDelete`.'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionDeleteUserErrorCode' was added"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'OrderAttributionDefinitionDeleteUserErrorCode'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'OrderAttributionDefinitionDeleteUserErrorCode.INVALID'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'OrderAttributionDefinitionDeleteUserErrorCode'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'OrderAttributionDefinitionDeleteUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionDeleteUserErrorCode' has description 'Possible error codes that can be returned by `OrderAttributionDefinitionDeleteUserError`.'"
        },
        {
          "name": "OrderAttributionDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionEdge' was added"
        },
        {
          "name": "OrderAttributionDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionEdge' has description 'An auto-generated type which holds one OrderAttributionDefinition and a cursor during pagination.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionUpsertInput' was added"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'handle' of type 'String!' was added to input object type 'OrderAttributionDefinitionUpsertInput'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'OrderAttributionDefinitionUpsertInput.handle' has description 'A unique identifier for the definition, scoped to the calling app on a single shop. Case insensitive. Used to match an existing definition when upserting.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'displayName' of type 'String!' was added to input object type 'OrderAttributionDefinitionUpsertInput'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'OrderAttributionDefinitionUpsertInput.displayName' has description 'A human-readable name for the definition, displayed in Shopify Admin and on order details.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'icon' of type 'String' was added to input object type 'OrderAttributionDefinitionUpsertInput'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'OrderAttributionDefinitionUpsertInput.icon' has description 'Sanitized SVG content used as the icon for orders attributed to this definition. Must conform to the platform\\'s SVG sanitization rules and a 0 0 20 20 viewbox. Omit this field to leave the existing icon unchanged on update, or pass `null` to clear it.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionUpsertInput' has description 'The input fields for upserting an order attribution definition.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionUpsertPayload' was added"
        },
        {
          "name": "OrderAttributionDefinitionUpsertPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionUpsertPayload' has description 'Return type for `orderAttributionDefinitionUpsert` mutation.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionUpsertUserError' was added"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'OrderAttributionDefinitionUpsertUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionUpsertUserError' has description 'An error that occurs during the execution of `OrderAttributionDefinitionUpsert`.'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderAttributionDefinitionUpsertUserErrorCode' was added"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'OrderAttributionDefinitionUpsertUserErrorCode'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'OrderAttributionDefinitionUpsertUserErrorCode.INVALID'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderAttributionDefinitionUpsertUserErrorCode' has description 'Possible error codes that can be returned by `OrderAttributionDefinitionUpsertUserError`.'"
        },
        {
          "name": "OrderCreateMandatePaymentJobResult",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderCreateMandatePaymentJobResult' was added"
        },
        {
          "name": "OrderCreateMandatePaymentJobResult",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'OrderCreateMandatePaymentJobResult' object implements 'JobResult' interface"
        },
        {
          "name": "OrderCreateMandatePaymentJobResult",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'OrderCreateMandatePaymentJobResult' object implements 'Node' interface"
        },
        {
          "name": "OrderCreateMandatePaymentJobResult",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderCreateMandatePaymentJobResult' has description 'A job result for tracking the status of a mandate payment request on an order.'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'OrderCreateMandatePaymentStatus' was added"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTED' was added to enum 'OrderCreateMandatePaymentStatus'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The mandate payment request has been initiated.' was added to enum value 'OrderCreateMandatePaymentStatus.STARTED'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUCCEEDED' was added to enum 'OrderCreateMandatePaymentStatus'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The mandate payment has been completed successfully.' was added to enum value 'OrderCreateMandatePaymentStatus.SUCCEEDED'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED' was added to enum 'OrderCreateMandatePaymentStatus'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The mandate payment has failed.' was added to enum value 'OrderCreateMandatePaymentStatus.FAILED'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'OrderCreateMandatePaymentStatus' has description 'Represents the status of a mandate payment request.'"
        },
        {
          "name": "PackageInfoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PackageInfoInput' was added"
        },
        {
          "name": "PackageInfoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'customPackage' of type 'ShippingLabelPurchaseCustomPackageInput' was added to input object type 'PackageInfoInput'"
        },
        {
          "name": "PackageInfoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PackageInfoInput.customPackage' has description 'A package with custom dimensions and empty-package weight. Mutually exclusive with `carrierPackage`.'"
        },
        {
          "name": "PackageInfoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierPackage' of type 'ShippingCarrierPackageInput' was added to input object type 'PackageInfoInput'"
        },
        {
          "name": "PackageInfoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PackageInfoInput.carrierPackage' has description 'A standard package provided by the carrier. Mutually exclusive with `customPackage`.'"
        },
        {
          "name": "PackageInfoInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PackageInfoInput' has description 'The input fields that describe package information for the shipping label purchase. Exactly one of `customPackage` or `carrierPackage` must be provided.'"
        },
        {
          "name": "PaymentScheduleCapturePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentScheduleCapturePayload' was added"
        },
        {
          "name": "PaymentScheduleCapturePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentScheduleCapturePayload' has description 'Return type for `paymentScheduleCapture` mutation.'"
        },
        {
          "name": "PaymentScheduleCaptureUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentScheduleCaptureUserError' was added"
        },
        {
          "name": "PaymentScheduleCaptureUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PaymentScheduleCaptureUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "PaymentScheduleCaptureUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentScheduleCaptureUserError' has description 'An error that occurs during the execution of `PaymentScheduleCapture`.'"
        },
        {
          "name": "PaymentScheduleCaptureUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentScheduleCaptureUserErrorCode' was added"
        },
        {
          "name": "PaymentScheduleCaptureUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_SCHEDULE_CAPTURE_ERROR_CODE' was added to enum 'PaymentScheduleCaptureUserErrorCode'"
        },
        {
          "name": "PaymentScheduleCaptureUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Errors for capturing a scheduled payment.' was added to enum value 'PaymentScheduleCaptureUserErrorCode.PAYMENT_SCHEDULE_CAPTURE_ERROR_CODE'"
        },
        {
          "name": "PaymentScheduleCaptureUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentScheduleCaptureUserErrorCode' has description 'Possible error codes that can be returned by `PaymentScheduleCaptureUserError`.'"
        },
        {
          "name": "PreferredRateSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PreferredRateSelectionInput' was added"
        },
        {
          "name": "PreferredRateSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierCode' of type 'String!' was added to input object type 'PreferredRateSelectionInput'"
        },
        {
          "name": "PreferredRateSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PreferredRateSelectionInput.carrierCode' has description 'The code identifying the carrier for the preferred rate. Examples include `usps`, `ups_shipping`, `dhl_express`, and `canada_post`.'"
        },
        {
          "name": "PreferredRateSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'serviceCode' of type 'String!' was added to input object type 'PreferredRateSelectionInput'"
        },
        {
          "name": "PreferredRateSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PreferredRateSelectionInput.serviceCode' has description 'The carrier-defined service code for the preferred rate.'"
        },
        {
          "name": "PreferredRateSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PreferredRateSelectionInput' has description 'The input fields for selecting a preferred shipping rate by carrier and service codes.'"
        },
        {
          "name": "PreviewInstallPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PreviewInstallPayload' was added"
        },
        {
          "name": "PreviewInstallPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PreviewInstallPayload' has description 'Return type for `previewInstall` mutation.'"
        },
        {
          "name": "PreviewInstallUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PreviewInstallUserError' was added"
        },
        {
          "name": "PreviewInstallUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'PreviewInstallUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "PreviewInstallUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PreviewInstallUserError' has description 'An error that occurs during the execution of `PreviewInstall`.'"
        },
        {
          "name": "PreviewInstallUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PreviewInstallUserErrorCode' was added"
        },
        {
          "name": "PreviewInstallUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'PreviewInstallUserErrorCode'"
        },
        {
          "name": "PreviewInstallUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'PreviewInstallUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "PreviewInstallUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PreviewInstallUserErrorCode' has description 'Possible error codes that can be returned by `PreviewInstallUserError`.'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingCarrierPackageInput' was added"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'name' of type 'String' was added to input object type 'ShippingCarrierPackageInput'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingCarrierPackageInput.name' has description 'The carrier-defined display name for the package.'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierCode' of type 'String!' was added to input object type 'ShippingCarrierPackageInput'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingCarrierPackageInput.carrierCode' has description 'The code identifying the carrier that supplies the package. Examples include `usps`, `ups_shipping`, `dhl_express`, and `canada_post`.'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'carrierPackageCode' of type 'String!' was added to input object type 'ShippingCarrierPackageInput'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingCarrierPackageInput.carrierPackageCode' has description 'The code identifying the carrier package type.'"
        },
        {
          "name": "ShippingCarrierPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingCarrierPackageInput' has description 'The input fields for a carrier-defined package to use for the shipping label purchase.'"
        },
        {
          "name": "ShippingConfiguration",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingConfiguration' was added"
        },
        {
          "name": "ShippingConfiguration",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingConfiguration' has description 'The shipping configuration attached to a market. Defines the shipping\noptions available when a buyer is resolved to that market.'"
        },
        {
          "name": "ShippingConfigurationCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingConfigurationCreateInput' was added"
        },
        {
          "name": "ShippingConfigurationCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isEnabled' of type 'Boolean!' was added to input object type 'ShippingConfigurationCreateInput'"
        },
        {
          "name": "ShippingConfigurationCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingConfigurationCreateInput.isEnabled' has description 'Whether shipping is enabled for this market. When false, customers in this market won\\'t see shipping options at checkout.'"
        },
        {
          "name": "ShippingConfigurationCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionDefinitions' of type '[DeliveryOptionDefinitionCreateInput!]' was added to input object type 'ShippingConfigurationCreateInput'"
        },
        {
          "name": "ShippingConfigurationCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingConfigurationCreateInput.optionDefinitions' has description 'Shipping options to create for the market.'"
        },
        {
          "name": "ShippingConfigurationCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingConfigurationCreateInput' has description 'The input fields for creating a market\\'s shipping configuration.'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingConfigurationUpdateInput' was added"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'isEnabled' of type 'Boolean' was added to input object type 'ShippingConfigurationUpdateInput'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingConfigurationUpdateInput.isEnabled' has description 'Whether shipping is enabled for this market. When false, customers in this market won\\'t see shipping options at checkout. Defaults to true when the market has no shipping configuration; otherwise preserves the existing value.'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionDefinitionsToCreate' of type '[DeliveryOptionDefinitionCreateInput!]' was added to input object type 'ShippingConfigurationUpdateInput'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingConfigurationUpdateInput.optionDefinitionsToCreate' has description 'Shipping options to create for this market.'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionDefinitionsToUpdate' of type '[DeliveryOptionDefinitionUpdateInput!]' was added to input object type 'ShippingConfigurationUpdateInput'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingConfigurationUpdateInput.optionDefinitionsToUpdate' has description 'Shipping options to update, matched by ID.'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionDefinitionsToDelete' of type '[ID!]' was added to input object type 'ShippingConfigurationUpdateInput'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingConfigurationUpdateInput.optionDefinitionsToDelete' has description 'The IDs of shipping options to remove.'"
        },
        {
          "name": "ShippingConfigurationUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingConfigurationUpdateInput' has description 'The input fields for updating a market\\'s shipping configuration.'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingDocumentType' was added"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LABEL' was added to enum 'ShippingDocumentType'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping label document for the shipment.' was added to enum value 'ShippingDocumentType.LABEL'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMS_FORM' was added to enum 'ShippingDocumentType'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customs form document for the shipment.' was added to enum value 'ShippingDocumentType.CUSTOMS_FORM'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingDocumentType' has description 'Types of shipping documents.'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingEnumsFileFormat' was added"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PDF' was added to enum 'ShippingEnumsFileFormat'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'PDF file format.' was added to enum value 'ShippingEnumsFileFormat.PDF'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ZPL' was added to enum 'ShippingEnumsFileFormat'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'ZPL file format.' was added to enum value 'ShippingEnumsFileFormat.ZPL'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingEnumsFileFormat' has description 'File format for label.'"
        },
        {
          "name": "ShippingLabel",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabel' was added"
        },
        {
          "name": "ShippingLabel",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ShippingLabel' object implements 'Node' interface"
        },
        {
          "name": "ShippingLabel",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabel' has description 'The optional shipping label for this fulfillment.'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseCustomPackageInput' was added"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'weight' of type 'WeightInput!' was added to input object type 'ShippingLabelPurchaseCustomPackageInput'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseCustomPackageInput.weight' has description 'The weight of the empty package.'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'dimensions' of type 'ObjectDimensionsInput!' was added to input object type 'ShippingLabelPurchaseCustomPackageInput'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseCustomPackageInput.dimensions' has description 'The outside dimensions of the shipping package.'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'type' of type 'ShippingPackageType' with default value '\"BOX\"' was added to input object type 'ShippingLabelPurchaseCustomPackageInput'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseCustomPackageInput.type' has description 'The package type. Defaults to `BOX`.'"
        },
        {
          "name": "ShippingLabelPurchaseCustomPackageInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseCustomPackageInput' has description 'The input fields for a custom package to use for the shipping label purchase.'"
        },
        {
          "name": "ShippingLabelPurchaseError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseError' was added"
        },
        {
          "name": "ShippingLabelPurchaseError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ShippingLabelPurchaseError' object implements 'DisplayableError' interface"
        },
        {
          "name": "ShippingLabelPurchaseError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseError' has description 'The shipping label purchase processing failure.'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseErrorCode' was added"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'JOB_NOT_ENQUEUED' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There is another shipping label being purchased for this order.' was added to enum value 'ShippingLabelPurchaseErrorCode.JOB_NOT_ENQUEUED'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_IN_PROGRESS' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'We are still processing the purchase for this label.' was added to enum value 'ShippingLabelPurchaseErrorCode.PURCHASE_IN_PROGRESS'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_LABEL_VALIDATION_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping label could not be purchased due to invalid information. Please verify the shipping address, package weight and dimensions, and customs details (for international shipments).' was added to enum value 'ShippingLabelPurchaseErrorCode.PURCHASE_LABEL_VALIDATION_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'KILL_SWITCH' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Kill switch is enabled for this carrier.' was added to enum value 'ShippingLabelPurchaseErrorCode.KILL_SWITCH'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARRIER_NOT_AVAILABLE' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The carrier is not available for this label. Please try another carrier.' was added to enum value 'ShippingLabelPurchaseErrorCode.CARRIER_NOT_AVAILABLE'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISABLED_SHIPPING_ACCOUNT' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The requested shop\\'s shipping account is disabled. Please contact support.' was added to enum value 'ShippingLabelPurchaseErrorCode.DISABLED_SHIPPING_ACCOUNT'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONNECTION_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'We could not reach the shipping carrier. Please try again in a few minutes.' was added to enum value 'ShippingLabelPurchaseErrorCode.CONNECTION_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSIENT_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An error occurred while purchasing the label. Please try again.' was added to enum value 'ShippingLabelPurchaseErrorCode.TRANSIENT_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PERMANENT_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A non-recoverable error occurred while purchasing the label. Review the shipment details and try again.' was added to enum value 'ShippingLabelPurchaseErrorCode.PERMANENT_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNKNOWN_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An unknown error occurred while purchasing the label.' was added to enum value 'ShippingLabelPurchaseErrorCode.UNKNOWN_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseErrorCode' has description 'Possible error codes that can be returned by `ShippingLabelPurchaseError`.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseInput' was added"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'fulfillmentOrderId' of type 'ID!' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.fulfillmentOrderId' has description 'The ID of the fulfillment order to create the shipping label for. The fulfillment order must be fulfillable, require shipping, and have a destination shipping address.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'shippingDatetime' of type 'DateTime!' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.shippingDatetime' has description 'The date and time when the package is expected to be shipped. The value must not be in the past.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'packageInfo' of type 'PackageInfoInput' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.packageInfo' has description 'The package to use for the shipment. Provide either a custom package or a carrier-provided package.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'totalWeight' of type 'WeightInput' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.totalWeight' has description 'Total shipment weight, including the items being fulfilled and the package. If omitted, the total weight used is calculated using the weight of the empty package and the weight of the fulfillable line items.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'notifyCustomer' of type 'Boolean' with default value 'false' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.notifyCustomer' has description 'Whether to notify the customer after the shipping label is purchased.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'preferredRateSelection' of type 'PreferredRateSelectionInput' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.preferredRateSelection' has description 'The preferred carrier and service to use for the shipping label. If omitted, the mutation uses Shopify Shipping\\'s default rate selection.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'originAddress' of type 'MailingAddressInput' was added to input object type 'ShippingLabelPurchaseInput'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ShippingLabelPurchaseInput.originAddress' has description 'A custom ship-from origin address that overrides the fulfillment order\\'s assigned location for this label. If not provided, the assigned location is used.'"
        },
        {
          "name": "ShippingLabelPurchaseInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseInput' has description 'The input fields for the fulfillment order, shipping date and time, package details, weight, notification setting, and optional rate preference used to purchase a shipping label.'"
        },
        {
          "name": "ShippingLabelPurchasePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchasePayload' was added"
        },
        {
          "name": "ShippingLabelPurchasePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchasePayload' has description 'Return type for `shippingLabelPurchase` mutation.'"
        },
        {
          "name": "ShippingLabelPurchaseResult",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseResult' was added"
        },
        {
          "name": "ShippingLabelPurchaseResult",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ShippingLabelPurchaseResult' object implements 'JobResult' interface"
        },
        {
          "name": "ShippingLabelPurchaseResult",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ShippingLabelPurchaseResult' object implements 'Node' interface"
        },
        {
          "name": "ShippingLabelPurchaseResult",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseResult' has description 'Tracks the progress of an asynchronous shipping label purchase request.'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseResultStatus' was added"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PENDING_PURCHASE' was added to enum 'ShippingLabelPurchaseResultStatus'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase is pending.' was added to enum value 'ShippingLabelPurchaseResultStatus.PENDING_PURCHASE'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_FAILED' was added to enum 'ShippingLabelPurchaseResultStatus'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase failed.' was added to enum value 'ShippingLabelPurchaseResultStatus.PURCHASE_FAILED'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASED' was added to enum 'ShippingLabelPurchaseResultStatus'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase succeeded.' was added to enum value 'ShippingLabelPurchaseResultStatus.PURCHASED'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseResultStatus' has description 'The status of a shipping label purchase result.'"
        },
        {
          "name": "ShippingLabelPurchaseUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseUserError' was added"
        },
        {
          "name": "ShippingLabelPurchaseUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ShippingLabelPurchaseUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "ShippingLabelPurchaseUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseUserError' has description 'An error that occurs during the execution of `ShippingLabelPurchase`.'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingLabelPurchaseUserErrorCode' was added"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOTAL_WEIGHT_ZERO' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Non-zero total weight is required for purchase.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.TOTAL_WEIGHT_ZERO'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SHIPPING_DATE_IN_THE_PAST' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping date has already passed.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.SHIPPING_DATE_IN_THE_PAST'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_SHIPPING_RATE' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping rate selection is required for purchase.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_SHIPPING_RATE'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_SHIPPING_DATE' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping date is required for purchase.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_SHIPPING_DATE'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_INSURANCE_COVERAGE_AMOUNT' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing insurance coverage amount.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_INSURANCE_COVERAGE_AMOUNT'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_INSURANCE_COVERAGE_CURRENCY' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing insurance coverage currency.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_INSURANCE_COVERAGE_CURRENCY'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PACKAGE_DIMENSIONS' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Package dimensions must be greater than zero.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.INVALID_PACKAGE_DIMENSIONS'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_HS_CODE' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing harmonized system code.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_HS_CODE'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_COUNTRY_OF_ORIGIN' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing country of origin.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_COUNTRY_OF_ORIGIN'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AT_LEAST_1_ITEM_REQUIRED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'At least 1 item should be fulfilled.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.AT_LEAST_1_ITEM_REQUIRED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PHONE_NUMBER_NOT_FULLY_QUALIFIED_ORIGIN' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping intent has a phone number that is not fully qualified for the origin address.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PHONE_NUMBER_NOT_FULLY_QUALIFIED_ORIGIN'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PHONE_NUMBER_NOT_FULLY_QUALIFIED_DESTINATION' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping intent has a phone number that is not fully qualified for the destination address.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PHONE_NUMBER_NOT_FULLY_QUALIFIED_DESTINATION'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_SHIPPING_STATE_INVALID' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The intent is trying to set an adaptive shipping state on a non-adaptive shipping order.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.ADAPTIVE_SHIPPING_STATE_INVALID'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_INVALID' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order is not eligible for label purchase. Review the fulfillment order details and try again.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.FULFILLMENT_ORDER_INVALID'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'KILL_SWITCH' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping labels may not be purchased at this time. Please try again later.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.KILL_SWITCH'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_FAILED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The label purchase failed. Please review the shipment details and try again.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PURCHASE_FAILED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RATES_NOT_FOUND' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Rates for the shipping label were not found. Please review the shipment details and try again.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.RATES_NOT_FOUND'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TERMS_OF_SERVICE_NOT_ACCEPTED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shopify Shipping terms of service have not been accepted. Purchase a shipping label through the Shopify admin first.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.TERMS_OF_SERVICE_NOT_ACCEPTED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARRIER_NOT_SUPPORTED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected shipping carrier cannot be purchased through this API.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.CARRIER_NOT_SUPPORTED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ACCESS_DENIED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The API client lacks write access to the provided fulfillment order.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.ACCESS_DENIED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PACKAGE_CARRIER_MISMATCH' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The requested carrier package does not match the preferred rate selection carrier.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PACKAGE_CARRIER_MISMATCH'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingLabelPurchaseUserErrorCode' has description 'Possible error codes that can be returned by `ShippingLabelPurchaseUserError`.'"
        },
        {
          "name": "ShippingObjectsShippingDocument",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingObjectsShippingDocument' was added"
        },
        {
          "name": "ShippingObjectsShippingDocument",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingObjectsShippingDocument' has description 'Represents a shipping document.'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShopifyqlColumnOrigin' was added"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSPECIFIED' was added to enum 'ShopifyqlColumnOrigin'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The column origin is unspecified.' was added to enum value 'ShopifyqlColumnOrigin.UNSPECIFIED'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REQUESTED' was added to enum 'ShopifyqlColumnOrigin'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The column was explicitly requested in the query.' was added to enum value 'ShopifyqlColumnOrigin.REQUESTED'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERATED' was added to enum 'ShopifyqlColumnOrigin'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The column was dynamically generated (e.g. a comparison, total, benchmark, or attribution).' was added to enum value 'ShopifyqlColumnOrigin.GENERATED'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShopifyqlColumnOrigin' has description 'Whether a column was explicitly requested in the query or dynamically generated.'"
        },
        {
          "name": "ShopifyqlDynamicColumnMetadata",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShopifyqlDynamicColumnMetadata' was added"
        },
        {
          "name": "ShopifyqlDynamicColumnMetadata",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShopifyqlDynamicColumnMetadata' has description 'Describes how a dynamically generated column relates to the query.'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShopifyqlDynamicColumnType' was added"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSPECIFIED' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unspecified dynamic column type.' was added to enum value 'ShopifyqlDynamicColumnType.UNSPECIFIED'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPARISON' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A comparison data column (the comparison period).' was added to enum value 'ShopifyqlDynamicColumnType.COMPARISON'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PERCENT_CHANGE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A percent-change column.' was added to enum value 'ShopifyqlDynamicColumnType.PERCENT_CHANGE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPARISON_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A comparison column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.COMPARISON_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BENCHMARKS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A benchmark data column.' was added to enum value 'ShopifyqlDynamicColumnType.BENCHMARKS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BENCHMARK_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A benchmark column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.BENCHMARK_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cumulative column.' was added to enum value 'ShopifyqlDynamicColumnType.CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPARISON_CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A comparison column with cumulative data.' was added to enum value 'ShopifyqlDynamicColumnType.COMPARISON_CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_COMPARISON' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with comparison data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_COMPARISON'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_PERCENT_CHANGE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with percent-change data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_PERCENT_CHANGE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_COMPARISON_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with comparison data and totals.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_COMPARISON_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with cumulative data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_COMPARISON_CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with comparison and cumulative data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_COMPARISON_CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ROLLOUT_RESULTS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A rollout results column.' was added to enum value 'ShopifyqlDynamicColumnType.ROLLOUT_RESULTS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShopifyqlDynamicColumnType' has description 'The kind of dynamically generated column.'"
        },
        {
          "name": "ShopifyqlNullCellTranslation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShopifyqlNullCellTranslation' was added"
        },
        {
          "name": "ShopifyqlNullCellTranslation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShopifyqlNullCellTranslation' has description 'Localized display text shown in place of a null cell in a ShopifyQL result row.'"
        },
        {
          "name": "ShopifyqlRowMetadata",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShopifyqlRowMetadata' was added"
        },
        {
          "name": "ShopifyqlRowMetadata",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShopifyqlRowMetadata' has description 'Per-row metadata for a ShopifyQL result, aligned by index with the table\\'s rows.'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubCollectionIneligibleReason' was added"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_COLLECTION_REFERENCE' was added to enum 'SubCollectionIneligibleReason'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The referenced collection id does not parse as a positive integer or does not exist in the shop.' was added to enum value 'SubCollectionIneligibleReason.INVALID_COLLECTION_REFERENCE'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SELF_REFERENCE' was added to enum 'SubCollectionIneligibleReason'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The referenced collection is one of the source\\'s owning collections (a source cannot reference itself).' was added to enum value 'SubCollectionIneligibleReason.SELF_REFERENCE'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHAIN_REFERENCE' was added to enum 'SubCollectionIneligibleReason'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The referenced collection itself owns a sub-collection source (chains of depth > 1 are not supported).' was added to enum value 'SubCollectionIneligibleReason.CHAIN_REFERENCE'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubCollectionIneligibleReason' has description 'Stable identifier for why a collection cannot be referenced as a sub-collection target.'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SubscriptionActor' was added"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMER' was added to enum 'SubscriptionActor'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subscription action was initiated by a customer.' was added to enum value 'SubscriptionActor.CUSTOMER'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT' was added to enum 'SubscriptionActor'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subscription action was initiated by a merchant.' was added to enum value 'SubscriptionActor.MERCHANT'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PARTNER' was added to enum 'SubscriptionActor'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subscription action was initiated by a partner.' was added to enum value 'SubscriptionActor.PARTNER'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SubscriptionActor' has description 'The actor who initiated a subscription action.'"
        },
        {
          "name": "TaxSettings",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'TaxSettings' was added"
        },
        {
          "name": "TaxSettings",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'TaxSettings' has description 'Tax settings for a customer.'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'B2B_CATALOG_LIMIT_REACHED' was added to enum 'CatalogUserErrorCode'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'You\\'ve reached the maximum number of B2B catalogs allowed for your plan.' was added to enum value 'CatalogUserErrorCode.B2B_CATALOG_LIMIT_REACHED'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CATALOG_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'CatalogUserErrorCode'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Catalogs and condition types are not compatible with each other.' was added to enum value 'CatalogUserErrorCode.CATALOG_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNPERMITTED_ENTITLEMENTS_DIRECT_CATALOG_ASSIGNMENT' was added to enum 'CatalogUserErrorCode'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Catalogs assigned to company locations can\\'t be set to active with your plan.' was added to enum value 'CatalogUserErrorCode.UNPERMITTED_ENTITLEMENTS_DIRECT_CATALOG_ASSIGNMENT'"
        },
        {
          "name": "CollectionSortOrder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MOST_RELEVANT' was added to enum 'CollectionSortOrder'"
        },
        {
          "name": "CollectionSortOrder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'By most relevant products.' was added to enum value 'CollectionSortOrder.MOST_RELEVANT'"
        },
        {
          "name": "CustomerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'whatsAppMarketingConsent' of type 'CustomerMarketingConsentInput' was added to input object type 'CustomerInput'"
        },
        {
          "name": "CustomerInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerInput.whatsAppMarketingConsent' has description 'The marketing consent information when the customer consented to receiving marketing\n        material by WhatsApp. The `phone` field is required when creating a customer with WhatsApp\n        marketing consent information.'"
        },
        {
          "name": "DeliveryProfileInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'coversAllItems' of type 'Boolean' was added to input object type 'DeliveryProfileInput'"
        },
        {
          "name": "DeliveryProfileInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DeliveryProfileInput.coversAllItems' has description 'Whether this delivery profile covers all items in the shop. Providing this field requires\nthe shop to be enabled and is only supported on app-owned shipping profiles. Set it to `true`\nto make the profile cover all shippable items, or `false` to disable this behavior. When omitted\non create, the profile is created with `coversAllItems: false`. When omitted on update, the\nexisting value is preserved.'"
        },
        {
          "name": "DiscountContext",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'DiscountMarkets' was added to Union type 'DiscountContext'"
        },
        {
          "name": "DiscountContextInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'markets' of type 'DiscountMarketsInput' was added to input object type 'DiscountContextInput'"
        },
        {
          "name": "DiscountContextInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DiscountContextInput.markets' has description 'The list of market IDs to add or remove from the list of markets.'"
        },
        {
          "name": "DiscountCustomerSelection",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'DiscountCustomerSelectionUnknown' was added to Union type 'DiscountCustomerSelection'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Discounts and condition types are not compatible with each other.' was added to enum value 'DiscountErrorCode.DISCOUNT_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "DraftOrderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'deposit' of type 'DepositInput' was added to input object type 'DraftOrderInput'"
        },
        {
          "name": "DraftOrderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'DraftOrderInput.deposit' has description 'The input fields configuring the deposit requirement.'"
        },
        {
          "name": "GiftCardCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'initialAmount' of type 'MoneyInput' was added to input object type 'GiftCardCreateInput'"
        },
        {
          "name": "GiftCardCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardCreateInput.initialAmount' has description 'The initial amount of the gift card.'"
        },
        {
          "name": "GiftCardCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'crossCurrencyRedemptionStrategy' of type 'GiftCardCrossCurrencyRedemptionStrategy' was added to input object type 'GiftCardCreateInput'"
        },
        {
          "name": "GiftCardCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardCreateInput.crossCurrencyRedemptionStrategy' has description 'The strategy used to convert the gift card\\'s balance when it\\'s redeemed in a currency other than the one it was issued in. When not provided, defaults to `MARKET_FX` for gift cards issued in the shop\\'s currency, and `NONE` for gift cards issued in a different currency.'"
        },
        {
          "name": "GiftCardCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardCreateInput.initialValue' changed type from 'Decimal!' to 'Decimal'"
        },
        {
          "name": "GiftCardUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'crossCurrencyRedemptionStrategy' of type 'GiftCardCrossCurrencyRedemptionStrategy' was added to input object type 'GiftCardUpdateInput'"
        },
        {
          "name": "GiftCardUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'GiftCardUpdateInput.crossCurrencyRedemptionStrategy' has description 'The strategy used to convert the gift card\\'s balance when it\\'s redeemed in a currency other than the one it was issued in.'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'InventoryTransferCreateAsReadyToShipInput'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryTransferCreateAsReadyToShipInput.metafields' has description 'The metafields to attach to the inventory transfer.'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELDS' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more metafields are not valid.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.INVALID_METAFIELDS'"
        },
        {
          "name": "InventoryTransferCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'InventoryTransferCreateInput'"
        },
        {
          "name": "InventoryTransferCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryTransferCreateInput.metafields' has description 'The metafields to attach to the inventory transfer.'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELDS' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more metafields are not valid.' was added to enum value 'InventoryTransferCreateUserErrorCode.INVALID_METAFIELDS'"
        },
        {
          "name": "InventoryTransferDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_STATE' was added to enum 'InventoryTransferDeleteUserErrorCode'"
        },
        {
          "name": "InventoryTransferDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A resource was not in the correct state for the operation to succeed.' was added to enum value 'InventoryTransferDeleteUserErrorCode.INVALID_STATE'"
        },
        {
          "name": "InventoryTransferEditInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'metafields' of type '[MetafieldInput!]' was added to input object type 'InventoryTransferEditInput'"
        },
        {
          "name": "InventoryTransferEditInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryTransferEditInput.metafields' has description 'The metafields to attach to the inventory transfer.'"
        },
        {
          "name": "InventoryTransferEditUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELDS' was added to enum 'InventoryTransferEditUserErrorCode'"
        },
        {
          "name": "InventoryTransferEditUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more metafields are not valid.' was added to enum value 'InventoryTransferEditUserErrorCode.INVALID_METAFIELDS'"
        },
        {
          "name": "MarketConditionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL' was added to enum 'MarketConditionType'"
        },
        {
          "name": "MarketConditionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The condition checks the channel that the visitor is shopping from.' was added to enum value 'MarketConditionType.CHANNEL'"
        },
        {
          "name": "MarketConditionsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'channelsCondition' of type 'MarketConditionsChannelsInput' was added to input object type 'MarketConditionsInput'"
        },
        {
          "name": "MarketConditionsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketConditionsInput.channelsCondition' has description 'The channels to include in the market conditions.'"
        },
        {
          "name": "MarketConditionsRegionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'subdivision' of type 'String' was added to input object type 'MarketConditionsRegionInput'"
        },
        {
          "name": "MarketConditionsRegionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketConditionsRegionInput.subdivision' has description 'A subdivision such as a province or state.'"
        },
        {
          "name": "MarketCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'discounts' of type '[ID!]' was added to input object type 'MarketCreateInput'"
        },
        {
          "name": "MarketCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketCreateInput.discounts' has description 'Discounts that are eligible for this market.'"
        },
        {
          "name": "MarketCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'delivery' of type 'MarketDeliveryConfigurationsCreateInput' was added to input object type 'MarketCreateInput'"
        },
        {
          "name": "MarketCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketCreateInput.delivery' has description 'Delivery settings for the market.'"
        },
        {
          "name": "MarketCurrencySettingsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES' was added to enum 'MarketCurrencySettingsUserErrorCode'"
        },
        {
          "name": "MarketCurrencySettingsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Local currencies must be enabled when adaptive pricing is active.' was added to enum value 'MarketCurrencySettingsUserErrorCode.ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES'"
        },
        {
          "name": "MarketPriceInclusionsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'adaptivePricingEnabled' of type 'Boolean' was added to input object type 'MarketPriceInclusionsInput'"
        },
        {
          "name": "MarketPriceInclusionsInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketPriceInclusionsInput.adaptivePricingEnabled' has description 'Whether adaptive pricing is enabled for the market. Only applicable for Markets with Managed Market enabled. When enabled, forces a state of `INCLUDES_TAXES_IN_PRICE_BASED_ON_COUNTRY`, `INCLUDE_DUTIES_IN_PRICE`, and `DDP`. When disabled, defaults to `INCLUDES_TAXES_IN_PRICE_BASED_ON_COUNTRY`, `ADD_DUTIES_AT_CHECKOUT`, and `DDP` unless otherwise specified.'"
        },
        {
          "name": "MarketType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL' was added to enum 'MarketType'"
        },
        {
          "name": "MarketType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The market applies to the visitor based on the channel.' was added to enum value 'MarketType.CHANNEL'"
        },
        {
          "name": "MarketUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'discountsToAdd' of type '[ID!]' was added to input object type 'MarketUpdateInput'"
        },
        {
          "name": "MarketUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketUpdateInput.discountsToAdd' has description 'The discounts to add to the market.'"
        },
        {
          "name": "MarketUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'discountsToDelete' of type '[ID!]' was added to input object type 'MarketUpdateInput'"
        },
        {
          "name": "MarketUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketUpdateInput.discountsToDelete' has description 'The discounts to remove from the market.'"
        },
        {
          "name": "MarketUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'delivery' of type 'MarketDeliveryConfigurationsUpdateInput' was added to input object type 'MarketUpdateInput'"
        },
        {
          "name": "MarketUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketUpdateInput.delivery' has description 'Delivery setting updates. When omitted, delivery settings are not changed.'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBDIVISION_DOES_NOT_EXIST' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subdivision doesn\\'t exist.' was added to enum value 'MarketUserErrorCode.SUBDIVISION_DOES_NOT_EXIST'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_DELETE_SUBDIVISION_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t delete the last subdivision-driven market.' was added to enum value 'MarketUserErrorCode.CANNOT_DELETE_SUBDIVISION_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_SUBDIVISION_CODE' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subdivision code is missing.' was added to enum value 'MarketUserErrorCode.MISSING_SUBDIVISION_CODE'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MARKET_MANAGER_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Market managers and condition types are not compatible with each other.' was added to enum value 'MarketUserErrorCode.MARKET_MANAGER_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_SUBDIVISION_FORMAT' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subdivision format is invalid.' was added to enum value 'MarketUserErrorCode.INVALID_SUBDIVISION_FORMAT'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_NOT_MARKET_CONTEXTUAL' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more discounts do not have market eligibility.' was added to enum value 'MarketUserErrorCode.DISCOUNT_NOT_MARKET_CONTEXTUAL'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_EXCEEDS_MARKET_LIMIT' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more discounts exceed the maximum number of markets allowed.' was added to enum value 'MarketUserErrorCode.DISCOUNT_EXCEEDS_MARKET_LIMIT'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_NOT_COMPATIBLE_WITH_B2B_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop does not have discounts enabled for B2B markets.' was added to enum value 'MarketUserErrorCode.DISCOUNT_NOT_COMPATIBLE_WITH_B2B_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SHIPPING_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping and condition types are not compatible with each other.' was added to enum value 'MarketUserErrorCode.SHIPPING_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Local currencies must be enabled when adaptive pricing is active.' was added to enum value 'MarketUserErrorCode.ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MIXED_COUNTRY_SUBDIVISIONS_NOT_ALLOWED' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'All regions in a market that includes a subdivision must be in the same country.' was added to enum value 'MarketUserErrorCode.MIXED_COUNTRY_SUBDIVISIONS_NOT_ALLOWED'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_ACTIVATE_MARKET_B2B_CATALOG_LIMIT_REACHED' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t activate this market because the B2B catalog limit has been reached.' was added to enum value 'MarketUserErrorCode.CANNOT_ACTIVATE_MARKET_B2B_CATALOG_LIMIT_REACHED'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'B2B_CATALOG_LIMIT_REACHED' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The maximum number of active B2B catalogs allowed by your plan has been reached.' was added to enum value 'MarketUserErrorCode.B2B_CATALOG_LIMIT_REACHED'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CHANNEL_IDS' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Channel ids are invalid.' was added to enum value 'MarketUserErrorCode.INVALID_CHANNEL_IDS'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_COUNTRY_AND_SUBDIVISION_CONDITIONS' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A country condition and a subdivision condition belonging to the same country cannot be added to the same market.' was added to enum value 'MarketUserErrorCode.INVALID_COUNTRY_AND_SUBDIVISION_CONDITIONS'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBDIVISION_MUST_BELONG_TO_COUNTRY' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected subdivision does not belong to the selected country.' was added to enum value 'MarketUserErrorCode.SUBDIVISION_MUST_BELONG_TO_COUNTRY'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_ADD_ALL_SUBDIVISIONS_FOR_A_COUNTRY_TO_A_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t add all subdivisions for a country to a market.' was added to enum value 'MarketUserErrorCode.CANNOT_ADD_ALL_SUBDIVISIONS_FOR_A_COUNTRY_TO_A_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CUSTOMIZATION_FOR_SUBDIVISION_CONDITION' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t add selected customizations to a market with a subdivision condition.' was added to enum value 'MarketUserErrorCode.INVALID_CUSTOMIZATION_FOR_SUBDIVISION_CONDITION'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCOMPATIBLE_CONFIGURATION' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected customization can\\'t be applied to this configuration.' was added to enum value 'MarketUserErrorCode.INCOMPATIBLE_CONFIGURATION'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL_MARKET_MUST_HAVE_SINGLE_CHANNEL_DRIVER' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A channel market must have a single channel driver.' was added to enum value 'MarketUserErrorCode.CHANNEL_MARKET_MUST_HAVE_SINGLE_CHANNEL_DRIVER'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL_NOT_VALID_FOR_CHANNEL_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected channel is not valid for a channel market.' was added to enum value 'MarketUserErrorCode.CHANNEL_NOT_VALID_FOR_CHANNEL_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL_DRIVER_MUST_HAVE_CHANNEL_SPECIFICATION' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A channel driver must have a channel specification.' was added to enum value 'MarketUserErrorCode.CHANNEL_DRIVER_MUST_HAVE_CHANNEL_SPECIFICATION'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REGION_NOT_SUPPORTED_FOR_CHANNEL' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected region is not supported for the selected channel.' was added to enum value 'MarketUserErrorCode.REGION_NOT_SUPPORTED_FOR_CHANNEL'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRES_MANAGED_MARKETS' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Adaptive pricing can only be enabled for Markets with Managed Markets enabled.' was added to enum value 'MarketUserErrorCode.ADAPTIVE_PRICING_REQUIRES_MANAGED_MARKETS'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRED_SETUP_ERROR' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The given priceInclusions setup is not compatible with adaptive pricing.' was added to enum value 'MarketUserErrorCode.ADAPTIVE_PRICING_REQUIRED_SETUP_ERROR'"
        },
        {
          "name": "MarketingEngagementInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketingEngagementInput.isCumulative' default value changed from 'undefined' to 'false'"
        },
        {
          "name": "MarketingEngagementInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketingEngagementInput.isCumulative' changed type from 'Boolean!' to 'Boolean'"
        },
        {
          "name": "MetafieldOwnerType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSFER' was added to enum 'MetafieldOwnerType'"
        },
        {
          "name": "MetafieldOwnerType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Transfer metafield owner type.' was added to enum value 'MetafieldOwnerType.TRANSFER'"
        },
        {
          "name": "MetaobjectCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type 'JSON' was added to input object type 'MetaobjectCreateInput'"
        },
        {
          "name": "MetaobjectCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetaobjectCreateInput.values' has description 'The field values for the metaobject as a JSON object, keyed by field definition key. Cannot be used in conjunction with `fields`.'"
        },
        {
          "name": "MetaobjectUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'values' of type 'JSON' was added to input object type 'MetaobjectUpdateInput'"
        },
        {
          "name": "MetaobjectUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetaobjectUpdateInput.values' has description 'The field values for the metaobject as a JSON object, keyed by field definition key. This is a full replacement — omitted keys are cleared on an existing record. Cannot be used in conjunction with `fields`.'"
        },
        {
          "name": "Mutation",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Type for argument 'metaobject' on field 'Mutation.metaobjectUpsert' changed from 'MetaobjectUpsertInput!' to 'MetaobjectUpsertInput'"
        },
        {
          "name": "OnlineStoreThemeFilesUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'THEME_CONTEXTUALIZATION_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'OnlineStoreThemeFilesUserErrorsCode'"
        },
        {
          "name": "OnlineStoreThemeFilesUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Theme contextualization and condition types are not compatible with each other.' was added to enum value 'OnlineStoreThemeFilesUserErrorsCode.THEME_CONTEXTUALIZATION_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "ProductVariant",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ProductVariant' object implements 'Publishable' interface"
        },
        {
          "name": "ProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'published' of type 'Boolean' was added to input object type 'ProductVariantSetInput'"
        },
        {
          "name": "ProductVariantSetInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductVariantSetInput.published' has description 'Indicates whether the product variant is created as published or unpublished. This option is only available for new product variants.'"
        },
        {
          "name": "ProductVariantsBulkCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO' was added to enum 'ProductVariantsBulkCreateUserErrorCode'"
        },
        {
          "name": "ProductVariantsBulkCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Price must be 0 for variants of products with a gift card issuance currency.' was added to enum value 'ProductVariantsBulkCreateUserErrorCode.LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO'"
        },
        {
          "name": "ProductVariantsBulkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'published' of type 'Boolean' was added to input object type 'ProductVariantsBulkInput'"
        },
        {
          "name": "ProductVariantsBulkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductVariantsBulkInput.published' has description 'Indicates whether the product variant is created as published or unpublished. This option is only available for new product variants.'"
        },
        {
          "name": "ProductVariantsBulkUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO' was added to enum 'ProductVariantsBulkUpdateUserErrorCode'"
        },
        {
          "name": "ProductVariantsBulkUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Price must be 0 for variants of products with a gift card issuance currency.' was added to enum value 'ProductVariantsBulkUpdateUserErrorCode.LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_COMBINE_PRODUCTS_AND_VARIANTS' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products and variants cannot be updated together.' was added to enum value 'PublicationUserErrorCode.CANNOT_COMBINE_PRODUCTS_AND_VARIANTS'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS_BELONG_TO_MULTIPLE_PRODUCTS' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Variants in a single operation must belong to the same product.' was added to enum value 'PublicationUserErrorCode.VARIANTS_BELONG_TO_MULTIPLE_PRODUCTS'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_LOCK_ERROR' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is currently being modified. Please try again later.' was added to enum value 'PublicationUserErrorCode.PRODUCT_LOCK_ERROR'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANT_PUBLISHING_UNSUPPORTED_PRODUCT_TYPE' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Variant publishing is not supported for this product type.' was added to enum value 'PublicationUserErrorCode.VARIANT_PUBLISHING_UNSUPPORTED_PRODUCT_TYPE'"
        },
        {
          "name": "RemoteAuthorizeNetCustomerPaymentProfileInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RemoteAuthorizeNetCustomerPaymentProfileInput.customerPaymentProfileId' description changed from 'The customerPaymentProfileId value from the Authorize.net API. Starting on 2025,\ncustomer_payment_profile_id will become mandatory for all API versions.' to 'The customerPaymentProfileId value from the Authorize.net API.'"
        },
        {
          "name": "RemoteAuthorizeNetCustomerPaymentProfileInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Input field 'RemoteAuthorizeNetCustomerPaymentProfileInput.customerPaymentProfileId' changed type from 'String' to 'String!'"
        },
        {
          "name": "RemoteBraintreePaymentMethodInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RemoteBraintreePaymentMethodInput.paymentMethodToken' description changed from 'The `payment_method_token` value from the Braintree API. Starting on 2025,\npayment_method_token will become mandatory for all API versions.' to 'The `payment_method_token` value from the Braintree API.'"
        },
        {
          "name": "RemoteBraintreePaymentMethodInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Input field 'RemoteBraintreePaymentMethodInput.paymentMethodToken' changed type from 'String' to 'String!'"
        },
        {
          "name": "RemoteStripePaymentMethodInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RemoteStripePaymentMethodInput.paymentMethodId' description changed from 'The payment_method_id value from the Stripe API. Starting on 2025,\npayment_method_id will become mandatory for all API versions.' to 'The payment_method_id value from the Stripe API.'"
        },
        {
          "name": "RemoteStripePaymentMethodInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Input field 'RemoteStripePaymentMethodInput.paymentMethodId' changed type from 'String' to 'String!'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_AMOUNT' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is invalid for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_AMOUNT'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CVC' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_CVC' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code entered is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_PIN' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The PIN entered is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_PIN'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_REQUEST' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment request is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_REQUEST'"
        },
        {
          "name": "SubscriptionBillingAttemptInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'actor' of type 'SubscriptionActor' was added to input object type 'SubscriptionBillingAttemptInput'"
        },
        {
          "name": "SubscriptionBillingAttemptInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'SubscriptionBillingAttemptInput.actor' has description 'The actor who initiated a subscription action.'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_AMOUNT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_AMOUNT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CVC' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_CVC' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_PIN' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The PIN is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_PIN'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_REQUEST' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment request is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_REQUEST'"
        },
        {
          "name": "SubscriptionContractAtomicCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'actor' of type 'SubscriptionActor' was added to input object type 'SubscriptionContractAtomicCreateInput'"
        },
        {
          "name": "SubscriptionContractAtomicCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'SubscriptionContractAtomicCreateInput.actor' has description 'The actor who initiated a subscription action.'"
        },
        {
          "name": "SubscriptionContractCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'actor' of type 'SubscriptionActor' was added to input object type 'SubscriptionContractCreateInput'"
        },
        {
          "name": "SubscriptionContractCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'SubscriptionContractCreateInput.actor' has description 'The actor who initiated a subscription action.'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMERS_WHATS_APP_MARKETING_CONSENT_UPDATE' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `customers_whats_app_marketing_consent/update` events. Occurs whenever a customer\\'s WhatsApp marketing consent is updated. Requires the `read_customers` scope.' was added to enum value 'WebhookSubscriptionTopic.CUSTOMERS_WHATS_APP_MARKETING_CONSENT_UPDATE'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVENTORY_TRANSFERS_UPDATED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `inventory_transfers/updated` events. Triggers when a shipment belonging to the transfer is created, edited, or removed. Re-fetch the transfer to get the latest state. Requires the `read_inventory_transfers` scope.' was added to enum value 'WebhookSubscriptionTopic.INVENTORY_TRANSFERS_UPDATED'"
        }
      ],
      "queries": [],
      "mutations": [
        {
          "name": "inventorySetScheduledChanges",
          "type": "Field",
          "changeType": "removed",
          "description": "Field 'inventorySetScheduledChanges' (deprecated) was removed from object type 'Mutation'",
          "breaking": true
        },
        {
          "name": "collectionConditionsSourceCreate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'collectionConditionsSourceCreate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceCreate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.collectionConditionsSourceCreate' has description 'Creates a shareable collection source that can later be linked to one or more collections.'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CollectionCreateConditionsSourceInput!' added to field 'Mutation.collectionConditionsSourceCreate'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceDelete",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'collectionConditionsSourceDelete' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceDelete",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.collectionConditionsSourceDelete' has description 'Deletes a shareable collection source owned by the calling app.'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceDelete",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.collectionConditionsSourceDelete'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceUpdate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'collectionConditionsSourceUpdate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceUpdate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.collectionConditionsSourceUpdate' has description 'Updates a shareable collection source owned by the calling app.'",
          "breaking": false
        },
        {
          "name": "collectionConditionsSourceUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CollectionUpdateConditionsSourceInput!' added to field 'Mutation.collectionConditionsSourceUpdate'",
          "breaking": false
        },
        {
          "name": "customerWhatsAppMarketingConsentUpdate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'customerWhatsAppMarketingConsentUpdate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "customerWhatsAppMarketingConsentUpdate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.customerWhatsAppMarketingConsentUpdate' has description 'Updates a [customer](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer)\\'s WhatsApp marketing consent information. Shopify identifies the customer\\'s WhatsApp account by their [phone number](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPhoneNumber).\n\nYou can subscribe or unsubscribe the customer from WhatsApp marketing and specify the [opt-in level](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerWhatsAppMarketingConsentUpdate#arguments-input.fields.whatsAppMarketingConsent.optInLevel). You can also include when and [where](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerWhatsAppMarketingConsentUpdate#arguments-input.fields.whatsAppMarketingConsent.sourceLocationId) the consent was collected.'",
          "breaking": false
        },
        {
          "name": "customerWhatsAppMarketingConsentUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CustomerWhatsAppMarketingConsentUpdateInput!' added to field 'Mutation.customerWhatsAppMarketingConsentUpdate'",
          "breaking": false
        },
        {
          "name": "giftCardProductSet",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'giftCardProductSet' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "giftCardProductSet",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.giftCardProductSet' has description 'Creates or updates a\n[`gift card`](https://shopify.dev/docs/api/admin-graphql/latest/objects/GiftCard)\nproduct. This mutation is specifically designed for gift card products and automatically sets\nthe `giftCard` field to `true`, applies gift card variant defaults (non-taxable, no shipping\nrequired, inventory untracked), and omits fields that aren\\'t relevant to gift cards.\n\nFor list fields like\n[`variants`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet#arguments-input.fields.variants),\nthe mutation performs a full replacement: it creates new entries, updates existing ones, and\nremoves any entries not included in the input. For all other fields, only included fields\nchange and omitted fields remain unchanged.\n\nYou can run the mutation synchronously to receive the updated product immediately, or\nasynchronously by setting\n[`synchronous`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet#arguments-synchronous)`: false`\nto receive a\n[`ProductSetOperation`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductSetOperation)\nobject instead. Use the\n[`productOperation`](https://shopify.dev/docs/api/admin-graphql/latest/queries/productOperation)\nquery to check the status and retrieve the product details when running asynchronously.\n\n> Note:\n> The\n[`issuanceCurrency`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet#arguments-input.fields.issuanceCurrency)\nand [`crossCurrencyRedeemable`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardProductSet#arguments-input.fields.crossCurrencyRedeemable) fields can only be set during product creation. They can\\'t be changed after the product is created.'",
          "breaking": false
        },
        {
          "name": "giftCardProductSet",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: GiftCardProductSetInput!' added to field 'Mutation.giftCardProductSet'",
          "breaking": false
        },
        {
          "name": "giftCardProductSet",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'synchronous: Boolean' (with default value) added to field 'Mutation.giftCardProductSet'",
          "breaking": false
        },
        {
          "name": "giftCardProductSet",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'identifier: ProductSetIdentifiers' added to field 'Mutation.giftCardProductSet'",
          "breaking": false
        },
        {
          "name": "orderAttributionDefinitionDelete",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'orderAttributionDefinitionDelete' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "orderAttributionDefinitionDelete",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.orderAttributionDefinitionDelete' has description 'Deletes an order attribution definition for the calling app on the current shop. Existing orders\nattributed to this definition are preserved.\n\nLearn more in the [order attribution guide](https://shopify.dev/docs/apps/build/sales-channels/order-attribution).'",
          "breaking": false
        },
        {
          "name": "orderAttributionDefinitionDelete",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.orderAttributionDefinitionDelete'",
          "breaking": false
        },
        {
          "name": "orderAttributionDefinitionUpsert",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'orderAttributionDefinitionUpsert' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "orderAttributionDefinitionUpsert",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.orderAttributionDefinitionUpsert' has description 'Upserts an order attribution definition for the calling app on the current shop. Apps can use\nattribution definitions to label orders they route to a shop, replacing or augmenting any definitions\nshipped declaratively via the `order_attribution_config` extension.\n\nLearn more in the [order attribution guide](https://shopify.dev/docs/apps/build/sales-channels/order-attribution).\n\nIf a definition with the same handle exists for this app on the shop, the supplied input fields are\nmerged onto it; fields omitted from the input are left unchanged. Otherwise a new definition is\ncreated. To explicitly clear the stored `icon` on an existing definition, pass `icon: null`.'",
          "breaking": false
        },
        {
          "name": "orderAttributionDefinitionUpsert",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: OrderAttributionDefinitionUpsertInput!' added to field 'Mutation.orderAttributionDefinitionUpsert'",
          "breaking": false
        },
        {
          "name": "paymentScheduleCapture",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'paymentScheduleCapture' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "paymentScheduleCapture",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.paymentScheduleCapture' has description 'Captures payment for a due [`PaymentSchedule`](https://shopify.dev/docs/api/admin-graphql/latest/objects/PaymentSchedule) using the vaulted payment method associated with the order.\n\nThe mutation resolves the order and mandate from the given payment schedule, then initiates\nan asynchronous payment capture. Use the returned `jobResult` to poll for the status of the\npayment capture.'",
          "breaking": false
        },
        {
          "name": "paymentScheduleCapture",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'paymentScheduleId: ID!' added to field 'Mutation.paymentScheduleCapture'",
          "breaking": false
        },
        {
          "name": "previewInstall",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'previewInstall' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "previewInstall",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.previewInstall' has description 'Installs storefront generation preview for shop.'",
          "breaking": false
        },
        {
          "name": "previewInstall",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'storefrontGenerationPreviewUuid: String!' added to field 'Mutation.previewInstall'",
          "breaking": false
        },
        {
          "name": "shippingLabelPurchase",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'shippingLabelPurchase' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "shippingLabelPurchase",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.shippingLabelPurchase' has description 'Purchases a shipping label for a fulfillment order.\n\nThe `shippingLabelPurchase` mutation buys one shipping label for one fulfillment order using Shopify Shipping.\nThe mutation validates the fulfillment order, shipment details, package information, and available rates before it starts an asynchronous label purchase.\n\n> Note:\n> The shop must have accepted the Shopify Shipping terms of service before an app can purchase labels.\n>\n> FedEx label purchases are not supported.\n\nAfter validation, the mutation builds the shipment details, fetches available rates, selects a rate, and enqueues the label purchase. If you provide `preferredRateSelection`, the mutation attempts to purchase the matching carrier and service. If you don\\'t provide `preferredRateSelection`, the mutation uses Shopify Shipping\\'s default rate selection.\n\nDefault rate selection first tries to keep the fulfillment order\\'s buyer-selected delivery method when available. If no buyer-selected rate matches, the mutation uses the shop\\'s preferred carrier and service when configured. Otherwise, it uses Shopify\\'s recommended rate for the shipment destination.\n\nFor Merchant of Record (MoR) and Markets Pro orders, the mutation first removes rates from carriers that don\\'t support Markets Pro.\n\nA shipping label can be purchased only when the fulfillment order meets the following criteria:\n\n- The fulfillment order is fulfillable and requires shipping.\n- The order has a destination shipping address.\n- The fulfillment order has an assigned location that can be used as the origin address.\n- The shipment has a valid shipping date, package, weight, and required customs information.\n- At least one shipping rate is available for the shipment.\n\nThe mutation can return errors in two places:\n\n- Synchronous validation errors are returned in the mutation\\'s `userErrors` field. For example, invalid fulfillment orders, invalid package dimensions, missing customs information, or unavailable rates.\n- Asynchronous purchase-processing errors are returned in the `ShippingLabelPurchaseResult.errors` field after the purchase starts. For example, carrier availability, connection, billing, or other purchase-processing failures.\n\nUse the returned `ShippingLabelPurchaseResult.id` to poll the purchase status with the `node` query. The result starts with a status of `PENDING_PURCHASE` and ends with `PURCHASED` or `PURCHASE_FAILED`. When the purchase succeeds, `shippingLabels` contains the purchased label.'",
          "breaking": false
        },
        {
          "name": "shippingLabelPurchase",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'shippingLabelPurchase: ShippingLabelPurchaseInput!' added to field 'Mutation.shippingLabelPurchase'",
          "breaking": false
        },
        {
          "name": "collectionCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CollectionInput!' was removed from field 'Mutation.collectionCreate'",
          "breaking": true
        },
        {
          "name": "collectionCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'collection: CollectionCreateInput' added to field 'Mutation.collectionCreate'",
          "breaking": false
        },
        {
          "name": "collectionUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CollectionInput!' was removed from field 'Mutation.collectionUpdate'",
          "breaking": true
        },
        {
          "name": "collectionUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'collection: CollectionUpdateInput' added to field 'Mutation.collectionUpdate'",
          "breaking": false
        },
        {
          "name": "metaobjectUpsert",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'values: JSON' added to field 'Mutation.metaobjectUpsert'",
          "breaking": false
        },
        {
          "name": "metaobjectUpsert",
          "type": "Description",
          "changeType": "modified",
          "description": "Description for argument 'metaobject' on field 'Mutation.metaobjectUpsert' changed from 'The parameters to upsert the metaobject.' to 'The parameters to upsert the metaobject. Only the fields you provide are updated. Cannot be used in conjunction with `values`.'",
          "breaking": false
        },
        {
          "name": "subscriptionBillingCycleBulkCharge",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionBillingCycleBulkCharge'",
          "breaking": false
        },
        {
          "name": "subscriptionBillingCycleCharge",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionBillingCycleCharge'",
          "breaking": false
        },
        {
          "name": "subscriptionBillingCycleContractEdit",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionBillingCycleContractEdit'",
          "breaking": false
        },
        {
          "name": "subscriptionContractActivate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractActivate'",
          "breaking": false
        },
        {
          "name": "subscriptionContractCancel",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractCancel'",
          "breaking": false
        },
        {
          "name": "subscriptionContractExpire",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractExpire'",
          "breaking": false
        },
        {
          "name": "subscriptionContractFail",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractFail'",
          "breaking": false
        },
        {
          "name": "subscriptionContractPause",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractPause'",
          "breaking": false
        },
        {
          "name": "subscriptionContractProductChange",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractProductChange'",
          "breaking": false
        },
        {
          "name": "subscriptionContractUpdate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'actor: SubscriptionActor' added to field 'Mutation.subscriptionContractUpdate'",
          "breaking": false
        }
      ],
      "subscriptions": [],
      "enums": [
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ANY' was added to enum 'CollectionConditionMatchType'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products match if they satisfy one or more of the conditions.' was added to enum value 'CollectionConditionMatchType.ANY'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ALL' was added to enum 'CollectionConditionMatchType'"
        },
        {
          "name": "CollectionConditionMatchType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products match only if they satisfy all of the conditions.' was added to enum value 'CollectionConditionMatchType.ALL'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'CollectionConditionsSourceSortKeys'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'CollectionConditionsSourceSortKeys.ID'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TITLE' was added to enum 'CollectionConditionsSourceSortKeys'"
        },
        {
          "name": "CollectionConditionsSourceSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `title` value.' was added to enum value 'CollectionConditionsSourceSortKeys.TITLE'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceExclusionConditionProductCategoryRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product category equals the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductCategoryRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAGGED_WITH' was added to enum 'CollectionSourceExclusionConditionProductTagRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is tagged with the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductTagRelation.TAGGED_WITH'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceExclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type equals the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductTypeRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceExclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type contains the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductTypeRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceExclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor equals the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductVendorRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceExclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceExclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor contains the specified value.' was added to enum value 'CollectionSourceExclusionConditionProductVendorRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionCondition",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionCondition' has description 'A condition that determines which products should be included in a collection.\n\nThis is an interface implemented by a concrete type per condition kind (for example,\n`CollectionSourceInclusionConditionProductTag` or `CollectionSourceInclusionConditionVariantTitle`).\nFields such as `relation` are defined on each concrete type and return a type-specific enum (for example,\n`CollectionSourceInclusionConditionProductTagRelation` versus\n`CollectionSourceInclusionConditionVariantTitleRelation`). Conditions are mutually exclusive concrete\ntypes, but may contain overlapping field names such as `relation`. If your GraphQL tooling flags these\nas ambiguous, give each field a distinct alias (for example, `tagRelation: relation` and\n`variantTitleRelation: relation`) or use inline fragments.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafield",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionSourceInclusionConditionMetafield' has description 'A condition that determines which products should be included in a collection.\n\nThis is an interface implemented by a concrete type per condition kind (for example,\n`CollectionSourceInclusionConditionProductTag` or `CollectionSourceInclusionConditionVariantTitle`).\nFields such as `relation` are defined on each concrete type and return a type-specific enum (for example,\n`CollectionSourceInclusionConditionProductTagRelation` versus\n`CollectionSourceInclusionConditionVariantTitleRelation`). Conditions are mutually exclusive concrete\ntypes, but may contain overlapping field names such as `relation`. If your GraphQL tooling flags these\nas ambiguous, give each field a distinct alias (for example, `tagRelation: relation` and\n`variantTitleRelation: relation`) or use inline fragments.'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldBooleanRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldBooleanRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the condition value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldBooleanRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldDecimalRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldDecimalRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldDecimalRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldDecimalRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldDecimalRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldDecimalRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldDecimalRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldIntegerRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldIntegerRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldIntegerRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldIntegerRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionMetafieldIntegerRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldIntegerRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldIntegerRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUDES' was added to enum 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Matches if the supplied metaobject value is equal to one or more of the values in the metafield\\'s metaobject list.' was added to enum value 'CollectionSourceInclusionConditionMetafieldMetaobjectListRelation.INCLUDES'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldMetaobjectRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metaobject value equals the condition value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldMetaobjectRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUDES' was added to enum 'CollectionSourceInclusionConditionMetafieldStringListRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringListRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value includes the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldStringListRelation.INCLUDES'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionMetafieldStringRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionMetafieldStringRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield value equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionMetafieldStringRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductCategoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product category ID equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductCategoryRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductCategoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductCategoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product category ID does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductCategoryRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductStatusRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product status equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductStatusRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductStatusRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductStatusRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product status does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductStatusRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAGGED_WITH' was added to enum 'CollectionSourceInclusionConditionProductTagRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is tagged with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTagRelation.TAGGED_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_TAGGED_WITH' was added to enum 'CollectionSourceInclusionConditionProductTagRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTagRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is not tagged with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTagRelation.NOT_TAGGED_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product title ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTitleRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionProductTypeRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductTypeRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product type does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductTypeRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionProductVendorRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionProductVendorRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product vendor does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionProductVendorRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant compare at price is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IS_SET' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant has a compare at price set (indicating a price reduction).' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.IS_SET'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IS_NOT_SET' was added to enum 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantCompareAtPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant does not have a compare at price set.' was added to enum value 'CollectionSourceInclusionConditionVariantCompareAtPriceRelation.IS_NOT_SET'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantInventoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant inventory equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantInventoryRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantInventoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant inventory is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantInventoryRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantInventoryRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantInventoryRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant inventory is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantInventoryRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantPriceRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantPriceRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant price is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantPriceRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTS_WITH' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title starts with the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.STARTS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ENDS_WITH' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title ends with the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.ENDS_WITH'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONTAINS' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title contains the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.CONTAINS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DOES_NOT_CONTAIN' was added to enum 'CollectionSourceInclusionConditionVariantTitleRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantTitleRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant title does not contain the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantTitleRelation.DOES_NOT_CONTAIN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight equals the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_EQUALS' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight does not equal the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.NOT_EQUALS'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GREATER_THAN' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight is greater than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.GREATER_THAN'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LESS_THAN' was added to enum 'CollectionSourceInclusionConditionVariantWeightRelation'"
        },
        {
          "name": "CollectionSourceInclusionConditionVariantWeightRelation",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The variant weight is less than the specified value.' was added to enum value 'CollectionSourceInclusionConditionVariantWeightRelation.LESS_THAN'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCTS' was added to enum 'CollectionSourceTargetType'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The entire product is included if any variant satisfies the conditions.' was added to enum value 'CollectionSourceTargetType.PRODUCTS'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS' was added to enum 'CollectionSourceTargetType'"
        },
        {
          "name": "CollectionSourceTargetType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Individual variants are included if they satisfy the conditions.' was added to enum value 'CollectionSourceTargetType.VARIANTS'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'CustomerMarketingConsentErrorCode.INVALID'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUSION' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value isn\\'t included in the list.' was added to enum value 'CustomerMarketingConsentErrorCode.INCLUSION'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'CustomerMarketingConsentErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_ARGUMENT' was added to enum 'CustomerMarketingConsentErrorCode'"
        },
        {
          "name": "CustomerMarketingConsentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing a required argument.' was added to enum value 'CustomerMarketingConsentErrorCode.MISSING_ARGUMENT'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.state' has description 'The [marketing consent state](https://shopify.dev/docs/api/admin-graphql/latest/enums/CustomerMarketingConsentState) to set for the customer on this channel.'"
        },
        {
          "name": "CustomerMarketingConsentInput",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CustomerMarketingConsentInput.optInLevel' has description 'The [marketing subscription opt-in level](https://shopify.dev/docs/api/admin-graphql/latest/enums/CustomerMarketingOptInLevel) that was set when the customer consented to receive marketing information.'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NEVER_SUBSCRIBED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer has never subscribed to marketing on this channel. This is the default state for any channel the customer hasn\\'t interacted with. Read-only: can\\'t be set as an input.' was added to enum value 'CustomerMarketingConsentState.NEVER_SUBSCRIBED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PENDING' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is in the process of subscribing to marketing on this channel, for example, pending an opt-in confirmation.' was added to enum value 'CustomerMarketingConsentState.PENDING'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBSCRIBED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer is subscribed to marketing on this channel.' was added to enum value 'CustomerMarketingConsentState.SUBSCRIBED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSUBSCRIBED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer isn\\'t currently subscribed to marketing on this channel but was previously subscribed.' was added to enum value 'CustomerMarketingConsentState.UNSUBSCRIBED'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REDACTED' was added to enum 'CustomerMarketingConsentState'"
        },
        {
          "name": "CustomerMarketingConsentState",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customer\\'s personal data is erased. This value is internally-set and read-only.' was added to enum value 'CustomerMarketingConsentState.REDACTED'"
        },
        {
          "name": "CustomerWhatsAppMarketingConsent",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CustomerWhatsAppMarketingConsent' has description 'The WhatsApp marketing consent information for a [customer\\'s phone number](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerPhoneNumber). Implements the [`CustomerMarketingConsent`](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CustomerMarketingConsent) interface. Use the [`customerWhatsAppMarketingConsentUpdate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerWhatsAppMarketingConsentUpdate) mutation to update it.'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCLUDED' was added to enum 'DeliveryCarrierCalculatedRateGroupServiceStatus'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is included at checkout.' was added to enum value 'DeliveryCarrierCalculatedRateGroupServiceStatus.INCLUDED'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'EXCLUDED' was added to enum 'DeliveryCarrierCalculatedRateGroupServiceStatus'"
        },
        {
          "name": "DeliveryCarrierCalculatedRateGroupServiceStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is excluded at checkout.' was added to enum value 'DeliveryCarrierCalculatedRateGroupServiceStatus.EXCLUDED'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'GiftCardCrossCurrencyRedemptionStrategy'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The gift card can only be redeemed in the currency it was issued in. It cannot be used for purchases in other currencies.' was added to enum value 'GiftCardCrossCurrencyRedemptionStrategy.NONE'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MARKET_FX' was added to enum 'GiftCardCrossCurrencyRedemptionStrategy'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The gift card is redeemed using the automatic or manual exchange rate configured in the market\\'s currency setting when converting from shop currency. Only applicable for gift cards issued in the shop currency.' was added to enum value 'GiftCardCrossCurrencyRedemptionStrategy.MARKET_FX'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SPOT_FX' was added to enum 'GiftCardCrossCurrencyRedemptionStrategy'"
        },
        {
          "name": "GiftCardCrossCurrencyRedemptionStrategy",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The gift card is redeemed using standard spot exchange rates between the redemption currency and the gift card currency.' was added to enum value 'GiftCardCrossCurrencyRedemptionStrategy.SPOT_FX'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID_NOT_ALLOWED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The id field is not allowed if identifier is provided.' was added to enum value 'GiftCardProductSetUserErrorCode.ID_NOT_ALLOWED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_FIELD_REQUIRED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input field corresponding to the identifier is required.' was added to enum value 'GiftCardProductSetUserErrorCode.MISSING_FIELD_REQUIRED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INPUT_MISMATCH' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The identifier value does not match the value of the corresponding field in the input.' was added to enum value 'GiftCardProductSetUserErrorCode.INPUT_MISMATCH'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Resource matching the identifier was not found.' was added to enum value 'GiftCardProductSetUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'METAFIELD_MISMATCH' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input argument `metafields` (if present) must contain the `customId` value.' was added to enum value 'GiftCardProductSetUserErrorCode.METAFIELD_MISMATCH'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_ERROR' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Something went wrong, please try again.' was added to enum value 'GiftCardProductSetUserErrorCode.GENERIC_ERROR'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELD' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Metafield is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_METAFIELD'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_VARIANT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product variant is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_VARIANT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_SUSPENDED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product is suspended.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_SUSPENDED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_VARIANT_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product variant does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_VARIANT_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Option does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_VALUE_DOES_NOT_EXIST' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Option value does not exist.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_VALUE_DOES_NOT_EXIST'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTIONS_OVER_LIMIT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Options over limit.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTIONS_OVER_LIMIT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_VALUES_OVER_LIMIT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Option values over limit.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_VALUES_OVER_LIMIT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OPTION_VALUES_MISSING' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Each option must have at least one option value specified.' was added to enum value 'GiftCardProductSetUserErrorCode.OPTION_VALUES_MISSING'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_OPTION_NAME' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated option name.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_OPTION_NAME'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_OPTION_VALUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated option value.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_OPTION_VALUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS_OVER_LIMIT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Number of product variants exceeds shop limit.' was added to enum value 'GiftCardProductSetUserErrorCode.VARIANTS_OVER_LIMIT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_OPTIONS_INPUT_MISSING' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Must specify product options when updating variants.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_OPTIONS_INPUT_MISSING'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS_INPUT_MISSING' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Must specify variants when updating options.' was added to enum value 'GiftCardProductSetUserErrorCode.VARIANTS_INPUT_MISSING'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GIFT_CARDS_NOT_ACTIVATED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Gift card products can only be created after they have been activated.' was added to enum value 'GiftCardProductSetUserErrorCode.GIFT_CARDS_NOT_ACTIVATED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GIFT_CARD_ATTRIBUTE_CANNOT_BE_CHANGED' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product gift_card attribute cannot be changed after creation.' was added to enum value 'GiftCardProductSetUserErrorCode.GIFT_CARD_ATTRIBUTE_CANNOT_BE_CHANGED'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PRODUCT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Product is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_PRODUCT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_INPUT' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Input is not valid.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_INPUT'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'JOB_ERROR' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Error processing request in the background job.' was added to enum value 'GiftCardProductSetUserErrorCode.JOB_ERROR'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CAPABILITY_VIOLATION' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The metafield violates a capability restriction.' was added to enum value 'GiftCardProductSetUserErrorCode.CAPABILITY_VIOLATION'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_COMBINE_LINKED_AND_NONLINKED_OPTION_VALUES' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An option cannot have both metafield linked and nonlinked option values.' was added to enum value 'GiftCardProductSetUserErrorCode.CANNOT_COMBINE_LINKED_AND_NONLINKED_OPTION_VALUES'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELD_VALUE_FOR_LINKED_OPTION' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Invalid metafield value for linked option.' was added to enum value 'GiftCardProductSetUserErrorCode.INVALID_METAFIELD_VALUE_FOR_LINKED_OPTION'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATE_LINKED_OPTION' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot link multiple options to the same metafield.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATE_LINKED_OPTION'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_METAFIELD_VALUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated metafield value for linked option.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_METAFIELD_VALUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LINKED_OPTIONS_NOT_SUPPORTED_FOR_SHOP' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Linked options are currently not supported for this shop.' was added to enum value 'GiftCardProductSetUserErrorCode.LINKED_OPTIONS_NOT_SUPPORTED_FOR_SHOP'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LINKED_METAFIELD_DEFINITION_NOT_FOUND' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No valid metafield definition found for linked option.' was added to enum value 'GiftCardProductSetUserErrorCode.LINKED_METAFIELD_DEFINITION_NOT_FOUND'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DUPLICATED_VALUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Duplicated value.' was added to enum value 'GiftCardProductSetUserErrorCode.DUPLICATED_VALUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'HANDLE_NOT_UNIQUE' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Handle already in use. Please provide a new handle.' was added to enum value 'GiftCardProductSetUserErrorCode.HANDLE_NOT_UNIQUE'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_MUST_BE_GIFT_CARD' was added to enum 'GiftCardProductSetUserErrorCode'"
        },
        {
          "name": "GiftCardProductSetUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The specified product is not a gift card. The giftCardProductSet mutation can only be used with gift card products.' was added to enum value 'GiftCardProductSetUserErrorCode.PRODUCT_MUST_BE_GIFT_CARD'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'OrderAttributionDefinitionDeleteUserErrorCode'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'OrderAttributionDefinitionDeleteUserErrorCode.INVALID'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'OrderAttributionDefinitionDeleteUserErrorCode'"
        },
        {
          "name": "OrderAttributionDefinitionDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'OrderAttributionDefinitionDeleteUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'OrderAttributionDefinitionUpsertUserErrorCode'"
        },
        {
          "name": "OrderAttributionDefinitionUpsertUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The input value is invalid.' was added to enum value 'OrderAttributionDefinitionUpsertUserErrorCode.INVALID'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'STARTED' was added to enum 'OrderCreateMandatePaymentStatus'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The mandate payment request has been initiated.' was added to enum value 'OrderCreateMandatePaymentStatus.STARTED'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUCCEEDED' was added to enum 'OrderCreateMandatePaymentStatus'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The mandate payment has been completed successfully.' was added to enum value 'OrderCreateMandatePaymentStatus.SUCCEEDED'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FAILED' was added to enum 'OrderCreateMandatePaymentStatus'"
        },
        {
          "name": "OrderCreateMandatePaymentStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The mandate payment has failed.' was added to enum value 'OrderCreateMandatePaymentStatus.FAILED'"
        },
        {
          "name": "PaymentScheduleCaptureUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PAYMENT_SCHEDULE_CAPTURE_ERROR_CODE' was added to enum 'PaymentScheduleCaptureUserErrorCode'"
        },
        {
          "name": "PaymentScheduleCaptureUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Errors for capturing a scheduled payment.' was added to enum value 'PaymentScheduleCaptureUserErrorCode.PAYMENT_SCHEDULE_CAPTURE_ERROR_CODE'"
        },
        {
          "name": "PreviewInstallUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INTERNAL_ERROR' was added to enum 'PreviewInstallUserErrorCode'"
        },
        {
          "name": "PreviewInstallUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unexpected internal error happened.' was added to enum value 'PreviewInstallUserErrorCode.INTERNAL_ERROR'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LABEL' was added to enum 'ShippingDocumentType'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping label document for the shipment.' was added to enum value 'ShippingDocumentType.LABEL'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMS_FORM' was added to enum 'ShippingDocumentType'"
        },
        {
          "name": "ShippingDocumentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The customs form document for the shipment.' was added to enum value 'ShippingDocumentType.CUSTOMS_FORM'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ShippingEnumsFileFormat' was added"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PDF' was added to enum 'ShippingEnumsFileFormat'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'PDF file format.' was added to enum value 'ShippingEnumsFileFormat.PDF'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ZPL' was added to enum 'ShippingEnumsFileFormat'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'ZPL file format.' was added to enum value 'ShippingEnumsFileFormat.ZPL'"
        },
        {
          "name": "ShippingEnumsFileFormat",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ShippingEnumsFileFormat' has description 'File format for label.'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'JOB_NOT_ENQUEUED' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There is another shipping label being purchased for this order.' was added to enum value 'ShippingLabelPurchaseErrorCode.JOB_NOT_ENQUEUED'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_IN_PROGRESS' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'We are still processing the purchase for this label.' was added to enum value 'ShippingLabelPurchaseErrorCode.PURCHASE_IN_PROGRESS'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_LABEL_VALIDATION_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping label could not be purchased due to invalid information. Please verify the shipping address, package weight and dimensions, and customs details (for international shipments).' was added to enum value 'ShippingLabelPurchaseErrorCode.PURCHASE_LABEL_VALIDATION_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'KILL_SWITCH' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Kill switch is enabled for this carrier.' was added to enum value 'ShippingLabelPurchaseErrorCode.KILL_SWITCH'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARRIER_NOT_AVAILABLE' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The carrier is not available for this label. Please try another carrier.' was added to enum value 'ShippingLabelPurchaseErrorCode.CARRIER_NOT_AVAILABLE'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISABLED_SHIPPING_ACCOUNT' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The requested shop\\'s shipping account is disabled. Please contact support.' was added to enum value 'ShippingLabelPurchaseErrorCode.DISABLED_SHIPPING_ACCOUNT'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CONNECTION_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'We could not reach the shipping carrier. Please try again in a few minutes.' was added to enum value 'ShippingLabelPurchaseErrorCode.CONNECTION_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSIENT_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An error occurred while purchasing the label. Please try again.' was added to enum value 'ShippingLabelPurchaseErrorCode.TRANSIENT_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PERMANENT_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A non-recoverable error occurred while purchasing the label. Review the shipment details and try again.' was added to enum value 'ShippingLabelPurchaseErrorCode.PERMANENT_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNKNOWN_ERROR' was added to enum 'ShippingLabelPurchaseErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An unknown error occurred while purchasing the label.' was added to enum value 'ShippingLabelPurchaseErrorCode.UNKNOWN_ERROR'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PENDING_PURCHASE' was added to enum 'ShippingLabelPurchaseResultStatus'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase is pending.' was added to enum value 'ShippingLabelPurchaseResultStatus.PENDING_PURCHASE'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_FAILED' was added to enum 'ShippingLabelPurchaseResultStatus'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase failed.' was added to enum value 'ShippingLabelPurchaseResultStatus.PURCHASE_FAILED'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASED' was added to enum 'ShippingLabelPurchaseResultStatus'"
        },
        {
          "name": "ShippingLabelPurchaseResultStatus",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Purchase succeeded.' was added to enum value 'ShippingLabelPurchaseResultStatus.PURCHASED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NOT_FOUND' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The record with the ID used as the input value couldn\\'t be found.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.NOT_FOUND'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOTAL_WEIGHT_ZERO' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Non-zero total weight is required for purchase.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.TOTAL_WEIGHT_ZERO'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SHIPPING_DATE_IN_THE_PAST' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping date has already passed.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.SHIPPING_DATE_IN_THE_PAST'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_SHIPPING_RATE' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping rate selection is required for purchase.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_SHIPPING_RATE'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_SHIPPING_DATE' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping date is required for purchase.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_SHIPPING_DATE'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_INSURANCE_COVERAGE_AMOUNT' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing insurance coverage amount.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_INSURANCE_COVERAGE_AMOUNT'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_INSURANCE_COVERAGE_CURRENCY' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing insurance coverage currency.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_INSURANCE_COVERAGE_CURRENCY'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_PACKAGE_DIMENSIONS' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Package dimensions must be greater than zero.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.INVALID_PACKAGE_DIMENSIONS'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_HS_CODE' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing harmonized system code.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_HS_CODE'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_COUNTRY_OF_ORIGIN' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Missing country of origin.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.MISSING_COUNTRY_OF_ORIGIN'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'AT_LEAST_1_ITEM_REQUIRED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'At least 1 item should be fulfilled.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.AT_LEAST_1_ITEM_REQUIRED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PHONE_NUMBER_NOT_FULLY_QUALIFIED_ORIGIN' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping intent has a phone number that is not fully qualified for the origin address.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PHONE_NUMBER_NOT_FULLY_QUALIFIED_ORIGIN'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PHONE_NUMBER_NOT_FULLY_QUALIFIED_DESTINATION' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shipping intent has a phone number that is not fully qualified for the destination address.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PHONE_NUMBER_NOT_FULLY_QUALIFIED_DESTINATION'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_SHIPPING_STATE_INVALID' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The intent is trying to set an adaptive shipping state on a non-adaptive shipping order.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.ADAPTIVE_SHIPPING_STATE_INVALID'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'FULFILLMENT_ORDER_INVALID' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The fulfillment order is not eligible for label purchase. Review the fulfillment order details and try again.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.FULFILLMENT_ORDER_INVALID'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'KILL_SWITCH' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping labels may not be purchased at this time. Please try again later.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.KILL_SWITCH'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PURCHASE_FAILED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The label purchase failed. Please review the shipment details and try again.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PURCHASE_FAILED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RATES_NOT_FOUND' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Rates for the shipping label were not found. Please review the shipment details and try again.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.RATES_NOT_FOUND'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TERMS_OF_SERVICE_NOT_ACCEPTED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shopify Shipping terms of service have not been accepted. Purchase a shipping label through the Shopify admin first.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.TERMS_OF_SERVICE_NOT_ACCEPTED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CARRIER_NOT_SUPPORTED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected shipping carrier cannot be purchased through this API.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.CARRIER_NOT_SUPPORTED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ACCESS_DENIED' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The API client lacks write access to the provided fulfillment order.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.ACCESS_DENIED'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PACKAGE_CARRIER_MISMATCH' was added to enum 'ShippingLabelPurchaseUserErrorCode'"
        },
        {
          "name": "ShippingLabelPurchaseUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The requested carrier package does not match the preferred rate selection carrier.' was added to enum value 'ShippingLabelPurchaseUserErrorCode.PACKAGE_CARRIER_MISMATCH'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSPECIFIED' was added to enum 'ShopifyqlColumnOrigin'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The column origin is unspecified.' was added to enum value 'ShopifyqlColumnOrigin.UNSPECIFIED'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REQUESTED' was added to enum 'ShopifyqlColumnOrigin'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The column was explicitly requested in the query.' was added to enum value 'ShopifyqlColumnOrigin.REQUESTED'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERATED' was added to enum 'ShopifyqlColumnOrigin'"
        },
        {
          "name": "ShopifyqlColumnOrigin",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The column was dynamically generated (e.g. a comparison, total, benchmark, or attribution).' was added to enum value 'ShopifyqlColumnOrigin.GENERATED'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNSPECIFIED' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Unspecified dynamic column type.' was added to enum value 'ShopifyqlDynamicColumnType.UNSPECIFIED'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPARISON' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A comparison data column (the comparison period).' was added to enum value 'ShopifyqlDynamicColumnType.COMPARISON'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PERCENT_CHANGE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A percent-change column.' was added to enum value 'ShopifyqlDynamicColumnType.PERCENT_CHANGE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPARISON_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A comparison column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.COMPARISON_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BENCHMARKS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A benchmark data column.' was added to enum value 'ShopifyqlDynamicColumnType.BENCHMARKS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BENCHMARK_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A benchmark column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.BENCHMARK_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A cumulative column.' was added to enum value 'ShopifyqlDynamicColumnType.CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPARISON_CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A comparison column with cumulative data.' was added to enum value 'ShopifyqlDynamicColumnType.COMPARISON_CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with totals.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_COMPARISON' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with comparison data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_COMPARISON'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_PERCENT_CHANGE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with percent-change data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_PERCENT_CHANGE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_COMPARISON_TOTALS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with comparison data and totals.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_COMPARISON_TOTALS'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with cumulative data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ATTRIBUTION_COMPARISON_CUMULATIVE' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An attribution column with comparison and cumulative data.' was added to enum value 'ShopifyqlDynamicColumnType.ATTRIBUTION_COMPARISON_CUMULATIVE'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ROLLOUT_RESULTS' was added to enum 'ShopifyqlDynamicColumnType'"
        },
        {
          "name": "ShopifyqlDynamicColumnType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A rollout results column.' was added to enum value 'ShopifyqlDynamicColumnType.ROLLOUT_RESULTS'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_COLLECTION_REFERENCE' was added to enum 'SubCollectionIneligibleReason'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The referenced collection id does not parse as a positive integer or does not exist in the shop.' was added to enum value 'SubCollectionIneligibleReason.INVALID_COLLECTION_REFERENCE'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SELF_REFERENCE' was added to enum 'SubCollectionIneligibleReason'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The referenced collection is one of the source\\'s owning collections (a source cannot reference itself).' was added to enum value 'SubCollectionIneligibleReason.SELF_REFERENCE'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHAIN_REFERENCE' was added to enum 'SubCollectionIneligibleReason'"
        },
        {
          "name": "SubCollectionIneligibleReason",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The referenced collection itself owns a sub-collection source (chains of depth > 1 are not supported).' was added to enum value 'SubCollectionIneligibleReason.CHAIN_REFERENCE'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMER' was added to enum 'SubscriptionActor'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subscription action was initiated by a customer.' was added to enum value 'SubscriptionActor.CUSTOMER'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MERCHANT' was added to enum 'SubscriptionActor'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subscription action was initiated by a merchant.' was added to enum value 'SubscriptionActor.MERCHANT'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PARTNER' was added to enum 'SubscriptionActor'"
        },
        {
          "name": "SubscriptionActor",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subscription action was initiated by a partner.' was added to enum value 'SubscriptionActor.PARTNER'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'B2B_CATALOG_LIMIT_REACHED' was added to enum 'CatalogUserErrorCode'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'You\\'ve reached the maximum number of B2B catalogs allowed for your plan.' was added to enum value 'CatalogUserErrorCode.B2B_CATALOG_LIMIT_REACHED'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CATALOG_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'CatalogUserErrorCode'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Catalogs and condition types are not compatible with each other.' was added to enum value 'CatalogUserErrorCode.CATALOG_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'UNPERMITTED_ENTITLEMENTS_DIRECT_CATALOG_ASSIGNMENT' was added to enum 'CatalogUserErrorCode'"
        },
        {
          "name": "CatalogUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Catalogs assigned to company locations can\\'t be set to active with your plan.' was added to enum value 'CatalogUserErrorCode.UNPERMITTED_ENTITLEMENTS_DIRECT_CATALOG_ASSIGNMENT'"
        },
        {
          "name": "CollectionSortOrder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MOST_RELEVANT' was added to enum 'CollectionSortOrder'"
        },
        {
          "name": "CollectionSortOrder",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'By most relevant products.' was added to enum value 'CollectionSortOrder.MOST_RELEVANT'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'DiscountErrorCode'"
        },
        {
          "name": "DiscountErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Discounts and condition types are not compatible with each other.' was added to enum value 'DiscountErrorCode.DISCOUNT_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELDS' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more metafields are not valid.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.INVALID_METAFIELDS'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELDS' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more metafields are not valid.' was added to enum value 'InventoryTransferCreateUserErrorCode.INVALID_METAFIELDS'"
        },
        {
          "name": "InventoryTransferDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_STATE' was added to enum 'InventoryTransferDeleteUserErrorCode'"
        },
        {
          "name": "InventoryTransferDeleteUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A resource was not in the correct state for the operation to succeed.' was added to enum value 'InventoryTransferDeleteUserErrorCode.INVALID_STATE'"
        },
        {
          "name": "InventoryTransferEditUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_METAFIELDS' was added to enum 'InventoryTransferEditUserErrorCode'"
        },
        {
          "name": "InventoryTransferEditUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more metafields are not valid.' was added to enum value 'InventoryTransferEditUserErrorCode.INVALID_METAFIELDS'"
        },
        {
          "name": "MarketConditionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL' was added to enum 'MarketConditionType'"
        },
        {
          "name": "MarketConditionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The condition checks the channel that the visitor is shopping from.' was added to enum value 'MarketConditionType.CHANNEL'"
        },
        {
          "name": "MarketCurrencySettingsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES' was added to enum 'MarketCurrencySettingsUserErrorCode'"
        },
        {
          "name": "MarketCurrencySettingsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Local currencies must be enabled when adaptive pricing is active.' was added to enum value 'MarketCurrencySettingsUserErrorCode.ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES'"
        },
        {
          "name": "MarketType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL' was added to enum 'MarketType'"
        },
        {
          "name": "MarketType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The market applies to the visitor based on the channel.' was added to enum value 'MarketType.CHANNEL'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBDIVISION_DOES_NOT_EXIST' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subdivision doesn\\'t exist.' was added to enum value 'MarketUserErrorCode.SUBDIVISION_DOES_NOT_EXIST'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_DELETE_SUBDIVISION_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t delete the last subdivision-driven market.' was added to enum value 'MarketUserErrorCode.CANNOT_DELETE_SUBDIVISION_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MISSING_SUBDIVISION_CODE' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subdivision code is missing.' was added to enum value 'MarketUserErrorCode.MISSING_SUBDIVISION_CODE'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MARKET_MANAGER_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Market managers and condition types are not compatible with each other.' was added to enum value 'MarketUserErrorCode.MARKET_MANAGER_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_SUBDIVISION_FORMAT' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The subdivision format is invalid.' was added to enum value 'MarketUserErrorCode.INVALID_SUBDIVISION_FORMAT'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_NOT_MARKET_CONTEXTUAL' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more discounts do not have market eligibility.' was added to enum value 'MarketUserErrorCode.DISCOUNT_NOT_MARKET_CONTEXTUAL'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_EXCEEDS_MARKET_LIMIT' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'One or more discounts exceed the maximum number of markets allowed.' was added to enum value 'MarketUserErrorCode.DISCOUNT_EXCEEDS_MARKET_LIMIT'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DISCOUNT_NOT_COMPATIBLE_WITH_B2B_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop does not have discounts enabled for B2B markets.' was added to enum value 'MarketUserErrorCode.DISCOUNT_NOT_COMPATIBLE_WITH_B2B_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SHIPPING_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Shipping and condition types are not compatible with each other.' was added to enum value 'MarketUserErrorCode.SHIPPING_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Local currencies must be enabled when adaptive pricing is active.' was added to enum value 'MarketUserErrorCode.ADAPTIVE_PRICING_REQUIRES_LOCAL_CURRENCIES'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MIXED_COUNTRY_SUBDIVISIONS_NOT_ALLOWED' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'All regions in a market that includes a subdivision must be in the same country.' was added to enum value 'MarketUserErrorCode.MIXED_COUNTRY_SUBDIVISIONS_NOT_ALLOWED'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_ACTIVATE_MARKET_B2B_CATALOG_LIMIT_REACHED' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t activate this market because the B2B catalog limit has been reached.' was added to enum value 'MarketUserErrorCode.CANNOT_ACTIVATE_MARKET_B2B_CATALOG_LIMIT_REACHED'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'B2B_CATALOG_LIMIT_REACHED' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The maximum number of active B2B catalogs allowed by your plan has been reached.' was added to enum value 'MarketUserErrorCode.B2B_CATALOG_LIMIT_REACHED'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CHANNEL_IDS' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Channel ids are invalid.' was added to enum value 'MarketUserErrorCode.INVALID_CHANNEL_IDS'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_COUNTRY_AND_SUBDIVISION_CONDITIONS' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A country condition and a subdivision condition belonging to the same country cannot be added to the same market.' was added to enum value 'MarketUserErrorCode.INVALID_COUNTRY_AND_SUBDIVISION_CONDITIONS'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBDIVISION_MUST_BELONG_TO_COUNTRY' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected subdivision does not belong to the selected country.' was added to enum value 'MarketUserErrorCode.SUBDIVISION_MUST_BELONG_TO_COUNTRY'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_ADD_ALL_SUBDIVISIONS_FOR_A_COUNTRY_TO_A_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t add all subdivisions for a country to a market.' was added to enum value 'MarketUserErrorCode.CANNOT_ADD_ALL_SUBDIVISIONS_FOR_A_COUNTRY_TO_A_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CUSTOMIZATION_FOR_SUBDIVISION_CONDITION' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Can\\'t add selected customizations to a market with a subdivision condition.' was added to enum value 'MarketUserErrorCode.INVALID_CUSTOMIZATION_FOR_SUBDIVISION_CONDITION'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCOMPATIBLE_CONFIGURATION' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected customization can\\'t be applied to this configuration.' was added to enum value 'MarketUserErrorCode.INCOMPATIBLE_CONFIGURATION'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL_MARKET_MUST_HAVE_SINGLE_CHANNEL_DRIVER' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A channel market must have a single channel driver.' was added to enum value 'MarketUserErrorCode.CHANNEL_MARKET_MUST_HAVE_SINGLE_CHANNEL_DRIVER'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL_NOT_VALID_FOR_CHANNEL_MARKET' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected channel is not valid for a channel market.' was added to enum value 'MarketUserErrorCode.CHANNEL_NOT_VALID_FOR_CHANNEL_MARKET'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANNEL_DRIVER_MUST_HAVE_CHANNEL_SPECIFICATION' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A channel driver must have a channel specification.' was added to enum value 'MarketUserErrorCode.CHANNEL_DRIVER_MUST_HAVE_CHANNEL_SPECIFICATION'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'REGION_NOT_SUPPORTED_FOR_CHANNEL' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The selected region is not supported for the selected channel.' was added to enum value 'MarketUserErrorCode.REGION_NOT_SUPPORTED_FOR_CHANNEL'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRES_MANAGED_MARKETS' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Adaptive pricing can only be enabled for Markets with Managed Markets enabled.' was added to enum value 'MarketUserErrorCode.ADAPTIVE_PRICING_REQUIRES_MANAGED_MARKETS'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ADAPTIVE_PRICING_REQUIRED_SETUP_ERROR' was added to enum 'MarketUserErrorCode'"
        },
        {
          "name": "MarketUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The given priceInclusions setup is not compatible with adaptive pricing.' was added to enum value 'MarketUserErrorCode.ADAPTIVE_PRICING_REQUIRED_SETUP_ERROR'"
        },
        {
          "name": "MetafieldOwnerType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TRANSFER' was added to enum 'MetafieldOwnerType'"
        },
        {
          "name": "MetafieldOwnerType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The Transfer metafield owner type.' was added to enum value 'MetafieldOwnerType.TRANSFER'"
        },
        {
          "name": "OnlineStoreThemeFilesUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'THEME_CONTEXTUALIZATION_NOT_COMPATIBLE_WITH_CONDITION_TYPES' was added to enum 'OnlineStoreThemeFilesUserErrorsCode'"
        },
        {
          "name": "OnlineStoreThemeFilesUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Theme contextualization and condition types are not compatible with each other.' was added to enum value 'OnlineStoreThemeFilesUserErrorsCode.THEME_CONTEXTUALIZATION_NOT_COMPATIBLE_WITH_CONDITION_TYPES'"
        },
        {
          "name": "ProductVariantsBulkCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO' was added to enum 'ProductVariantsBulkCreateUserErrorCode'"
        },
        {
          "name": "ProductVariantsBulkCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Price must be 0 for variants of products with a gift card issuance currency.' was added to enum value 'ProductVariantsBulkCreateUserErrorCode.LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO'"
        },
        {
          "name": "ProductVariantsBulkUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO' was added to enum 'ProductVariantsBulkUpdateUserErrorCode'"
        },
        {
          "name": "ProductVariantsBulkUpdateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Price must be 0 for variants of products with a gift card issuance currency.' was added to enum value 'ProductVariantsBulkUpdateUserErrorCode.LOCAL_CURRENCY_GIFT_CARD_PRICE_MUST_BE_ZERO'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CANNOT_COMBINE_PRODUCTS_AND_VARIANTS' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products and variants cannot be updated together.' was added to enum value 'PublicationUserErrorCode.CANNOT_COMBINE_PRODUCTS_AND_VARIANTS'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANTS_BELONG_TO_MULTIPLE_PRODUCTS' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Variants in a single operation must belong to the same product.' was added to enum value 'PublicationUserErrorCode.VARIANTS_BELONG_TO_MULTIPLE_PRODUCTS'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PRODUCT_LOCK_ERROR' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The product is currently being modified. Please try again later.' was added to enum value 'PublicationUserErrorCode.PRODUCT_LOCK_ERROR'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VARIANT_PUBLISHING_UNSUPPORTED_PRODUCT_TYPE' was added to enum 'PublicationUserErrorCode'"
        },
        {
          "name": "PublicationUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Variant publishing is not supported for this product type.' was added to enum value 'PublicationUserErrorCode.VARIANT_PUBLISHING_UNSUPPORTED_PRODUCT_TYPE'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_AMOUNT' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is invalid for this payment method.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_AMOUNT'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CVC' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_CVC' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code entered is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_PIN' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The PIN entered is incorrect.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INCORRECT_PIN'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_REQUEST' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment request is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_REQUEST'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_AMOUNT' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The transaction amount is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_AMOUNT'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_CVC' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_CVC' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The card security code is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_CVC'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INCORRECT_PIN' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The PIN is incorrect.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INCORRECT_PIN'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_REQUEST' was added to enum 'SubscriptionBillingAttemptPaymentErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptPaymentErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The payment request is invalid.' was added to enum value 'SubscriptionBillingAttemptPaymentErrorCode.INVALID_REQUEST'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CUSTOMERS_WHATS_APP_MARKETING_CONSENT_UPDATE' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `customers_whats_app_marketing_consent/update` events. Occurs whenever a customer\\'s WhatsApp marketing consent is updated. Requires the `read_customers` scope.' was added to enum value 'WebhookSubscriptionTopic.CUSTOMERS_WHATS_APP_MARKETING_CONSENT_UPDATE'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVENTORY_TRANSFERS_UPDATED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `inventory_transfers/updated` events. Triggers when a shipment belonging to the transfer is created, edited, or removed. Re-fetch the transfer to get the latest state. Requires the `read_inventory_transfers` scope.' was added to enum value 'WebhookSubscriptionTopic.INVENTORY_TRANSFERS_UPDATED'"
        }
      ]
    }
  }
}