{
  "storefront": {
    "fromVersion": "2025-10",
    "toVersion": "2026-01",
    "apiType": "storefront",
    "generatedAt": "2026-09-01T13:55:11.697Z",
    "summary": {
      "totalChanges": 23,
      "breakingChanges": 1,
      "deprecations": 0,
      "additions": 2,
      "removals": 0,
      "modifications": 7
    },
    "changes": {
      "types": [
        {
          "name": "SocialLoginProvider",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'SocialLoginProvider' was added"
        },
        {
          "name": "SocialLoginProvider",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'SocialLoginProvider' has description 'A social login provider for customer accounts.'"
        },
        {
          "name": "Translation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'Translation' was added"
        },
        {
          "name": "Translation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'Translation' has description 'Translation represents a translation of a key-value pair.'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PARENT_LINE_INVALID_REFERENCE' was added to enum 'CartErrorCode'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot reference existing parent lines by variant_id.' was added to enum value 'CartErrorCode.PARENT_LINE_INVALID_REFERENCE'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GIFT_CARD_RECIPIENT_INVALID' was added to enum 'CartErrorCode'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The specified gift card recipient is invalid.' was added to enum value 'CartErrorCode.GIFT_CARD_RECIPIENT_INVALID'"
        },
        {
          "name": "Mutation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Type for argument 'discountCodes' on field 'Mutation.cartDiscountCodesUpdate' changed from '[String!]' to '[String!]!'"
        }
      ],
      "queries": [],
      "mutations": [],
      "subscriptions": [],
      "enums": [
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'PARENT_LINE_INVALID_REFERENCE' was added to enum 'CartErrorCode'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Cannot reference existing parent lines by variant_id.' was added to enum value 'CartErrorCode.PARENT_LINE_INVALID_REFERENCE'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GIFT_CARD_RECIPIENT_INVALID' was added to enum 'CartErrorCode'"
        },
        {
          "name": "CartErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The specified gift card recipient is invalid.' was added to enum value 'CartErrorCode.GIFT_CARD_RECIPIENT_INVALID'"
        }
      ]
    }
  },
  "customer-account": {
    "fromVersion": "2025-10",
    "toVersion": "2026-01",
    "apiType": "customer-account",
    "generatedAt": "2026-09-01T13:55:11.733Z",
    "summary": {
      "totalChanges": 443,
      "breakingChanges": 1,
      "deprecations": 0,
      "additions": 36,
      "removals": 0,
      "modifications": 104
    },
    "changes": {
      "types": [
        {
          "name": "AchPaymentDetails",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'AchPaymentDetails' was added"
        },
        {
          "name": "AchPaymentDetails",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'AchPaymentDetails' has description 'The bank account payment details related to a transaction.'"
        },
        {
          "name": "App",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'App' was added"
        },
        {
          "name": "App",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'App' object implements 'Node' interface"
        },
        {
          "name": "App",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'App' has description 'A Shopify app.'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankAccountHolderType' was added"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPANY' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A company account holder.' was added to enum value 'BankAccountHolderType.COMPANY'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INDIVIDUAL' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An individual account holder.' was added to enum value 'BankAccountHolderType.INDIVIDUAL'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankAccountHolderType' has description 'The type of bank account holder.'"
        },
        {
          "name": "BankAccountType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankAccountType' was added"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHECKING' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A checking account.' was added to enum value 'BankAccountType.CHECKING'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SAVINGS' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A savings account.' was added to enum value 'BankAccountType.SAVINGS'"
        },
        {
          "name": "BankAccountType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankAccountType' has description 'The type of bank account.'"
        },
        {
          "name": "BankPaymentInstrument",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankPaymentInstrument' was added"
        },
        {
          "name": "BankPaymentInstrument",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'BankPaymentInstrument' object implements 'Node' interface"
        },
        {
          "name": "BankPaymentInstrument",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'BankPaymentInstrument' object implements 'PaymentInstrument' interface"
        },
        {
          "name": "BankPaymentInstrument",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankPaymentInstrument' has description 'Represents a bank account payment instrument.'"
        },
        {
          "name": "BankPaymentMethod",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankPaymentMethod' was added"
        },
        {
          "name": "BankPaymentMethod",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankPaymentMethod' has description 'A bank payment method that can be used for recurring and future payments.'"
        },
        {
          "name": "BigInt",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BigInt' was added"
        },
        {
          "name": "BigInt",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BigInt' has description 'Represents non-fractional signed whole numeric values. Since the value may exceed the size of a 32-bit integer, it\\'s encoded as a string.'"
        },
        {
          "name": "GenericFile",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'GenericFile' was added"
        },
        {
          "name": "GenericFile",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'GenericFile' object implements 'Media' interface"
        },
        {
          "name": "GenericFile",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'GenericFile' has description 'The generic file resource lets you manage files in a merchant\\'s store. Generic files include any file that doesn\\'t fit into a designated type such as image or video. Example: PDF, JSON.'"
        },
        {
          "name": "Media",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'Media' was added"
        },
        {
          "name": "Media",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'Media' has description 'Represents a media interface.'"
        },
        {
          "name": "MediaContentType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MediaContentType' was added"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MODEL_3D' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted 3D model.' was added to enum value 'MediaContentType.MODEL_3D'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_FILE' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted generic file.' was added to enum value 'MediaContentType.GENERIC_FILE'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IMAGE' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted image.' was added to enum value 'MediaContentType.IMAGE'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VIDEO' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted video.' was added to enum value 'MediaContentType.VIDEO'"
        },
        {
          "name": "MediaContentType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MediaContentType' has description 'The content types that a media can have.'"
        },
        {
          "name": "MediaImage",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MediaImage' was added"
        },
        {
          "name": "MediaImage",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'MediaImage' object implements 'Media' interface"
        },
        {
          "name": "MediaImage",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MediaImage' has description 'Represents a Shopify hosted image.'"
        },
        {
          "name": "MetafieldReference",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldReference' was added"
        },
        {
          "name": "MetafieldReference",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'GenericFile' was added to Union type 'MetafieldReference'"
        },
        {
          "name": "MetafieldReference",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'MediaImage' was added to Union type 'MetafieldReference'"
        },
        {
          "name": "MetafieldReference",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'Metaobject' was added to Union type 'MetafieldReference'"
        },
        {
          "name": "MetafieldReference",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'Model3d' was added to Union type 'MetafieldReference'"
        },
        {
          "name": "MetafieldReference",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'Video' was added to Union type 'MetafieldReference'"
        },
        {
          "name": "MetafieldReference",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldReference' has description 'Returns the resource which is being referred to by a metafield.'"
        },
        {
          "name": "MetafieldReferenceConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldReferenceConnection' was added"
        },
        {
          "name": "MetafieldReferenceConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldReferenceConnection' has description 'An auto-generated type for paginating through multiple MetafieldReferences.'"
        },
        {
          "name": "MetafieldReferenceEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetafieldReferenceEdge' was added"
        },
        {
          "name": "MetafieldReferenceEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetafieldReferenceEdge' has description 'An auto-generated type which holds one MetafieldReference and a cursor during pagination.'"
        },
        {
          "name": "Metaobject",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'Metaobject' was added"
        },
        {
          "name": "Metaobject",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'Metaobject' object implements 'Node' interface"
        },
        {
          "name": "Metaobject",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'Metaobject' has description 'An instance of a user-defined model based on a MetaobjectDefinition.'"
        },
        {
          "name": "MetaobjectField",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetaobjectField' was added"
        },
        {
          "name": "MetaobjectField",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetaobjectField' has description 'Provides the value of a Metaobject field.'"
        },
        {
          "name": "Model3d",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'Model3d' was added"
        },
        {
          "name": "Model3d",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'Model3d' object implements 'Media' interface"
        },
        {
          "name": "Model3d",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'Model3d' has description 'Represents a Shopify hosted 3D model.'"
        },
        {
          "name": "Model3dSource",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'Model3dSource' was added"
        },
        {
          "name": "Model3dSource",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'Model3dSource' has description 'Represents a source for a Shopify hosted 3d model.'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentCredentialRemoteTokenInput' was added"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'providerId' of type 'BigInt' was added to input object type 'PaymentCredentialRemoteTokenInput'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PaymentCredentialRemoteTokenInput.providerId' has description 'Internal provider identifier.'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'type' of type 'String!' was added to input object type 'PaymentCredentialRemoteTokenInput'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PaymentCredentialRemoteTokenInput.type' has description 'Credential type.'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'token' of type 'String!' was added to input object type 'PaymentCredentialRemoteTokenInput'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PaymentCredentialRemoteTokenInput.token' has description 'Opaque credential token.'"
        },
        {
          "name": "PaymentCredentialRemoteTokenInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentCredentialRemoteTokenInput' has description 'The input fields for a single remote-token credential.'"
        },
        {
          "name": "PaymentInstrumentAddPayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentInstrumentAddPayload' was added"
        },
        {
          "name": "PaymentInstrumentAddPayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentInstrumentAddPayload' has description 'Return type for `paymentInstrumentAdd` mutation.'"
        },
        {
          "name": "PaymentInstrumentConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentInstrumentConnection' was added"
        },
        {
          "name": "PaymentInstrumentConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentInstrumentConnection' has description 'An auto-generated type for paginating through multiple PaymentInstruments.'"
        },
        {
          "name": "PaymentInstrumentEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentInstrumentEdge' was added"
        },
        {
          "name": "PaymentInstrumentEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentInstrumentEdge' has description 'An auto-generated type which holds one PaymentInstrument and a cursor during pagination.'"
        },
        {
          "name": "PaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentInstrumentInput' was added"
        },
        {
          "name": "PaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'remoteToken' of type 'RemoteTokenPaymentInstrumentInput' was added to input object type 'PaymentInstrumentInput'"
        },
        {
          "name": "PaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PaymentInstrumentInput.remoteToken' has description 'The remote-token based instrument (e.g., credit card session, PayPal token).'"
        },
        {
          "name": "PaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentInstrumentInput' has description 'The input fields for a payment instrument.'"
        },
        {
          "name": "PaymentInstrumentReplacePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentInstrumentReplacePayload' was added"
        },
        {
          "name": "PaymentInstrumentReplacePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentInstrumentReplacePayload' has description 'Return type for `paymentInstrumentReplace` mutation.'"
        },
        {
          "name": "PaymentMandateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentMandateInput' was added"
        },
        {
          "name": "PaymentMandateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'resourceType' of type 'PaymentMandateResourceType!' was added to input object type 'PaymentMandateInput'"
        },
        {
          "name": "PaymentMandateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'resourceId' of type 'BigInt' was added to input object type 'PaymentMandateInput'"
        },
        {
          "name": "PaymentMandateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentMandateInput' has description 'The input fields for a mandate association for a payment instrument.'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentMandateResourceType' was added"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ORDER' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DRAFTORDER' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHECKOUT' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RECEIPT' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBSCRIPTIONS' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ANY' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentMandateResourceType' has description 'Resources a mandate can be associated with.'"
        },
        {
          "name": "PaymentMethod",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentMethod' was added"
        },
        {
          "name": "PaymentMethod",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'BankPaymentMethod' was added to Union type 'PaymentMethod'"
        },
        {
          "name": "PaymentMethod",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentMethod' has description 'A payment method that customers can use to pay.'"
        },
        {
          "name": "PaymentProviderClientCredentials",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'PaymentProviderClientCredentials' was added"
        },
        {
          "name": "PaymentProviderClientCredentials",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'PaymentProviderClientCredentials' has description 'Represents a payment provider client credentials.'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'RemoteTokenPaymentInstrumentInput' was added"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ownerId' of type 'ID!' was added to input object type 'RemoteTokenPaymentInstrumentInput'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RemoteTokenPaymentInstrumentInput.ownerId' has description 'The owner ID to associate with this instrument.'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'credentials' of type '[PaymentCredentialRemoteTokenInput!]!' was added to input object type 'RemoteTokenPaymentInstrumentInput'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RemoteTokenPaymentInstrumentInput.credentials' has description 'Credentials for the remote token instrument. Multiple entries may be required for some instrument types.'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'billingAddress' of type 'CustomerAddressInput' was added to input object type 'RemoteTokenPaymentInstrumentInput'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RemoteTokenPaymentInstrumentInput.billingAddress' has description 'The billing address associated with the payment instrument.'"
        },
        {
          "name": "RemoteTokenPaymentInstrumentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'RemoteTokenPaymentInstrumentInput' has description 'The input fields for a remote-token instrument.'"
        },
        {
          "name": "ReturnReasonDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinition' was added"
        },
        {
          "name": "ReturnReasonDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ReturnReasonDefinition' object implements 'Node' interface"
        },
        {
          "name": "ReturnReasonDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinition' has description 'A standardized reason for returning an item.\n\n- Shopify offers an expanded library of return reasons available to all merchants\n- For each product, Shopify suggests a curated subset of reasons based on the product\\'s category.'"
        },
        {
          "name": "ReturnReasonDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinitionConnection' was added"
        },
        {
          "name": "ReturnReasonDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinitionConnection' has description 'An auto-generated type for paginating through multiple ReturnReasonDefinitions.'"
        },
        {
          "name": "ReturnReasonDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinitionEdge' was added"
        },
        {
          "name": "ReturnReasonDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinitionEdge' has description 'An auto-generated type which holds one ReturnReasonDefinition and a cursor during pagination.'"
        },
        {
          "name": "Video",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'Video' was added"
        },
        {
          "name": "Video",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'Video' object implements 'Media' interface"
        },
        {
          "name": "Video",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'Video' has description 'Represents a Shopify hosted video.'"
        },
        {
          "name": "VideoSource",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'VideoSource' was added"
        },
        {
          "name": "VideoSource",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'VideoSource' has description 'Represents a source for a Shopify hosted video.'"
        },
        {
          "name": "OrderTransactionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ACH' was added to enum 'OrderTransactionType'"
        },
        {
          "name": "OrderTransactionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An ACH bank account transaction.' was added to enum value 'OrderTransactionType.ACH'"
        },
        {
          "name": "PaymentDetails",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'AchPaymentDetails' was added to Union type 'PaymentDetails'"
        },
        {
          "name": "RequestedLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": true,
          "description": "Input field 'returnReason' was removed from input object type 'RequestedLineItemInput'"
        },
        {
          "name": "RequestedLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'returnReasonDefinitionId' of type 'ID' was added to input object type 'RequestedLineItemInput'"
        },
        {
          "name": "RequestedLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RequestedLineItemInput.returnReasonDefinitionId' has description 'The ID of a [`ReturnReasonDefinition`](https://shopify.dev/docs/api/customer/latest/objects/ReturnReasonDefinition). Use [`LineItem.suggestedReturnReasonDefinitions`](https://shopify.dev/docs/api/customer/latest/objects/LineItem#field-LineItem.fields.suggestedReturnReasonDefinitions) to get reasons tailored to the product\\'s category.'"
        },
        {
          "name": "UserErrorsPaymentInstrumentUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OWNER_ID_INVALID' was added to enum 'UserErrorsPaymentInstrumentUserErrorsCode'"
        },
        {
          "name": "UserErrorsPaymentInstrumentUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Owner ID is invalid.' was added to enum value 'UserErrorsPaymentInstrumentUserErrorsCode.OWNER_ID_INVALID'"
        }
      ],
      "queries": [],
      "mutations": [
        {
          "name": "paymentInstrumentAdd",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'paymentInstrumentAdd' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentAdd",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.paymentInstrumentAdd' has description 'Adds a new payment instrument and associates mandates. Returns the created instrument on success.'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'idempotencyKey: String!' added to field 'Mutation.paymentInstrumentAdd'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'instrument: PaymentInstrumentInput!' added to field 'Mutation.paymentInstrumentAdd'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentAdd",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'mandates: [PaymentMandateInput!]!' added to field 'Mutation.paymentInstrumentAdd'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentReplace",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'paymentInstrumentReplace' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentReplace",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.paymentInstrumentReplace' has description 'Replace existing payment mandates with a new (or existing) instrument. Subscriptions require special treatment.'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentReplace",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'id: ID!' added to field 'Mutation.paymentInstrumentReplace'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentReplace",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'idempotencyKey: String!' added to field 'Mutation.paymentInstrumentReplace'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentReplace",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'instrument: PaymentInstrumentInput!' added to field 'Mutation.paymentInstrumentReplace'",
          "breaking": false
        },
        {
          "name": "paymentInstrumentReplace",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'mandates: [PaymentMandateInput!]' added to field 'Mutation.paymentInstrumentReplace'",
          "breaking": false
        }
      ],
      "subscriptions": [],
      "enums": [
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPANY' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A company account holder.' was added to enum value 'BankAccountHolderType.COMPANY'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INDIVIDUAL' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An individual account holder.' was added to enum value 'BankAccountHolderType.INDIVIDUAL'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHECKING' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A checking account.' was added to enum value 'BankAccountType.CHECKING'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SAVINGS' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A savings account.' was added to enum value 'BankAccountType.SAVINGS'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'MODEL_3D' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted 3D model.' was added to enum value 'MediaContentType.MODEL_3D'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERIC_FILE' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted generic file.' was added to enum value 'MediaContentType.GENERIC_FILE'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IMAGE' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted image.' was added to enum value 'MediaContentType.IMAGE'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'VIDEO' was added to enum 'MediaContentType'"
        },
        {
          "name": "MediaContentType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A Shopify hosted video.' was added to enum value 'MediaContentType.VIDEO'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ORDER' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'DRAFTORDER' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHECKOUT' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'RECEIPT' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SUBSCRIPTIONS' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "PaymentMandateResourceType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ANY' was added to enum 'PaymentMandateResourceType'"
        },
        {
          "name": "OrderTransactionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ACH' was added to enum 'OrderTransactionType'"
        },
        {
          "name": "OrderTransactionType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An ACH bank account transaction.' was added to enum value 'OrderTransactionType.ACH'"
        },
        {
          "name": "UserErrorsPaymentInstrumentUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'OWNER_ID_INVALID' was added to enum 'UserErrorsPaymentInstrumentUserErrorsCode'"
        },
        {
          "name": "UserErrorsPaymentInstrumentUserErrorsCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Owner ID is invalid.' was added to enum value 'UserErrorsPaymentInstrumentUserErrorsCode.OWNER_ID_INVALID'"
        }
      ]
    }
  },
  "admin": {
    "fromVersion": "2025-10",
    "toVersion": "2026-01",
    "apiType": "admin",
    "generatedAt": "2026-09-01T13:55:11.892Z",
    "summary": {
      "totalChanges": 440,
      "breakingChanges": 2,
      "deprecations": 0,
      "additions": 30,
      "removals": 0,
      "modifications": 258
    },
    "changes": {
      "types": [
        {
          "name": "BankAccount",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankAccount' was added"
        },
        {
          "name": "BankAccount",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankAccount' has description 'Represents a bank account payment instrument.'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankAccountHolderType' was added"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPANY' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A company account holder.' was added to enum value 'BankAccountHolderType.COMPANY'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INDIVIDUAL' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An individual account holder.' was added to enum value 'BankAccountHolderType.INDIVIDUAL'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankAccountHolderType' has description 'The type of bank account holder.'"
        },
        {
          "name": "BankAccountType",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BankAccountType' was added"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHECKING' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A checking account.' was added to enum value 'BankAccountType.CHECKING'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SAVINGS' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A savings account.' was added to enum value 'BankAccountType.SAVINGS'"
        },
        {
          "name": "BankAccountType",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BankAccountType' has description 'The type of bank account.'"
        },
        {
          "name": "BulkOperationConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BulkOperationConnection' was added"
        },
        {
          "name": "BulkOperationConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BulkOperationConnection' has description 'An auto-generated type for paginating through multiple BulkOperations.'"
        },
        {
          "name": "BulkOperationEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BulkOperationEdge' was added"
        },
        {
          "name": "BulkOperationEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BulkOperationEdge' has description 'An auto-generated type which holds one BulkOperation and a cursor during pagination.'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'BulkOperationsSortKeys' was added"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPLETED_AT' was added to enum 'BulkOperationsSortKeys'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `completed_at` value.' was added to enum value 'BulkOperationsSortKeys.COMPLETED_AT'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CREATED_AT' was added to enum 'BulkOperationsSortKeys'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `created_at` value.' was added to enum value 'BulkOperationsSortKeys.CREATED_AT'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'BulkOperationsSortKeys' has description 'The set of valid sort keys for the BulkOperations query.'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionDuplicateInput' was added"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'collectionId' of type 'ID!' was added to input object type 'CollectionDuplicateInput'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionDuplicateInput.collectionId' has description 'The ID of the collection to be duplicated.'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'newTitle' of type 'String!' was added to input object type 'CollectionDuplicateInput'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionDuplicateInput.newTitle' has description 'The new title of the collection.'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'copyPublications' of type 'Boolean' with default value 'true' was added to input object type 'CollectionDuplicateInput'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'CollectionDuplicateInput.copyPublications' has description 'Whether to duplicate the collection\\'s publications (channel availability). When `true` (default), the duplicated collection will be published to the same channels as the original. When `false`, the duplicated collection will be unpublished on all channels.'"
        },
        {
          "name": "CollectionDuplicateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionDuplicateInput' has description 'The input fields for duplicating a collection.'"
        },
        {
          "name": "CollectionDuplicateOperation",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionDuplicateOperation' was added"
        },
        {
          "name": "CollectionDuplicateOperation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionDuplicateOperation' has description 'Represents an in-progress collection duplication operation. Collection duplication is a synchronous operation for simple collections, and an asynchronous operation for collections containing too many products to process synchronously.'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionDuplicateOperationRole' was added"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SOURCE' was added to enum 'CollectionDuplicateOperationRole'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products are being duplicated from this collection.' was added to enum value 'CollectionDuplicateOperationRole.SOURCE'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TARGET' was added to enum 'CollectionDuplicateOperationRole'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products are being duplicated onto this collection.' was added to enum value 'CollectionDuplicateOperationRole.TARGET'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionDuplicateOperationRole' has description 'The role a collection plays in a duplication operation.'"
        },
        {
          "name": "CollectionDuplicatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionDuplicatePayload' was added"
        },
        {
          "name": "CollectionDuplicatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionDuplicatePayload' has description 'Return type for `collectionDuplicate` mutation.'"
        },
        {
          "name": "CollectionDuplicateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionDuplicateUserError' was added"
        },
        {
          "name": "CollectionDuplicateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'CollectionDuplicateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "CollectionDuplicateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionDuplicateUserError' has description 'Errors related to collection duplication.'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionDuplicateUserErrorCode' was added"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLLECTION_NOT_FOUND' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The collection was not found. Please check the collection ID and try again.' was added to enum value 'CollectionDuplicateUserErrorCode.COLLECTION_NOT_FOUND'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLANK' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The collection title must not be blank.' was added to enum value 'CollectionDuplicateUserErrorCode.BLANK'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_LONG' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The collection title or URL handle is too long.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_LONG'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAKEN' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The URL handle generated from the new title is already in use. Please choose a different title.' was added to enum value 'CollectionDuplicateUserErrorCode.TAKEN'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The duplicated collection isn\\'t valid.' was added to enum value 'CollectionDuplicateUserErrorCode.INVALID'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_SUB_COLLECTION_INCLUSION_COLLECTIONS' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop has reached its limit of collections with sub-collection inclusions.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_MANY_SUB_COLLECTION_INCLUSION_COLLECTIONS'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_SUB_COLLECTION_EXCLUSION_COLLECTIONS' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop has reached its limit of collections with sub-collection exclusions.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_MANY_SUB_COLLECTION_EXCLUSION_COLLECTIONS'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_CONDITION_BACKED_SOURCES' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop has reached its limit of collection sources with conditions.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_MANY_CONDITION_BACKED_SOURCES'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionDuplicateUserErrorCode' has description 'Possible error codes that can be returned by `CollectionDuplicateUserError`.'"
        },
        {
          "name": "CollectionOperations",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'CollectionOperations' was added"
        },
        {
          "name": "CollectionOperations",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'CollectionOperations' has description 'Represents operations involving a collection.'"
        },
        {
          "name": "ComponentizedProductsBundleConsolidatedOption",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ComponentizedProductsBundleConsolidatedOption' was added"
        },
        {
          "name": "ComponentizedProductsBundleConsolidatedOption",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ComponentizedProductsBundleConsolidatedOption' has description 'An option on the bundle parent product that is consolidated from multiple different components.'"
        },
        {
          "name": "ComponentizedProductsBundleConsolidatedOptionSelection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ComponentizedProductsBundleConsolidatedOptionSelection' was added"
        },
        {
          "name": "ComponentizedProductsBundleConsolidatedOptionSelection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ComponentizedProductsBundleConsolidatedOptionSelection' has description 'An option selection for a bundle consolidated option.'"
        },
        {
          "name": "ComponentizedProductsBundleConsolidatedOptionSelectionComponent",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ComponentizedProductsBundleConsolidatedOptionSelectionComponent' was added"
        },
        {
          "name": "ComponentizedProductsBundleConsolidatedOptionSelectionComponent",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ComponentizedProductsBundleConsolidatedOptionSelectionComponent' has description 'A component that\\'s included in a bundle consolidated option selection.'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'InventoryAdjustmentInput' was added"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'locationId' of type 'ID!' was added to input object type 'InventoryAdjustmentInput'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryAdjustmentInput.locationId' has description 'The ID of the location where the available quantity should be adjusted.'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'adjustment' of type 'Int' was added to input object type 'InventoryAdjustmentInput'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryAdjustmentInput.adjustment' has description 'The adjustment of the available quantity at the location. If the value is `null`, then the product variant is no longer stocked at the location.'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'changeFromQuantity' of type 'Int' was added to input object type 'InventoryAdjustmentInput'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryAdjustmentInput.changeFromQuantity' has description 'The quantity to compare against before applying the delta.'"
        },
        {
          "name": "InventoryAdjustmentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'InventoryAdjustmentInput' has description 'The input fields required to adjust the available quantity of a product variant at a location.'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'MetaobjectCustomerAccountAccess' was added"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'MetaobjectCustomerAccountAccess'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No access.' was added to enum value 'MetaobjectCustomerAccountAccess.NONE'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'READ' was added to enum 'MetaobjectCustomerAccountAccess'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Read-only access.' was added to enum value 'MetaobjectCustomerAccountAccess.READ'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'MetaobjectCustomerAccountAccess' has description 'Metaobject access permissions for the Customer Account API.'"
        },
        {
          "name": "ProductBundleConsolidatedOptionComponentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ProductBundleConsolidatedOptionComponentInput' was added"
        },
        {
          "name": "ProductBundleConsolidatedOptionComponentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'componentOptionValue' of type 'String!' was added to input object type 'ProductBundleConsolidatedOptionComponentInput'"
        },
        {
          "name": "ProductBundleConsolidatedOptionComponentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleConsolidatedOptionComponentInput.componentOptionValue' has description 'The value to use for the component option (e.g., \\'Small\\', \\'Red\\').'"
        },
        {
          "name": "ProductBundleConsolidatedOptionComponentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'componentOptionId' of type 'ID' was added to input object type 'ProductBundleConsolidatedOptionComponentInput'"
        },
        {
          "name": "ProductBundleConsolidatedOptionComponentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleConsolidatedOptionComponentInput.componentOptionId' has description 'The ID of the component option that this consolidated option maps to.\nIf null, this selection targets the component\\'s quantity option with the given name.'"
        },
        {
          "name": "ProductBundleConsolidatedOptionComponentInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ProductBundleConsolidatedOptionComponentInput' has description 'The input fields for mapping a consolidated option to a specific component option.'"
        },
        {
          "name": "ProductBundleConsolidatedOptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ProductBundleConsolidatedOptionInput' was added"
        },
        {
          "name": "ProductBundleConsolidatedOptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionName' of type 'String!' was added to input object type 'ProductBundleConsolidatedOptionInput'"
        },
        {
          "name": "ProductBundleConsolidatedOptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleConsolidatedOptionInput.optionName' has description 'The name of the consolidated option (e.g., \\'Size\\', \\'Color\\').'"
        },
        {
          "name": "ProductBundleConsolidatedOptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionSelections' of type '[ProductBundleConsolidatedOptionSelectionInput!]!' was added to input object type 'ProductBundleConsolidatedOptionInput'"
        },
        {
          "name": "ProductBundleConsolidatedOptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleConsolidatedOptionInput.optionSelections' has description 'The option selections that define how this consolidated option maps to component options.'"
        },
        {
          "name": "ProductBundleConsolidatedOptionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ProductBundleConsolidatedOptionInput' has description 'The input fields for a consolidated option on a componentized product.'"
        },
        {
          "name": "ProductBundleConsolidatedOptionSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ProductBundleConsolidatedOptionSelectionInput' was added"
        },
        {
          "name": "ProductBundleConsolidatedOptionSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'optionValue' of type 'String!' was added to input object type 'ProductBundleConsolidatedOptionSelectionInput'"
        },
        {
          "name": "ProductBundleConsolidatedOptionSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleConsolidatedOptionSelectionInput.optionValue' has description 'The value for this consolidated option selection (e.g., \\'Small\\', \\'Medium\\', \\'Large\\').'"
        },
        {
          "name": "ProductBundleConsolidatedOptionSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'components' of type '[ProductBundleConsolidatedOptionComponentInput!]!' was added to input object type 'ProductBundleConsolidatedOptionSelectionInput'"
        },
        {
          "name": "ProductBundleConsolidatedOptionSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleConsolidatedOptionSelectionInput.components' has description 'The component mappings that define how this option value maps to specific component options.'"
        },
        {
          "name": "ProductBundleConsolidatedOptionSelectionInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ProductBundleConsolidatedOptionSelectionInput' has description 'The input fields for a consolidated option selection that maps to component options.'"
        },
        {
          "name": "ReturnReasonDefinition",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinition' was added"
        },
        {
          "name": "ReturnReasonDefinition",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'ReturnReasonDefinition' object implements 'Node' interface"
        },
        {
          "name": "ReturnReasonDefinition",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinition' has description 'A standardized reason for returning an item.\n\n- Shopify offers an expanded library of return reasons available to all merchants\n- For each product, Shopify suggests a curated subset of reasons based on the product\\'s category\n- Suggested reasons aren\\'t the only valid options. When creating a return via the API, you can use any reason from the [full library](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnReasonDefinitions).'"
        },
        {
          "name": "ReturnReasonDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinitionConnection' was added"
        },
        {
          "name": "ReturnReasonDefinitionConnection",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinitionConnection' has description 'An auto-generated type for paginating through multiple ReturnReasonDefinitions.'"
        },
        {
          "name": "ReturnReasonDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinitionEdge' was added"
        },
        {
          "name": "ReturnReasonDefinitionEdge",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinitionEdge' has description 'An auto-generated type which holds one ReturnReasonDefinition and a cursor during pagination.'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'ReturnReasonDefinitionSortKeys' was added"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'HANDLE' was added to enum 'ReturnReasonDefinitionSortKeys'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `handle` value.' was added to enum value 'ReturnReasonDefinitionSortKeys.HANDLE'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'ReturnReasonDefinitionSortKeys'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'ReturnReasonDefinitionSortKeys.ID'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NAME' was added to enum 'ReturnReasonDefinitionSortKeys'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `name` value.' was added to enum value 'ReturnReasonDefinitionSortKeys.NAME'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'ReturnReasonDefinitionSortKeys' has description 'The set of valid sort keys for the ReturnReasonDefinition query.'"
        },
        {
          "name": "TaxSummaryCreatePayload",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'TaxSummaryCreatePayload' was added"
        },
        {
          "name": "TaxSummaryCreatePayload",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'TaxSummaryCreatePayload' has description 'Return type for `taxSummaryCreate` mutation.'"
        },
        {
          "name": "TaxSummaryCreateUserError",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'TaxSummaryCreateUserError' was added"
        },
        {
          "name": "TaxSummaryCreateUserError",
          "kind": "INTERFACE",
          "changeType": "modified",
          "breaking": false,
          "description": "'TaxSummaryCreateUserError' object implements 'DisplayableError' interface"
        },
        {
          "name": "TaxSummaryCreateUserError",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'TaxSummaryCreateUserError' has description 'An error that occurs during the execution of `TaxSummaryCreate`.'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "added",
          "breaking": false,
          "description": "Type 'TaxSummaryCreateUserErrorCode' was added"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ORDER_NOT_FOUND' was added to enum 'TaxSummaryCreateUserErrorCode'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No order was not found.' was added to enum value 'TaxSummaryCreateUserErrorCode.ORDER_NOT_FOUND'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERAL_ERROR' was added to enum 'TaxSummaryCreateUserErrorCode'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There was an error during enqueueing of the tax summary creation job(s).' was added to enum value 'TaxSummaryCreateUserErrorCode.GENERAL_ERROR'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Object type 'TaxSummaryCreateUserErrorCode' has description 'Possible error codes that can be returned by `TaxSummaryCreateUserError`.'"
        },
        {
          "name": "CustomerPaymentInstrument",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'BankAccount' was added to Union type 'CustomerPaymentInstrument'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SERVICE_UNAVAILABLE' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is temporarily unavailable. Try again later.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.SERVICE_UNAVAILABLE'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity argument no longer matches the persisted quantity.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryChangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'changeFromQuantity' of type 'Int' was added to input object type 'InventoryChangeInput'"
        },
        {
          "name": "InventoryChangeInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryChangeInput.changeFromQuantity' has description 'The quantity currently expected at this location, before the delta is applied.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t equal the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This prevents accidental overwrites when the client is operating on stale inventory data.\n\nTo skip the CAS check, pass `null`. This is appropriate when your system is the source of truth for inventory at this location and you don’t need protection against concurrent updates.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SERVICE_UNAVAILABLE' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is temporarily unavailable. Try again later.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.SERVICE_UNAVAILABLE'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity argument no longer matches the persisted quantity.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryMoveQuantityTerminalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'changeFromQuantity' of type 'Int' was added to input object type 'InventoryMoveQuantityTerminalInput'"
        },
        {
          "name": "InventoryMoveQuantityTerminalInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryMoveQuantityTerminalInput.changeFromQuantity' has description 'The quantity currently expected at this location, before the move is applied.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This helps prevent unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. This is appropriate when your system is the source of truth for inventory at this location and you don’t need to guard against concurrent updates.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventoryQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'changeFromQuantity' of type 'Int' was added to input object type 'InventoryQuantityInput'"
        },
        {
          "name": "InventoryQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryQuantityInput.changeFromQuantity' has description 'The quantity currently expected at this location, before setting the new quantity.\n\nThis field enables a compare-and-swap (CAS) safety check. If the location’s current quantity doesn\\'t match the value you provide, then the mutation fails with a `CHANGE_FROM_QUANTITY_STALE` error. This helps prevent unintended overwrites when the request is based on stale inventory data.\n\nTo skip the CAS check, pass `null`. This is appropriate when your system is the source of truth for inventory at this location and you don’t need to guard against concurrent updates.\n\nFor more information, refer to the [compare and swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity argument no longer matches the persisted quantity.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SERVICE_UNAVAILABLE' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is temporarily unavailable. Try again later.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.SERVICE_UNAVAILABLE'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity value does not match persisted value.' was added to enum value 'InventorySetQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventorySetQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventorySetQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventorySetQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventorySetQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'changeFromQuantity' of type 'Int' was added to input object type 'InventorySetQuantityInput'"
        },
        {
          "name": "InventorySetQuantityInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventorySetQuantityInput.changeFromQuantity' has description 'The current quantity to be compared against the persisted quantity. For more information, refer to the [Compare and Swap documentation](https://shopify.dev/docs/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states#compare-and-swap).'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventorySetScheduledChangesUserErrorCode'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventorySetScheduledChangesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventorySetScheduledChangesUserErrorCode'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventorySetScheduledChangesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventorySetScheduledChangesUserErrorCode'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventorySetScheduledChangesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentAddItemsUserErrorCode'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentAddItemsUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentAddItemsUserErrorCode'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentAddItemsUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentAddItemsUserErrorCode'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentAddItemsUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentCreateInTransitUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentCreateInTransitUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentCreateInTransitUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentCreateInTransitUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentCreateInTransitUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentCreateInTransitUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_RECORD_NOT_FOUND' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The idempotency record was found but the associated scheduled changes no longer exist.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_RECORD_NOT_FOUND'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentReceiveUserErrorCode'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentReceiveUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentReceiveUserErrorCode'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentReceiveUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentReceiveUserErrorCode'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentReceiveUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryTransferCreateAsReadyToShipInput.originLocationId' changed type from 'ID!' to 'ID'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'InventoryTransferCreateAsReadyToShipInput.destinationLocationId' changed type from 'ID!' to 'ID'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferCreateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferCreateUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferCreateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferDuplicateUserErrorCode'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferDuplicateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferDuplicateUserErrorCode'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferDuplicateUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferDuplicateUserErrorCode'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferDuplicateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferSetItemsUserErrorCode'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferSetItemsUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferSetItemsUserErrorCode'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferSetItemsUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferSetItemsUserErrorCode'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferSetItemsUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'LocationActivateUserErrorCode'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'LocationActivateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'LocationActivateUserErrorCode'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'LocationActivateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'LocationDeactivateUserErrorCode'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'LocationDeactivateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'LocationDeactivateUserErrorCode'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'LocationDeactivateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "MarketingEngagementInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'primaryConversions' of type 'Decimal' was added to input object type 'MarketingEngagementInput'"
        },
        {
          "name": "MarketingEngagementInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketingEngagementInput.primaryConversions' has description 'The number of primary conversions from the marketing content. This field supports ad platforms that track conversions beyond traditional sales metrics. Primary conversions represent the main conversion goal defined by the ad platform, such as purchases, sign-ups, or add-to-carts.'"
        },
        {
          "name": "MarketingEngagementInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'allConversions' of type 'Decimal' was added to input object type 'MarketingEngagementInput'"
        },
        {
          "name": "MarketingEngagementInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MarketingEngagementInput.allConversions' has description 'The number of all conversions from the marketing content. This field supports ad platforms that track conversions beyond traditional sales metrics. All conversions include both primary and secondary conversion goals as defined by the ad platform, such as purchases, add-to-carts, page views, and sign-ups.'"
        },
        {
          "name": "MetaobjectAccessInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'customerAccount' of type 'MetaobjectCustomerAccountAccess' was added to input object type 'MetaobjectAccessInput'"
        },
        {
          "name": "MetaobjectAccessInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'MetaobjectAccessInput.customerAccount' has description 'The access permitted on the Customer Account API.'"
        },
        {
          "name": "Mutation",
          "kind": "OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Type for argument 'callbackUrl' on field 'Mutation.fulfillmentServiceCreate' changed from 'URL!' to 'URL'"
        },
        {
          "name": "OrderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'phone' of type 'String' was added to input object type 'OrderInput'"
        },
        {
          "name": "OrderInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'OrderInput.phone' has description 'A new customer phone number for the order. Overwrites the existing phone number.'"
        },
        {
          "name": "PaymentInstrument",
          "kind": "UNION",
          "changeType": "modified",
          "breaking": false,
          "description": "Member 'BankAccount' was added to Union type 'PaymentInstrument'"
        },
        {
          "name": "PriceListProductPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'compareAtPrice' of type 'MoneyInput' was added to input object type 'PriceListProductPriceInput'"
        },
        {
          "name": "PriceListProductPriceInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'PriceListProductPriceInput.compareAtPrice' has description 'Specifies the compare-at price and currency to apply to the product\\'s variants on the price list.'"
        },
        {
          "name": "ProductBundleCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'consolidatedOptions' of type '[ProductBundleConsolidatedOptionInput!]' was added to input object type 'ProductBundleCreateInput'"
        },
        {
          "name": "ProductBundleCreateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleCreateInput.consolidatedOptions' has description 'The consolidated options of the componentized product to create, if provided.'"
        },
        {
          "name": "ProductBundleUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'consolidatedOptions' of type '[ProductBundleConsolidatedOptionInput!]' was added to input object type 'ProductBundleUpdateInput'"
        },
        {
          "name": "ProductBundleUpdateInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductBundleUpdateInput.consolidatedOptions' has description 'The consolidated options of the componentized product to update, if provided.'"
        },
        {
          "name": "ProductVariantsBulkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'quantityAdjustments' of type '[InventoryAdjustmentInput!]' was added to input object type 'ProductVariantsBulkInput'"
        },
        {
          "name": "ProductVariantsBulkInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ProductVariantsBulkInput.quantityAdjustments' has description 'Adjust inventory quantities with deltas.'"
        },
        {
          "name": "RefundInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'processedAt' of type 'DateTime' was added to input object type 'RefundInput'"
        },
        {
          "name": "RefundInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'RefundInput.processedAt' has description 'The date and time when the refund is being processed. If not provided, it will be set to the current time.'"
        },
        {
          "name": "ReturnLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'returnReasonDefinitionId' of type 'ID' was added to input object type 'ReturnLineItemInput'"
        },
        {
          "name": "ReturnLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ReturnLineItemInput.returnReasonDefinitionId' has description 'The ID of a [`ReturnReasonDefinition`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnReasonDefinition). Accepts any ID from the full library of reasons available via [`returnReasonDefinitions`](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnReasonDefinitions), not limited to the suggested reasons for the line item.'"
        },
        {
          "name": "ReturnLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ReturnLineItemInput.returnReason' changed type from 'ReturnReason!' to 'ReturnReason'"
        },
        {
          "name": "ReturnRequestLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'returnReasonDefinitionId' of type 'ID' was added to input object type 'ReturnRequestLineItemInput'"
        },
        {
          "name": "ReturnRequestLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ReturnRequestLineItemInput.returnReasonDefinitionId' has description 'The ID of a [`ReturnReasonDefinition`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnReasonDefinition). Accepts any ID from the full library of reasons available via [`returnReasonDefinitions`](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnReasonDefinitions), not limited to the suggested reasons for the line item.'"
        },
        {
          "name": "ReturnRequestLineItemInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'ReturnRequestLineItemInput.returnReason' changed type from 'ReturnReason!' to 'ReturnReason'"
        },
        {
          "name": "StoreCreditAccountCreditInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'notify' of type 'Boolean' with default value 'false' was added to input object type 'StoreCreditAccountCreditInput'"
        },
        {
          "name": "StoreCreditAccountCreditInput",
          "kind": "INPUT_OBJECT",
          "changeType": "modified",
          "breaking": false,
          "description": "Input field 'StoreCreditAccountCreditInput.notify' has description 'Whether to send a notification to the account owner when the store credit is issued.\nDefaults to `false`.'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_BILLING_ADDRESS' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing address is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_BILLING_ADDRESS'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAX_SUMMARIES_CREATE' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `tax_summaries/create` events. Occurs when a tax summary is created. Consumed by tax partners. Requires at least one of the following scopes: read_fulfillments, read_marketplace_orders, read_orders.' was added to enum value 'WebhookSubscriptionTopic.TAX_SUMMARIES_CREATE'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ORDERS_LINK_REQUESTED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `orders/link_requested` events. Occurs whenever a customer requests a new order link from the expired order status page. Requires at least one of the following scopes: read_orders, read_marketplace_orders, read_buyer_membership_orders.' was added to enum value 'WebhookSubscriptionTopic.ORDERS_LINK_REQUESTED'"
        }
      ],
      "queries": [],
      "mutations": [
        {
          "name": "collectionDuplicate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'collectionDuplicate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "collectionDuplicate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.collectionDuplicate' has description 'Duplicates a [collection](https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection).\n\nAn existing collection ID and new title are required.\n\n## Publication Duplication\n\nPublications may be excluded by passing `copyPublications: false` in the input.\n\n## Metafields\nMetafield values are not duplicated if the unique values capability is enabled.'",
          "breaking": false
        },
        {
          "name": "collectionDuplicate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'input: CollectionDuplicateInput!' added to field 'Mutation.collectionDuplicate'",
          "breaking": false
        },
        {
          "name": "taxSummaryCreate",
          "type": "Field",
          "changeType": "added",
          "description": "Field 'taxSummaryCreate' was added to object type 'Mutation'",
          "breaking": false
        },
        {
          "name": "taxSummaryCreate",
          "type": "Field",
          "changeType": "modified",
          "description": "Field 'Mutation.taxSummaryCreate' has description 'Creates a tax summary for a given order.\nIf both an order ID and a start and end time are provided, the order ID will be used.'",
          "breaking": false
        },
        {
          "name": "taxSummaryCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'orderId: ID' added to field 'Mutation.taxSummaryCreate'",
          "breaking": false
        },
        {
          "name": "taxSummaryCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'startTime: DateTime' added to field 'Mutation.taxSummaryCreate'",
          "breaking": false
        },
        {
          "name": "taxSummaryCreate",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'endTime: DateTime' added to field 'Mutation.taxSummaryCreate'",
          "breaking": false
        },
        {
          "name": "bulkOperationRunMutation",
          "type": "Argument",
          "changeType": "modified",
          "description": "Argument 'groupObjects: Boolean!' was removed from field 'Mutation.bulkOperationRunMutation'",
          "breaking": true
        },
        {
          "name": "bulkOperationRunQuery",
          "type": "Description",
          "changeType": "modified",
          "description": "Description for argument 'groupObjects' on field 'Mutation.bulkOperationRunQuery' changed from 'Whether to group objects under their corresponding parent objects in the JSONL output. Grouping is costly, causes bulk operations to take longer to complete, and increases the chances of failures such as timeouts.' to 'Enables grouping objects directly under their corresponding parent objects in the JSONL output. Enabling grouping slows down bulk operations and increases the likelihood of timeouts. Only enable grouping if you depend on the grouped format.'",
          "breaking": false
        },
        {
          "name": "bulkOperationRunQuery",
          "type": "Default",
          "changeType": "modified",
          "description": "Default value for argument 'groupObjects' on field 'Mutation.bulkOperationRunQuery' changed from 'true' to 'false'",
          "breaking": false
        },
        {
          "name": "fulfillmentServiceCreate",
          "type": "Description",
          "changeType": "modified",
          "description": "Description for argument 'callbackUrl' on field 'Mutation.fulfillmentServiceCreate' changed from 'The URL to send requests for the fulfillment service.\n\nIf `callbackUrl` is provided ([optional as of API version \"2026-01\"](https://shopify.dev/changelog/fulfillment-service-callback-url-is-now-optional)), the following considerations apply:\n\n- Shopify queries the <code>callback_url/fetch_tracking_numbers</code> endpoint to retrieve tracking numbers\n    for orders, if `trackingSupport` is set to `true`.\n- Shopify queries the <code>callback_url/fetch_stock</code> endpoint to retrieve inventory levels,\n    if `inventoryManagement` is set to `true`.\n- Shopify uses the <code>callback_url/fulfillment_order_notification</code> endpoint to send\n    [fulfillment and cancellation requests](https://shopify.dev/apps/fulfillment/fulfillment-service-apps/manage-fulfillments#step-2-receive-fulfillment-requests-and-cancellations).' to 'The URL to send requests for the fulfillment service.\n\nIf `callbackUrl` is provided:\n- Shopify queries the <code>callback_url/fetch_tracking_numbers</code> endpoint to retrieve tracking numbers\n    for orders, if `trackingSupport` is set to `true`.\n- Shopify queries the <code>callback_url/fetch_stock</code> endpoint to retrieve inventory levels,\n    if `inventoryManagement` is set to `true`.\n- Shopify uses the <code>callback_url/fulfillment_order_notification</code> endpoint to send\n    [fulfillment and cancellation requests](https://shopify.dev/apps/fulfillment/fulfillment-service-apps/manage-fulfillments#step-2-receive-fulfillment-requests-and-cancellations).\n\nOtherwise, if no `callbackUrl` is provided you need to submit this information via the api:\n- For submitting tracking info and handling fulfillment requests, see our docs on [building for fulfillment services](https://shopify.dev/apps/build/orders-fulfillment/fulfillment-service-apps/build-for-fulfillment-services).\n- For managing inventory quantities, see our docs on [managing inventory quantities and states](https://shopify.dev/apps/build/orders-fulfillment/inventory-management-apps/manage-quantities-states).'",
          "breaking": false
        }
      ],
      "subscriptions": [],
      "enums": [
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPANY' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A company account holder.' was added to enum value 'BankAccountHolderType.COMPANY'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INDIVIDUAL' was added to enum 'BankAccountHolderType'"
        },
        {
          "name": "BankAccountHolderType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'An individual account holder.' was added to enum value 'BankAccountHolderType.INDIVIDUAL'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHECKING' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A checking account.' was added to enum value 'BankAccountType.CHECKING'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SAVINGS' was added to enum 'BankAccountType'"
        },
        {
          "name": "BankAccountType",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A savings account.' was added to enum value 'BankAccountType.SAVINGS'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COMPLETED_AT' was added to enum 'BulkOperationsSortKeys'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `completed_at` value.' was added to enum value 'BulkOperationsSortKeys.COMPLETED_AT'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CREATED_AT' was added to enum 'BulkOperationsSortKeys'"
        },
        {
          "name": "BulkOperationsSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `created_at` value.' was added to enum value 'BulkOperationsSortKeys.CREATED_AT'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SOURCE' was added to enum 'CollectionDuplicateOperationRole'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products are being duplicated from this collection.' was added to enum value 'CollectionDuplicateOperationRole.SOURCE'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TARGET' was added to enum 'CollectionDuplicateOperationRole'"
        },
        {
          "name": "CollectionDuplicateOperationRole",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Products are being duplicated onto this collection.' was added to enum value 'CollectionDuplicateOperationRole.TARGET'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'COLLECTION_NOT_FOUND' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The collection was not found. Please check the collection ID and try again.' was added to enum value 'CollectionDuplicateUserErrorCode.COLLECTION_NOT_FOUND'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'BLANK' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The collection title must not be blank.' was added to enum value 'CollectionDuplicateUserErrorCode.BLANK'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_LONG' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The collection title or URL handle is too long.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_LONG'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAKEN' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The URL handle generated from the new title is already in use. Please choose a different title.' was added to enum value 'CollectionDuplicateUserErrorCode.TAKEN'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The duplicated collection isn\\'t valid.' was added to enum value 'CollectionDuplicateUserErrorCode.INVALID'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_SUB_COLLECTION_INCLUSION_COLLECTIONS' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop has reached its limit of collections with sub-collection inclusions.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_MANY_SUB_COLLECTION_INCLUSION_COLLECTIONS'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_SUB_COLLECTION_EXCLUSION_COLLECTIONS' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop has reached its limit of collections with sub-collection exclusions.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_MANY_SUB_COLLECTION_EXCLUSION_COLLECTIONS'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TOO_MANY_CONDITION_BACKED_SOURCES' was added to enum 'CollectionDuplicateUserErrorCode'"
        },
        {
          "name": "CollectionDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The shop has reached its limit of collection sources with conditions.' was added to enum value 'CollectionDuplicateUserErrorCode.TOO_MANY_CONDITION_BACKED_SOURCES'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NONE' was added to enum 'MetaobjectCustomerAccountAccess'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No access.' was added to enum value 'MetaobjectCustomerAccountAccess.NONE'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'READ' was added to enum 'MetaobjectCustomerAccountAccess'"
        },
        {
          "name": "MetaobjectCustomerAccountAccess",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Read-only access.' was added to enum value 'MetaobjectCustomerAccountAccess.READ'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'HANDLE' was added to enum 'ReturnReasonDefinitionSortKeys'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `handle` value.' was added to enum value 'ReturnReasonDefinitionSortKeys.HANDLE'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ID' was added to enum 'ReturnReasonDefinitionSortKeys'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `id` value.' was added to enum value 'ReturnReasonDefinitionSortKeys.ID'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'NAME' was added to enum 'ReturnReasonDefinitionSortKeys'"
        },
        {
          "name": "ReturnReasonDefinitionSortKeys",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'Sort by the `name` value.' was added to enum value 'ReturnReasonDefinitionSortKeys.NAME'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ORDER_NOT_FOUND' was added to enum 'TaxSummaryCreateUserErrorCode'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'No order was not found.' was added to enum value 'TaxSummaryCreateUserErrorCode.ORDER_NOT_FOUND'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'GENERAL_ERROR' was added to enum 'TaxSummaryCreateUserErrorCode'"
        },
        {
          "name": "TaxSummaryCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'There was an error during enqueueing of the tax summary creation job(s).' was added to enum value 'TaxSummaryCreateUserErrorCode.GENERAL_ERROR'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SERVICE_UNAVAILABLE' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is temporarily unavailable. Try again later.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.SERVICE_UNAVAILABLE'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity argument no longer matches the persisted quantity.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryAdjustQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryAdjustQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryAdjustQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SERVICE_UNAVAILABLE' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is temporarily unavailable. Try again later.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.SERVICE_UNAVAILABLE'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity argument no longer matches the persisted quantity.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryMoveQuantitiesUserErrorCode'"
        },
        {
          "name": "InventoryMoveQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryMoveQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity argument no longer matches the persisted quantity.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'SERVICE_UNAVAILABLE' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The service is temporarily unavailable. Try again later.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.SERVICE_UNAVAILABLE'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventorySetOnHandQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetOnHandQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventorySetOnHandQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'CHANGE_FROM_QUANTITY_STALE' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The changeFromQuantity value does not match persisted value.' was added to enum value 'InventorySetQuantitiesUserErrorCode.CHANGE_FROM_QUANTITY_STALE'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventorySetQuantitiesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventorySetQuantitiesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventorySetQuantitiesUserErrorCode'"
        },
        {
          "name": "InventorySetQuantitiesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventorySetQuantitiesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventorySetScheduledChangesUserErrorCode'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventorySetScheduledChangesUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventorySetScheduledChangesUserErrorCode'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventorySetScheduledChangesUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventorySetScheduledChangesUserErrorCode'"
        },
        {
          "name": "InventorySetScheduledChangesUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventorySetScheduledChangesUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentAddItemsUserErrorCode'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentAddItemsUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentAddItemsUserErrorCode'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentAddItemsUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentAddItemsUserErrorCode'"
        },
        {
          "name": "InventoryShipmentAddItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentAddItemsUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentCreateInTransitUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentCreateInTransitUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentCreateInTransitUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentCreateInTransitUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentCreateInTransitUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateInTransitUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentCreateInTransitUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_RECORD_NOT_FOUND' was added to enum 'InventoryShipmentCreateUserErrorCode'"
        },
        {
          "name": "InventoryShipmentCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The idempotency record was found but the associated scheduled changes no longer exist.' was added to enum value 'InventoryShipmentCreateUserErrorCode.IDEMPOTENCY_RECORD_NOT_FOUND'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryShipmentReceiveUserErrorCode'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryShipmentReceiveUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryShipmentReceiveUserErrorCode'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryShipmentReceiveUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryShipmentReceiveUserErrorCode'"
        },
        {
          "name": "InventoryShipmentReceiveUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryShipmentReceiveUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferCreateAsReadyToShipUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateAsReadyToShipUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferCreateAsReadyToShipUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferCreateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferCreateUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferCreateUserErrorCode'"
        },
        {
          "name": "InventoryTransferCreateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferCreateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferDuplicateUserErrorCode'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferDuplicateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferDuplicateUserErrorCode'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferDuplicateUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferDuplicateUserErrorCode'"
        },
        {
          "name": "InventoryTransferDuplicateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferDuplicateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'InventoryTransferSetItemsUserErrorCode'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'InventoryTransferSetItemsUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED' was added to enum 'InventoryTransferSetItemsUserErrorCode'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'A previous request with this idempotency key failed. Retry with a new idempotency key.' was added to enum value 'InventoryTransferSetItemsUserErrorCode.IDEMPOTENCY_PREVIOUS_ATTEMPT_FAILED'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'InventoryTransferSetItemsUserErrorCode'"
        },
        {
          "name": "InventoryTransferSetItemsUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'InventoryTransferSetItemsUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'LocationActivateUserErrorCode'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'LocationActivateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'LocationActivateUserErrorCode'"
        },
        {
          "name": "LocationActivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'LocationActivateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_CONCURRENT_REQUEST' was added to enum 'LocationDeactivateUserErrorCode'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'This request is currently in progress, please try again.' was added to enum value 'LocationDeactivateUserErrorCode.IDEMPOTENCY_CONCURRENT_REQUEST'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'IDEMPOTENCY_KEY_PARAMETER_MISMATCH' was added to enum 'LocationDeactivateUserErrorCode'"
        },
        {
          "name": "LocationDeactivateUserErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The same idempotency key cannot be used with different operation parameters.' was added to enum value 'LocationDeactivateUserErrorCode.IDEMPOTENCY_KEY_PARAMETER_MISMATCH'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'INVALID_BILLING_ADDRESS' was added to enum 'SubscriptionBillingAttemptErrorCode'"
        },
        {
          "name": "SubscriptionBillingAttemptErrorCode",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The billing address is invalid.' was added to enum value 'SubscriptionBillingAttemptErrorCode.INVALID_BILLING_ADDRESS'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'TAX_SUMMARIES_CREATE' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `tax_summaries/create` events. Occurs when a tax summary is created. Consumed by tax partners. Requires at least one of the following scopes: read_fulfillments, read_marketplace_orders, read_orders.' was added to enum value 'WebhookSubscriptionTopic.TAX_SUMMARIES_CREATE'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Enum value 'ORDERS_LINK_REQUESTED' was added to enum 'WebhookSubscriptionTopic'"
        },
        {
          "name": "WebhookSubscriptionTopic",
          "kind": "ENUM",
          "changeType": "modified",
          "breaking": false,
          "description": "Description 'The webhook topic for `orders/link_requested` events. Occurs whenever a customer requests a new order link from the expired order status page. Requires at least one of the following scopes: read_orders, read_marketplace_orders, read_buyer_membership_orders.' was added to enum value 'WebhookSubscriptionTopic.ORDERS_LINK_REQUESTED'"
        }
      ]
    }
  }
}