diff --git a/.nvmrc b/.nvmrc index 59ea99ee6..fc9099892 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20 +20.19.5 diff --git a/package.json b/package.json index 78e3eace9..8524789eb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/AdobeDocs/commerce-webapi" }, "dependencies": { - "@adobe/gatsby-theme-aio": "4.15.3", + "@adobe/gatsby-theme-aio": "4.15.5", "gatsby": "4.22.0", "react": "^17.0.2", "react-dom": "^17.0.2" @@ -18,7 +18,7 @@ "remark-heading-id": "^1.0.1", "remark-lint-frontmatter-schema": "^3.15.4", "remark-validate-links": "^13.0.1", - "spectaql": "^3.0.2" + "spectaql": "^3.0.5" }, "scripts": { "start": "NODE_OPTIONS='--max-old-space-size=8192' gatsby build && gatsby serve", diff --git a/spectaql/comdox-theme/views/partials/layout/content/introduction/welcome.hbs b/spectaql/comdox-theme/views/partials/layout/content/introduction/welcome.hbs new file mode 100644 index 000000000..3627899fe --- /dev/null +++ b/spectaql/comdox-theme/views/partials/layout/content/introduction/welcome.hbs @@ -0,0 +1,65 @@ +
+
+ {{md info.description}} +
+
+ {{#if info.contact}} +
+
Contact
+ {{#if info.contact.name}} +

{{info.contact.name}}

+ {{/if}} + {{#if info.contact.email}} +

{{info.contact.email}}

+ {{/if}} + {{#if info.contact.url}} +

{{info.contact.url}}

+ {{/if}} +
+ {{/if}} + + {{#if info.license}} +
+
License
+ {{#if info.license.name}} +

{{info.license.name}}

+ {{/if}} + {{#if info.license.url}} +

{{info.license.url}}

+ {{/if}} +
+ {{/if}} + + {{#if info.termsOfService}} +
+
Terms of Service
+

{{info.termsOfService}}

+
+ {{/if}} + + {{#if (or url server servers)}} +
+
API Endpoint
+
{{generateApiEndpoints}}
+
+ {{/if}} + + {{#if (and servers servers.[0].headers)}} +
+
Headers
+ {{#each servers.[0].headers}} + {{#if comment}} +
{{{comment}}}
+ {{/if}} + {{/each}} +
+ {{/if}} + + {{#if info.version}} +
+
Version
+

{{info.version}}

+
+ {{/if}} +
+
\ No newline at end of file diff --git a/spectaql/config.yml b/spectaql/config.yml index 574933a23..d33508b23 100644 --- a/spectaql/config.yml +++ b/spectaql/config.yml @@ -391,7 +391,7 @@ servers: headers: - name: Authorization example: Bearer - comment: Your API token from the dashboard. Must be included in all API calls. + comment: For header information, refer to GraphQL headers. info: # Tries to adhere to OpenAPI Specification https://swagger.io/specification/#info-object diff --git a/spectaql/config_saas.yml b/spectaql/config_saas.yml index ceaff09b2..1b96cadd8 100644 --- a/spectaql/config_saas.yml +++ b/spectaql/config_saas.yml @@ -388,10 +388,10 @@ servers: # If no server entries are defined at all, the Introspection URL will be used. # production: true # A place to list any Headers for your GraphQL API calls - # headers: - # - name: Authorization - # example: Bearer - # comment: Your API token from the dashboard. Must be included in all API calls. + headers: + - name: Authorization + example: Bearer + comment: For header information, refer to GraphQL headers. info: # Tries to adhere to OpenAPI Specification https://swagger.io/specification/#info-object diff --git a/spectaql/schema_saas.json b/spectaql/schema_saas.json index 814e0c334..c4cbc770e 100644 --- a/spectaql/schema_saas.json +++ b/spectaql/schema_saas.json @@ -1344,6 +1344,45 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "AddProductsToNewCartOutput", + "description": "Contains details about the cart after adding products to it.", + "fields": [ + { + "name": "cart", + "description": "The cart after products have been added.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Cart", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "user_errors", + "description": "Contains errors encountered while adding an item to the cart.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CartUserInputError", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "AddProductsToRequisitionListOutput", @@ -3158,6 +3197,51 @@ ], "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "AttributeFile", + "description": "", + "fields": [ + { + "name": "code", + "description": "The attribute code.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "File URL to download the file", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "AttributeValueInterface", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "AttributeFilterInput", @@ -4207,6 +4291,11 @@ "interfaces": [], "enumValues": null, "possibleTypes": [ + { + "kind": "OBJECT", + "name": "AttributeFile", + "ofType": null + }, { "kind": "OBJECT", "name": "AttributeSelectedOptions", @@ -6068,13 +6157,9 @@ "description": "The ProductInterface object, which contains details about the base product", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductInterface", - "ofType": null - } + "kind": "INTERFACE", + "name": "ProductInterface", + "ofType": null }, "isDeprecated": true, "deprecationReason": "Product information is part of a composable Catalog Service." @@ -11993,6 +12078,38 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "available_payment_methods", + "description": "Available payment methods for the company with proper B2B configuration and company-specific filtering.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AvailablePaymentMethod", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "available_shipping_methods", + "description": "Available shipping carriers for the company with proper B2B configuration and company-specific filtering.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CompanyAvailableShippingMethod", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "company_admin", "description": "An object containing information about the company administrator.", @@ -12651,6 +12768,49 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "CompanyAvailableShippingMethod", + "description": "Describes a carrier-level shipping option available to the company.", + "fields": [ + { + "name": "code", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "CompanyBasicInfo", @@ -14701,6 +14861,45 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "CompleteOrderInput", + "description": "Update the quote and complete the order", + "fields": null, + "inputFields": [ + { + "name": "cartId", + "description": "The customer cart ID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "PayPal order ID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "ComplexProductView", @@ -15663,13 +15862,9 @@ "description": "The ProductInterface object, which contains details about the base product", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductInterface", - "ofType": null - } + "kind": "INTERFACE", + "name": "ProductInterface", + "ofType": null }, "isDeprecated": true, "deprecationReason": "Product information is part of a composable Catalog Service." @@ -23218,6 +23413,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "uid", + "description": "The unique ID for a `CustomerAddress` object.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "vat_id", "description": "The customer's Value-added tax (VAT) number (for corporate customers).", @@ -28505,13 +28716,9 @@ "description": "The ProductInterface object, which contains details about the base product", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductInterface", - "ofType": null - } + "kind": "INTERFACE", + "name": "ProductInterface", + "ofType": null }, "isDeprecated": true, "deprecationReason": "Product information is part of a composable Catalog Service." @@ -30244,6 +30451,142 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "FastlaneConfig", + "description": "", + "fields": [ + { + "name": "code", + "description": "The payment method code as defined in the payment gateway", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "is_visible", + "description": "Indicates whether the payment method is displayed", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "payment_intent", + "description": "Defines the payment intent (Authorize or Capture", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "payment_source", + "description": "The payment source for the payment method", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sdk_params", + "description": "The PayPal parameters required to load the JS SDK", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SDKParams", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sort_order", + "description": "The relative order the payment method is displayed on the checkout page", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "The name displayed for the payment method", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "PaymentConfigItem", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FastlaneMethodInput", + "description": "Fastlane Payment inputs", + "fields": null, + "inputFields": [ + { + "name": "payment_source", + "description": "The payment source for the payment method", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "paypal_fastlane_token", + "description": "The single use token from Fastlane", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "FilterableInSearchAttribute", @@ -30631,6 +30974,100 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "finishUploadInput", + "description": "", + "fields": null, + "inputFields": [ + { + "name": "key", + "description": "The unique key identifier from the upload", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "media_resource_type", + "description": "The type of media resource being uploaded", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MediaResourceType", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "finishUploadOutput", + "description": "", + "fields": [ + { + "name": "key", + "description": "The unique key identifier", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "message", + "description": "Additional information about the confirmation", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "success", + "description": "Whether the confirmation was successful", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "FixedProductTax", @@ -31932,13 +32369,9 @@ "description": "The ProductInterface object, which contains details about the base product", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductInterface", - "ofType": null - } + "kind": "INTERFACE", + "name": "ProductInterface", + "ofType": null }, "isDeprecated": true, "deprecationReason": "Product information is part of a composable Catalog Service." @@ -36471,6 +36904,104 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "INPUT_OBJECT", + "name": "initiateUploadInput", + "description": "", + "fields": null, + "inputFields": [ + { + "name": "key", + "description": "The name of the file to be uploaded, cannot contain slashes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "media_resource_type", + "description": "The type of media resource being uploaded", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MediaResourceType", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "initiateUploadOutput", + "description": "", + "fields": [ + { + "name": "expires_at", + "description": "The expiration timestamp of the URL", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "key", + "description": "The unique key identifier for the upload", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "upload_url", + "description": "The presigned URL for uploading the file", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "ENUM", "name": "InputFilterEnum", @@ -37909,6 +38440,23 @@ } ] }, + { + "kind": "ENUM", + "name": "MediaResourceType", + "description": "Enumeration of media resource types", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CUSTOMER_ATTRIBUTE_FILE", + "description": "Customer file resource type", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "MessageStyleLogo", @@ -38478,6 +39026,41 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "addProductsToNewCart", + "description": "Creates a new cart and add any type of product to it", + "args": [ + { + "name": "cartItems", + "description": "An array that defines the products to add to the new cart", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CartItemInput", + "ofType": null + } + } + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AddProductsToNewCartOutput", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "addProductsToRequisitionList", "description": "Add items to the specified requisition list.", @@ -39185,6 +39768,29 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "completeOrder", + "description": "Synchronizes order details and place the order", + "args": [ + { + "name": "input", + "description": "Describes the variables needed to complete or place the order", + "type": { + "kind": "INPUT_OBJECT", + "name": "CompleteOrderInput", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "PlaceOrderOutput", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "confirmCancelOrder", "description": "Cancel the specified guest customer order.", @@ -40270,6 +40876,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "finishUpload", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "finishUploadInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "finishUploadOutput", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "generateCustomerToken", "description": "Generate a token for specified customer.", @@ -40365,6 +40998,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "initiateUpload", + "description": null, + "args": [ + { + "name": "input", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "initiateUploadInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "initiateUploadOutput", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "mergeCarts", "description": "Transfer the contents of a guest cart into the cart of a logged-in customer.", @@ -41553,6 +42213,33 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "setCartAsInactive", + "description": "Sets the cart as inactive", + "args": [ + { + "name": "cartId", + "description": "The customer cart ID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "SetCartAsInactiveOutput", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "setCustomAttributesOnCart", "description": "Add custom attributes to the cart.", @@ -43253,6 +43940,30 @@ }, "defaultValue": null }, + { + "name": "custom_attributes", + "description": "The custom attribute values of the billing or shipping negotiable quote address.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeValueInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "fax", + "description": "The fax number of the customer.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "firstname", "description": "The first name of the company user.", @@ -43281,6 +43992,16 @@ }, "defaultValue": null }, + { + "name": "middlename", + "description": "The middle name of the person associated with the billing/shipping address.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "postcode", "description": "The ZIP or postal code of the billing or shipping address.", @@ -43291,6 +44012,16 @@ }, "defaultValue": null }, + { + "name": "prefix", + "description": "An honorific, such as Dr., Mr., or Mrs.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "region", "description": "A string that defines the state or province of the billing or shipping address.", @@ -43339,6 +44070,16 @@ }, "defaultValue": null }, + { + "name": "suffix", + "description": "A value such as Sr., Jr., or III.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "telephone", "description": "The telephone number for the billing or shipping address.", @@ -43348,6 +44089,16 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "vat_id", + "description": "The customer's Tax/VAT number (for corporate customers).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "interfaces": null, @@ -43404,31 +44155,308 @@ "deprecationReason": null }, { - "name": "firstname", - "description": "The first name of the company user.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lastname", - "description": "The last name of the company user.", + "name": "custom_attributes", + "description": "The custom attribute values of the billing or shipping negotiable quote address.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "AttributeValueInterface", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fax", + "description": "The fax number of the customer.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "firstname", + "description": "The first name of the company user.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lastname", + "description": "The last name of the company user.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "middlename", + "description": "The middle name of the person associated with the billing/shipping address.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "postcode", + "description": "The company's ZIP or postal code.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "prefix", + "description": "An honorific, such as Dr., Mr., or Mrs.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "region", + "description": "An object containing the region name, region code, and region ID.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NegotiableQuoteAddressRegion", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "street", + "description": "An array of strings that define the street number and name.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "suffix", + "description": "A value such as Sr., Jr., or III.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "telephone", + "description": "The customer's telephone number.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uid", + "description": "The unique identifier of the address.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "vat_id", + "description": "The customer's Tax/VAT number (for corporate customers).", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "NegotiableQuoteBillingAddress", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "NegotiableQuoteShippingAddress", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "NegotiableQuoteAddressRegion", + "description": "Defines the company's state or province.", + "fields": [ + { + "name": "code", + "description": "The address region code.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "label", + "description": "The display name of the region.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "region_id", + "description": "The unique ID for a pre-defined region.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "NegotiableQuoteBillingAddress", + "description": "", + "fields": [ + { + "name": "city", + "description": "The company's city or town.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "company", + "description": "The company name associated with the shipping/billing address.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "country", + "description": "The company's country.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "NegotiableQuoteAddressCountry", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "custom_attributes", + "description": "The custom attribute values of the billing or shipping negotiable quote address.", "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INTERFACE", + "name": "AttributeValueInterface", "ofType": null } }, @@ -43436,8 +44464,8 @@ "deprecationReason": null }, { - "name": "postcode", - "description": "The company's ZIP or postal code.", + "name": "fax", + "description": "The fax number of the customer.", "args": [], "type": { "kind": "SCALAR", @@ -43448,40 +44476,40 @@ "deprecationReason": null }, { - "name": "region", - "description": "An object containing the region name, region code, and region ID.", + "name": "firstname", + "description": "The first name of the company user.", "args": [], "type": { - "kind": "OBJECT", - "name": "NegotiableQuoteAddressRegion", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "street", - "description": "An array of strings that define the street number and name.", + "name": "lastname", + "description": "The last name of the company user.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "telephone", - "description": "The customer's telephone number.", + "name": "middlename", + "description": "The middle name of the person associated with the billing/shipping address.", "args": [], "type": { "kind": "SCALAR", @@ -43490,32 +44518,10 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "NegotiableQuoteBillingAddress", - "ofType": null }, { - "kind": "OBJECT", - "name": "NegotiableQuoteShippingAddress", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "NegotiableQuoteAddressRegion", - "description": "Defines the company's state or province.", - "fields": [ - { - "name": "code", - "description": "The address region code.", + "name": "postcode", + "description": "The company's ZIP or postal code.", "args": [], "type": { "kind": "SCALAR", @@ -43526,8 +44532,8 @@ "deprecationReason": null }, { - "name": "label", - "description": "The display name of the region.", + "name": "prefix", + "description": "An honorific, such as Dr., Mr., or Mrs.", "args": [], "type": { "kind": "SCALAR", @@ -43538,47 +44544,40 @@ "deprecationReason": null }, { - "name": "region_id", - "description": "The unique ID for a pre-defined region.", + "name": "region", + "description": "An object containing the region name, region code, and region ID.", "args": [], "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "NegotiableQuoteAddressRegion", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "NegotiableQuoteBillingAddress", - "description": "", - "fields": [ + }, { - "name": "city", - "description": "The company's city or town.", + "name": "street", + "description": "An array of strings that define the street number and name.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "company", - "description": "The company name associated with the shipping/billing address.", + "name": "suffix", + "description": "A value such as Sr., Jr., or III.", "args": [], "type": { "kind": "SCALAR", @@ -43589,56 +44588,8 @@ "deprecationReason": null }, { - "name": "country", - "description": "The company's country.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "NegotiableQuoteAddressCountry", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "firstname", - "description": "The first name of the company user.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "lastname", - "description": "The last name of the company user.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "postcode", - "description": "The company's ZIP or postal code.", + "name": "telephone", + "description": "The customer's telephone number.", "args": [], "type": { "kind": "SCALAR", @@ -43649,40 +44600,24 @@ "deprecationReason": null }, { - "name": "region", - "description": "An object containing the region name, region code, and region ID.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NegotiableQuoteAddressRegion", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "street", - "description": "An array of strings that define the street number and name.", + "name": "uid", + "description": "The unique identifier of the address.", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "telephone", - "description": "The customer's telephone number.", + "name": "vat_id", + "description": "The customer's Tax/VAT number (for corporate customers).", "args": [], "type": { "kind": "SCALAR", @@ -44634,6 +45569,34 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "custom_attributes", + "description": "The custom attribute values of the billing or shipping negotiable quote address.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "AttributeValueInterface", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fax", + "description": "The fax number of the customer.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "firstname", "description": "The first name of the company user.", @@ -44666,6 +45629,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "middlename", + "description": "The middle name of the person associated with the billing/shipping address.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "postcode", "description": "The company's ZIP or postal code.", @@ -44678,6 +45653,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "prefix", + "description": "An honorific, such as Dr., Mr., or Mrs.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "region", "description": "An object containing the region name, region code, and region ID.", @@ -44722,6 +45709,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "suffix", + "description": "A value such as Sr., Jr., or III.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "telephone", "description": "The customer's telephone number.", @@ -44733,6 +45732,34 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "uid", + "description": "The unique identifier of the address.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "vat_id", + "description": "The customer's Tax/VAT number (for corporate customers).", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -46652,13 +47679,9 @@ "description": "The ProductInterface object, which contains details about the base product", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductInterface", - "ofType": null - } + "kind": "INTERFACE", + "name": "ProductInterface", + "ofType": null }, "isDeprecated": true, "deprecationReason": "Product information is part of a composable Catalog Service." @@ -46977,13 +48000,9 @@ "description": "The ProductInterface object, which contains details about the base product", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ProductInterface", - "ofType": null - } + "kind": "INTERFACE", + "name": "ProductInterface", + "ofType": null }, "isDeprecated": true, "deprecationReason": "Product information is part of a composable Catalog Service." @@ -47666,6 +48685,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "grand_total_excl_tax", + "description": "The grand total of the order, excluding taxes.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "shipping_handling", "description": "Details about the shipping and handling costs for the order.", @@ -48070,6 +49105,11 @@ "name": "ApplePayConfig", "ofType": null }, + { + "kind": "OBJECT", + "name": "FastlaneConfig", + "ofType": null + }, { "kind": "OBJECT", "name": "GooglePayConfig", @@ -48109,6 +49149,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "fastlane", + "description": "Fastlane payment method configuration", + "args": [], + "type": { + "kind": "OBJECT", + "name": "FastlaneConfig", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "google_pay", "description": "GooglePay payment method configuration", @@ -48236,6 +49288,16 @@ }, "defaultValue": null }, + { + "name": "payment_services_paypal_fastlane", + "description": "Required input for fastlane", + "type": { + "kind": "INPUT_OBJECT", + "name": "FastlaneMethodInput", + "ofType": null + }, + "defaultValue": null + }, { "name": "payment_services_paypal_google_pay", "description": "Required input for Google Pay button", @@ -49156,6 +50218,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "orderV2", + "description": "Full order information.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CustomerOrder", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -53177,190 +54251,328 @@ }, { "kind": "OBJECT", - "name": "ProductViewOptionValueProduct", - "description": "An implementation of ProductViewOptionValue that adds details about a simple product.", + "name": "ProductViewOptionValueProduct", + "description": "An implementation of ProductViewOptionValue that adds details about a simple product.", + "fields": [ + { + "name": "id", + "description": "The ID of an option value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDefault", + "description": "States if the option value is default or not.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "product", + "description": "Details about a simple product.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "SimpleProductView", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Default quantity of an option value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "The display name of the option value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "inStock", + "description": "Indicates if the option is in stock.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ProductViewOptionValue", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductViewOptionValueSwatch", + "description": "An implementation of ProductViewOptionValueSwatch for swatches.", + "fields": [ + { + "name": "id", + "description": "The ID of an option value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "The display name of the option value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Indicates the type of the swatch.", + "args": [], + "type": { + "kind": "ENUM", + "name": "SwatchType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": "The value of the swatch depending on the type of the swatch.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "inStock", + "description": "Indicates if the option is in stock.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ProductViewOptionValue", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ProductViewPrice", + "description": "Base product price view, inherent for simple products.", "fields": [ { - "name": "id", - "description": "The ID of an option value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDefault", - "description": "States if the option value is default or not.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "product", - "description": "Details about a simple product.", + "name": "final", + "description": "Price value after discounts, excluding personalized promotions.", "args": [], "type": { "kind": "OBJECT", - "name": "SimpleProductView", + "name": "Price", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "quantity", - "description": "Default quantity of an option value.", + "name": "regular", + "description": "Base product price specified by the merchant.", "args": [], "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "Price", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "title", - "description": "The display name of the option value.", + "name": "tiers", + "description": "Volume based pricing", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ProductViewTierPrice", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "inStock", - "description": "Indicates if the option is in stock.", + "name": "roles", + "description": "Price roles, stating if the price should be visible or hidden.", "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ProductViewOptionValue", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProductViewOptionValueSwatch", - "description": "An implementation of ProductViewOptionValueSwatch for swatches.", + "name": "ProductViewPriceRange", + "description": "The minimum and maximum price of a complex product.", "fields": [ { - "name": "id", - "description": "The ID of an option value.", + "name": "maximum", + "description": "Maximum price.", "args": [], "type": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "ProductViewPrice", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "title", - "description": "The display name of the option value.", + "name": "minimum", + "description": "Minimum price.", "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "ProductViewPrice", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "UNION", + "name": "ProductViewTierCondition", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ { - "name": "type", - "description": "Indicates the type of the swatch.", - "args": [], - "type": { - "kind": "ENUM", - "name": "SwatchType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "kind": "OBJECT", + "name": "ProductViewTierRangeCondition", + "ofType": null }, { - "name": "value", - "description": "The value of the swatch depending on the type of the swatch.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + "kind": "OBJECT", + "name": "ProductViewTierExactMatchCondition", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductViewTierExactMatchCondition", + "description": null, + "fields": [ { - "name": "inStock", - "description": "Indicates if the option is in stock.", + "name": "in", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ProductViewOptionValue", - "ofType": null - } - ], + "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ProductViewPrice", - "description": "Base product price view, inherent for simple products.", + "name": "ProductViewTierPrice", + "description": null, "fields": [ { - "name": "final", - "description": "Price value after discounts, excluding personalized promotions.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "Price", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "regular", - "description": "Base product price specified by the merchant.", + "name": "tier", + "description": "Volume based price", "args": [], "type": { "kind": "OBJECT", @@ -53371,16 +54583,24 @@ "deprecationReason": null }, { - "name": "roles", - "description": "Price roles, stating if the price should be visible or hidden.", + "name": "quantity", + "description": "Condition to active price", "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "UNION", + "name": "ProductViewTierCondition", + "ofType": null + } + } } }, "isDeprecated": false, @@ -53394,28 +54614,28 @@ }, { "kind": "OBJECT", - "name": "ProductViewPriceRange", - "description": "The minimum and maximum price of a complex product.", + "name": "ProductViewTierRangeCondition", + "description": null, "fields": [ { - "name": "maximum", - "description": "Maximum price.", + "name": "gte", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "ProductViewPrice", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "minimum", - "description": "Minimum price.", + "name": "lt", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "ProductViewPrice", + "kind": "SCALAR", + "name": "Float", "ofType": null }, "isDeprecated": false, @@ -56571,11 +57791,11 @@ }, { "name": "recommendationsByUnitIds", - "description": "Get Recommendations by Unit IDs", + "description": null, "args": [ { "name": "unitIds", - "description": "List unit IDs of the preconfigured units", + "description": "List unit IDs of preconfigured units", "type": { "kind": "NON_NULL", "name": null, @@ -61886,6 +63106,45 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "SetCartAsInactiveOutput", + "description": "Sets the cart as inactive", + "fields": [ + { + "name": "error", + "description": "The error message returned after failing to set the cart as inactive", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "success", + "description": "Indicates whether the cart was set as inactive", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "SetCustomAttributesOnCompanyInput", @@ -65918,6 +67177,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "cart_merge_preference", + "description": "Configuration data from checkout/cart/cart_merge_preference", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "cart_printed_card", "description": "Indicates if printed card prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No).", @@ -70952,6 +72227,12 @@ "description": "", "isDeprecated": false, "deprecationReason": null + }, + { + "name": "REQUIRED_PARAMETER_MISSING", + "description": "", + "isDeprecated": false, + "deprecationReason": null } ], "possibleTypes": null diff --git a/src/_includes/accs-intro.md b/src/_includes/accs-intro.md new file mode 100644 index 000000000..14e584e05 --- /dev/null +++ b/src/_includes/accs-intro.md @@ -0,0 +1,9 @@ +The schema documented here is autogenerated from an instance of Adobe Commerce as a Cloud Service. + +The base format for Adobe Commerce as a Cloud Service REST endpoint URLs is: + +`https://.api.commerce.adobe.com//` + +The URL does not include `/rest` or the store view code. You must use the `Store` HTTP header to set the store scope. + +See the REST Overview for more details about the URL structure and authentication. diff --git a/src/_includes/graphql/examples/customer-s3-download.md b/src/_includes/graphql/examples/customer-s3-download.md new file mode 100644 index 000000000..92446c958 --- /dev/null +++ b/src/_includes/graphql/examples/customer-s3-download.md @@ -0,0 +1,40 @@ +The following query returns the presigned URL of any file or image that a customer [uploaded to Amazon S3](../../uploads/index.md). + +**Request:** + +```graphql +{ + customer { + custom_attributes { + code + ... on AttributeFile { + url + value + } + ... on AttributeImage { + url + value + } + } + } +} +``` + +**Response:** + +```json +{ + "data": { + "customer": { + "firstname": "John", + "lastname": "Doe", + "custom_attributes": [ + { + "code": "profile_picture", + "url": "https://your-bucket.s3.amazonaws.com/path/to/file.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." + } + ] + } + } +} +``` diff --git a/src/data/navigation/sections/graphql.js b/src/data/navigation/sections/graphql.js index 73fb4eeee..64350c272 100644 --- a/src/data/navigation/sections/graphql.js +++ b/src/data/navigation/sections/graphql.js @@ -239,6 +239,14 @@ module.exports = [ title: "createGuestCart", path: "/graphql/schema/cart/mutations/create-guest-cart/", }, + { + title: "estimateShippingMethods", + path: "/graphql/schema/cart/mutations/estimate-shipping-methods/", + }, + { + title: "estimateTotals", + path: "/graphql/schema/cart/mutations/estimate-totals/", + }, { title: "mergeCarts", path: "/graphql/schema/cart/mutations/merge/", @@ -577,7 +585,11 @@ module.exports = [ }, { title: "exchangeExternalCustomerToken", - path: "/graphql/schema/customer/mutations/create-external-customer-token/", + path: "/graphql/schema/customer/mutations/exchange-external-customer-token/", + }, + { + title: "exchangeOtpForCustomerToken", + path: "/graphql/schema/customer/mutations/exchange-otp-customer-token/", }, { title: "generateCustomerToken", @@ -1235,6 +1247,26 @@ module.exports = [ }, ], }, + { + title: "Uploads", + path: "/graphql/schema/uploads/", + pages: [ + { + title: "Mutations", + path: "/graphql/schema/uploads/", + pages: [ + { + title: "finishUpload", + path: "/graphql/schema/uploads/mutations/finish-upload/", + }, + { + title: "initiateUpload", + path: "/graphql/schema/uploads/mutations/initiate-upload/", + } + ] + } + ] + }, { title: "Wish list", path: "/graphql/schema/wishlist/", @@ -1371,6 +1403,10 @@ module.exports = [ title: "Minicart", path: "/graphql/payment-services-extension/workflows/minicart.md", }, + { + title: "Add product to a new cart on a Product Details Page", + path: "/graphql/payment-services-extension/workflows/cart-pdp.md", + }, { title: "Vault a card during a checkout authorization", path: "/graphql/payment-services-extension/workflows/vault-with-purchase.md", @@ -1411,6 +1447,14 @@ module.exports = [ title: "Mutations", path: "/graphql/payment-services-extension/mutations/", pages: [ + { + title: "addProductsToNewCart", + path: "/graphql/payment-services-extension/mutations/add-products-new-cart/", + }, + { + title: "completeOrder", + path: "/graphql/payment-services-extension/mutations/complete-order/", + }, { title: "createPaymentOrder", path: "/graphql/payment-services-extension/mutations/create-payment-order/", @@ -1423,6 +1467,10 @@ module.exports = [ title: "createVaultCardSetupToken", path: "/graphql/payment-services-extension/mutations/create-vault-card-setup-token/", }, + { + title: "setCartAsInactive", + path: "/graphql/payment-services-extension/mutations/set-cart-inactive/", + }, { title: "syncPaymentOrder", path: "/graphql/payment-services-extension/mutations/sync-payment-order/", diff --git a/src/data/navigation/sections/rest.js b/src/data/navigation/sections/rest.js index 5371ee96e..b8358b357 100644 --- a/src/data/navigation/sections/rest.js +++ b/src/data/navigation/sections/rest.js @@ -497,6 +497,10 @@ module.exports = [ title: "Sales refunds", path: "/rest/modules/sales/" }, + { + title: "S3 uploads", + path: "/rest/modules/s3-uploads/" + } ], } ]; diff --git a/src/openapi/accs-schema.yaml b/src/openapi/accs-schema.yaml index 8213ec94a..4536b6468 100644 --- a/src/openapi/accs-schema.yaml +++ b/src/openapi/accs-schema.yaml @@ -8,15 +8,16 @@ swagger: '2.0' info: version: 'Production' title: Adobe Commerce SaaS - description: The schemas documented here are autogenerated from an instance of Adobe - Commerce as a Cloud Service. -host: https://.api.commerce.adobe.com/ + description: + $ref: https://raw.githubusercontent.com/AdobeDocs/commerce-webapi/refs/heads/main/src/_includes/accs-intro.md +host: https://.api.commerce.adobe.com/ basePath: "/" schemes: - https tags: - name: addresses/{addressId} - name: adminuisdk/massaction/{request_id} +- name: adminuisdk/orderviewbutton/{request_id} - name: adobe_io_events/check_configuration - name: adobestock/asset/{id} - name: adobestock/asset/list @@ -133,6 +134,7 @@ tags: - name: customers/{customerId}/confirm - name: customers/{customerId}/permissions/readonly - name: customers/{customerId}/shippingAddress +- name: customers/{customerId}/token - name: customers/{email}/activate - name: customers/addresses/{addressId} - name: customers/companies @@ -196,6 +198,8 @@ tags: - name: invoices/{id}/emails - name: invoices/{id}/void - name: invoices/comments +- name: media/finish-upload +- name: media/initiate-upload - name: modules - name: negotiable-cart-item-note - name: negotiable-cart-item-note/{noteId} @@ -221,6 +225,8 @@ tags: - name: negotiableQuoteTemplate/referenceDocumentLink/{linkId} - name: negotiableQuoteTemplate/request - name: negotiableQuoteTemplate/submitToCustomer +- name: oope_observability/subscription +- name: oope_observability/subscription/{subscriptionId} - name: oope_payment_method - name: oope_payment_method/{code} - name: oope_shipping_carrier @@ -286,12 +292,14 @@ tags: - name: products/cost-information - name: products/downloadable-links/{id} - name: products/downloadable-links/samples/{id} +- name: products/external-media/asset - name: products/external-media/get-sku/assetId/{assetId} - name: products/external-media/image - name: products/external-media/ping - name: products/external-media/remove-by-asset-id - name: products/external-media/remove-by-asset-id-and-sku - name: products/external-media/remove-by-sku +- name: products/external-media/version - name: products/external-media/video - name: products/links/{type}/attributes - name: products/links/types @@ -444,6 +452,41 @@ paths: schema: "$ref": "#/definitions/error-response" summary: adminuisdk/massaction/{request_id} + "/V1/adminuisdk/orderviewbutton/{request_id}": + get: + tags: + - adminuisdk/orderviewbutton/{request_id} + description: Load order view button failed request by request id + operationId: GetV1AdminuisdkOrderviewbuttonRequest_id + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: requestId + in: query + type: string + required: true + - name: request_id + in: path + type: string + required: true + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/commerce-backend-uix-data-order-view-button-failed-request-interface" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: adminuisdk/orderviewbutton/{request_id} "/V1/adobe_io_events/check_configuration": get: tags: @@ -6837,6 +6880,43 @@ paths: schema: "$ref": "#/definitions/error-response" summary: customers/{customerId}/shippingAddress + "/V1/customers/{customerId}/token": + post: + tags: + - customers/{customerId}/token + description: Generate a customer token based on the provided customer ID. + operationId: PostV1CustomersCustomerIdToken + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: customerId + in: path + type: integer + required: true + description: The ID of the customer for whom the token is to be generated. + responses: + '200': + description: 200 Success. + schema: + type: string + description: The generated customer token. + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: customers/{customerId}/token "/V1/customers/{email}/activate": put: tags: @@ -9795,6 +9875,97 @@ paths: schema: "$ref": "#/definitions/error-response" summary: invoices/{id}/void + "/V1/media/finish-upload": + post: + tags: + - media/finish-upload + description: Finish the upload and move object from presigned bucket to final + destination. + operationId: PostV1MediaFinishupload + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: PostV1MediaFinishuploadBody + in: body + schema: + required: + - key + - mediaResourceType + properties: + key: + type: string + mediaResourceType: + type: string + type: object + xml: + name: request + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/s3-presigned-upload-data-finish-upload-response-interface" + '400': + description: 400 Bad Request + schema: + "$ref": "#/definitions/error-response" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: media/finish-upload + "/V1/media/initiate-upload": + post: + tags: + - media/initiate-upload + description: Generate a presigned S3 URL for direct upload. + operationId: PostV1MediaInitiateupload + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: PostV1MediaInitiateuploadBody + in: body + schema: + required: + - key + - mediaResourceType + properties: + key: + type: string + mediaResourceType: + type: string + type: object + xml: + name: request + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/s3-presigned-upload-data-initiate-upload-response-interface" + '400': + description: 400 Bad Request + schema: + "$ref": "#/definitions/error-response" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: media/initiate-upload "/V1/modules": get: tags: @@ -11006,6 +11177,212 @@ paths: schema: "$ref": "#/definitions/error-response" summary: negotiableQuoteTemplate/{templateId} + "/V1/oope_observability/subscription": + get: + tags: + - oope_observability/subscription + description: Get a list of subscriptions matching criteria + operationId: GetV1Oope_observabilitySubscription + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: searchCriteria[filterGroups][0][filters][0][field] + in: query + type: string + description: Field + - name: searchCriteria[filterGroups][0][filters][0][value] + in: query + type: string + description: Value + - name: searchCriteria[filterGroups][0][filters][0][conditionType] + in: query + type: string + description: Condition type + - name: searchCriteria[sortOrders][0][field] + in: query + type: string + description: Sorting field. + - name: searchCriteria[sortOrders][0][direction] + in: query + type: string + description: Sorting direction. + - name: searchCriteria[pageSize] + in: query + type: integer + description: Page size. + - name: searchCriteria[currentPage] + in: query + type: integer + description: Current page. + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/out-of-process-observability-data-subscription-search-result-interface" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: oope_observability/subscription + post: + tags: + - oope_observability/subscription + description: Create or update a subscription + operationId: PostV1Oope_observabilitySubscription + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: PostV1Oope_observabilitySubscriptionBody + in: body + schema: + required: + - subscription + properties: + subscription: + "$ref": "#/definitions/out-of-process-observability-data-subscription-interface" + type: object + xml: + name: request + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/out-of-process-observability-data-subscription-interface" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: oope_observability/subscription + put: + tags: + - oope_observability/subscription + description: Create or update a subscription + operationId: PutV1Oope_observabilitySubscription + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: PutV1Oope_observabilitySubscriptionBody + in: body + schema: + required: + - subscription + properties: + subscription: + "$ref": "#/definitions/out-of-process-observability-data-subscription-interface" + type: object + xml: + name: request + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/out-of-process-observability-data-subscription-interface" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: oope_observability/subscription + "/V1/oope_observability/subscription/{subscriptionId}": + get: + tags: + - oope_observability/subscription/{subscriptionId} + description: Get a single subscription by ID + operationId: GetV1Oope_observabilitySubscriptionSubscriptionId + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: subscriptionId + in: path + type: integer + required: true + responses: + '200': + description: 200 Success. + schema: + "$ref": "#/definitions/out-of-process-observability-data-subscription-interface" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: oope_observability/subscription/{subscriptionId} + delete: + tags: + - oope_observability/subscription/{subscriptionId} + description: Delete a subscription by ID + operationId: DeleteV1Oope_observabilitySubscriptionSubscriptionId + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: subscriptionId + in: path + type: integer + required: true + responses: + '200': + description: 200 Success. + schema: + type: boolean + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: oope_observability/subscription/{subscriptionId} "/V1/oope_payment_method": get: tags: @@ -13509,6 +13886,52 @@ paths: schema: "$ref": "#/definitions/error-response" summary: products/downloadable-links/{id} + "/V1/products/external-media/asset": + post: + tags: + - products/external-media/asset + description: POST endpoint to replace existing assets for a product + operationId: PostV1ProductsExternalmediaAsset + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + parameters: + - name: PostV1ProductsExternalmediaAssetBody + in: body + schema: + required: + - sku + properties: + sku: + type: string + videos: + type: array + items: + "$ref": "#/definitions/adobe-assets-integration-data-video-item-interface" + images: + type: array + items: + "$ref": "#/definitions/adobe-assets-integration-data-image-item-interface" + type: object + xml: + name: request + responses: + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: products/external-media/asset "/V1/products/external-media/get-sku/assetId/{assetId}": get: tags: @@ -13718,6 +14141,32 @@ paths: schema: "$ref": "#/definitions/error-response" summary: products/external-media/remove-by-sku + "/V1/products/external-media/version": + get: + tags: + - products/external-media/version + description: GET extension version + operationId: GetV1ProductsExternalmediaVersion + consumes: + - application/json + - application/xml + produces: + - application/json + - application/xml + responses: + '200': + description: 200 Success. + schema: + type: string + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + summary: products/external-media/version "/V1/products/external-media/video": post: tags: @@ -18591,7 +19040,7 @@ paths: schema: type: array items: - "$ref": "#/definitions/adobe-commerce-webhooks-data-webhook-data-interface" + "$ref": "#/definitions/adobe-commerce-webhooks-core-saas-data-webhook-data-interface" '401': description: 401 Unauthorized schema: @@ -18625,7 +19074,7 @@ paths: - webhook properties: webhook: - "$ref": "#/definitions/adobe-commerce-webhooks-data-webhook-data-interface" + "$ref": "#/definitions/adobe-commerce-webhooks-core-saas-data-webhook-data-interface" type: object xml: name: request @@ -18691,7 +19140,7 @@ paths: - webhook properties: webhook: - "$ref": "#/definitions/adobe-commerce-webhooks-data-webhook-data-interface" + "$ref": "#/definitions/adobe-commerce-webhooks-core-saas-data-webhook-data-interface" type: object xml: name: request @@ -19767,10 +20216,12 @@ definitions: - label - description - workspace_configuration - adobe-commerce-webhooks-data-webhook-data-interface: + adobe-commerce-webhooks-core-saas-data-webhook-data-interface: type: object - description: Interface for webhook data from webapi requests + description: Interface for webhook data from Core SaaS webapi requests properties: + developer_console_oauth: + "$ref": "#/definitions/adobe-commerce-webhooks-core-saas-data-developer-console-oauth-interface" webhook_method: type: string description: Webhook method name @@ -19842,6 +20293,27 @@ definitions: - fields - rules - headers + adobe-commerce-webhooks-core-saas-data-developer-console-oauth-interface: + type: object + description: Interface for Developer Console OAuth data from webapi requests. + properties: + client_id: + type: string + description: The Developer Console OAuth client ID. + client_secret: + type: string + description: The Developer Console OAuth client secret. + org_id: + type: string + description: The Developer Console OAuth org ID. + environment: + type: string + description: The Developer Console OAuth environment. + required: + - client_id + - client_secret + - org_id + - environment adobe-commerce-webhooks-data-hook-field-interface: type: object description: Interface for hook field data from webapi requests @@ -24217,12 +24689,6 @@ definitions: type: string gw_card_tax_refunded: type: string - pickup_location_code: - type: string - notification_sent: - type: integer - send_notification: - type: integer coupon_codes: type: array items: @@ -24231,6 +24697,12 @@ definitions: type: array items: type: string + pickup_location_code: + type: string + notification_sent: + type: integer + send_notification: + type: integer reward_points_balance: type: integer reward_currency_amount: @@ -26353,6 +26825,38 @@ definitions: - error_message - request_timestamp - selected_ids + commerce-backend-uix-data-order-view-button-failed-request-interface: + type: object + description: Defines the order view button failed requests database model + properties: + id: + type: string + description: Internal id + request_id: + type: string + description: Request id + button_id: + type: string + description: Button id + order_id: + type: string + description: Order id + error_status: + type: string + description: Error status + error_message: + type: string + description: Error message + request_timestamp: + type: string + description: Request timestamp + required: + - request_id + - button_id + - order_id + - error_status + - error_message + - request_timestamp company-data-company-search-results-interface: type: object description: Interface for company search results @@ -26458,14 +26962,14 @@ definitions: type: integer quote_config: "$ref": "#/definitions/negotiable-quote-data-company-quote-config-interface" - is_purchase_order_enabled: - type: boolean applicable_shipping_method: type: integer available_shipping_methods: type: string use_config_settings_shipping: type: integer + is_purchase_order_enabled: + type: boolean negotiable-quote-data-company-quote-config-interface: type: object description: Interface CompanyQuoteConfigInterface @@ -26853,6 +27357,62 @@ definitions: checkout-agreements-data-agreement-extension-interface: type: object description: ExtensionInterface class for @see \Magento\CheckoutAgreements\Api\Data\AgreementInterface + adobe-assets-integration-data-video-item-interface: + type: object + description: Video item Interface. Dto to receive an import video asset. + properties: + sku: + type: string + description: Sku + asset_id: + type: string + description: Asset ID + roles: + type: array + description: Roles + items: + type: string + position: + type: integer + description: Position + url: + type: string + description: Video URL + video_thumbnail_url: + type: string + description: VideoThumbnailUrl + required: + - sku + - asset_id + - roles + - url + - video_thumbnail_url + adobe-assets-integration-data-image-item-interface: + type: object + description: Image item Interface. Dto to receive an import image asset. + properties: + sku: + type: string + description: Sku + asset_id: + type: string + description: Asset ID + roles: + type: array + description: Roles + items: + type: string + position: + type: integer + description: Position + url: + type: string + description: Image URL + required: + - sku + - asset_id + - roles + - url negotiable-quote-data-attachment-content-interface: type: object description: Attachment files content interface. @@ -28387,6 +28947,83 @@ definitions: - items - search_criteria - total_count + out-of-process-observability-data-subscription-search-result-interface: + type: object + description: Search result interface for observability subscriptions + properties: + items: + type: array + items: + "$ref": "#/definitions/out-of-process-observability-data-subscription-interface" + required: + - items + out-of-process-observability-data-subscription-interface: + type: object + description: Observability Subscription data interface + properties: + id: + type: integer + description: Entity ID + type: + type: string + description: A subscription type, (logs, metrics) + destination: + type: string + description: A destination for the subscription + destination_endpoint: + type: string + description: A destination endpoint for the subscription + destination_api_key: + type: string + description: Subscription destination api key + component: + type: array + description: The component type for the subscription (eq. "event", "webhook", + "admin-ui-sdk") + items: + type: string + headers: + type: array + description: The request headers for the subscription + items: + "$ref": "#/definitions/out-of-process-observability-data-subscription-header-interface" + service_name: + type: string + description: The service name for the subscription + is_active: + type: boolean + description: If the subscription is active + log_message_settings: + type: array + description: The configured log message settings for the subscription + items: + type: string + required: + - destination + - destination_endpoint + - destination_api_key + - component + - headers + - service_name + - is_active + - log_message_settings + out-of-process-observability-data-subscription-header-interface: + type: object + description: Observability Subscription Header data interface + properties: + name: + type: string + description: Header name + value: + type: string + description: Header value + secret: + type: boolean + description: If header value is secret + required: + - name + - value + - secret out-of-process-shipping-methods-data-out-of-process-carrier-interface: type: object description: Shipping carrier interface for out of process shipping carriers @@ -28717,6 +29354,39 @@ definitions: description: Code of the attribute. required: - attribute_code + s3-presigned-upload-data-initiate-upload-response-interface: + type: object + description: Data interface representing presigned URL response payload. Contains + the presigned upload URL, the server-generated unique key that identifies the + object for finish upload, and the expiration timestamp. + properties: + upload_url: + type: string + description: The presigned URL to upload directly to S3. + key: + type: string + description: The unique key (hashed filename) to be used in the finish step. + expires_at: + type: integer + description: UNIX timestamp when the presigned URL expires. + required: + - upload_url + - key + - expires_at + s3-presigned-upload-data-finish-upload-response-interface: + type: object + description: Data interface representing the finish result of a presigned upload. + Indicates whether the finish was successful and returns the final filename. + properties: + success: + type: boolean + description: The finish was successful. + key: + type: string + description: Final filename stored in destination. + required: + - success + - key adobe-commerce-events-core-saas-data-supported-event-interface: type: object description: Interface for supported event data returned in webapi requests @@ -28742,6 +29412,7 @@ x-tagGroups: - name: adminuisdk tags: - adminuisdk/massaction/{request_id} + - adminuisdk/orderviewbutton/{request_id} - name: adobe_io_events tags: - adobe_io_events/check_configuration @@ -28895,6 +29566,7 @@ x-tagGroups: - customers/{customerId}/confirm - customers/{customerId}/permissions/readonly - customers/{customerId}/shippingAddress + - customers/{customerId}/token - customers/{email}/activate - name: eav tags: @@ -28969,6 +29641,10 @@ x-tagGroups: - invoices/{id}/comments - invoices/{id}/emails - invoices/{id}/void +- name: media + tags: + - media/finish-upload + - media/initiate-upload - name: modules tags: - modules @@ -29002,6 +29678,10 @@ x-tagGroups: - negotiableQuoteTemplate/request - negotiableQuoteTemplate/submitToCustomer - negotiableQuoteTemplate/{templateId} +- name: oope_observability + tags: + - oope_observability/subscription + - oope_observability/subscription/{subscriptionId} - name: oope_payment_method tags: - oope_payment_method @@ -29061,12 +29741,14 @@ x-tagGroups: - products/cost-information - products/downloadable-links/samples/{id} - products/downloadable-links/{id} + - products/external-media/asset - products/external-media/get-sku/assetId/{assetId} - products/external-media/image - products/external-media/ping - products/external-media/remove-by-asset-id - products/external-media/remove-by-asset-id-and-sku - products/external-media/remove-by-sku + - products/external-media/version - products/external-media/video - products/links/types - products/links/{type}/attributes diff --git a/src/pages/_images/123.png b/src/pages/_images/123.png index 7382d8a67..086eb9905 100644 Binary files a/src/pages/_images/123.png and b/src/pages/_images/123.png differ diff --git a/src/pages/_images/api-frontend-new-image.png b/src/pages/_images/api-frontend-new-image.png index 557f55a39..da4f80f3a 100644 Binary files a/src/pages/_images/api-frontend-new-image.png and b/src/pages/_images/api-frontend-new-image.png differ diff --git a/src/pages/_images/api-new-image.png b/src/pages/_images/api-new-image.png index d515d9df5..0951adf1c 100644 Binary files a/src/pages/_images/api-new-image.png and b/src/pages/_images/api-new-image.png differ diff --git a/src/pages/_images/api-security-rate-limiting.png b/src/pages/_images/api-security-rate-limiting.png index 860cce075..614dbe055 100644 Binary files a/src/pages/_images/api-security-rate-limiting.png and b/src/pages/_images/api-security-rate-limiting.png differ diff --git a/src/pages/_images/delete-image-frontend.png b/src/pages/_images/delete-image-frontend.png index 83af145ad..4a868851b 100644 Binary files a/src/pages/_images/delete-image-frontend.png and b/src/pages/_images/delete-image-frontend.png differ diff --git a/src/pages/_images/graphql/payment-services-pdp-cartinactive.svg b/src/pages/_images/graphql/payment-services-pdp-cartinactive.svg new file mode 100644 index 000000000..f172735ab --- /dev/null +++ b/src/pages/_images/graphql/payment-services-pdp-cartinactive.svg @@ -0,0 +1,4 @@ + + + +

Commerce returns available payment configuration.

Commerce returns available paym...
2
2

Client integration

Client integration

Adobe Commerce

Adobe Commerce

PayPal

PayPal

Run getPaymentConfig.

Run getPaymentConfig.
1
1

Commerce returns an object Cart.

Commerce returns an object Cart.
4
4

Run addProductsToNewCart.

Run addProductsToNewCart.
3
3

Commerce returns a Success:True.

Commerce returns a Success:True.
6
6

Run setCartAsInactive.

Run setCartAsInactive.
5
5
Text is not SVG - cannot display
\ No newline at end of file diff --git a/src/pages/_images/graphql/payment-services-pdp.svg b/src/pages/_images/graphql/payment-services-pdp.svg new file mode 100644 index 000000000..c970d547e --- /dev/null +++ b/src/pages/_images/graphql/payment-services-pdp.svg @@ -0,0 +1,4 @@ + + + +

Commerce returns available payment configuration.

Commerce returns available paym...
2
2

Client integration

Client integration

Adobe Commerce

Adobe Commerce

PayPal

PayPal

Run getPaymentConfig.

Run getPaymentConfig.
1
1

Commerce returns a Cart ID.

Commerce returns a Cart ID.
6
6

Run addProductsToNewCart.

Run addProductsToNewCart.
5
5
4
4

Commerce returns a cart object.

Commerce returns a cart object.
11
11

Run placeOrder.

Run placeOrder.

Commerce sends an authorization request to PayPal.

Commerce sends an authorizat...
12
12

Run setPaymentMethodonCart to assign payment methods for the order.

Run setPaymentMethodonCart to as...
3
3

Commerce forwards request to PayPal.

Commerce forwards request...

Run createPaymentOrder.

Run createPaymentOrder.
7
7

PayPal returns an id value.

PayPal returns an id value.
9
9

Commerce sends id and mp_order_id values.

Commerce sends id and mp_order...
10
10
8
8

PayPal returns results to Commerce.

PayPal returns results to Co...
13
13

Commerce creates an order.

Commerce creates an order.
14
14
Text is not SVG - cannot display
\ No newline at end of file diff --git a/src/pages/_images/layers.png b/src/pages/_images/layers.png index 8e7b449e7..e9826259a 100644 Binary files a/src/pages/_images/layers.png and b/src/pages/_images/layers.png differ diff --git a/src/pages/_images/list-product-images.png b/src/pages/_images/list-product-images.png index 068e870e8..990236387 100644 Binary files a/src/pages/_images/list-product-images.png and b/src/pages/_images/list-product-images.png differ diff --git a/src/pages/_images/search-desktop-computer.png b/src/pages/_images/search-desktop-computer.png index 744e13a8f..91a225d00 100644 Binary files a/src/pages/_images/search-desktop-computer.png and b/src/pages/_images/search-desktop-computer.png differ diff --git a/src/pages/_images/shopping-cart-desktop-computer.png b/src/pages/_images/shopping-cart-desktop-computer.png index 894409379..67bf577df 100644 Binary files a/src/pages/_images/shopping-cart-desktop-computer.png and b/src/pages/_images/shopping-cart-desktop-computer.png differ diff --git a/src/pages/_images/simple-products-admin-grid.png b/src/pages/_images/simple-products-admin-grid.png index 2079a6146..dc2d712ea 100644 Binary files a/src/pages/_images/simple-products-admin-grid.png and b/src/pages/_images/simple-products-admin-grid.png differ diff --git a/src/pages/_images/site-desktop-computer.png b/src/pages/_images/site-desktop-computer.png index 6d3aae7af..effb52f00 100644 Binary files a/src/pages/_images/site-desktop-computer.png and b/src/pages/_images/site-desktop-computer.png differ diff --git a/src/pages/_images/update-image-frontend.png b/src/pages/_images/update-image-frontend.png index ca64f4626..9825c988a 100644 Binary files a/src/pages/_images/update-image-frontend.png and b/src/pages/_images/update-image-frontend.png differ diff --git a/src/pages/_images/update-new-image.png b/src/pages/_images/update-new-image.png index a84f3c2ec..d3d75b516 100644 Binary files a/src/pages/_images/update-new-image.png and b/src/pages/_images/update-new-image.png differ diff --git a/src/pages/_images/upload-file.png b/src/pages/_images/upload-file.png new file mode 100644 index 000000000..9df9a2063 Binary files /dev/null and b/src/pages/_images/upload-file.png differ diff --git a/src/pages/_images/upload-file.svg b/src/pages/_images/upload-file.svg new file mode 100644 index 000000000..6f738103f --- /dev/null +++ b/src/pages/_images/upload-file.svg @@ -0,0 +1,3 @@ + + +
Client
Client
Adobe Commerce
Adobe Commerce
S3 Temporary Storage
S3 Temporary Storage
S3 Permanent Storage
S3 Permanent Storage
Initiate an uploadReturn S3 upload URL and moreSend file to S3 temporary storageFinish the upload processSend tenant ID and keyCopy file to permanent storage using credentialsReturn responseSend acknowledgementCreate object with uploaded file
2
2
3
3
1
1
4
4
5
5
6
6
7
7
8
8
9
9
\ No newline at end of file diff --git a/src/pages/_images/viewtable.png b/src/pages/_images/viewtable.png index 6b73c4d7d..a77ab9d95 100644 Binary files a/src/pages/_images/viewtable.png and b/src/pages/_images/viewtable.png differ diff --git a/src/pages/_images/workflow.png b/src/pages/_images/workflow.png index 2524d3f14..236def226 100644 Binary files a/src/pages/_images/workflow.png and b/src/pages/_images/workflow.png differ diff --git a/src/pages/graphql/payment-services-extension/mutations/add-products-new-cart.md b/src/pages/graphql/payment-services-extension/mutations/add-products-new-cart.md new file mode 100644 index 000000000..ee29df0d4 --- /dev/null +++ b/src/pages/graphql/payment-services-extension/mutations/add-products-new-cart.md @@ -0,0 +1,127 @@ +--- +title: addProductsToNewCart mutation +description: This mutation creates a new cart in Payment Services, supporting guest and logged-in customers in the Product Details Page (PDP). +--- + +# addProductsToNewCart mutation + + + +This mutation is available only if you have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.12.0 or higher. + +The `addProductsToNewCart` mutation always creates a new cart for the shopper then adds the specified products to that cart. This contrasts with the `addProductsToCart` mutation, which requires you to specify an existing cart ID as input. + +For a logged-in customer, the customer token is passed in the [Authorization header](../../usage/authorization-tokens.md#customer-tokens). + +## Use case: smart button on the Product Details Page (PDP) + +1. When a shopper clicks a smartbutton on the Product Details Page (PDP), the `addProductsToNewCart` mutation creates a new cart and adds the items, then returns a `cart` object, which includes the `cart ID` field. + +1. It is recommended to use the [`setCartAsInactive`](set-cart-inactive.md) mutation after the `addProductsToNewCart` mutation is successful, in case of an error during the payment process, or the shopper cancelling the payment process in the PDP, to avoid having multiple active carts for logged-in customers. + +1. If the shopper clicks the smartbutton again, `addProductsToNewCart` mutation runs once more to return a new `cart` object. + +## Syntax + +```graphql +mutation { +addProductsToNewCart( + cartItems: [CartItemInput!]! + ): AddProductsToNewCartOutput +} +``` + +## Reference + +The [`addProductsToNewCart`](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#mutation-addProductsToNewCart) reference provides detailed information about the types and fields defined in this mutation. + +## Example usage + +These examples show when the `addProductsToNewCart` mutation returns a successful, or error message, when creating a new cart in the PDP. + +### Create a new cart (success) + +The following example adds a simple product to a new cart successfully, returning a [Cart](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-Cart) object. + +**Request:** + +```graphql +mutation { + addProductsToNewCart( + cartItems: [ + { + quantity: 1 + sku: "24-MB04" + } + ] + ) { + cart { + id + } + user_errors { + code + message + } + } +} +``` + +**Response:** + +```json +{ + "data": { + "addProductsToNewCart": { + "cart": { + "id": "848QJWDI9WJr0LrIz3n6lRdJQkoGRGYf" + }, + "user_errors": null + } + } +} +``` + +### Create a new cart (failure) + +The following example fails to create a new cart beccause the `sku` does not exist in the catalog. It returns a [CartUserInputError](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-CartUserInputError) object. + +**Request:** + +```graphql +mutation { + addProductsToNewCart( + cartItems: [ + { + quantity: 1 + sku: "24-MB0ee4" + } + ] + ) { + cart { + id + } + user_errors { + code + message + } + } +} +``` + +**Response:** + +```json +{ + "data": { + "addProductsToNewCart": { + "cart": null, + "user_errors": [ + { + "code": "PRODUCT_NOT_FOUND", + "message": "Could not find a product with SKU \"24-MB0ee4\"" + } + ] + } + } +} +``` diff --git a/src/pages/graphql/payment-services-extension/mutations/complete-order.md b/src/pages/graphql/payment-services-extension/mutations/complete-order.md new file mode 100644 index 000000000..b49066bbe --- /dev/null +++ b/src/pages/graphql/payment-services-extension/mutations/complete-order.md @@ -0,0 +1,123 @@ +--- +title: completeOrder mutation +description: This mutation synchronizes order details before you run the `placeOrder` mutation. +--- + +# completeOrder mutation + + + +This mutation is available only if you have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.12.0 or higher. + +The `completeOrder` mutation synchronizes order details before you run the `placeOrder` mutation. + +When the mutation runs, Commerce generates and returns a token in the `orderV2.token` field. You can supply the token value to the [`guestOrderByToken` query](../../schema/orders/queries/guest-order-by-token.md) to retrieve details about an order created by a guest shopper. + +## Preconditions + +Before you run the `completeOrder` mutation, ensure that: + +1. A cart has been created (guest or logged-in customer). +1. Products have been added to the cart. +1. Billing and shipping addresses have been set, if applicable. +1. A shipping method has been selected (for physical products). +1. A payment or checkout ID has been generated and is available. +1. For guest carts, a valid email address has been assigned. + +## Limitations + +- The `completeOrder` mutation is similar to the [`placeOrder`](../../schema/cart/mutations/place-order.md) mutation, but includes an additional required field `id` to capture the payment identifier. +- On success, the mutation returns the `orderV2` object containing the `number` and `token` fields. +- The `token` field allows guest users to retrieve their order using queries such as `guestOrderByToken`. + +## Syntax + +```graphql +mutation { + completeOrder( + input: CompleteOrderInput + ) { + CompleteOrderOutput + } +} +``` + +## Example usage + +**Request:** + +```graphql +mutation { + completeOrder(input: { + cartId: "AJCY8dhIfuch9LcDHAxEkw7oG3DjGdKt" + id: "88455624KT013492F" + }) { + orderV2 { + number + token + } + errors { + message + code + } + } +} +``` + +**Response:** + +```json +{ + "data": { + "completeOrder": { + "orderV2": { + "number": "0000000012", + "token": "0:3:OSScWU6PKLn3kFyMhNWyskG0opgVvFBnJmtuaFHKGwDFT83S6Kv9U39iYwixuU+vhwDz2AF4pCs3GtLhHbQ=" + }, + "errors": [] + } + } +} +``` + +## Input attributes + +### CompleteOrderInput + +| Field | Type | Description | +|-------|------|--------------| +| `cartId` | String! | The unique identifier of the shopping cart (quote). | +| `id` | String! | The payment, checkout, or transaction identifier tied to the order. | + +## Output attributes + +### CompleteOrderOutput + +| Field | Type | Description | +|-------|------|--------------| +| `errors` | Error! | List of error objects. The array is empty if there are no errors. | +| `orderV2` | OrderV2 | Contains minimal order details if successful. | + +### OrderV2 object + +| Field | Type | Description | +|-------|------|--------------| +| `number` | String | The order number assigned by the system. | +| `token` | String | A token that can be used to retrieve the order, especially for guest checkouts. | + +### Error object + +| Field | Type | Description | +|-------|------|--------------| +| `code` | String | A machine-readable error code. | +| `message` | String | A human-readable message describing the error. | + +#### Possible error codes + +| Code | Description | +|------|--------------| +| `CART_NOT_FOUND` | The provided cart ID does not exist. | +| `CART_NOT_ACTIVE` | The cart is not active (already converted or expired). | +| `GUEST_EMAIL_MISSING` | A guest cart does not have an email address assigned. | +| `PAYMENT_ID_INVALID` | The provided payment or transaction ID is invalid. | +| `UNABLE_TO_COMPLETE_ORDER` | A general error occurred while finalizing the order (for example, missing information or out-of-stock items). | diff --git a/src/pages/graphql/payment-services-extension/mutations/index.md b/src/pages/graphql/payment-services-extension/mutations/index.md index ec8aabfd6..d2ff46e36 100644 --- a/src/pages/graphql/payment-services-extension/mutations/index.md +++ b/src/pages/graphql/payment-services-extension/mutations/index.md @@ -21,3 +21,11 @@ If you have installed [Payment Services for Adobe Commerce](https://commercemark * [`createVaultCardSetupToken`](../mutations/create-vault-card-setup-token.md) * [`createVaultCardPaymentToken`](../mutations/create-vault-card-payment-token.md) + +If you have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.12.0 or higher, you can use the following mutations to manage your carts in the Product Details Page (PDP): + +* [`addProductsToNewCart`](../mutations/add-products-new-cart.md) + +* [`setCartAsInactive`](../mutations/set-cart-inactive.md) + +* [`completeOrtder`](../mutations/complete-order.md) diff --git a/src/pages/graphql/payment-services-extension/mutations/set-cart-inactive.md b/src/pages/graphql/payment-services-extension/mutations/set-cart-inactive.md new file mode 100644 index 000000000..6499a8caf --- /dev/null +++ b/src/pages/graphql/payment-services-extension/mutations/set-cart-inactive.md @@ -0,0 +1,79 @@ +--- +title: setCartAsInactive mutation +description: This mutation marks a cart as inactive in Payment Services, helping prevent multiple active carts for logged-in customers during specific payment flows. +--- + +# setCartAsInactive mutation + + + +This mutation is available only if you have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.12.0 or higher. + +The `setCartAsInactive` mutation sets a specific `cartId` as inactive. Use this mutation when a payment error occurs, or when a shopper cancels a payment flow, after the [`addProductsToNewCart`](add-products-new-cart.md) mutation returns a `cartId`. This mutation helps prevent a customer having multiple active carts created with the [`addProductsToNewCart`](add-products-new-cart.md) mutation. + +See the [`addProductsToNewCart` mutation use case](add-products-new-cart.md#use-case-smart-button-on-the-product-details-page-pdp) for more information about a common workflow for the `setCartAsInactive` mutation. + +## Syntax + +```graphql +mutation { + setCartAsInactive( + cartId: String! + ): SetCartAsInactiveOutput + } +``` + +## Reference + +The [`setCartAsInactive`](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#mutation-setCartAsInactive) reference provides detailed information about the types and fields defined in this mutation. + +## Example usage + +The following examples show responses to the `setCartAsInactive` mutation. + +**Request:** + +```graphql +mutation { + setCartAsInactive( + cartId: "gVFVNBSJPt7L6uCQis4Q1ryj6DQtcwM2" + ) { + success + error + } + } +``` + +### Set cart as inactive (success) + +The following response example shows what the mutation returns when `setCartAsInactive` is successful, and no error. + +**Response:** + +```json +{ + "data": { + "setCartAsInactive": { + "success": true, + "error": null + } + } +} +``` + +### Set cart as inactive (failure) + +The following example response indicates the mutation failed due to a non-existent `cartId`. + +**Response:** + +```json +{ + "data": { + "setCartAsInactive": { + "success": false, + "error": "Error when setting the cart gVFVNBSJPt7L6uCQis4Q1ryj6QtcwM2 as inactive - No such entity with cartId = null " + } + } +} +``` diff --git a/src/pages/graphql/payment-services-extension/workflows/cart-pdp.md b/src/pages/graphql/payment-services-extension/workflows/cart-pdp.md new file mode 100644 index 000000000..40c9040fb --- /dev/null +++ b/src/pages/graphql/payment-services-extension/workflows/cart-pdp.md @@ -0,0 +1,67 @@ +--- +title: Add product to a new cart on a Product Details Page +description: Learn how Adobe Commerce uses GraphQL to create a new cart in the Product Details Page with smart buttons (Apple Pay). +keywords: + - GraphQL + - Payments +--- + +# Create a new cart in the Product Details Page workflows + + + +This workflow is available only with Apple Pay if you have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.12.0 or higher. + +These steps describe the flow of requests and responses with the [Payment Services](https://experienceleague.adobe.com/docs/commerce-merchant-services/payment-services/guide-overview.html) solution enabled for guests and logged-in customers. This workflow is required to [create a new cart](../mutations/add-products-new-cart.md) in the Product Details Page (PDP) with smart buttons. + +## Add product to a new cart in a PDP workflow + +These steps describe the use case when a shopper adds a product to the cart on a PDP. + +![Payment Services sequence diagram](../../../_images/graphql/payment-services-pdp.svg) + +1. Run the [`getPaymentConfig`](../../payment-services-extension/queries/get-payment-config.md) query to fetch the payment configuration needed to render details about PayPal components, such as hosted fields, smart buttons, and Apple Pay. + +1. Adobe Commerce returns payment configuration information. + +1. Run [`addProductsToNewCart`](../../payment-services-extension/mutations/add-products-new-cart.md) to create a new cart and add the item. + +1. Commerce returns a `cart` object, which includes the cart `id` field. + +1. Run [`createPaymentOrder`](../../payment-services-extension/mutations/create-payment-order.md) to begin the authorization process. + +1. Commerce forwards the request to PayPal. + + If there is an error during the payment process, or the shopper cancels the payment process on the PDP, run [`setCartAsInactive`](../../payment-services-extension/mutations/set-cart-inactive.md) to set the corresponding `cartId` as inactive and to avoid having multiple active carts for logged-in customers. + +1. PayPal returns an `id` value. + +1. Adobe Commerce generates a `order_id` and forwards the value in the `mp_order_id` field and the PayPal response in the `id` field. + +1. Run the [`placeOrder`](../../schema/cart/mutations/place-order.md) mutation. + +1. Commerce sends an authorization request to PayPal. + +1. PayPal returns the result to Commerce. + +1. Commerce creates an order. + +## Payment cancellation while on a PDP workflow + +These steps describe the use case when a shopper cancels the payment process on the PDP. + +![Payment Services sequence diagram](../../../_images/graphql/payment-services-pdp-cartinactive.svg) + +1. Run the [`getPaymentConfig`](../../payment-services-extension/queries/get-payment-config.md) query to fetch the payment configuration needed to render details about PayPal components, such as hosted fields, smart buttons, and Apple Pay. + +1. Adobe Commerce returns payment configuration information. + +1. Run [`addProductsToNewCart`](../../payment-services-extension/mutations/add-products-new-cart.md) to create a new cart and add the item. + +1. Commerce returns a `cart` object, which includes the cart `id` field. + +1. Run [`setCartAsInactive`](../../payment-services-extension/mutations/set-cart-inactive.md) to set a specific `cartId` as inactive. + +1. Commerce returns a confirmation that a specific `cartId` is inactive. + +1. If the shopper clicks the smart button again, `addProductsToNewCart` mutation runs once more to return a new `cart` object. diff --git a/src/pages/graphql/payment-services-extension/workflows/index.md b/src/pages/graphql/payment-services-extension/workflows/index.md index 55c9cdada..043e1c5a2 100644 --- a/src/pages/graphql/payment-services-extension/workflows/index.md +++ b/src/pages/graphql/payment-services-extension/workflows/index.md @@ -17,3 +17,7 @@ If you have installed [Payment Services for Adobe Commerce](https://commercemark * [Minicart](../workflows/minicart.md)---This workflow describes the additional flow of requests and responses required to place an order after adding a product to your cart with the Payment Services extension enabled. * [Checkout using a vaulted card](../workflows/vaulted-card.md)---This workflow describes a checkout authorization using a vaulted card. + +If you have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.12.0 or higher, check the following workflows: + +* [Smart buttons in the Product Details Page (PDP)](../workflows/cart-pdp.md)---This workflow describes the flow of requests and responses, in Payment Services for guests and logged-in customers, required to create a new cart in the Product Details Page (PDP) with smart buttons. diff --git a/src/pages/graphql/schema/attributes/interfaces/index.md b/src/pages/graphql/schema/attributes/interfaces/index.md index 0cb4be9c9..44e70eaaa 100644 --- a/src/pages/graphql/schema/attributes/interfaces/index.md +++ b/src/pages/graphql/schema/attributes/interfaces/index.md @@ -4,6 +4,7 @@ title: Attribute Interfaces and Implementations import CustomAttributeCustomer from '/src/_includes/graphql/examples/custom-attribute-customer.md' import CustomAttributeFilterProduct from '/src/_includes/graphql/examples/custom-attribute-filter-product.md' +import CustomerS3Download from '/src/_includes/graphql/examples/customer-s3-download.md' # Attribute interfaces and implementations @@ -12,10 +13,14 @@ Adobe Commerce provides the following interfaces to access system attributes and Interface | Implementations --- | --- [`AttributeSelectedOptionInterface`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeSelectedOptionInterface) | [`AttributeSelectedOption`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeSelectedOption) -[`AttributeValueInterface`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeValueInterface) | [`AttributeValue`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeValue)
[`AttributeSelectedOptions`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeSelectedOptions) +[`AttributeValueInterface`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeValueInterface) | [`AttributeValue`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeValue)
[`AttributeSelectedOptions`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeSelectedOptions)
`AttributeFile` (SaaS only)
`AttributeImage` (SaaS only) [`CustomAttributeMetadataInterface`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-CustomerAttributeMetadata) | [`AttributeMetadata`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeMetadata) [`CustomAttributeOptionInterface`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-CustomAttributeOptionInterface) | [`AttributeOptionMetadata`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-AttributeOptionMetadata). + + +Adobe Commerce as a Cloud Service (SaaS) provides two additional implementations of the `AttributeValueInterface` interface (`AttributeFile` and `AttributeImage`) to handle files and images uploaded to Amazon S3. If you are migrating from Adobe Commerce on Cloud Infrastructure or on-premise, these changes represent a backward incompatible change. If your project uses custom attributes for files or images, you must update your code to use the new implementations. + ## Example usage ### Retrieve custom attributes metadata from a customer @@ -25,3 +30,9 @@ Interface | Implementations ### Filter `custom_attributesV2` of a product < CustomAttributeFilterProduct /> + +### Retrieve a file uploaded to Amazon S3 + + + +< CustomerS3Download /> diff --git a/src/pages/graphql/schema/b2b/negotiable-quote/mutations/request.md b/src/pages/graphql/schema/b2b/negotiable-quote/mutations/request.md index 81f0fbc53..e54e24c7d 100644 --- a/src/pages/graphql/schema/b2b/negotiable-quote/mutations/request.md +++ b/src/pages/graphql/schema/b2b/negotiable-quote/mutations/request.md @@ -36,6 +36,10 @@ The [`requestNegotiableQuote`](https://developer.adobe.com/commerce/webapi/graph ## Example usage +The following examples show negotiable quote requests with and without attachments. + +### Request a negotiable quote + The following example requests a negotiable quote. The cart contains three items. **Request:** @@ -194,3 +198,70 @@ mutation { } } ``` + +### Request a negotiable quote with attachments + + + +The following example requests a negotiable quote with an attachment. The attachment must be uploaded to Amazon S3 before you can reference it in the mutation. See the [`initiateUpload` mutation](../../../uploads/mutations/initiate-upload.md) and [finishUpload` mutation](../../../uploads/mutations/finish-upload.md)for more information about uploading files. + +**Request:** + +```graphql +mutation { + requestNegotiableQuote( + input: { + cart_id: "SAIanv9ZcoVbQwAFRWq6XzQbU1jK1dUT" + quote_name: "Test NQ" + comment: { + comment: "Please provide your best pricing for these bulk office supplies. We're looking for a long-term partnership." + attachments: [ + { + key: "test-document1_32cb1fe50dab390be841461e.txt" + } + ] + } + } + ) { + quote { + uid + name + status + comments { + text + attachments { + name + url + } + } + } + } +} +``` + +**Response:** + +```json +{ + "data": { + "requestNegotiableQuote": { + "quote": { + "uid": "SAIanv9ZcoVbQwAFRWq6XzQbU1jK1dUT", + "name": "Test NQ", + "status": "SUBMITTED", + "comments": [ + { + "text": "Please provide your best pricing for these bulk office supplies. We're looking for a long-term partnership.", + "attachments": [ + { + "name": "test-document1.txt", + "url": "http://bucket1.s3mock:9000/bucket1/tenant1/negotiable_quotes_attachment/test-document1_32cb1fe50dab390be841461e.txt?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIOSFODNN7EXAMPLE%2F20250909%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250909T170138Z&X-Amz-SignedHeaders=host&X-Amz-Expires=6600&X-Amz-Signature=a4fa238e4f4f88d4819f0b80fe2699ec6374e81cd88e70fd281a7fc8fae232ec" + } + ] + } + ] + } + } + } +} +``` diff --git a/src/pages/graphql/schema/b2b/negotiable-quote/queries/quote.md b/src/pages/graphql/schema/b2b/negotiable-quote/queries/quote.md index 1a7d96871..e4f1854ec 100644 --- a/src/pages/graphql/schema/b2b/negotiable-quote/queries/quote.md +++ b/src/pages/graphql/schema/b2b/negotiable-quote/queries/quote.md @@ -60,6 +60,10 @@ query{ lastname } text + attachments { + name + url + } } history { uid @@ -162,7 +166,13 @@ query{ "firstname": "Taina", "lastname": "Garofalo" }, - "text": "Requesting a 10% discount for being a repeat customer." + "text": "Requesting a 10% discount for being a repeat customer.", + "attachments": [ + { + "name": "terms_and_conditions.pdf", + "url": "https://.s3..amazonaws.com/negotiable-quote/terms_and_conditions_5f4dcc3b5aa765d61d8327deb882cf99.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." + } + ] }, { "uid": "Mg==", @@ -171,7 +181,13 @@ query{ "firstname": "John Paul", "lastname": "Pope" }, - "text": "Hello Taina! Thanks for registering with Luma as a partner company.\r\n\r\nUnfortunately, we cannot grant your request, because the 10% discount is reserved for our frequent customers, and this is your first order. We can offer a 5% discount on this order." + "text": "Hello Taina! Thanks for registering with Luma as a partner company.\r\n\r\nUnfortunately, we cannot grant your request, because the 10% discount is reserved for our frequent customers, and this is your first order. We can offer a 5% discount on this order.", + "attachments": [ + { + "name": "terms_and_conditions.pdf", + "url": "https://.s3..amazonaws.com/negotiable-quote/terms_and_conditions_5f4dcc3b5aa765d61d8327deb882cf99.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." + } + ] }, { "uid": "Mw==", @@ -180,7 +196,13 @@ query{ "firstname": "Taina", "lastname": "Garofalo" }, - "text": "I understand. I'll accept your offer." + "text": "I understand. I'll accept your offer.", + "attachments": [ + { + "name": "terms_and_conditions.pdf", + "url": "https://.s3..amazonaws.com/negotiable-quote/terms_and_conditions_5f4dcc3b5aa765d61d8327deb882cf99.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." + } + ] }, { "uid": "NA==", @@ -189,7 +211,13 @@ query{ "firstname": "John Paul", "lastname": "Pope" }, - "text": "Great! You should see a 5% discount in your cart. Shipping fees and taxes might apply." + "text": "Great! You should see a 5% discount in your cart. Shipping fees and taxes might apply.", + "attachments": [ + { + "name": "terms_and_conditions.pdf", + "url": "https://.s3..amazonaws.com/negotiable-quote/terms_and_conditions_5f4dcc3b5aa765d61d8327deb882cf99.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." + } + ] }, { "uid": "NQ==", @@ -198,7 +226,13 @@ query{ "firstname": "Taina", "lastname": "Garofalo" }, - "text": "Adding a shipping address" + "text": "Adding a shipping address", + "attachments": [ + { + "name": "terms_and_conditions.pdf", + "url": "https://.s3..amazonaws.com/negotiable-quote/terms_and_conditions_5f4dcc3b5aa765d61d8327deb882cf99.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." + } + ] } ], "history": [ diff --git a/src/pages/graphql/schema/b2b/negotiable-quote/queries/quotes.md b/src/pages/graphql/schema/b2b/negotiable-quote/queries/quotes.md index eb70aee83..bbf58e2c4 100644 --- a/src/pages/graphql/schema/b2b/negotiable-quote/queries/quotes.md +++ b/src/pages/graphql/schema/b2b/negotiable-quote/queries/quotes.md @@ -32,6 +32,8 @@ The [`negotiableQuotes`](https://developer.adobe.com/commerce/webapi/graphql-api ## Example usage +### Find quotes that contain a specific string + The following example returns general information about the negotiable quotes containing the string `request` that are accessible to the company user. The results are sorted by negotiable quote name, listed in ascending order. **Request:** @@ -90,3 +92,75 @@ query { } } ``` + +### Retrieve attachments associated with comments on quotes + + + +The following example returns detailed information about all negotiable quotes that are accessible to the company user, including any attachments associated with comments on the quotes. + +**Request:** + +```graphql +{ + negotiableQuotes { + total_count + items { + uid + name + status + created_at + updated_at + comments { + attachments { + name + url + } + } + } + } +} +``` + +**Response:** + +```json +{ + "data": { + "negotiableQuotes": { + "total_count": 2, + "items": [ + { + "uid": "SAIanv9ZcoVbQwAFRWq6XzQbU1jK1dUT", + "name": "Test NQ", + "status": "SUBMITTED", + "created_at": "2025-09-09 16:59:10", + "updated_at": "2025-09-09 16:59:37", + "comments": [ + { + "attachments": [ + { + "name": "test-document1.txt", + "url": "http://bucket1.s3mock:9000/bucket1/tenant1/negotiable_quotes_attachment/test-document1_32cb1fe50dab390be841461e.txt?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIOSFODNN7EXAMPLE%2F20250909%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250909T170138Z&X-Amz-SignedHeaders=host&X-Amz-Expires=6600&X-Amz-Signature=a4fa238e4f4f88d4819f0b80fe2699ec6374e81cd88e70fd281a7fc8fae232ec" + } + ] + } + ] + }, + { + "uid": "NYw9JKZW1BCQ8ZtsYyUKrGkGLlrJ34Kr", + "name": "Test NQ", + "status": "SUBMITTED", + "created_at": "2025-09-09 16:54:28", + "updated_at": "2025-09-09 16:57:58", + "comments": [ + { + "attachments": [] + } + ] + } + ] + } + } +} +``` diff --git a/src/pages/graphql/schema/b2b/purchase-order/index.md b/src/pages/graphql/schema/b2b/purchase-order/index.md index e1f99164c..51b87392a 100644 --- a/src/pages/graphql/schema/b2b/purchase-order/index.md +++ b/src/pages/graphql/schema/b2b/purchase-order/index.md @@ -207,7 +207,7 @@ The following example returns the purchase order information. "items": [ { "product": { - "sku": "Simple product" + "sku": "Simple-product" } } ], diff --git a/src/pages/graphql/schema/b2b/purchase-order/mutations/add-items-to-cart.md b/src/pages/graphql/schema/b2b/purchase-order/mutations/add-items-to-cart.md index b5e26a92b..6b662daf6 100644 --- a/src/pages/graphql/schema/b2b/purchase-order/mutations/add-items-to-cart.md +++ b/src/pages/graphql/schema/b2b/purchase-order/mutations/add-items-to-cart.md @@ -70,7 +70,7 @@ mutation { "items": [ { "product": { - "sku": "Simple product" + "sku": "Simple-product" } } ] diff --git a/src/pages/graphql/schema/catalog-service/queries/index.md b/src/pages/graphql/schema/catalog-service/queries/index.md index 6325e7554..857070465 100644 --- a/src/pages/graphql/schema/catalog-service/queries/index.md +++ b/src/pages/graphql/schema/catalog-service/queries/index.md @@ -14,5 +14,3 @@ Catalog Service provides the following queries: * [`products`](products.md) * [`refineProduct`](refine-product.md) * [`variants`](product-variants.md) - -It also extends the Live Search [`productSearch`](../../live-search/queries/product-search.md#catalog-service) query to return product view data. diff --git a/src/pages/graphql/schema/customer/mutations/create-address.md b/src/pages/graphql/schema/customer/mutations/create-address.md index 5cc121b8d..edd834350 100644 --- a/src/pages/graphql/schema/customer/mutations/create-address.md +++ b/src/pages/graphql/schema/customer/mutations/create-address.md @@ -200,6 +200,56 @@ mutation { } ``` +### Create an address that includes a custom file + + + +The following call creates an address for the specified customer that includes a file that was uploaded to Amazon S3 using the [`initiateUpload` mutation](../../uploads/mutations/initiate-upload.md). + +#### Request + +```graphql +mutation { + createCustomerAddress( + input: { + "region": { + "region": "Arizona", + "region_code": "AZ" + }, + "country_code": "US", + "street": [ + "123 Main Street" + ], + "telephone": "5553217890", + "postcode": "77777", + "city": "Phoenix", + "default_shipping": true, + "default_billing": false, + custom_attributesV2: [ + { + attribute_code: "test_file_add" + value: "example_a367071e1639483de735c639.jpg" + } + ] + } + ) { + id + } +} +``` + +#### Response + +```json +{ + "data": { + "createCustomerAddress": { + "id": 5, + } + } +} +``` + ## Errors Error | Description diff --git a/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md b/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md new file mode 100644 index 000000000..04e80ed23 --- /dev/null +++ b/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md @@ -0,0 +1,48 @@ +--- +title: exchangeOtpForCustomerToken mutation +edition: saas +--- + +# exchangeOtpForCustomerToken mutation + +The `exchangeOtpForCustomerToken` mutation allows you to specify a shopper's email address and one-time password (OTP) and receive a customer token in exchange. This mutation is typically used in scenarios where a customer needs to authenticate using an OTP sent to their email or phone. + +Upon successful exchange, the module invalidates the OTP so it cannot be reused. The endpoint also integrates with reCAPTCHA configuration to mitigate automated abuse. + +## Syntax + +`mutation: { + exchangeOtpForCustomerToken(email: String!, otp: String!) {CustomerToken}}` + +## Example usage + +The following example uses the specified email and one-time password (OTP) to return a customer token. + +**Request:** + +```graphql +mutation { + exchangeOtpForCustomerToken( + email: "customer@example.com" + otp: "gTQySBnj2w4ql9EL6XdnF267mzkK3cQG" + ) { + token + } +} +``` + +**Response:** + +```json +{ + "data": { + "exchangeOtpForCustomerToken": { + "token": "" + } + } +} +``` + +## Related topic + +* [customer query](../queries/customer.md) diff --git a/src/pages/graphql/schema/customer/mutations/index.md b/src/pages/graphql/schema/customer/mutations/index.md index 454d81568..b7bba4765 100644 --- a/src/pages/graphql/schema/customer/mutations/index.md +++ b/src/pages/graphql/schema/customer/mutations/index.md @@ -21,6 +21,8 @@ The customer mutations allow you to perform the following operations: * Manage customer tokens and passwords * [`changeCustomerPassword`](change-password.md) + * [`exchangeExternalCustomerToken`](exchange-external-customer-token.md) + * | [​`exchangeOtpForCustomerToken`](exchange-otp-customer-token.md) * [`generateCustomerTokenAsAdmin`](generate-token-as-admin.md) * [`generateCustomerToken`](generate-token.md) * [`requestPasswordResetEmail`](request-password-reset-email.md) diff --git a/src/pages/graphql/schema/customer/queries/customer.md b/src/pages/graphql/schema/customer/queries/customer.md index ecaa53c54..413724267 100644 --- a/src/pages/graphql/schema/customer/queries/customer.md +++ b/src/pages/graphql/schema/customer/queries/customer.md @@ -3,6 +3,7 @@ title: customer query --- import CustomAttributeCustomer from '/src/_includes/graphql/examples/custom-attribute-customer.md' +import CustomerS3Download from '/src/_includes/graphql/examples/customer-s3-download.md' # customer query @@ -1034,6 +1035,12 @@ The [Purchase order approval rules](../../b2b/purchase-order-rule/) topic contai } ``` +### Retrieve a file uploaded to Amazon S3 + + + +< CustomerS3Download /> + ## Related topics * [isEmailAvailable query](../../b2b/company/queries/is-company-email-available.md) diff --git a/src/pages/graphql/schema/live-search/queries/product-search.md b/src/pages/graphql/schema/live-search/queries/product-search.md index 94b0a5f03..a9c2ebdaa 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -32,7 +32,7 @@ Live Search uses the `productSearch` query to search for products instead of the -The Catalog Service `productSearch` query uses Live Search to return details about the SKUs specified as input. [Learn more](#catalog-service). +The Catalog Service `productSearch` query uses Live Search to return details about the SKUs specified as input. The `productSearch` query accepts the following fields as input: @@ -165,20 +165,22 @@ Only facets specified in Live Search are returned. Use the [`attributeMetadata` query](./attribute-metadata.md) to return a list of product attributes that can be used to define a filter. -#### Filtering using search capability +#### Layered search and expansion of search types - +Layered search, or search within a search, is a powerful, attribute-based filtering system that extends the traditional search functionality to include additional search parameters. These additional search parameters allow more precise and flexible product discovery. See the [merchant documentation](https://experienceleague.adobe.com/en/docs/commerce/live-search/workspace) to learn why a merchant would implement layered search for their storefront. + + -This feature is in beta. For installation information, see the [Live Search guide](https://experienceleague.adobe.com/en/docs/commerce-merchant-services/live-search/install#install-the-live-search-beta) in the merchant documentation. +Layered search is available in Live Search 4.6.0. -This beta supports three new capabilities: +The advanced search capabilities are implemented through the `filter` parameter in the `productSearch` query using specific operators: - **Layered search** - Search within another search context - With this capability, you can undertake up to two layers of search for your search queries. For example: - - **Layer 1 search** - Search for "motor" on "product_attribute_1". - - **Layer 2 search** - Search for "part number 123" on "product_attribute_2". This example searches for "part number 123" within the results for "motor". + - **Layer 1 search** - Search for "motor" on `product_attribute_1`. + - **Layer 2 search** - Search for "part number 123" on `product_attribute_2`. This example searches for "part number 123" within the results for "motor". - Layered search is available for both `startsWith` search indexation and `contains` search indexation as described below: + Layered search is available for both `startsWith` search indexation and `contains` search indexation in the second layer of the layered search, as described below: - **startsWith search indexation** - Search using `startsWith` indexation. This new capability allows: @@ -191,7 +193,40 @@ This beta supports three new capabilities: - Note: This search type is different from the existing [phrase search](#phrase), which performs an autocomplete search. For example, if your product attribute value is "outdoor pants", a phrase search returns a response for "out pan", but does not return a response for "oor ants". A contains search, however, does return a response for "oor ants". -Refer to the following examples to learn how to implement these new search capabilities in your Live Search API. +##### Examples + +Learn how to implement these new search capabilities in your Live Search API by following the examples below. First, review the requirements to ensure proper configuration. + +**Frontend support:** + +Layered search is available on the following architectures: + +- Commerce Optimizer [Product Discovery drop-ins](https://experienceleague.adobe.com/developer/commerce/storefront/dropins/product-discovery/functions/) +- Live Search (headless) + + + +The Live Search Product Listing Page (PLP) and popover widgets do not support layered search. + +**API configuration requirements:** + +- Attributes must have the **Use in Search Results Layered Navigation** checkbox set to **Filterable (with results)** in the [Admin](https://experienceleague.adobe.com/en/docs/commerce-admin/catalog/product-attributes/product-attributes-add#step-5-describe-the-storefront-properties). +- Each attribute must have the correct search type specified: `contains` or `startsWith`. +- A maximum of 6 attributes can be enabled for `contains` search. +- A maximum of 6 attributes can be enabled for `startsWith` search. + +**Performance considerations:** + +- `startsWith` and `contains` searches are optimized for performance through specialized indexing. +- Both `startsWith` and `contains` searches require a minimum of two characters. +- A search term is limited to 10 characters or less. +- For the **Contains** indexation, string length is limited to 50 characters or less. + +**Error handling:** + +- 500 error returned if an attribute is not set to `filterableInSearch: true`. +- Invalid attribute codes will result in no matches. +- Exceeding character limits will fall back to autocomplete search. ##### startsWith condition example @@ -232,9 +267,7 @@ filter: [ ] ``` -**Example queries** - -The following example shows how to search within search results using "motor" as the search phrase and filtering on "manufacturer" that "startsWith" the term "Sieme": +The following example shows how to search within search results using "motor" as the search phrase and filtering on `manufacturer` that `startsWith` the term "Sieme": ```graphql productSearch( @@ -306,7 +339,7 @@ productSearch( ##### Limitations -The beta has the following limitations: +The advanced search capabilitiies have the following limitations: - You can specify a maximum of six attributes to be enabled for **Contains** and six attributes to be enabled for **Starts with**. - Each aggregation returns a maximum of 1000 facets. @@ -437,36 +470,15 @@ facets { The `items` object primarily provides details about each item returned. The structure of this object varies between Catalog Service and Live Search. For Catalog Service, specify a `ProductSearchItem.productView` object. For Live Search, specify a `ProductSearchItem.product` object -#### ProductSearchItem.product (Live Search) + -The following snippet returns relevant information about each item when Catalog Service is not installed or used: +The `ProductInterface` object in the Search service GraphQL schema has been deprecated. Use the `ProductView` object instead, which is defined and documented as the recommended alternative for use with the Catalog Service. -```graphql -items { - product { - name - sku - price_range { - maximum_price { - final_price { - value - currency - } - } - minimum_price { - final_price { - value - currency - } - } - } - } -} -``` +#### ProductSearchItem.productView -#### ProductSearchItem.productView (Catalog Service) + -If [Catalog Service](https://experienceleague.adobe.com/docs/commerce-merchant-services/catalog-service/guide-overview.html) is installed, you can optionally use the `productView` field instead of the `product` field to return product details. Catalog Service uses [Catalog Sync](https://experienceleague.adobe.com/docs/commerce-merchant-services/user-guides/data-services/catalog-sync.html) to manage product data, resulting in query responses with less latency than is possible with the `ProductInterface`. With Catalog Service, the structure of the pricing information varies, depending on whether the product is designated as a `SimpleProduct` (simple, downloadable, gift card) or as a `ComplexProduct` (configurable, grouped, or bundle). +Use the `ProductView` field instead of the deprecated `product` field to return product details. Catalog Service uses [Catalog Sync](https://experienceleague.adobe.com/docs/commerce-merchant-services/user-guides/data-services/catalog-sync.html) to manage product data, resulting in query responses with less latency than is possible with the `ProductInterface`. With Catalog Service, the structure of the pricing information varies, depending on whether the product is designated as a `SimpleProduct` (simple, downloadable, gift card) or as a `ComplexProduct` (configurable, grouped, or bundle). The following Catalog Service snippet returns relevant information about each item: @@ -543,7 +555,7 @@ The `items` object can also optionally return highlighted text that shows the ma The query response can also contain the following top-level fields and objects: - `page_info` - An object that lists the `page_size` and `current_page` input arguments and the total number of pages available. -- `suggestions` - An array of strings that include the names of products and categories that exist in the catalog that are similar to the search query. +- `suggestions` - An array of strings that include the names of products and categories that exist in the catalog that are similar to the search query. See [Logic used for `suggestions`](#common-fields) to learn more. - `total_count` - The number of products returned. ## Endpoints @@ -563,7 +575,7 @@ Header name| Description `Magento-Store-Code` | The code assigned to the store associated with the active store view. For example, `main_website_store`. `Magento-Store-View-Code` | The code assigned to the active store view. For example, `default`. `Magento-Website-Code` | The code assigned to the website associated with the active store view. For example, `base`. -`X-Api-Key` | For Live Search queries, set this value to `search_gql`. For Catalog Service queries, set this value to the [unique API key](https://experienceleague.adobe.com/en/docs/commerce-merchant-services/user-guides/integration-services/saas#genapikey) generated for your Commerce environment. +`X-Api-Key` | Set this value to the [unique API key](https://experienceleague.adobe.com/en/docs/commerce/user-guides/integration-services/saas#genapikey) generated for your Commerce environment. ### Find the customer group code @@ -573,474 +585,7 @@ import CustomerGroupCode from '/src/_includes/graphql/customer-group-code.md' ## Example usage -In the following sections provide examples for using Live Search and Catalog Service. - -### Live Search - -This is an example of using Live Search to retrieve and filter results. The query uses the core `ProductInterface` to access product information. As a result, the query has a longer response time than using [Catalog Service](https://experienceleague.adobe.com/docs/commerce-merchant-services/catalog-service/guide-overview.html) to retrieve this information. - -For an example of using Live Search with Catalog Service, see [Catalog Service productSearch query](#catalog-service). Other than returning the `productView` object, all other attributes are the same. - -In the example below, there is no search `phrase` passed and results are filtered on the "women/bottoms-women" category. In the response, two categories are returned: - -```json -{ - "title": "women/bottoms-women/shorts-women", - "__typename": "ScalarBucket", - "id": "28", - "count": 12 -}, -{ - "title": "women/bottoms-women/pants-women", - "__typename": "ScalarBucket", - "id": "27", - "count": 13 -} -``` - -If the `phrase` "pants" is added, only one category is returned and "shorts" are not returned by the query: - -```json -{ - "title": "women/bottoms-women/pants-women", - "__typename": "ScalarBucket", - "id": "27", - "count": 13 -} -``` - -**Request:** - -```graphql -{ - productSearch( - phrase: "" - sort: [ - { attribute: "price", direction: DESC } - { attribute: "name", direction: DESC } - ] - filter: [ - { attribute: "categoryPath", in: ["women/bottoms-women"] } - ] - page_size: 9 - ) { - total_count - page_info { - current_page - page_size - total_pages - } - facets { - attribute - title - type - buckets { - title - __typename - ... on RangeBucket { - title - to - from - count - } - ... on ScalarBucket { - title - id - count - } - ... on StatsBucket { - title - min - max - } - } - } - items { - product { - name - sku - } - } - suggestions - } -} -``` - -**Response:** - -
-Response - -```json -"data": { - "productSearch": { - "total_count": 25, - "page_info": { - "current_page": 1, - "page_size": 9, - "total_pages": 3 - }, - "facets": [ - { - "attribute": "categories", - "title": "Categories", - "type": "PINNED", - "buckets": [ - { - "title": "women/bottoms-women/shorts-women", - "__typename": "ScalarBucket", - "id": "28", - "count": 12 - }, - { - "title": "women/bottoms-women/pants-women", - "__typename": "ScalarBucket", - "id": "27", - "count": 13 - } - ] - }, - { - "attribute": "price", - "title": "Price", - "type": "PINNED", - "buckets": [ - { - "title": "0.0-25.0", - "__typename": "RangeBucket", - "to": 25, - "from": 0, - "count": 1 - }, - { - "title": "25.0-50.0", - "__typename": "RangeBucket", - "to": 50, - "from": 25, - "count": 20 - }, - { - "title": "50.0-75.0", - "__typename": "RangeBucket", - "to": 75, - "from": 50, - "count": 4 - } - ] - }, - { - "attribute": "material", - "title": "Material", - "type": "POPULAR", - "buckets": [ - { - "title": "Organic Cotton", - "__typename": "ScalarBucket", - "id": "Organic Cotton", - "count": 13 - }, - { - "title": "Spandex", - "__typename": "ScalarBucket", - "id": "Spandex", - "count": 11 - }, - { - "title": "Polyester", - "__typename": "ScalarBucket", - "id": "Polyester", - "count": 7 - }, - { - "title": "Cotton", - "__typename": "ScalarBucket", - "id": "Cotton", - "count": 4 - }, - { - "title": "LumaTech™", - "__typename": "ScalarBucket", - "id": "LumaTech™", - "count": 5 - }, - { - "title": "CoolTech™", - "__typename": "ScalarBucket", - "id": "CoolTech™", - "count": 4 - }, - { - "title": "Mesh", - "__typename": "ScalarBucket", - "id": "Mesh", - "count": 3 - }, - { - "title": "Cocona® performance fabric", - "__typename": "ScalarBucket", - "id": "Cocona® performance fabric", - "count": 4 - } - ] - }, - { - "attribute": "new", - "title": "New", - "type": "POPULAR", - "buckets": [ - { - "title": "no", - "__typename": "ScalarBucket", - "id": "no", - "count": 21 - }, - { - "title": "yes", - "__typename": "ScalarBucket", - "id": "yes", - "count": 4 - } - ] - }, - { - "attribute": "color", - "title": "Color", - "type": "POPULAR", - "buckets": [ - { - "title": "Blue", - "__typename": "ScalarBucket", - "id": "Blue", - "count": 14 - }, - { - "title": "Black", - "__typename": "ScalarBucket", - "id": "Black", - "count": 12 - }, - { - "title": "Orange", - "__typename": "ScalarBucket", - "id": "Orange", - "count": 9 - }, - { - "title": "Green", - "__typename": "ScalarBucket", - "id": "Green", - "count": 8 - }, - { - "title": "Purple", - "__typename": "ScalarBucket", - "id": "Purple", - "count": 8 - }, - { - "title": "Gray", - "__typename": "ScalarBucket", - "id": "Gray", - "count": 8 - }, - { - "title": "Red", - "__typename": "ScalarBucket", - "id": "Red", - "count": 7 - }, - { - "title": "White", - "__typename": "ScalarBucket", - "id": "White", - "count": 5 - } - ] - }, - { - "attribute": "eco_collection", - "title": "Eco Collection", - "type": "POPULAR", - "buckets": [ - { - "title": "no", - "__typename": "ScalarBucket", - "id": "no", - "count": 18 - }, - { - "title": "yes", - "__typename": "ScalarBucket", - "id": "yes", - "count": 7 - } - ] - }, - { - "attribute": "climate", - "title": "Climate", - "type": "POPULAR", - "buckets": [ - { - "title": "Indoor", - "__typename": "ScalarBucket", - "id": "Indoor", - "count": 20 - }, - { - "title": "Hot", - "__typename": "ScalarBucket", - "id": "Hot", - "count": 16 - }, - { - "title": "Mild", - "__typename": "ScalarBucket", - "id": "Mild", - "count": 17 - }, - { - "title": "Warm", - "__typename": "ScalarBucket", - "id": "Warm", - "count": 15 - }, - { - "title": "All-Weather", - "__typename": "ScalarBucket", - "id": "All-Weather", - "count": 10 - }, - { - "title": "Spring", - "__typename": "ScalarBucket", - "id": "Spring", - "count": 7 - }, - { - "title": "Cool", - "__typename": "ScalarBucket", - "id": "Cool", - "count": 3 - } - ] - }, - { - "attribute": "size", - "title": "Size", - "type": "POPULAR", - "buckets": [ - { - "title": "28", - "__typename": "ScalarBucket", - "id": "28", - "count": 25 - }, - { - "title": "29", - "__typename": "ScalarBucket", - "id": "29", - "count": 25 - }, - { - "title": "30", - "__typename": "ScalarBucket", - "id": "30", - "count": 7 - }, - { - "title": "31", - "__typename": "ScalarBucket", - "id": "31", - "count": 7 - }, - { - "title": "32", - "__typename": "ScalarBucket", - "id": "32", - "count": 7 - } - ] - }, - { - "attribute": "activity", - "title": "Activity", - "type": "POPULAR", - "buckets": [] - }, - { - "attribute": "custom_price", - "title": "Custom Price", - "type": "POPULAR", - "buckets": [] - } - ], - "items": [ - { - "product": { - "name": "Sahara Leggings", - "sku": "WP05" - } - }, - { - "product": { - "name": "Cora Parachute Pant", - "sku": "WP04" - } - }, - { - "product": { - "name": "Deirdre Relaxed-Fit Capri", - "sku": "WP12" - } - }, - { - "product": { - "name": "Gwen Drawstring Bike Short", - "sku": "WSH03" - } - }, - { - "product": { - "name": "Ina Compression Short", - "sku": "WSH11" - } - }, - { - "product": { - "name": "Diana Tights", - "sku": "WP06" - } - }, - { - "product": { - "name": "Erika Running Short", - "sku": "WSH12" - } - }, - { - "product": { - "name": "Artemis Running Short", - "sku": "WSH04" - } - }, - { - "product": { - "name": "Sybil Running Short", - "sku": "WSH08" - } - } - ], - "suggestions": [] - } -} -``` - -
- -### Catalog Service - -In the following example, the query returns information on the same products as the Live Search [`productSearch` items list](#items-list) example. However, it has been constructed to return item information inside the Catalog Service `productView` object instead of the core `product` object. Note that the pricing information varies, depending on the product type. For the sake of brevity, facet information is not shown. +The following example uses the `ProductView` object to return item information. Note that the pricing information varies, depending on the product type. For the sake of brevity, facet information is not shown. **Request:** @@ -1361,9 +906,25 @@ Field | Data Type | Description `items` | [[ProductSearchItem]](#productsearchitem-data-type) | An array of products returned by the query `page_info` | [SearchResultPageInfo](#searchresultpageinfo-data-type) | Contains information for rendering pages of search results `related_terms` | [String] | Reserved for future use -`suggestions` | [String] | An array of product URL keys that are similar to the search query. A maximum of five items are returned +`suggestions` | [String] | An array of product URL keys that are similar to the search query. A maximum of five items are returned. See **Logic used for `suggestions`** to learn more. `total_count` | Int | The total number of items returned +**Logic used for `suggestions`** + +- Data from name and category path fields are used. +- Name: `Supernova Sport Pant` will be stored in three phrases: + - `Supernova Sport Pant` + - `Sport Pant` + - `Pant` +- Category path: tokenized by /, so "products/electronics/mobiles-and-accessories" will be stored as: + - `products` + - `electronics` + - `mobiles-and-accessories` + +When a search is made, the "suggestion" field is searched using a "prefix" based search and the matching phrases are returned. + +**Example** - If "sport" is searched, then "sport pant" will be one suggestion. + #### Aggregation data type Field | Data Type | Description @@ -1432,7 +993,9 @@ Field | Data Type | Description ### Live Search fields -Live Search returns product information using the [ProductInterface!](https://developer.adobe.com/commerce/webapi/graphql/schema/products/interfaces/attributes/). + + +By default, Live Search uses the `ProductInterface` to return product information. This interface is **deprecated**. Use the `ProductView` object, originally defined in Catalog Service, for better performance and future compatibility. ### Catalog Service fields diff --git a/src/pages/graphql/schema/uploads/index.md b/src/pages/graphql/schema/uploads/index.md new file mode 100644 index 000000000..6827548fe --- /dev/null +++ b/src/pages/graphql/schema/uploads/index.md @@ -0,0 +1,79 @@ +--- +title: Upload files to Amazon S3 +description: Learn how to manage file and image uploads using GraphQL mutations. +edition: saas +keywords: + - REST + - Integration +--- + +# Upload files to Amazon S3 + +Adobe Commerce as a Cloud Service (SaaS) supports file uploads through GraphQL mutations. This feature allows you to upload files such as images, documents, and other media to the server. [Sharing objects with presigned URLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html) describes how presigned URLs work. + +Uploading files is a multi-step process, as shown in the following diagram: + +![Upload files](../../../_images/upload-file.png) + +1. **Inititiate the upload**: The shopper clicks an **Upload File** button on the storefront. The Javascript code on the page uses the [`initiateUpload` mutation](./mutations/initiate-upload.md) to start the upload process. The mutation specifies the file name provided by the shopper. Commerce uses the AWS SDK to generate the URL to which the file will be uploaded. + +1. **Receive the response**: The response from the `initiateUpload` mutation includes a presigned URL, a unique key for the file, and an expiration time for the URL. The client code extracts these values from the response. + +1. **Upload the file**: The client code uses the presigned URL to upload the file directly to a temporary location in the Amazon S3 bucket. This is done using a standard HTTP PUT request. + + The following curl command demonstrates how to upload a file using the presigned URL: + + ```bash + curl --fail --show-error --silent -X PUT --data-binary @./cat.jpg 'https://.s3..amazonaws.com/?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Security-Token=&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=&X-Amz-Date=&X-Amz-SignedHeaders=host&X-Amz-Expires=&X-Amz-Signature=...' + ``` + +1. **Finalize the upload**: After the file is successfully uploaded to S3, the client code calls the [`finishUpload` mutation](./mutations/finish-upload.md) to complete the upload process. The mutation includes the unique key received from the `initiateUpload` response. + +1. **Perform validation**: Commerce uses a HEAD request on S3 Temporary to validate the key and size. + +1. **Move the file**: Commerce performs a `CopyObject` operation to move the file from the temporary location to a permanent location in the S3 bucket. + +1. **Receive the final response**: The response from the `finishUpload` mutation includes the unique key for the uploaded file. The client code extracts this key from the response. + +1. **Create or update the entity**: After `finishUpload` succeeds, the client creates or updates the entity (such as a customer) using the returned hashed key as the attribute value, not a URL or full S3 path. + +1. **Receive the create/update response**: The response from the create or update mutation includes the details of the created or updated entity. + +## Add the uploaded file to an entity + +Your Adobe Commerce instance must define a customer custom attribute that has an input type of `file` or `image`. Navigate to **Stores** > **Attributes** > **Customer** in the Admin and click **Add Attribute**. Your custom attribute must have the following properties: + +* **Attribute Code**: A unique identifier for the attribute, such as `profile_picture`. + +* **Input Type**: Set to **File (attachment)** or **Image file**. + +* **Maximum File Size**: The default file size limit on S3 is 16 MB (16777216 bytes). + +Once the custom attribute is created, you can use the key returned by the `finishUpload` mutation to set the value of the attribute when creating or updating a customer. For example, if the custom attribute code is `profile_picture`, you would include it in the input of the `createCustomerV2` mutation as follows: + +```graphql +mutation { + createCustomerV2( + input: { + email: "john.doe@example.com" + firstname: "John" + lastname: "Doe" + password: "wzB43LF4svFd" + custom_attributes: [ + { + attribute_code: "profile-picture" + value: "cat_106d42b2ee34de81db31d958.jpg" + } + ] + } + ) { + customer { + email + firstname + lastname + } + } + } +``` + +[Attribute interfaces and implementations](../attributes/interfaces/index.md) provides an example of how to retrieve a file uploaded to Amazon S3. diff --git a/src/pages/graphql/schema/uploads/mutations/finish-upload.md b/src/pages/graphql/schema/uploads/mutations/finish-upload.md new file mode 100644 index 000000000..d7094fc20 --- /dev/null +++ b/src/pages/graphql/schema/uploads/mutations/finish-upload.md @@ -0,0 +1,105 @@ +--- +title: finishUpload mutation +edition: saas +keywords: + - REST + - Integration +--- + +# finishUpload mutation + +The `finishUpload` mutation completes the file upload process initiated by the [`initiateUpload` mutation](initiate-upload.md). The `finishUpload` mutation requires the unique key generated during the initiation step as an input parameter. This key identifies the file that was uploaded to the Amazon S3 bucket. + +When you call this mutation, Commerce verifies that the file associated with the provided key has been successfully uploaded to the S3 bucket. If the upload is confirmed, Commerce finalizes the upload process and makes the file available for use within the system. The response from the `finishUpload` mutation includes the unique key for the uploaded file. Use this key to reference the file in subsequent operations, such as associating it with a customer file or image attribute. + +## Syntax + +```graphql +mutation { + finishUpload(input: finishUploadInput!): finishUploadOutput +} +``` + + + +## Example usage + +The following examples show how to finalize an upload for different types of files. + +### Finalize an upload for a customer attribute file + +The following mutation finalize an upload for a file with a key value of `cat_106d42b2ee34de81db31d958.jpg`. + +**Request:** + +```graphql +mutation Finish($input: finishUploadInput!) { + finishUpload(input: $input) { + success + key + message + } +} +``` + +The `$input` variable contains: + +```json +{ + "input": { + "key": "cat_106d42b2ee34de81db31d958.jpg", + "media_resource_type": "CUSTOMER_ATTRIBUTE_FILE" + } +} +``` + +**Response:** + +```json +{ + "data": { + "finishUpload": { + "success": true, + "key": "cat_106d42b2ee34de81db31d958.jpg", + "message": "Upload completed successfully." + } + } +} +``` + +### Finalize an upload for a negotiable quote attachment + +The following mutation finalizes an upload for a file with a key value of `test-document1_32cb1fe50dab390be841461e.txt`. + +**Request:** + +```graphql +mutation { + finishUpload(input: { + key: "test-document1_32cb1fe50dab390be841461e.txt", + media_resource_type: "NEGOTIABLE_QUOTE_ATTACHMENT" + }) { + success + key + message + } +} +``` + +**Response:** + +```json +{ + "data": { + "finishUploadOutput": { + "success": true, + "key": "test-document1_32cb1fe50dab390be841461e.txt", + "message": "File upload confirmed successfully." + } + } +} +``` diff --git a/src/pages/graphql/schema/uploads/mutations/initiate-upload.md b/src/pages/graphql/schema/uploads/mutations/initiate-upload.md new file mode 100644 index 000000000..68649c2c4 --- /dev/null +++ b/src/pages/graphql/schema/uploads/mutations/initiate-upload.md @@ -0,0 +1,117 @@ +--- +title: initiateUpload mutation +edition: saas +keywords: + - REST + - Integration +--- + +# initiateUpload mutation + +The `initiateUpload` mutation starts the file upload process by generating a presigned URL for uploading a file to an Amazon S3 bucket. This mutation requires the file name (`key`) and media resource type (`media_resource_type`) as input parameters. The `key` value cannot contain slashes. The following media resource types are supported: + +* `CUSTOMER_ATTRIBUTE_ADDRESS_FILE` +* `CUSTOMER_ATTRIBUTE_ADDRESS_IMAGE` +* `CUSTOMER_ATTRIBUTE_FILE` +* `CUSTOMER_ATTRIBUTE_IMAGE` +* `NEGOTIABLE_QUOTE_ATTACHMENT` + +When you call this mutation, Commerce uses the AWS SDK to create a presigned URL that allows the client to upload the file directly to a temporary location in the S3 bucket. The presigned URL is valid for a limited time, specified by the `expires_at` field in the response. + +The response includes the presigned URL, a unique key for the file, and an expiration time for the URL. The `key` is a hashed value that uniquely identifies the file in the S3 bucket. The client uses the presigned URL to upload the file using a standard HTTP PUT request. + +Use the `upload_url` from the response to PUT the file directly to S3. See [Upload files to Amazon S3](../index.md) for an example curl. + +After the file is successfully uploaded, use the [`finishUpload` mutation](finish-upload.md) to complete the upload process. + +## Syntax + +```graphql +mutation { + initiateUpload(input: initiateUploadInput!): initiateUploadOutput +} +``` + + + +## Example usage + +The following examples show how to initiate an upload different types of files. + +### Initiate an upload for a customer attribute file + +The following mutation initiates an upload for a file named `example.png`. + +**Request:** + +```graphql +mutation Initiate($input: initiateUploadInput!) { + initiateUpload(input: $input) { + upload_url + key + expires_at + } +} +``` + +The `$input` variable contains: + +```json +{ + "input": { + "key": "example.png", + "media_resource_type": "CUSTOMER_ATTRIBUTE_FILE" + } +} +``` + +**Response:** + +```json +{ + "data": { + "initiateUploadOutput": { + "upload_url": "https://.s3..amazonaws.com/?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=...", + "key": "customer/attribute/", + "expires_at": "2024-09-30T12:34:56Z" + } + } +} +``` + +### Initiate an upload for a negotiable quote attachment + +The following mutation initiates an upload for a file named `test-document1.txt`. + +**Request:** + +```graphql +mutation { + initiateUpload(input: { + key: "test-document1.txt", + media_resource_type: NEGOTIABLE_QUOTE_ATTACHMENT + }) { + upload_url + key + expires_at + } +} +``` + +**Response:** + +```json +{ + "data": { + "initiateUpload": { + "upload_url": "http://s3mock:9000/bucket1-presigned/tenant1/test-document1_32cb1fe50dab390be841461e.txt?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIOSFODNN7EXAMPLE%2F20250909%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250909T160343Z&X-Amz-SignedHeaders=host&X-Amz-Expires=6600&X-Amz-Signature=5bc33cbdb2c93680a64dd9ef49d62ef34250faaafae1c6b0c17ac493f65b112d", + "key": "test-document1_32cb1fe50dab390be841461e.txt", + "expires_at": "1757440423" + } + } +} +``` diff --git a/src/pages/graphql/usage/protected-mutations.md b/src/pages/graphql/usage/protected-mutations.md index 034990a7d..4e39a8ba8 100644 --- a/src/pages/graphql/usage/protected-mutations.md +++ b/src/pages/graphql/usage/protected-mutations.md @@ -44,7 +44,7 @@ The following table lists the forms and mutations that can be configured to requ Field name | Mutation --- | --- -Enable for Customer Login | `generateCustomerToken` +Enable for Customer Login | `generateCustomerToken`,
`exchangeOtpForCustomerToken` Enable for Forgot Password | `changeCustomerPassword` Enable for Create New Customer Account | `createCustomer`, `createCustomerV2` Enable for Edit Customer Account | `updateCustomer`, `updateCustomerV2` diff --git a/src/pages/rest/index.md b/src/pages/rest/index.md index 21349092c..1782a4ed4 100644 --- a/src/pages/rest/index.md +++ b/src/pages/rest/index.md @@ -21,7 +21,7 @@ The APIs can be used to perform a wide array of tasks. For example: -[Adobe Commerce on Cloud](https://experienceleague.adobe.com/en/docs/commerce-on-cloud/user-guide/overview?lang=en), Adobe Commerce on-premises, and [Magento Open Source](https://experienceleague.adobe.com/docs/magento-open-source/user-guide/overview/overview.html?lang=en) all use the same REST API framework. The REST API documentation describes the REST APIs that are available in these versions of Adobe Commerce and Magento Open Source. +[Adobe Commerce on Cloud](https://experienceleague.adobe.com/en/docs/commerce-on-cloud/user-guide/overview?lang=en), Adobe Commerce on-premises, and [Magento Open Source](https://experienceleague.adobe.com/en/docs/commerce-admin/start/guide-overview) all use the same REST API framework. The REST API documentation describes the REST APIs that are available in these versions of Adobe Commerce and Magento Open Source. ### Endpoints @@ -53,7 +53,7 @@ The following key differences are important to consider when planning your REST Primarily the Cloud Service REST API differs in that it includes a smaller subset of endpoints. Specifically, the customer and guest REST APIs that are available in Adobe Commerce on Cloud and on-premises deployments are not available in Adobe Commerce as a Cloud Service. However, access to similar functionality remains available with the [GraphQL APIs](../graphql/index.md). -The [API reference](../reference/rest/saas.md) lists the available endpoints. --> +The [API reference](../reference/rest/saas.md) lists the available endpoints. ### Authentication @@ -63,8 +63,27 @@ The authentication system supports both [interactive user-based workflows](./aut ### URL structure -The URL structure for your REST endpoints will be slightly different in Adobe Commerce as a Cloud Service. In addition to your base URL changing, the route no longer contains the string `/rest`, nor does it contain the store view code. The store view code is specified in the `Store` header of the request. +In Adobe Commerce as a Cloud Service, REST endpoint URLs do not include `/rest` or the store view code. The store scope is specified via the `Store` HTTP header. -Cloud Service URLs use the following format: +* Base format: -`https://.api.commerce.adobe.com//` + `https://.api.commerce.adobe.com//` + +* Set the scope with the `Store` header: + + * Predefined values: + + * `Store: all` — Execute in the global scope + * `Store: default` — Target the default store view (or use your specific store view code) + + * You can also pass any specific store view code: `Store: ` + +The following `curl` command shows the request pattern: + +```bash +curl --location 'https://.api.commerce.adobe.com//' \ + --header 'Authorization: Bearer ' \ + --header 'Content-Type: application/json' \ + --header 'Store: >' + .... +``` diff --git a/src/pages/rest/modules/custom-attributes.md b/src/pages/rest/modules/custom-attributes.md index f2e3e2adb..6ba7b8d5d 100644 --- a/src/pages/rest/modules/custom-attributes.md +++ b/src/pages/rest/modules/custom-attributes.md @@ -31,7 +31,7 @@ Adobe Commerce as a Cloud Service does not support REST endpoints that modify th When the quote is converted to an order, the custom attributes are copied to the order. -The following example shows how to set custom attributes on a cart. The `quote` object contains the `custom_attributes` array, which includes the custom attributes to set. +The following example shows how to set custom attributes on a cart when assigning a customer to a cart. The `quote` object contains the `custom_attributes` array, which includes the custom attributes to set. ```curl curl -i -X PUT \ @@ -56,10 +56,33 @@ curl -i -X PUT \ ] } }' \ - 'https:///rest/all/V1/carts/' + 'https:///rest/all/V1/carts/{cartId}' ``` -A quote item with custom attributes can be added/updated using `PUT /V1/carts/{cartId}/items/:itemId`. +The `POST /V1/carts/{cartId}/customAttributes` endpoint allows you to set or update custom attributes on already existing carts. The request body must include the `cart_id` and an array of `custom_attributes`. + +```curl +curl -i -X POST \ + -H "Content-Type:application/json" \ + -H "Authorization:Bearer " \ + -d \ +'{ + "cart_id": "20", + "custom_attributes":[ + { + "attribute_code": "attr_one", + "value": "value_one" + }, + { + "attribute_code": "attr_two", + "value": "value_two" + } + ] +}' \ + 'https:///rest/all/V1/carts/{cartId}/customAttributes' +``` + +A quote item with custom attributes can be added/updated using `PUT /V1/carts/{cartId}/items/{itemId}`. ```curl curl -i -X PUT \ @@ -115,7 +138,7 @@ curl -i -X POST \ ### Creditmemo -You can use the `POST V1/creditmemo` and `PUT V1/creditmemo/:id` endpoints to set custom attributes on a credit memo and its items. +You can use the `POST V1/creditmemo` and `PUT V1/creditmemo/{id}` endpoints to set custom attributes on a credit memo and its items. ```curl curl -i -X POST \ diff --git a/src/pages/rest/modules/import/index.md b/src/pages/rest/modules/import/index.md index e4df0430c..6bfaa0a23 100644 --- a/src/pages/rest/modules/import/index.md +++ b/src/pages/rest/modules/import/index.md @@ -222,7 +222,7 @@ POST /rest//V1/import/json "allowed_error_count": 0, "items": [ { - "sku": "Simple Product 1", + "sku": "Simple-Product-1", "store_view_code": "", "attribute_set_code": "Default", "product_type": "simple", @@ -394,7 +394,7 @@ POST /rest//V1/import/json "configurable_variation_labels": "" }, { - "sku": "Simple Product 2", + "sku": "Simple-Product-2", "_comment": "additional information for Simple Product 2" } ], @@ -485,7 +485,7 @@ For a bundle product: "name": "Stasis Ball", "type": "select", "required": 1, - "sku": "Sprite Statis Ball 55mm", + "sku": "Sprite-Statis-Ball-55mm", "price": 7.99, "default": 0, "default_qty": 1, @@ -496,7 +496,7 @@ For a bundle product: "name": "Stasis Ball", "type": "select", "required": 1, - "sku": "Sprite Statis Ball 65mm", + "sku": "Sprite-Statis-Ball-65mm", "price": 9.99, "default": 0, "default_qty": 1, @@ -507,7 +507,7 @@ For a bundle product: "name": "Yoga Brick", "type": "checkbox", "required": 0, - "sku": "Sprite Foam Yoga Brick", + "sku": "Sprite-Foam-Yoga-Brick", "price": 25, "default": 0, "default_qty": 1, @@ -668,7 +668,7 @@ The Import JSON API does not create attributes automatically. You need to create "allowed_error_count": 10, "items": [ { - "sku": "Simple Product 1", + "sku": "Simple-Product-1", "tier_price_website": "All Websites [USD]", "tier_price_customer_group": "ALL GROUPS", "tier_price_qty": 1, @@ -676,7 +676,7 @@ The Import JSON API does not create attributes automatically. You need to create "tier_price_value_type": "Fixed" }, { - "sku": "Simple Product 1", + "sku": "Simple-Product-1", "tier_price_website": "base", "tier_price_customer_group": "NOT LOGGED IN", "tier_price_qty": 2, @@ -684,7 +684,7 @@ The Import JSON API does not create attributes automatically. You need to create "tier_price_value_type": "Discount" }, { - "sku": "Simple Product 1", + "sku": "Simple-Product-1", "tier_price_website": "french", "tier_price_customer_group": "General", "tier_price_qty": 5, diff --git a/src/pages/rest/modules/index.md b/src/pages/rest/modules/index.md index 26ac82b85..c6900ac97 100644 --- a/src/pages/rest/modules/index.md +++ b/src/pages/rest/modules/index.md @@ -13,3 +13,4 @@ Review the following modules to learn more about the REST API: - [Custom attributes module](./custom-attributes.md/) - [ImportCsvApi module](./import/) - [Sales module](./sales/) +- [S3 Uploads module](./s3-uploads/) diff --git a/src/pages/rest/modules/s3-uploads/index.md b/src/pages/rest/modules/s3-uploads/index.md new file mode 100644 index 000000000..bb3ad1441 --- /dev/null +++ b/src/pages/rest/modules/s3-uploads/index.md @@ -0,0 +1,112 @@ +--- +title: Upload files to Amazon S3 +description: Learn how to manage file and image uploads using REST. +edition: saas +keywords: + - REST + - Integration +--- + +# Upload files to Amazon S3 + +Adobe Commerce as a Cloud Service (SaaS) supports file uploads through REST endpoints. This feature allows you to upload images to Amazon Simple Storage Service (S3). [Sharing objects with presigned URLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html) describes how presigned URLs work. + +Uploading files is a multi-step process, as shown in the following diagram: + +![Upload files](../../../_images/upload-file.png) + +1. **Initiate the upload**: The shopper clicks an **Upload File** button on the storefront. The JavaScript code on the page uses the `POST V1/media/initiate-upload` endpoint to start the upload process. The call specifies the file name provided by the shopper. Commerce uses the AWS SDK to generate the URL to which the file will be uploaded. + +1. **Receive the response**: The response from the `initiate-upload` call includes a presigned URL, a unique key for the file, and an expiration time for the URL. The client code extracts these values from the response. + +1. **Upload the file**: The client code uses the presigned URL to upload the file directly to an Amazon S3 bucket. This is done using a standard HTTP PUT request. The file is uploaded to a temporary location in the S3 bucket. [](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html) + +1. **Finalize the upload**: After the file is successfully uploaded to S3, the client code calls the `POST V1/media/finish-upload` endpoint to complete the upload process. The mutation includes the unique key received from the `initiate-upload` response. + +1. **Perform validation**: Commerce uses a HEAD request on S3 Temporary to validate the key and size. + +1. **Move the file**: Commerce performs a `CopyObject` operation to move the file from the temporary location to a permanent location in the S3 bucket. + +1. **Receive the final response**: The response from the `POST V1/media/finish-upload` endpoint includes the unique key for the uploaded file. The client code extracts this key from the response. + +1. **Create or update the entity**: After `POST V1/media/finish-upload` succeeds, the client creates or updates the entity (such as a category image) using the returned hashed key as the attribute value, not a URL or full S3 path. + +1. **Receive the create/update response**: The response from the create or update call includes the details of the created or updated entity. + +## Initiate the upload + +Use the `POST V1/media/initiate-upload` endpoint to start the file upload process by generating a presigned URL for uploading a file to an Amazon S3 bucket. This endpoint requires the file name (`key`) and media resource type (`media_resource_type`) as input parameters. The `key` value cannot contain slashes. The following media resource type are supported: + +* `CATEGORY_IMAGE` +* `CUSTOMER_ATTRIBUTE_ADDRESS_FILE` +* `CUSTOMER_ATTRIBUTE_ADDRESS_IMAGE` +* `CUSTOMER_ATTRIBUTE_FILE` +* `CUSTOMER_ATTRIBUTE_IMAGE` +* `NEGOTIABLE_QUOTE_ATTACHMENT` + +When you call this endpoint, Commerce uses the AWS SDK to create a presigned URL that allows the client to upload the file directly to a temporary location in the S3 bucket. The presigned URL is valid for a limited time, specified by the `expires_at` field in the response. + +The call requires an IMS access token. + +```bash +curl --request POST \ + --url https://.commerce.adobe.com//V1/media/initiate-upload \ + --header 'Authorization: Bearer ' \ + --header 'Content-Type: application/json' \ + --data '{ + "key": "1.png", + "media_resource_type": "CATEGORY_IMAGE" +}' +``` + +## Upload the file to S3 + +The following curl command demonstrates how to upload a file using the presigned URL returned by the `POST V1/media/initiate-upload` call: + +```bash + curl --fail --show-error --silent -X PUT --data-binary @./cat.jpg 'https://.s3..amazonaws.com/?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Security-Token=&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=&X-Amz-Date=&X-Amz-SignedHeaders=host&X-Amz-Expires=&X-Amz-Signature=...' +``` + +## Finish the upload + +Use the `POST V1/media/finish-upload` endpoint to complete the upload process after the file is successfully uploaded to S3. This endpoint includes the unique key received from the `initiate-upload` response. + +When you call this endpoint, Commerce verifies that the file associated with the provided key has been successfully uploaded to the S3 bucket. If the upload is confirmed, Commerce finalizes the upload process and makes the file available for use within the system. The response from the `finish-upload` endpoint includes the unique key for the uploaded file. This key can be used to reference the file in subsequent operations, such as associating it with a category image attribute. + +```bash +curl --request POST \ + --url https://server.commerce.adobe.com//V1/media/finish-upload \ + --header 'Authorization: Bearer ' \ + --header 'Content-Type: application/json' \ + --data '{ + "key": "", + "media_resource_type": "CATEGORY_IMAGE" + } +``` + +## Add the uploaded file to an entity + +Your Adobe Commerce instance must define the target attribute. For REST (CATEGORY_IMAGE), assign the returned key to the category image attribute when creating the category. + +Example: + +```json +{ + "category": { + "parent_id": "2", + "name": "One", + "is_active": true, + "include_in_menu": true, + "custom_attributes": [ + { + "attribute_code": "image", + "value": "1_7aa0b2d63f6d3dbf0290bb31.png" + }, + { + "attribute_code": "description", + "value": "

test description one<\/p>" + } + ] + } +} +``` diff --git a/src/pages/rest/tutorials/bulk-configurable-product/index.md b/src/pages/rest/tutorials/bulk-configurable-product/index.md index 5bcfaaea3..3317ffcbd 100644 --- a/src/pages/rest/tutorials/bulk-configurable-product/index.md +++ b/src/pages/rest/tutorials/bulk-configurable-product/index.md @@ -26,6 +26,6 @@ A system integrator can use Adobe Commerce REST bulk APIs to perform actions on ### Other resources -* [REST Tutorials](/rest/tutorials/index/) provides additional information about completing any Commerce REST tutorial. +* [REST Tutorials](../index.md) provides additional information about completing any Commerce REST tutorial. * [Asynchronous web endpoints](/rest/use-rest/asynchronous-web-endpoints/) provides information about how to use the Commerce Asynchronous API * [Bulk endpoints](/rest/use-rest/bulk-endpoints/) provides information about how to use the Commerce Bulk API diff --git a/src/pages/rest/tutorials/configurable-product/index.md b/src/pages/rest/tutorials/configurable-product/index.md index 4b2052cdf..c3abf87fb 100644 --- a/src/pages/rest/tutorials/configurable-product/index.md +++ b/src/pages/rest/tutorials/configurable-product/index.md @@ -25,4 +25,4 @@ This **5-step tutorial** generally takes **45 minutes**. ### Other resources -* [REST Tutorials](/rest/tutorials/index/) provides additional information about completing any Commerce REST tutorial. +* [REST Tutorials](../index.md) provides additional information about completing any Commerce REST tutorial. diff --git a/src/pages/rest/tutorials/grouped-product/index.md b/src/pages/rest/tutorials/grouped-product/index.md index e55a54b87..cb8ddba66 100644 --- a/src/pages/rest/tutorials/grouped-product/index.md +++ b/src/pages/rest/tutorials/grouped-product/index.md @@ -21,7 +21,7 @@ This tutorial describes how you can use the Adobe Commerce REST API to create an ### Other resources -* [REST Tutorials](/rest/tutorials/index/) provides additional information about completing any Commerce REST tutorial. +* [REST Tutorials](../index.md) provides additional information about completing any Commerce REST tutorial. ## 1. Create an empty grouped product diff --git a/src/pages/rest/tutorials/orders/index.md b/src/pages/rest/tutorials/orders/index.md index 63bcb0d56..4f6fb7bd5 100644 --- a/src/pages/rest/tutorials/orders/index.md +++ b/src/pages/rest/tutorials/orders/index.md @@ -33,4 +33,4 @@ Complete the following prerequisites: ### Other resources -* [REST Tutorials](/rest/tutorials/index/) provides additional information about completing any Commerce REST tutorial. +* [REST Tutorials](../index.md) provides additional information about completing any Commerce REST tutorial. diff --git a/static/graphql-api/index.html b/static/graphql-api/index.html index c1f13b2fd..0338f2593 100644 --- a/static/graphql-api/index.html +++ b/static/graphql-api/index.html @@ -1112,13 +1112,12 @@

Adobe Commerce GraphQL API

-
API Endpoints
+
API Endpoint
https://<your store>/graphql
-
+
Headers
-
# Your API token from the dashboard. Must be included in all API calls.
-Authorization: Bearer <YOUR_TOKEN_HERE>
+
For header information, refer to GraphQL headers.
Version
@@ -1171,9 +1170,7 @@
Arguments

Example

Query
- - -
query attributesForm($formCode: String!) {
+                  
query attributesForm($formCode: String!) {
   attributesForm(formCode: $formCode) {
     errors {
       ...AttributeMetadataErrorFragment
@@ -1184,23 +1181,15 @@ 
Query
}
}
- -
Variables
- - -
{"formCode": "abc123"}
+                  
{"formCode": "xyz789"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "attributesForm": {
       "errors": [AttributeMetadataError],
@@ -1209,8 +1198,6 @@ 
Response
} }
- -
back to top @@ -1268,9 +1255,7 @@
Arguments

Example

Query
- - -
query attributesList(
+                  
query attributesList(
   $entityType: AttributeEntityTypeEnum!,
   $filters: AttributeFilterInput
 ) {
@@ -1287,26 +1272,18 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "entityType": "CATALOG_PRODUCT",
   "filters": AttributeFilterInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "attributesList": {
       "errors": [AttributeMetadataError],
@@ -1315,8 +1292,6 @@ 
Response
} }
- -
back to top @@ -1368,9 +1343,7 @@
Arguments

Example

Query
- - -
query availableStores($useCurrentGroup: Boolean) {
+                  
query availableStores($useCurrentGroup: Boolean) {
   availableStores(useCurrentGroup: $useCurrentGroup) {
     absolute_footer
     allow_gift_receipt
@@ -1624,278 +1597,268 @@ 
Query
}
}
- -
Variables
- - -
{"useCurrentGroup": true}
+                  
{"useCurrentGroup": false}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "availableStores": [
       {
         "absolute_footer": "abc123",
         "allow_gift_receipt": "abc123",
-        "allow_gift_wrapping_on_order": "xyz789",
-        "allow_gift_wrapping_on_order_items": "abc123",
+        "allow_gift_wrapping_on_order": "abc123",
+        "allow_gift_wrapping_on_order_items": "xyz789",
         "allow_guests_to_write_product_reviews": "abc123",
         "allow_items": "abc123",
         "allow_order": "xyz789",
         "allow_printed_card": "abc123",
         "autocomplete_on_storefront": true,
-        "base_currency_code": "abc123",
+        "base_currency_code": "xyz789",
         "base_link_url": "abc123",
-        "base_media_url": "abc123",
+        "base_media_url": "xyz789",
         "base_static_url": "abc123",
         "base_url": "abc123",
         "braintree_3dsecure_allowspecific": true,
-        "braintree_3dsecure_always_request_3ds": false,
-        "braintree_3dsecure_specificcountry": "xyz789",
+        "braintree_3dsecure_always_request_3ds": true,
+        "braintree_3dsecure_specificcountry": "abc123",
         "braintree_3dsecure_threshold_amount": "abc123",
         "braintree_3dsecure_verify_3dsecure": false,
         "braintree_ach_direct_debit_vault_active": false,
         "braintree_applepay_merchant_name": "abc123",
         "braintree_applepay_vault_active": false,
         "braintree_cc_vault_active": "xyz789",
-        "braintree_cc_vault_cvv": false,
+        "braintree_cc_vault_cvv": true,
         "braintree_environment": "xyz789",
         "braintree_googlepay_btn_color": "abc123",
-        "braintree_googlepay_cctypes": "xyz789",
-        "braintree_googlepay_merchant_id": "xyz789",
-        "braintree_googlepay_vault_active": true,
+        "braintree_googlepay_cctypes": "abc123",
+        "braintree_googlepay_merchant_id": "abc123",
+        "braintree_googlepay_vault_active": false,
         "braintree_local_payment_allowed_methods": "abc123",
-        "braintree_local_payment_fallback_button_text": "xyz789",
+        "braintree_local_payment_fallback_button_text": "abc123",
         "braintree_local_payment_redirect_on_fail": "xyz789",
-        "braintree_merchant_account_id": "xyz789",
+        "braintree_merchant_account_id": "abc123",
         "braintree_paypal_button_location_cart_type_credit_color": "abc123",
         "braintree_paypal_button_location_cart_type_credit_label": "abc123",
-        "braintree_paypal_button_location_cart_type_credit_shape": "xyz789",
+        "braintree_paypal_button_location_cart_type_credit_shape": "abc123",
         "braintree_paypal_button_location_cart_type_credit_show": true,
-        "braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
-        "braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
+        "braintree_paypal_button_location_cart_type_messaging_layout": "xyz789",
+        "braintree_paypal_button_location_cart_type_messaging_logo": "xyz789",
         "braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
         "braintree_paypal_button_location_cart_type_messaging_show": false,
-        "braintree_paypal_button_location_cart_type_messaging_text_color": "abc123",
-        "braintree_paypal_button_location_cart_type_paylater_color": "abc123",
-        "braintree_paypal_button_location_cart_type_paylater_label": "abc123",
+        "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
+        "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
+        "braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
         "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
         "braintree_paypal_button_location_cart_type_paylater_show": true,
         "braintree_paypal_button_location_cart_type_paypal_color": "abc123",
-        "braintree_paypal_button_location_cart_type_paypal_label": "abc123",
-        "braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
+        "braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
+        "braintree_paypal_button_location_cart_type_paypal_shape": "xyz789",
         "braintree_paypal_button_location_cart_type_paypal_show": true,
         "braintree_paypal_button_location_checkout_type_credit_color": "abc123",
-        "braintree_paypal_button_location_checkout_type_credit_label": "abc123",
-        "braintree_paypal_button_location_checkout_type_credit_shape": "xyz789",
+        "braintree_paypal_button_location_checkout_type_credit_label": "xyz789",
+        "braintree_paypal_button_location_checkout_type_credit_shape": "abc123",
         "braintree_paypal_button_location_checkout_type_credit_show": true,
-        "braintree_paypal_button_location_checkout_type_messaging_layout": "xyz789",
+        "braintree_paypal_button_location_checkout_type_messaging_layout": "abc123",
         "braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
         "braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
-        "braintree_paypal_button_location_checkout_type_messaging_show": true,
+        "braintree_paypal_button_location_checkout_type_messaging_show": false,
         "braintree_paypal_button_location_checkout_type_messaging_text_color": "abc123",
-        "braintree_paypal_button_location_checkout_type_paylater_color": "abc123",
-        "braintree_paypal_button_location_checkout_type_paylater_label": "abc123",
-        "braintree_paypal_button_location_checkout_type_paylater_shape": "xyz789",
-        "braintree_paypal_button_location_checkout_type_paylater_show": true,
+        "braintree_paypal_button_location_checkout_type_paylater_color": "xyz789",
+        "braintree_paypal_button_location_checkout_type_paylater_label": "xyz789",
+        "braintree_paypal_button_location_checkout_type_paylater_shape": "abc123",
+        "braintree_paypal_button_location_checkout_type_paylater_show": false,
         "braintree_paypal_button_location_checkout_type_paypal_color": "abc123",
         "braintree_paypal_button_location_checkout_type_paypal_label": "abc123",
-        "braintree_paypal_button_location_checkout_type_paypal_shape": "xyz789",
+        "braintree_paypal_button_location_checkout_type_paypal_shape": "abc123",
         "braintree_paypal_button_location_checkout_type_paypal_show": false,
-        "braintree_paypal_button_location_productpage_type_credit_color": "xyz789",
+        "braintree_paypal_button_location_productpage_type_credit_color": "abc123",
         "braintree_paypal_button_location_productpage_type_credit_label": "abc123",
         "braintree_paypal_button_location_productpage_type_credit_shape": "abc123",
-        "braintree_paypal_button_location_productpage_type_credit_show": false,
+        "braintree_paypal_button_location_productpage_type_credit_show": true,
         "braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
         "braintree_paypal_button_location_productpage_type_messaging_logo": "abc123",
         "braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
-        "braintree_paypal_button_location_productpage_type_messaging_show": false,
+        "braintree_paypal_button_location_productpage_type_messaging_show": true,
         "braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
-        "braintree_paypal_button_location_productpage_type_paylater_color": "abc123",
-        "braintree_paypal_button_location_productpage_type_paylater_label": "xyz789",
+        "braintree_paypal_button_location_productpage_type_paylater_color": "xyz789",
+        "braintree_paypal_button_location_productpage_type_paylater_label": "abc123",
         "braintree_paypal_button_location_productpage_type_paylater_shape": "xyz789",
         "braintree_paypal_button_location_productpage_type_paylater_show": false,
         "braintree_paypal_button_location_productpage_type_paypal_color": "xyz789",
         "braintree_paypal_button_location_productpage_type_paypal_label": "xyz789",
-        "braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
-        "braintree_paypal_button_location_productpage_type_paypal_show": false,
-        "braintree_paypal_credit_uk_merchant_name": "xyz789",
+        "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
+        "braintree_paypal_button_location_productpage_type_paypal_show": true,
+        "braintree_paypal_credit_uk_merchant_name": "abc123",
         "braintree_paypal_display_on_shopping_cart": false,
         "braintree_paypal_merchant_country": "xyz789",
-        "braintree_paypal_merchant_name_override": "xyz789",
-        "braintree_paypal_require_billing_address": false,
+        "braintree_paypal_merchant_name_override": "abc123",
+        "braintree_paypal_require_billing_address": true,
         "braintree_paypal_send_cart_line_items": false,
-        "braintree_paypal_vault_active": true,
+        "braintree_paypal_vault_active": false,
         "cart_expires_in_days": 987,
-        "cart_gift_wrapping": "abc123",
+        "cart_gift_wrapping": "xyz789",
         "cart_printed_card": "abc123",
         "cart_summary_display_quantity": 987,
         "catalog_default_sort_by": "xyz789",
         "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
         "category_url_suffix": "abc123",
-        "check_money_order_enable_for_specific_countries": true,
+        "check_money_order_enable_for_specific_countries": false,
         "check_money_order_enabled": false,
-        "check_money_order_make_check_payable_to": "xyz789",
+        "check_money_order_make_check_payable_to": "abc123",
         "check_money_order_max_order_total": "xyz789",
-        "check_money_order_min_order_total": "abc123",
+        "check_money_order_min_order_total": "xyz789",
         "check_money_order_new_order_status": "xyz789",
-        "check_money_order_payment_from_specific_countries": "xyz789",
-        "check_money_order_send_check_to": "xyz789",
-        "check_money_order_sort_order": 987,
-        "check_money_order_title": "xyz789",
+        "check_money_order_payment_from_specific_countries": "abc123",
+        "check_money_order_send_check_to": "abc123",
+        "check_money_order_sort_order": 123,
+        "check_money_order_title": "abc123",
         "cms_home_page": "abc123",
-        "cms_no_cookies": "xyz789",
+        "cms_no_cookies": "abc123",
         "cms_no_route": "xyz789",
         "code": "abc123",
         "configurable_product_image": "ITSELF",
         "configurable_thumbnail_source": "abc123",
-        "contact_enabled": true,
+        "contact_enabled": false,
         "copyright": "abc123",
         "countries_with_required_region": "abc123",
-        "create_account_confirmation": true,
+        "create_account_confirmation": false,
         "customer_access_token_lifetime": 987.65,
         "default_country": "xyz789",
-        "default_description": "abc123",
-        "default_display_currency_code": "xyz789",
-        "default_keywords": "abc123",
+        "default_description": "xyz789",
+        "default_display_currency_code": "abc123",
+        "default_keywords": "xyz789",
         "default_title": "abc123",
-        "demonotice": 987,
-        "display_product_prices_in_catalog": 987,
+        "demonotice": 123,
+        "display_product_prices_in_catalog": 123,
         "display_shipping_prices": 123,
         "display_state_if_optional": true,
-        "enable_multiple_wishlists": "abc123",
+        "enable_multiple_wishlists": "xyz789",
         "fixed_product_taxes_apply_tax_to_fpt": true,
         "fixed_product_taxes_display_prices_in_emails": 123,
-        "fixed_product_taxes_display_prices_in_product_lists": 123,
-        "fixed_product_taxes_display_prices_in_sales_modules": 123,
+        "fixed_product_taxes_display_prices_in_product_lists": 987,
+        "fixed_product_taxes_display_prices_in_sales_modules": 987,
         "fixed_product_taxes_display_prices_on_product_view_page": 987,
-        "fixed_product_taxes_enable": true,
+        "fixed_product_taxes_enable": false,
         "fixed_product_taxes_include_fpt_in_subtotal": false,
-        "front": "abc123",
-        "graphql_share_all_customer_groups": true,
-        "graphql_share_customer_group": true,
+        "front": "xyz789",
+        "graphql_share_all_customer_groups": false,
+        "graphql_share_customer_group": false,
         "grid_per_page": 123,
         "grid_per_page_values": "xyz789",
         "grouped_product_image": "ITSELF",
-        "head_includes": "abc123",
-        "head_shortcut_icon": "xyz789",
-        "header_logo_src": "abc123",
+        "head_includes": "xyz789",
+        "head_shortcut_icon": "abc123",
+        "header_logo_src": "xyz789",
         "id": 987,
         "is_checkout_agreements_enabled": true,
-        "is_default_store": false,
+        "is_default_store": true,
         "is_default_store_group": false,
         "is_guest_checkout_enabled": true,
         "is_negotiable_quote_active": true,
         "is_one_page_checkout_enabled": true,
-        "is_requisition_list_active": "abc123",
+        "is_requisition_list_active": "xyz789",
         "list_mode": "abc123",
-        "list_per_page": 123,
-        "list_per_page_values": "xyz789",
+        "list_per_page": 987,
+        "list_per_page_values": "abc123",
         "locale": "abc123",
         "logo_alt": "abc123",
         "logo_height": 987,
         "logo_width": 123,
-        "magento_reward_general_is_enabled": "xyz789",
-        "magento_reward_general_is_enabled_on_front": "abc123",
-        "magento_reward_general_min_points_balance": "abc123",
-        "magento_reward_general_publish_history": "xyz789",
+        "magento_reward_general_is_enabled": "abc123",
+        "magento_reward_general_is_enabled_on_front": "xyz789",
+        "magento_reward_general_min_points_balance": "xyz789",
+        "magento_reward_general_publish_history": "abc123",
         "magento_reward_points_invitation_customer": "xyz789",
-        "magento_reward_points_invitation_customer_limit": "abc123",
-        "magento_reward_points_invitation_order": "xyz789",
+        "magento_reward_points_invitation_customer_limit": "xyz789",
+        "magento_reward_points_invitation_order": "abc123",
         "magento_reward_points_invitation_order_limit": "abc123",
         "magento_reward_points_newsletter": "xyz789",
-        "magento_reward_points_order": "xyz789",
-        "magento_reward_points_register": "abc123",
+        "magento_reward_points_order": "abc123",
+        "magento_reward_points_register": "xyz789",
         "magento_reward_points_review": "xyz789",
-        "magento_reward_points_review_limit": "xyz789",
+        "magento_reward_points_review_limit": "abc123",
         "magento_wishlist_general_is_enabled": "abc123",
         "max_items_in_order_summary": 987,
         "maximum_number_of_wishlists": "abc123",
-        "minicart_display": false,
-        "minicart_max_items": 987,
+        "minicart_display": true,
+        "minicart_max_items": 123,
         "minimum_password_length": "abc123",
-        "newsletter_enabled": false,
-        "no_route": "xyz789",
-        "optional_zip_countries": "xyz789",
-        "order_cancellation_enabled": false,
+        "newsletter_enabled": true,
+        "no_route": "abc123",
+        "optional_zip_countries": "abc123",
+        "order_cancellation_enabled": true,
         "order_cancellation_reasons": [
           CancellationReason
         ],
         "orders_invoices_credit_memos_display_full_summary": true,
-        "orders_invoices_credit_memos_display_grandtotal": false,
-        "orders_invoices_credit_memos_display_price": 123,
+        "orders_invoices_credit_memos_display_grandtotal": true,
+        "orders_invoices_credit_memos_display_price": 987,
         "orders_invoices_credit_memos_display_shipping_amount": 123,
         "orders_invoices_credit_memos_display_subtotal": 987,
-        "orders_invoices_credit_memos_display_zero_tax": true,
-        "payment_payflowpro_cc_vault_active": "abc123",
+        "orders_invoices_credit_memos_display_zero_tax": false,
+        "payment_payflowpro_cc_vault_active": "xyz789",
         "printed_card_price": "abc123",
         "printed_card_priceV2": Money,
         "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
         "product_reviews_enabled": "abc123",
-        "product_url_suffix": "abc123",
+        "product_url_suffix": "xyz789",
         "quickorder_active": false,
-        "required_character_classes_number": "xyz789",
-        "returns_enabled": "xyz789",
+        "required_character_classes_number": "abc123",
+        "returns_enabled": "abc123",
         "root_category_id": 987,
-        "root_category_uid": 4,
+        "root_category_uid": "4",
         "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
-        "sales_gift_wrapping": "abc123",
+        "sales_gift_wrapping": "xyz789",
         "sales_printed_card": "abc123",
         "secure_base_link_url": "abc123",
         "secure_base_media_url": "abc123",
         "secure_base_static_url": "abc123",
-        "secure_base_url": "xyz789",
+        "secure_base_url": "abc123",
         "send_friend": SendFriendConfiguration,
-        "share_all_catalog_rules": false,
+        "share_all_catalog_rules": true,
         "share_all_sales_rule": false,
         "share_applied_catalog_rules": false,
         "share_applied_sales_rule": false,
         "shopping_cart_display_full_summary": true,
         "shopping_cart_display_grand_total": false,
-        "shopping_cart_display_price": 123,
+        "shopping_cart_display_price": 987,
         "shopping_cart_display_shipping": 987,
         "shopping_cart_display_subtotal": 987,
         "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
-        "shopping_cart_display_zero_tax": true,
+        "shopping_cart_display_zero_tax": false,
         "show_cms_breadcrumbs": 987,
-        "store_code": 4,
-        "store_group_code": 4,
-        "store_group_name": "abc123",
-        "store_name": "xyz789",
+        "store_code": "4",
+        "store_group_code": "4",
+        "store_group_name": "xyz789",
+        "store_name": "abc123",
         "store_sort_order": 123,
         "timezone": "xyz789",
-        "title_prefix": "xyz789",
+        "title_prefix": "abc123",
         "title_separator": "abc123",
         "title_suffix": "xyz789",
-        "use_store_in_url": true,
+        "use_store_in_url": false,
         "website_code": 4,
         "website_id": 123,
-        "website_name": "xyz789",
-        "weight_unit": "abc123",
-        "welcome": "abc123",
+        "website_name": "abc123",
+        "weight_unit": "xyz789",
+        "welcome": "xyz789",
         "zero_subtotal_enable_for_specific_countries": true,
         "zero_subtotal_enabled": false,
-        "zero_subtotal_new_order_status": "abc123",
+        "zero_subtotal_new_order_status": "xyz789",
         "zero_subtotal_payment_action": "xyz789",
-        "zero_subtotal_payment_from_specific_countries": "abc123",
-        "zero_subtotal_sort_order": 123,
+        "zero_subtotal_payment_from_specific_countries": "xyz789",
+        "zero_subtotal_sort_order": 987,
         "zero_subtotal_title": "xyz789"
       }
     ]
   }
 }
 
- -
back to top @@ -1947,9 +1910,7 @@
Arguments

Example

Query
- - -
query cart($cart_id: String!) {
+                  
query cart($cart_id: String!) {
   cart(cart_id: $cart_id) {
     applied_coupon {
       ...AppliedCouponFragment
@@ -2008,23 +1969,15 @@ 
Query
}
}
- -
Variables
- - -
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "cart": {
       "applied_coupon": AppliedCoupon,
@@ -2046,17 +1999,15 @@ 
Response
"items": [CartItemInterface], "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": true, + "printed_card_included": false, "rules": [CartRule], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 987.65 + "total_quantity": 123.45 } } }
- -
back to top @@ -2120,9 +2071,7 @@
Arguments

Example

Query
- - -
query categories(
+                  
query categories(
   $filters: CategoryFilterInput,
   $pageSize: Int,
   $currentPage: Int
@@ -2142,27 +2091,19 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "filters": CategoryFilterInput,
   "pageSize": 20,
   "currentPage": 1
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "categories": {
       "items": [CategoryTree],
@@ -2172,8 +2113,6 @@ 
Response
} }
- -
back to top @@ -2232,9 +2171,7 @@
Arguments

Example

Query
- - -
query category($id: Int) {
+                  
query category($id: Int) {
   category(id: $id) {
     automatic_sorting
     available_sort_by
@@ -2284,68 +2221,58 @@ 
Query
}
}
- -
Variables
- - -
{"id": 987}
+                  
{"id": 123}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "category": {
       "automatic_sorting": "xyz789",
       "available_sort_by": ["xyz789"],
       "breadcrumbs": [Breadcrumb],
-      "canonical_url": "xyz789",
+      "canonical_url": "abc123",
       "children": [CategoryTree],
-      "children_count": "abc123",
+      "children_count": "xyz789",
       "cms_block": CmsBlock,
-      "created_at": "abc123",
-      "custom_layout_update_file": "xyz789",
-      "default_sort_by": "abc123",
+      "created_at": "xyz789",
+      "custom_layout_update_file": "abc123",
+      "default_sort_by": "xyz789",
       "description": "abc123",
       "display_mode": "xyz789",
       "filter_price_range": 123.45,
-      "id": 123,
+      "id": 987,
       "image": "xyz789",
-      "include_in_menu": 123,
-      "is_anchor": 987,
+      "include_in_menu": 987,
+      "is_anchor": 123,
       "landing_page": 987,
-      "level": 987,
-      "meta_description": "xyz789",
+      "level": 123,
+      "meta_description": "abc123",
       "meta_keywords": "abc123",
-      "meta_title": "xyz789",
-      "name": "xyz789",
+      "meta_title": "abc123",
+      "name": "abc123",
       "path": "abc123",
       "path_in_store": "abc123",
-      "position": 987,
+      "position": 123,
       "product_count": 987,
       "products": CategoryProducts,
       "redirect_code": 987,
       "relative_url": "xyz789",
-      "staged": false,
+      "staged": true,
       "type": "CMS_PAGE",
-      "uid": "4",
-      "updated_at": "abc123",
-      "url_key": "abc123",
+      "uid": 4,
+      "updated_at": "xyz789",
+      "url_key": "xyz789",
       "url_path": "abc123",
-      "url_suffix": "abc123"
+      "url_suffix": "xyz789"
     }
   }
 }
 
- -
back to top @@ -2416,9 +2343,7 @@
Arguments

Example

Query
- - -
query categoryList(
+                  
query categoryList(
   $filters: CategoryFilterInput,
   $pageSize: Int,
   $currentPage: Int
@@ -2476,74 +2401,64 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "filters": CategoryFilterInput,
   "pageSize": 20,
   "currentPage": 1
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "categoryList": [
       {
-        "automatic_sorting": "xyz789",
-        "available_sort_by": ["abc123"],
+        "automatic_sorting": "abc123",
+        "available_sort_by": ["xyz789"],
         "breadcrumbs": [Breadcrumb],
-        "canonical_url": "xyz789",
+        "canonical_url": "abc123",
         "children": [CategoryTree],
-        "children_count": "abc123",
+        "children_count": "xyz789",
         "cms_block": CmsBlock,
         "created_at": "xyz789",
         "custom_layout_update_file": "xyz789",
-        "default_sort_by": "xyz789",
-        "description": "xyz789",
-        "display_mode": "abc123",
+        "default_sort_by": "abc123",
+        "description": "abc123",
+        "display_mode": "xyz789",
         "filter_price_range": 123.45,
-        "id": 987,
+        "id": 123,
         "image": "xyz789",
         "include_in_menu": 987,
-        "is_anchor": 123,
-        "landing_page": 123,
-        "level": 123,
+        "is_anchor": 987,
+        "landing_page": 987,
+        "level": 987,
         "meta_description": "xyz789",
         "meta_keywords": "abc123",
         "meta_title": "abc123",
-        "name": "abc123",
-        "path": "abc123",
-        "path_in_store": "abc123",
-        "position": 123,
+        "name": "xyz789",
+        "path": "xyz789",
+        "path_in_store": "xyz789",
+        "position": 987,
         "product_count": 987,
         "products": CategoryProducts,
         "redirect_code": 123,
         "relative_url": "abc123",
-        "staged": true,
+        "staged": false,
         "type": "CMS_PAGE",
-        "uid": 4,
-        "updated_at": "xyz789",
-        "url_key": "xyz789",
-        "url_path": "abc123",
-        "url_suffix": "abc123"
+        "uid": "4",
+        "updated_at": "abc123",
+        "url_key": "abc123",
+        "url_path": "xyz789",
+        "url_suffix": "xyz789"
       }
     ]
   }
 }
 
- -
back to top @@ -2576,9 +2491,7 @@
Response

Example

Query
- - -
query checkoutAgreements {
+                  
query checkoutAgreements {
   checkoutAgreements {
     agreement_id
     checkbox_text
@@ -2590,31 +2503,25 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "checkoutAgreements": [
       {
         "agreement_id": 987,
-        "checkbox_text": "abc123",
-        "content": "abc123",
+        "checkbox_text": "xyz789",
+        "content": "xyz789",
         "content_height": "xyz789",
-        "is_html": true,
+        "is_html": false,
         "mode": "AUTO",
-        "name": "abc123"
+        "name": "xyz789"
       }
     ]
   }
 }
 
- -
back to top @@ -2666,9 +2573,7 @@
Arguments

Example

Query
- - -
query cmsBlocks($identifiers: [String]) {
+                  
query cmsBlocks($identifiers: [String]) {
   cmsBlocks(identifiers: $identifiers) {
     items {
       ...CmsBlockFragment
@@ -2676,26 +2581,16 @@ 
Query
}
}
- -
Variables
- - -
{"identifiers": ["abc123"]}
+                  
{"identifiers": ["abc123"]}
 
- -
Response
- - -
{"data": {"cmsBlocks": {"items": [CmsBlock]}}}
+                  
{"data": {"cmsBlocks": {"items": [CmsBlock]}}}
 
- -
back to top @@ -2753,9 +2648,7 @@
Arguments

Example

Query
- - -
query cmsPage(
+                  
query cmsPage(
   $id: Int,
   $identifier: String
 ) {
@@ -2778,32 +2671,24 @@ 
Query
}
}
- -
Variables
- - -
{"id": 987, "identifier": "abc123"}
+                  
{"id": 123, "identifier": "abc123"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "cmsPage": {
-      "content": "xyz789",
+      "content": "abc123",
       "content_heading": "abc123",
       "identifier": "xyz789",
-      "meta_description": "abc123",
+      "meta_description": "xyz789",
       "meta_keywords": "abc123",
-      "meta_title": "xyz789",
-      "page_layout": "abc123",
+      "meta_title": "abc123",
+      "page_layout": "xyz789",
       "redirect_code": 987,
       "relative_url": "xyz789",
       "title": "xyz789",
@@ -2813,8 +2698,6 @@ 
Response
} }
- -
back to top @@ -2847,9 +2730,7 @@
Response

Example

Query
- - -
query company {
+                  
query company {
   company {
     acl_resources {
       ...CompanyAclResourceFragment
@@ -2897,25 +2778,21 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "company": {
       "acl_resources": [CompanyAclResource],
       "company_admin": Customer,
       "credit": CompanyCredit,
       "credit_history": CompanyCreditHistory,
-      "email": "abc123",
+      "email": "xyz789",
       "id": 4,
       "legal_address": CompanyLegalAddress,
-      "legal_name": "abc123",
-      "name": "xyz789",
+      "legal_name": "xyz789",
+      "name": "abc123",
       "payment_methods": ["xyz789"],
       "reseller_id": "xyz789",
       "role": CompanyRole,
@@ -2925,13 +2802,11 @@ 
Response
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "abc123" + "vat_tax_id": "xyz789" } } }
- -
back to top @@ -2983,9 +2858,7 @@
Arguments

Example

Query
- - -
query compareList($uid: ID!) {
+                  
query compareList($uid: ID!) {
   compareList(uid: $uid) {
     attributes {
       ...ComparableAttributeFragment
@@ -2998,35 +2871,25 @@ 
Query
}
}
- -
Variables
- - -
{"uid": 4}
+                  
{"uid": "4"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "compareList": {
       "attributes": [ComparableAttribute],
-      "item_count": 123,
+      "item_count": 987,
       "items": [ComparableItem],
       "uid": 4
     }
   }
 }
 
- -
back to top @@ -3059,9 +2922,7 @@
Response

Example

Query
- - -
query countries {
+                  
query countries {
   countries {
     available_regions {
       ...RegionFragment
@@ -3074,30 +2935,24 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "countries": [
       {
         "available_regions": [Region],
         "full_name_english": "xyz789",
-        "full_name_locale": "xyz789",
-        "id": "xyz789",
-        "three_letter_abbreviation": "abc123",
-        "two_letter_abbreviation": "xyz789"
+        "full_name_locale": "abc123",
+        "id": "abc123",
+        "three_letter_abbreviation": "xyz789",
+        "two_letter_abbreviation": "abc123"
       }
     ]
   }
 }
 
- -
back to top @@ -3150,9 +3005,7 @@
Arguments

Example

Query
- - -
query country($id: String) {
+                  
query country($id: String) {
   country(id: $id) {
     available_regions {
       ...RegionFragment
@@ -3165,23 +3018,15 @@ 
Query
}
}
- -
Variables
- - -
{"id": "abc123"}
+                  
{"id": "abc123"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "country": {
       "available_regions": [Region],
@@ -3194,8 +3039,6 @@ 
Response
} }
- -
back to top @@ -3228,9 +3071,7 @@
Response

Example

Query
- - -
query currency {
+                  
query currency {
   currency {
     available_currency_codes
     base_currency_code
@@ -3245,23 +3086,19 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "currency": {
       "available_currency_codes": [
         "xyz789"
       ],
       "base_currency_code": "xyz789",
-      "base_currency_symbol": "xyz789",
+      "base_currency_symbol": "abc123",
       "default_display_currecy_code": "xyz789",
-      "default_display_currecy_symbol": "xyz789",
+      "default_display_currecy_symbol": "abc123",
       "default_display_currency_code": "abc123",
       "default_display_currency_symbol": "xyz789",
       "exchange_rates": [ExchangeRate]
@@ -3269,8 +3106,6 @@ 
Response
} }
- -
back to top @@ -3329,9 +3164,7 @@
Arguments

Example

Query
- - -
query customAttributeMetadata($attributes: [AttributeInput!]!) {
+                  
query customAttributeMetadata($attributes: [AttributeInput!]!) {
   customAttributeMetadata(attributes: $attributes) {
     items {
       ...AttributeFragment
@@ -3339,30 +3172,20 @@ 
Query
}
}
- -
Variables
- - -
{"attributes": [AttributeInput]}
+                  
{"attributes": [AttributeInput]}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "customAttributeMetadata": {"items": [Attribute]}
   }
 }
 
- -
back to top @@ -3415,9 +3238,7 @@
Arguments

Example

Query
- - -
query customAttributeMetadataV2($attributes: [AttributeInput!]) {
+                  
query customAttributeMetadataV2($attributes: [AttributeInput!]) {
   customAttributeMetadataV2(attributes: $attributes) {
     errors {
       ...AttributeMetadataErrorFragment
@@ -3428,23 +3249,15 @@ 
Query
}
}
- -
Variables
- - -
{"attributes": [AttributeInput]}
+                  
{"attributes": [AttributeInput]}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "customAttributeMetadataV2": {
       "errors": [AttributeMetadataError],
@@ -3453,8 +3266,6 @@ 
Response
} }
- -
back to top @@ -3487,9 +3298,7 @@
Response

Example

Query
- - -
query customer {
+                  
query customer {
   customer {
     addresses {
       ...CustomerAddressFragment
@@ -3595,14 +3404,10 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "customer": {
       "addresses": [CustomerAddress],
@@ -3615,20 +3420,20 @@ 
Response
"custom_attributes": [AttributeValueInterface], "date_of_birth": "xyz789", "default_billing": "xyz789", - "default_shipping": "xyz789", - "dob": "abc123", + "default_shipping": "abc123", + "dob": "xyz789", "email": "abc123", - "firstname": "xyz789", + "firstname": "abc123", "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroup, - "group_id": 123, - "id": 123, - "is_subscribed": false, + "group_id": 987, + "id": 987, + "is_subscribed": true, "job_title": "abc123", - "lastname": "xyz789", - "middlename": "abc123", + "lastname": "abc123", + "middlename": "xyz789", "orders": CustomerOrders, "prefix": "xyz789", "purchase_order": PurchaseOrder, @@ -3636,7 +3441,7 @@
Response
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": true, + "purchase_orders_enabled": false, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -3646,11 +3451,11 @@
Response
"segments": [CustomerSegment], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": "4", + "structure_id": 4, "suffix": "abc123", - "taxvat": "xyz789", + "taxvat": "abc123", "team": CompanyTeam, - "telephone": "xyz789", + "telephone": "abc123", "wishlist": Wishlist, "wishlist_v2": Wishlist, "wishlists": [Wishlist] @@ -3658,8 +3463,6 @@
Response
} }
- -
back to top @@ -3692,9 +3495,7 @@
Response

Example

Query
- - -
query customerCart {
+                  
query customerCart {
   customerCart {
     applied_coupon {
       ...AppliedCouponFragment
@@ -3753,14 +3554,10 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "customerCart": {
       "applied_coupon": AppliedCoupon,
@@ -3773,11 +3570,11 @@ 
Response
AvailablePaymentMethod ], "billing_address": BillingCartAddress, - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": "4", + "id": 4, "is_virtual": false, "items": [CartItemInterface], "itemsV2": CartItems, @@ -3791,8 +3588,6 @@
Response
} }
- -
back to top @@ -3825,9 +3620,7 @@
Response

Example

Query
- - -
query customerDownloadableProducts {
+                  
query customerDownloadableProducts {
   customerDownloadableProducts {
     items {
       ...CustomerDownloadableProductFragment
@@ -3835,14 +3628,10 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "customerDownloadableProducts": {
       "items": [CustomerDownloadableProduct]
@@ -3850,8 +3639,6 @@ 
Response
} }
- -
back to top @@ -3883,9 +3670,7 @@
Response

Example

Query
- - -
query customerOrders {
+                  
query customerOrders {
   customerOrders {
     date_of_first_order
     items {
@@ -3898,17 +3683,13 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "customerOrders": {
-      "date_of_first_order": "abc123",
+      "date_of_first_order": "xyz789",
       "items": [CustomerOrder],
       "page_info": SearchResultPageInfo,
       "total_count": 987
@@ -3916,8 +3697,6 @@ 
Response
} }
- -
back to top @@ -3950,9 +3729,7 @@
Response

Example

Query
- - -
query customerPaymentTokens {
+                  
query customerPaymentTokens {
   customerPaymentTokens {
     items {
       ...PaymentTokenFragment
@@ -3960,21 +3737,15 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "customerPaymentTokens": {"items": [PaymentToken]}
   }
 }
 
- -
back to top @@ -4038,9 +3809,7 @@
Arguments

Example

Query
- - -
query dynamicBlocks(
+                  
query dynamicBlocks(
   $input: DynamicBlocksFilterInput,
   $pageSize: Int,
   $currentPage: Int
@@ -4060,38 +3829,28 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "input": DynamicBlocksFilterInput,
   "pageSize": 20,
   "currentPage": 1
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "dynamicBlocks": {
       "items": [DynamicBlock],
       "page_info": SearchResultPageInfo,
-      "total_count": 987
+      "total_count": 123
     }
   }
 }
 
- -
back to top @@ -4143,40 +3902,28 @@
Arguments

Example

Query
- - -
query getHostedProUrl($input: HostedProUrlInput!) {
+                  
query getHostedProUrl($input: HostedProUrlInput!) {
   getHostedProUrl(input: $input) {
     secure_form_url
   }
 }
 
- -
Variables
- - -
{"input": HostedProUrlInput}
+                  
{"input": HostedProUrlInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "getHostedProUrl": {
-      "secure_form_url": "xyz789"
+      "secure_form_url": "abc123"
     }
   }
 }
 
- -
back to top @@ -4228,9 +3975,7 @@
Arguments

Example

Query
- - -
query getPayflowLinkToken($input: PayflowLinkTokenInput!) {
+                  
query getPayflowLinkToken($input: PayflowLinkTokenInput!) {
   getPayflowLinkToken(input: $input) {
     mode
     paypal_url
@@ -4239,35 +3984,25 @@ 
Query
}
}
- -
Variables
- - -
{"input": PayflowLinkTokenInput}
+                  
{"input": PayflowLinkTokenInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "getPayflowLinkToken": {
       "mode": "TEST",
-      "paypal_url": "xyz789",
-      "secure_token": "abc123",
-      "secure_token_id": "abc123"
+      "paypal_url": "abc123",
+      "secure_token": "xyz789",
+      "secure_token_id": "xyz789"
     }
   }
 }
 
- -
back to top @@ -4319,9 +4054,7 @@
Arguments

Example

Query
- - -
query getPaymentConfig($location: PaymentLocation!) {
+                  
query getPaymentConfig($location: PaymentLocation!) {
   getPaymentConfig(location: $location) {
     apple_pay {
       ...ApplePayConfigFragment
@@ -4338,23 +4071,15 @@ 
Query
}
}
- -
Variables
- - -
{"location": "PRODUCT_DETAIL"}
+                  
{"location": "PRODUCT_DETAIL"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "getPaymentConfig": {
       "apple_pay": ApplePayConfig,
@@ -4365,8 +4090,6 @@ 
Response
} }
- -
back to top @@ -4424,9 +4147,7 @@
Arguments

Example

Query
- - -
query getPaymentOrder(
+                  
query getPaymentOrder(
   $cartId: String!,
   $id: String!
 ) {
@@ -4443,26 +4164,18 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "cartId": "xyz789",
-  "id": "abc123"
+  "id": "xyz789"
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "getPaymentOrder": {
       "id": "xyz789",
@@ -4473,8 +4186,6 @@ 
Response
} }
- -
back to top @@ -4526,9 +4237,7 @@
Arguments

Example

Query
- - -
query getPaymentSDK($location: PaymentLocation!) {
+                  
query getPaymentSDK($location: PaymentLocation!) {
   getPaymentSDK(location: $location) {
     sdkParams {
       ...PaymentSDKParamsItemFragment
@@ -4536,30 +4245,20 @@ 
Query
}
}
- -
Variables
- - -
{"location": "PRODUCT_DETAIL"}
+                  
{"location": "PRODUCT_DETAIL"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "getPaymentSDK": {"sdkParams": [PaymentSDKParamsItem]}
   }
 }
 
- -
back to top @@ -4592,9 +4291,7 @@
Response

Example

Query
- - -
query getVaultConfig {
+                  
query getVaultConfig {
   getVaultConfig {
     credit_card {
       ...VaultCreditCardConfigFragment
@@ -4602,14 +4299,10 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "getVaultConfig": {
       "credit_card": VaultCreditCardConfig
@@ -4617,8 +4310,6 @@ 
Response
} }
- -
back to top @@ -4670,9 +4361,7 @@
Arguments

Example

Query
- - -
query giftCardAccount($input: GiftCardAccountInput!) {
+                  
query giftCardAccount($input: GiftCardAccountInput!) {
   giftCardAccount(input: $input) {
     balance {
       ...MoneyFragment
@@ -4682,34 +4371,24 @@ 
Query
}
}
- -
Variables
- - -
{"input": GiftCardAccountInput}
+                  
{"input": GiftCardAccountInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "giftCardAccount": {
       "balance": Money,
-      "code": "xyz789",
+      "code": "abc123",
       "expiration_date": "xyz789"
     }
   }
 }
 
- -
back to top @@ -4761,9 +4440,7 @@
Arguments

Example

Query
- - -
query giftRegistry($giftRegistryUid: ID!) {
+                  
query giftRegistry($giftRegistryUid: ID!) {
   giftRegistry(giftRegistryUid: $giftRegistryUid) {
     created_at
     dynamic_attributes {
@@ -4790,45 +4467,35 @@ 
Query
}
}
- -
Variables
- - -
{"giftRegistryUid": 4}
+                  
{"giftRegistryUid": 4}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "giftRegistry": {
-      "created_at": "abc123",
+      "created_at": "xyz789",
       "dynamic_attributes": [
         GiftRegistryDynamicAttribute
       ],
-      "event_name": "abc123",
+      "event_name": "xyz789",
       "items": [GiftRegistryItemInterface],
-      "message": "xyz789",
+      "message": "abc123",
       "owner_name": "xyz789",
       "privacy_settings": "PRIVATE",
       "registrants": [GiftRegistryRegistrant],
       "shipping_address": CustomerAddress,
       "status": "ACTIVE",
       "type": GiftRegistryType,
-      "uid": "4"
+      "uid": 4
     }
   }
 }
 
- -
back to top @@ -4880,9 +4547,7 @@
Arguments

Example

Query
- - -
query giftRegistryEmailSearch($email: String!) {
+                  
query giftRegistryEmailSearch($email: String!) {
   giftRegistryEmailSearch(email: $email) {
     event_date
     event_title
@@ -4893,30 +4558,22 @@ 
Query
}
}
- -
Variables
- - -
{"email": "xyz789"}
+                  
{"email": "xyz789"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "giftRegistryEmailSearch": [
       {
         "event_date": "xyz789",
-        "event_title": "abc123",
+        "event_title": "xyz789",
         "gift_registry_uid": 4,
-        "location": "abc123",
+        "location": "xyz789",
         "name": "xyz789",
         "type": "xyz789"
       }
@@ -4924,8 +4581,6 @@ 
Response
} }
- -
back to top @@ -4977,9 +4632,7 @@
Arguments

Example

Query
- - -
query giftRegistryIdSearch($giftRegistryUid: ID!) {
+                  
query giftRegistryIdSearch($giftRegistryUid: ID!) {
   giftRegistryIdSearch(giftRegistryUid: $giftRegistryUid) {
     event_date
     event_title
@@ -4990,39 +4643,29 @@ 
Query
}
}
- -
Variables
- - -
{"giftRegistryUid": 4}
+                  
{"giftRegistryUid": 4}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "giftRegistryIdSearch": [
       {
         "event_date": "xyz789",
         "event_title": "xyz789",
-        "gift_registry_uid": 4,
+        "gift_registry_uid": "4",
         "location": "abc123",
-        "name": "abc123",
-        "type": "xyz789"
+        "name": "xyz789",
+        "type": "abc123"
       }
     ]
   }
 }
 
- -
back to top @@ -5086,9 +4729,7 @@
Arguments

Example

Query
- - -
query giftRegistryTypeSearch(
+                  
query giftRegistryTypeSearch(
   $firstName: String!,
   $lastName: String!,
   $giftRegistryTypeUid: ID
@@ -5107,34 +4748,26 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "firstName": "xyz789",
   "lastName": "xyz789",
   "giftRegistryTypeUid": 4
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "giftRegistryTypeSearch": [
       {
         "event_date": "xyz789",
-        "event_title": "xyz789",
+        "event_title": "abc123",
         "gift_registry_uid": "4",
-        "location": "abc123",
+        "location": "xyz789",
         "name": "abc123",
         "type": "abc123"
       }
@@ -5142,8 +4775,6 @@ 
Response
} }
- -
back to top @@ -5176,9 +4807,7 @@
Response

Example

Query
- - -
query giftRegistryTypes {
+                  
query giftRegistryTypes {
   giftRegistryTypes {
     dynamic_attributes_metadata {
       ...GiftRegistryDynamicAttributeMetadataInterfaceFragment
@@ -5188,29 +4817,23 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "giftRegistryTypes": [
       {
         "dynamic_attributes_metadata": [
           GiftRegistryDynamicAttributeMetadataInterface
         ],
-        "label": "abc123",
-        "uid": 4
+        "label": "xyz789",
+        "uid": "4"
       }
     ]
   }
 }
 
- -
back to top @@ -5263,9 +4886,7 @@
Arguments

Example

Query
- - -
query guestOrder($input: OrderInformationInput!) {
+                  
query guestOrder($input: OrderInformationInput!) {
   guestOrder(input: $input) {
     applied_coupons {
       ...AppliedCouponFragment
@@ -5335,64 +4956,54 @@ 
Query
}
}
- -
Variables
- - -
{"input": OrderInformationInput}
+                  
{"input": OrderInformationInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "guestOrder": {
       "applied_coupons": [AppliedCoupon],
       "applied_gift_cards": [ApplyGiftCardToOrder],
       "available_actions": ["REORDER"],
       "billing_address": OrderAddress,
-      "carrier": "xyz789",
+      "carrier": "abc123",
       "comments": [SalesCommentItem],
-      "created_at": "abc123",
+      "created_at": "xyz789",
       "credit_memos": [CreditMemo],
       "customer_info": OrderCustomerInfo,
-      "email": "abc123",
+      "email": "xyz789",
       "gift_message": GiftMessage,
-      "gift_receipt_included": true,
+      "gift_receipt_included": false,
       "gift_wrapping": GiftWrapping,
       "grand_total": 123.45,
-      "id": 4,
-      "increment_id": "xyz789",
+      "id": "4",
+      "increment_id": "abc123",
       "invoices": [Invoice],
-      "is_virtual": true,
+      "is_virtual": false,
       "items": [OrderItemInterface],
       "items_eligible_for_return": [OrderItemInterface],
-      "number": "xyz789",
+      "number": "abc123",
       "order_date": "abc123",
       "order_number": "xyz789",
-      "order_status_change_date": "xyz789",
+      "order_status_change_date": "abc123",
       "payment_methods": [OrderPaymentMethod],
-      "printed_card_included": false,
+      "printed_card_included": true,
       "returns": Returns,
       "shipments": [OrderShipment],
       "shipping_address": OrderAddress,
       "shipping_method": "xyz789",
       "status": "abc123",
-      "token": "abc123",
+      "token": "xyz789",
       "total": OrderTotal
     }
   }
 }
 
- -
back to top @@ -5445,9 +5056,7 @@
Arguments

Example

Query
- - -
query guestOrderByToken($input: OrderTokenInput!) {
+                  
query guestOrderByToken($input: OrderTokenInput!) {
   guestOrderByToken(input: $input) {
     applied_coupons {
       ...AppliedCouponFragment
@@ -5517,23 +5126,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": OrderTokenInput}
+                  
{"input": OrderTokenInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "guestOrderByToken": {
       "applied_coupons": [AppliedCoupon],
@@ -5545,36 +5146,34 @@ 
Response
"created_at": "xyz789", "credit_memos": [CreditMemo], "customer_info": OrderCustomerInfo, - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "grand_total": 987.65, - "id": 4, - "increment_id": "xyz789", + "id": "4", + "increment_id": "abc123", "invoices": [Invoice], "is_virtual": true, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], - "number": "abc123", - "order_date": "xyz789", - "order_number": "xyz789", + "number": "xyz789", + "order_date": "abc123", + "order_number": "abc123", "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "abc123", - "status": "xyz789", - "token": "xyz789", + "shipping_method": "xyz789", + "status": "abc123", + "token": "abc123", "total": OrderTotal } } }
- -
back to top @@ -5627,34 +5226,22 @@
Arguments

Example

Query
- - -
query isCompanyAdminEmailAvailable($email: String!) {
+                  
query isCompanyAdminEmailAvailable($email: String!) {
   isCompanyAdminEmailAvailable(email: $email) {
     is_email_available
   }
 }
 
- -
Variables
- - -
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
- -
Response
- - -
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
 
- -
back to top @@ -5707,34 +5294,22 @@
Arguments

Example

Query
- - -
query isCompanyEmailAvailable($email: String!) {
+                  
query isCompanyEmailAvailable($email: String!) {
   isCompanyEmailAvailable(email: $email) {
     is_email_available
   }
 }
 
- -
Variables
- - -
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
- -
Response
- - -
{"data": {"isCompanyEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isCompanyEmailAvailable": {"is_email_available": true}}}
 
- -
back to top @@ -5787,34 +5362,22 @@
Arguments

Example

Query
- - -
query isCompanyRoleNameAvailable($name: String!) {
+                  
query isCompanyRoleNameAvailable($name: String!) {
   isCompanyRoleNameAvailable(name: $name) {
     is_role_name_available
   }
 }
 
- -
Variables
- - -
{"name": "abc123"}
+                  
{"name": "xyz789"}
 
- -
Response
- - -
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": false}}}
+                  
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": false}}}
 
- -
back to top @@ -5867,34 +5430,22 @@
Arguments

Example

Query
- - -
query isCompanyUserEmailAvailable($email: String!) {
+                  
query isCompanyUserEmailAvailable($email: String!) {
   isCompanyUserEmailAvailable(email: $email) {
     is_email_available
   }
 }
 
- -
Variables
- - -
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
- -
Response
- - -
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
 
- -
back to top @@ -5946,34 +5497,22 @@
Arguments

Example

Query
- - -
query isEmailAvailable($email: String!) {
+                  
query isEmailAvailable($email: String!) {
   isEmailAvailable(email: $email) {
     is_email_available
   }
 }
 
- -
Variables
- - -
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
- -
Response
- - -
{"data": {"isEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isEmailAvailable": {"is_email_available": true}}}
 
- -
back to top @@ -6026,9 +5565,7 @@
Arguments

Example

Query
- - -
query negotiableQuote($uid: ID!) {
+                  
query negotiableQuote($uid: ID!) {
   negotiableQuote(uid: $uid) {
     available_payment_methods {
       ...AvailablePaymentMethodFragment
@@ -6068,23 +5605,15 @@ 
Query
}
}
- -
Variables
- - -
{"uid": "4"}
+                  
{"uid": "4"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "negotiableQuote": {
       "available_payment_methods": [
@@ -6093,12 +5622,12 @@ 
Response
"billing_address": NegotiableQuoteBillingAddress, "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", - "email": "abc123", + "created_at": "abc123", + "email": "xyz789", "history": [NegotiableQuoteHistoryEntry], "is_virtual": false, "items": [CartItemInterface], - "name": "xyz789", + "name": "abc123", "prices": CartPrices, "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ @@ -6107,13 +5636,11 @@
Response
"status": "SUBMITTED", "total_quantity": 987.65, "uid": "4", - "updated_at": "abc123" + "updated_at": "xyz789" } } }
- -
back to top @@ -6166,9 +5693,7 @@
Arguments

Example

Query
- - -
query negotiableQuoteTemplate($templateId: ID!) {
+                  
query negotiableQuoteTemplate($templateId: ID!) {
   negotiableQuoteTemplate(templateId: $templateId) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -6206,35 +5731,27 @@ 
Query
}
}
- -
Variables
- - -
{"templateId": 4}
+                  
{"templateId": "4"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "negotiableQuoteTemplate": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
-      "expiration_date": "xyz789",
+      "expiration_date": "abc123",
       "history": [NegotiableQuoteHistoryEntry],
-      "is_min_max_qty_used": false,
-      "is_virtual": false,
+      "is_min_max_qty_used": true,
+      "is_virtual": true,
       "items": [CartItemInterface],
       "max_order_commitment": 123,
-      "min_order_commitment": 123,
-      "name": "xyz789",
+      "min_order_commitment": 987,
+      "name": "abc123",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
       "reference_document_links": [
@@ -6243,15 +5760,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", + "status": "xyz789", "template_id": 4, "total_quantity": 123.45 } } }
- -
back to top @@ -6321,9 +5836,7 @@
Arguments

Example

Query
- - -
query negotiableQuoteTemplates(
+                  
query negotiableQuoteTemplates(
   $filter: NegotiableQuoteTemplateFilterInput,
   $pageSize: Int,
   $currentPage: Int,
@@ -6348,40 +5861,30 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "filter": NegotiableQuoteTemplateFilterInput,
   "pageSize": 20,
   "currentPage": 1,
   "sort": NegotiableQuoteTemplateSortInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "negotiableQuoteTemplates": {
       "items": [NegotiableQuoteTemplateGridItem],
       "page_info": SearchResultPageInfo,
       "sort_fields": SortFields,
-      "total_count": 123
+      "total_count": 987
     }
   }
 }
 
- -
back to top @@ -6451,9 +5954,7 @@
Arguments

Example

Query
- - -
query negotiableQuotes(
+                  
query negotiableQuotes(
   $filter: NegotiableQuoteFilterInput,
   $pageSize: Int,
   $currentPage: Int,
@@ -6478,40 +5979,30 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "filter": NegotiableQuoteFilterInput,
   "pageSize": 20,
   "currentPage": 1,
   "sort": NegotiableQuoteSortInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "negotiableQuotes": {
       "items": [NegotiableQuote],
       "page_info": SearchResultPageInfo,
       "sort_fields": SortFields,
-      "total_count": 987
+      "total_count": 123
     }
   }
 }
 
- -
back to top @@ -6593,9 +6084,7 @@
Arguments

Example

Query
- - -
query pickupLocations(
+                  
query pickupLocations(
   $area: AreaInput,
   $filters: PickupLocationFilterInput,
   $sort: PickupLocationSortInput,
@@ -6621,14 +6110,10 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "area": AreaInput,
   "filters": PickupLocationFilterInput,
   "sort": PickupLocationSortInput,
@@ -6637,14 +6122,10 @@ 
Variables
"productsInfo": [ProductInfoInput] }
- -
Response
- - -
{
+                  
{
   "data": {
     "pickupLocations": {
       "items": [PickupLocation],
@@ -6654,8 +6135,6 @@ 
Response
} }
- -
back to top @@ -6688,9 +6167,7 @@
Response

Example

Query
- - -
query productReviewRatingsMetadata {
+                  
query productReviewRatingsMetadata {
   productReviewRatingsMetadata {
     items {
       ...ProductReviewRatingMetadataFragment
@@ -6698,14 +6175,10 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "productReviewRatingsMetadata": {
       "items": [ProductReviewRatingMetadata]
@@ -6713,8 +6186,6 @@ 
Response
} }
- -
back to top @@ -6790,9 +6261,7 @@
Arguments

Example

Query
- - -
query products(
+                  
query products(
   $search: String,
   $filter: ProductAttributeFilterInput,
   $pageSize: Int,
@@ -6828,14 +6297,10 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "search": "abc123",
   "filter": ProductAttributeFilterInput,
   "pageSize": 20,
@@ -6843,14 +6308,10 @@ 
Variables
"sort": ProductAttributeSortInput }
- -
Response
- - -
{
+                  
{
   "data": {
     "products": {
       "aggregations": [Aggregation],
@@ -6864,8 +6325,6 @@ 
Response
} }
- -
back to top @@ -6910,9 +6369,7 @@
Arguments

Example

Query
- - -
query recaptchaFormConfig($formType: ReCaptchaFormEnum!) {
+                  
query recaptchaFormConfig($formType: ReCaptchaFormEnum!) {
   recaptchaFormConfig(formType: $formType) {
     configurations {
       ...ReCaptchaConfigurationFragment
@@ -6921,23 +6378,15 @@ 
Query
}
}
- -
Variables
- - -
{"formType": "PLACE_ORDER"}
+                  
{"formType": "PLACE_ORDER"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "recaptchaFormConfig": {
       "configurations": ReCaptchaConfiguration,
@@ -6946,8 +6395,6 @@ 
Response
} }
- -
back to top @@ -6980,9 +6427,7 @@
Response

Example

Query
- - -
query recaptchaV3Config {
+                  
query recaptchaV3Config {
   recaptchaV3Config {
     badge_position
     failure_message
@@ -6995,30 +6440,24 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "recaptchaV3Config": {
-      "badge_position": "abc123",
+      "badge_position": "xyz789",
       "failure_message": "abc123",
       "forms": ["PLACE_ORDER"],
       "is_enabled": false,
-      "language_code": "xyz789",
-      "minimum_score": 123.45,
-      "theme": "xyz789",
-      "website_key": "abc123"
+      "language_code": "abc123",
+      "minimum_score": 987.65,
+      "theme": "abc123",
+      "website_key": "xyz789"
     }
   }
 }
 
- -
back to top @@ -7070,9 +6509,7 @@
Arguments

Example

Query
- - -
query route($url: String!) {
+                  
query route($url: String!) {
   route(url: $url) {
     redirect_code
     relative_url
@@ -7080,34 +6517,24 @@ 
Query
}
}
- -
Variables
- - -
{"url": "xyz789"}
+                  
{"url": "xyz789"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "route": {
-      "redirect_code": 987,
+      "redirect_code": 123,
       "relative_url": "abc123",
       "type": "CMS_PAGE"
     }
   }
 }
 
- -
back to top @@ -7140,9 +6567,7 @@
Response

Example

Query
- - -
query storeConfig {
+                  
query storeConfig {
   storeConfig {
     absolute_footer
     allow_gift_receipt
@@ -7396,265 +6821,259 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "storeConfig": {
-      "absolute_footer": "xyz789",
-      "allow_gift_receipt": "xyz789",
+      "absolute_footer": "abc123",
+      "allow_gift_receipt": "abc123",
       "allow_gift_wrapping_on_order": "abc123",
-      "allow_gift_wrapping_on_order_items": "abc123",
+      "allow_gift_wrapping_on_order_items": "xyz789",
       "allow_guests_to_write_product_reviews": "xyz789",
       "allow_items": "abc123",
       "allow_order": "xyz789",
-      "allow_printed_card": "abc123",
-      "autocomplete_on_storefront": true,
-      "base_currency_code": "xyz789",
-      "base_link_url": "xyz789",
+      "allow_printed_card": "xyz789",
+      "autocomplete_on_storefront": false,
+      "base_currency_code": "abc123",
+      "base_link_url": "abc123",
       "base_media_url": "xyz789",
       "base_static_url": "abc123",
-      "base_url": "xyz789",
-      "braintree_3dsecure_allowspecific": true,
-      "braintree_3dsecure_always_request_3ds": true,
-      "braintree_3dsecure_specificcountry": "abc123",
-      "braintree_3dsecure_threshold_amount": "abc123",
+      "base_url": "abc123",
+      "braintree_3dsecure_allowspecific": false,
+      "braintree_3dsecure_always_request_3ds": false,
+      "braintree_3dsecure_specificcountry": "xyz789",
+      "braintree_3dsecure_threshold_amount": "xyz789",
       "braintree_3dsecure_verify_3dsecure": false,
       "braintree_ach_direct_debit_vault_active": false,
-      "braintree_applepay_merchant_name": "abc123",
-      "braintree_applepay_vault_active": false,
-      "braintree_cc_vault_active": "xyz789",
-      "braintree_cc_vault_cvv": true,
-      "braintree_environment": "abc123",
-      "braintree_googlepay_btn_color": "abc123",
-      "braintree_googlepay_cctypes": "xyz789",
-      "braintree_googlepay_merchant_id": "abc123",
-      "braintree_googlepay_vault_active": true,
+      "braintree_applepay_merchant_name": "xyz789",
+      "braintree_applepay_vault_active": true,
+      "braintree_cc_vault_active": "abc123",
+      "braintree_cc_vault_cvv": false,
+      "braintree_environment": "xyz789",
+      "braintree_googlepay_btn_color": "xyz789",
+      "braintree_googlepay_cctypes": "abc123",
+      "braintree_googlepay_merchant_id": "xyz789",
+      "braintree_googlepay_vault_active": false,
       "braintree_local_payment_allowed_methods": "xyz789",
-      "braintree_local_payment_fallback_button_text": "abc123",
-      "braintree_local_payment_redirect_on_fail": "xyz789",
+      "braintree_local_payment_fallback_button_text": "xyz789",
+      "braintree_local_payment_redirect_on_fail": "abc123",
       "braintree_merchant_account_id": "xyz789",
       "braintree_paypal_button_location_cart_type_credit_color": "abc123",
-      "braintree_paypal_button_location_cart_type_credit_label": "xyz789",
-      "braintree_paypal_button_location_cart_type_credit_shape": "abc123",
-      "braintree_paypal_button_location_cart_type_credit_show": true,
+      "braintree_paypal_button_location_cart_type_credit_label": "abc123",
+      "braintree_paypal_button_location_cart_type_credit_shape": "xyz789",
+      "braintree_paypal_button_location_cart_type_credit_show": false,
       "braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
-      "braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
+      "braintree_paypal_button_location_cart_type_messaging_logo": "xyz789",
       "braintree_paypal_button_location_cart_type_messaging_logo_position": "abc123",
       "braintree_paypal_button_location_cart_type_messaging_show": true,
       "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
       "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
       "braintree_paypal_button_location_cart_type_paylater_label": "abc123",
       "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
-      "braintree_paypal_button_location_cart_type_paylater_show": true,
-      "braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
-      "braintree_paypal_button_location_cart_type_paypal_label": "abc123",
-      "braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
-      "braintree_paypal_button_location_cart_type_paypal_show": false,
+      "braintree_paypal_button_location_cart_type_paylater_show": false,
+      "braintree_paypal_button_location_cart_type_paypal_color": "abc123",
+      "braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
+      "braintree_paypal_button_location_cart_type_paypal_shape": "xyz789",
+      "braintree_paypal_button_location_cart_type_paypal_show": true,
       "braintree_paypal_button_location_checkout_type_credit_color": "abc123",
       "braintree_paypal_button_location_checkout_type_credit_label": "abc123",
-      "braintree_paypal_button_location_checkout_type_credit_shape": "xyz789",
-      "braintree_paypal_button_location_checkout_type_credit_show": false,
+      "braintree_paypal_button_location_checkout_type_credit_shape": "abc123",
+      "braintree_paypal_button_location_checkout_type_credit_show": true,
       "braintree_paypal_button_location_checkout_type_messaging_layout": "xyz789",
-      "braintree_paypal_button_location_checkout_type_messaging_logo": "xyz789",
+      "braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
       "braintree_paypal_button_location_checkout_type_messaging_logo_position": "abc123",
       "braintree_paypal_button_location_checkout_type_messaging_show": true,
       "braintree_paypal_button_location_checkout_type_messaging_text_color": "abc123",
-      "braintree_paypal_button_location_checkout_type_paylater_color": "xyz789",
-      "braintree_paypal_button_location_checkout_type_paylater_label": "xyz789",
-      "braintree_paypal_button_location_checkout_type_paylater_shape": "abc123",
+      "braintree_paypal_button_location_checkout_type_paylater_color": "abc123",
+      "braintree_paypal_button_location_checkout_type_paylater_label": "abc123",
+      "braintree_paypal_button_location_checkout_type_paylater_shape": "xyz789",
       "braintree_paypal_button_location_checkout_type_paylater_show": false,
       "braintree_paypal_button_location_checkout_type_paypal_color": "xyz789",
-      "braintree_paypal_button_location_checkout_type_paypal_label": "abc123",
+      "braintree_paypal_button_location_checkout_type_paypal_label": "xyz789",
       "braintree_paypal_button_location_checkout_type_paypal_shape": "abc123",
-      "braintree_paypal_button_location_checkout_type_paypal_show": false,
-      "braintree_paypal_button_location_productpage_type_credit_color": "xyz789",
+      "braintree_paypal_button_location_checkout_type_paypal_show": true,
+      "braintree_paypal_button_location_productpage_type_credit_color": "abc123",
       "braintree_paypal_button_location_productpage_type_credit_label": "abc123",
       "braintree_paypal_button_location_productpage_type_credit_shape": "xyz789",
-      "braintree_paypal_button_location_productpage_type_credit_show": true,
-      "braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
-      "braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789",
-      "braintree_paypal_button_location_productpage_type_messaging_logo_position": "xyz789",
+      "braintree_paypal_button_location_productpage_type_credit_show": false,
+      "braintree_paypal_button_location_productpage_type_messaging_layout": "abc123",
+      "braintree_paypal_button_location_productpage_type_messaging_logo": "abc123",
+      "braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
       "braintree_paypal_button_location_productpage_type_messaging_show": false,
-      "braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
-      "braintree_paypal_button_location_productpage_type_paylater_color": "abc123",
+      "braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
+      "braintree_paypal_button_location_productpage_type_paylater_color": "xyz789",
       "braintree_paypal_button_location_productpage_type_paylater_label": "xyz789",
-      "braintree_paypal_button_location_productpage_type_paylater_shape": "abc123",
-      "braintree_paypal_button_location_productpage_type_paylater_show": true,
+      "braintree_paypal_button_location_productpage_type_paylater_shape": "xyz789",
+      "braintree_paypal_button_location_productpage_type_paylater_show": false,
       "braintree_paypal_button_location_productpage_type_paypal_color": "abc123",
       "braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
-      "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
+      "braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
       "braintree_paypal_button_location_productpage_type_paypal_show": true,
-      "braintree_paypal_credit_uk_merchant_name": "abc123",
-      "braintree_paypal_display_on_shopping_cart": true,
+      "braintree_paypal_credit_uk_merchant_name": "xyz789",
+      "braintree_paypal_display_on_shopping_cart": false,
       "braintree_paypal_merchant_country": "xyz789",
       "braintree_paypal_merchant_name_override": "xyz789",
-      "braintree_paypal_require_billing_address": false,
+      "braintree_paypal_require_billing_address": true,
       "braintree_paypal_send_cart_line_items": true,
-      "braintree_paypal_vault_active": false,
+      "braintree_paypal_vault_active": true,
       "cart_expires_in_days": 123,
       "cart_gift_wrapping": "abc123",
-      "cart_printed_card": "abc123",
+      "cart_printed_card": "xyz789",
       "cart_summary_display_quantity": 123,
-      "catalog_default_sort_by": "xyz789",
+      "catalog_default_sort_by": "abc123",
       "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
-      "category_url_suffix": "abc123",
-      "check_money_order_enable_for_specific_countries": false,
+      "category_url_suffix": "xyz789",
+      "check_money_order_enable_for_specific_countries": true,
       "check_money_order_enabled": false,
       "check_money_order_make_check_payable_to": "xyz789",
-      "check_money_order_max_order_total": "abc123",
+      "check_money_order_max_order_total": "xyz789",
       "check_money_order_min_order_total": "xyz789",
       "check_money_order_new_order_status": "xyz789",
       "check_money_order_payment_from_specific_countries": "xyz789",
       "check_money_order_send_check_to": "abc123",
-      "check_money_order_sort_order": 123,
-      "check_money_order_title": "abc123",
-      "cms_home_page": "xyz789",
-      "cms_no_cookies": "abc123",
+      "check_money_order_sort_order": 987,
+      "check_money_order_title": "xyz789",
+      "cms_home_page": "abc123",
+      "cms_no_cookies": "xyz789",
       "cms_no_route": "xyz789",
-      "code": "abc123",
+      "code": "xyz789",
       "configurable_product_image": "ITSELF",
       "configurable_thumbnail_source": "xyz789",
       "contact_enabled": true,
       "copyright": "xyz789",
       "countries_with_required_region": "abc123",
-      "create_account_confirmation": true,
-      "customer_access_token_lifetime": 123.45,
-      "default_country": "abc123",
-      "default_description": "abc123",
-      "default_display_currency_code": "xyz789",
+      "create_account_confirmation": false,
+      "customer_access_token_lifetime": 987.65,
+      "default_country": "xyz789",
+      "default_description": "xyz789",
+      "default_display_currency_code": "abc123",
       "default_keywords": "abc123",
       "default_title": "xyz789",
       "demonotice": 987,
       "display_product_prices_in_catalog": 123,
       "display_shipping_prices": 987,
-      "display_state_if_optional": true,
+      "display_state_if_optional": false,
       "enable_multiple_wishlists": "xyz789",
       "fixed_product_taxes_apply_tax_to_fpt": true,
-      "fixed_product_taxes_display_prices_in_emails": 123,
-      "fixed_product_taxes_display_prices_in_product_lists": 987,
-      "fixed_product_taxes_display_prices_in_sales_modules": 123,
-      "fixed_product_taxes_display_prices_on_product_view_page": 123,
-      "fixed_product_taxes_enable": false,
-      "fixed_product_taxes_include_fpt_in_subtotal": false,
-      "front": "abc123",
+      "fixed_product_taxes_display_prices_in_emails": 987,
+      "fixed_product_taxes_display_prices_in_product_lists": 123,
+      "fixed_product_taxes_display_prices_in_sales_modules": 987,
+      "fixed_product_taxes_display_prices_on_product_view_page": 987,
+      "fixed_product_taxes_enable": true,
+      "fixed_product_taxes_include_fpt_in_subtotal": true,
+      "front": "xyz789",
       "graphql_share_all_customer_groups": false,
       "graphql_share_customer_group": true,
-      "grid_per_page": 987,
-      "grid_per_page_values": "xyz789",
+      "grid_per_page": 123,
+      "grid_per_page_values": "abc123",
       "grouped_product_image": "ITSELF",
-      "head_includes": "xyz789",
+      "head_includes": "abc123",
       "head_shortcut_icon": "xyz789",
       "header_logo_src": "xyz789",
-      "id": 123,
+      "id": 987,
       "is_checkout_agreements_enabled": true,
       "is_default_store": true,
-      "is_default_store_group": false,
+      "is_default_store_group": true,
       "is_guest_checkout_enabled": false,
       "is_negotiable_quote_active": true,
-      "is_one_page_checkout_enabled": false,
-      "is_requisition_list_active": "abc123",
+      "is_one_page_checkout_enabled": true,
+      "is_requisition_list_active": "xyz789",
       "list_mode": "xyz789",
-      "list_per_page": 987,
-      "list_per_page_values": "abc123",
-      "locale": "abc123",
+      "list_per_page": 123,
+      "list_per_page_values": "xyz789",
+      "locale": "xyz789",
       "logo_alt": "xyz789",
-      "logo_height": 987,
+      "logo_height": 123,
       "logo_width": 987,
-      "magento_reward_general_is_enabled": "abc123",
+      "magento_reward_general_is_enabled": "xyz789",
       "magento_reward_general_is_enabled_on_front": "abc123",
       "magento_reward_general_min_points_balance": "abc123",
       "magento_reward_general_publish_history": "abc123",
       "magento_reward_points_invitation_customer": "abc123",
       "magento_reward_points_invitation_customer_limit": "abc123",
-      "magento_reward_points_invitation_order": "abc123",
-      "magento_reward_points_invitation_order_limit": "abc123",
+      "magento_reward_points_invitation_order": "xyz789",
+      "magento_reward_points_invitation_order_limit": "xyz789",
       "magento_reward_points_newsletter": "xyz789",
       "magento_reward_points_order": "abc123",
-      "magento_reward_points_register": "xyz789",
-      "magento_reward_points_review": "xyz789",
-      "magento_reward_points_review_limit": "xyz789",
+      "magento_reward_points_register": "abc123",
+      "magento_reward_points_review": "abc123",
+      "magento_reward_points_review_limit": "abc123",
       "magento_wishlist_general_is_enabled": "xyz789",
-      "max_items_in_order_summary": 123,
+      "max_items_in_order_summary": 987,
       "maximum_number_of_wishlists": "abc123",
       "minicart_display": true,
       "minicart_max_items": 123,
-      "minimum_password_length": "abc123",
-      "newsletter_enabled": false,
+      "minimum_password_length": "xyz789",
+      "newsletter_enabled": true,
       "no_route": "abc123",
-      "optional_zip_countries": "abc123",
-      "order_cancellation_enabled": false,
+      "optional_zip_countries": "xyz789",
+      "order_cancellation_enabled": true,
       "order_cancellation_reasons": [CancellationReason],
-      "orders_invoices_credit_memos_display_full_summary": false,
-      "orders_invoices_credit_memos_display_grandtotal": true,
-      "orders_invoices_credit_memos_display_price": 987,
-      "orders_invoices_credit_memos_display_shipping_amount": 123,
+      "orders_invoices_credit_memos_display_full_summary": true,
+      "orders_invoices_credit_memos_display_grandtotal": false,
+      "orders_invoices_credit_memos_display_price": 123,
+      "orders_invoices_credit_memos_display_shipping_amount": 987,
       "orders_invoices_credit_memos_display_subtotal": 987,
-      "orders_invoices_credit_memos_display_zero_tax": true,
+      "orders_invoices_credit_memos_display_zero_tax": false,
       "payment_payflowpro_cc_vault_active": "xyz789",
       "printed_card_price": "xyz789",
       "printed_card_priceV2": Money,
       "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
-      "product_reviews_enabled": "abc123",
+      "product_reviews_enabled": "xyz789",
       "product_url_suffix": "xyz789",
-      "quickorder_active": false,
-      "required_character_classes_number": "xyz789",
+      "quickorder_active": true,
+      "required_character_classes_number": "abc123",
       "returns_enabled": "abc123",
-      "root_category_id": 123,
+      "root_category_id": 987,
       "root_category_uid": "4",
       "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
-      "sales_gift_wrapping": "xyz789",
-      "sales_printed_card": "abc123",
-      "secure_base_link_url": "xyz789",
-      "secure_base_media_url": "abc123",
-      "secure_base_static_url": "xyz789",
-      "secure_base_url": "abc123",
+      "sales_gift_wrapping": "abc123",
+      "sales_printed_card": "xyz789",
+      "secure_base_link_url": "abc123",
+      "secure_base_media_url": "xyz789",
+      "secure_base_static_url": "abc123",
+      "secure_base_url": "xyz789",
       "send_friend": SendFriendConfiguration,
-      "share_all_catalog_rules": true,
-      "share_all_sales_rule": false,
+      "share_all_catalog_rules": false,
+      "share_all_sales_rule": true,
       "share_applied_catalog_rules": false,
       "share_applied_sales_rule": false,
       "shopping_cart_display_full_summary": false,
       "shopping_cart_display_grand_total": true,
-      "shopping_cart_display_price": 123,
-      "shopping_cart_display_shipping": 123,
-      "shopping_cart_display_subtotal": 987,
+      "shopping_cart_display_price": 987,
+      "shopping_cart_display_shipping": 987,
+      "shopping_cart_display_subtotal": 123,
       "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
       "shopping_cart_display_zero_tax": false,
-      "show_cms_breadcrumbs": 987,
-      "store_code": "4",
+      "show_cms_breadcrumbs": 123,
+      "store_code": 4,
       "store_group_code": 4,
       "store_group_name": "abc123",
-      "store_name": "xyz789",
-      "store_sort_order": 123,
-      "timezone": "xyz789",
-      "title_prefix": "xyz789",
-      "title_separator": "abc123",
+      "store_name": "abc123",
+      "store_sort_order": 987,
+      "timezone": "abc123",
+      "title_prefix": "abc123",
+      "title_separator": "xyz789",
       "title_suffix": "abc123",
       "use_store_in_url": true,
       "website_code": "4",
       "website_id": 123,
       "website_name": "xyz789",
-      "weight_unit": "xyz789",
+      "weight_unit": "abc123",
       "welcome": "xyz789",
       "zero_subtotal_enable_for_specific_countries": false,
       "zero_subtotal_enabled": true,
-      "zero_subtotal_new_order_status": "abc123",
-      "zero_subtotal_payment_action": "xyz789",
-      "zero_subtotal_payment_from_specific_countries": "xyz789",
+      "zero_subtotal_new_order_status": "xyz789",
+      "zero_subtotal_payment_action": "abc123",
+      "zero_subtotal_payment_from_specific_countries": "abc123",
       "zero_subtotal_sort_order": 123,
       "zero_subtotal_title": "abc123"
     }
   }
 }
 
- -
back to top @@ -7713,9 +7132,7 @@
Arguments

Example

Query
- - -
query urlResolver($url: String!) {
+                  
query urlResolver($url: String!) {
   urlResolver(url: $url) {
     canonical_url
     entity_uid
@@ -7726,37 +7143,27 @@ 
Query
}
}
- -
Variables
- - -
{"url": "xyz789"}
+                  
{"url": "xyz789"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "urlResolver": {
-      "canonical_url": "abc123",
+      "canonical_url": "xyz789",
       "entity_uid": 4,
-      "id": 987,
-      "redirectCode": 123,
+      "id": 123,
+      "redirectCode": 987,
       "relative_url": "xyz789",
       "type": "CMS_PAGE"
     }
   }
 }
 
- -
back to top @@ -7796,9 +7203,7 @@
Response

Example

Query
- - -
query wishlist {
+                  
query wishlist {
   wishlist {
     items {
       ...WishlistItemFragment
@@ -7810,27 +7215,21 @@ 
Query
}
}
- -
Response
- - -
{
+                  
{
   "data": {
     "wishlist": {
       "items": [WishlistItem],
       "items_count": 987,
-      "name": "abc123",
-      "sharing_code": "xyz789",
-      "updated_at": "xyz789"
+      "name": "xyz789",
+      "sharing_code": "abc123",
+      "updated_at": "abc123"
     }
   }
 }
 
- -
back to top @@ -7881,34 +7280,22 @@
Arguments

Example

Query
- - -
mutation acceptCompanyInvitation($input: CompanyInvitationInput!) {
+                  
mutation acceptCompanyInvitation($input: CompanyInvitationInput!) {
   acceptCompanyInvitation(input: $input) {
     success
   }
 }
 
- -
Variables
- - -
{"input": CompanyInvitationInput}
+                  
{"input": CompanyInvitationInput}
 
- -
Response
- - -
{"data": {"acceptCompanyInvitation": {"success": false}}}
+                  
{"data": {"acceptCompanyInvitation": {"success": true}}}
 
- -
back to top @@ -7960,9 +7347,7 @@
Arguments

Example

Query
- - -
mutation acceptNegotiableQuoteTemplate($input: AcceptNegotiableQuoteTemplateInput!) {
+                  
mutation acceptNegotiableQuoteTemplate($input: AcceptNegotiableQuoteTemplateInput!) {
   acceptNegotiableQuoteTemplate(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -8000,35 +7385,27 @@ 
Query
}
}
- -
Variables
- - -
{"input": AcceptNegotiableQuoteTemplateInput}
+                  
{"input": AcceptNegotiableQuoteTemplateInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "acceptNegotiableQuoteTemplate": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
-      "expiration_date": "xyz789",
+      "expiration_date": "abc123",
       "history": [NegotiableQuoteHistoryEntry],
-      "is_min_max_qty_used": true,
-      "is_virtual": true,
+      "is_min_max_qty_used": false,
+      "is_virtual": false,
       "items": [CartItemInterface],
       "max_order_commitment": 123,
-      "min_order_commitment": 123,
-      "name": "abc123",
+      "min_order_commitment": 987,
+      "name": "xyz789",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
       "reference_document_links": [
@@ -8037,15 +7414,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", - "template_id": 4, + "status": "xyz789", + "template_id": "4", "total_quantity": 987.65 } } }
- -
back to top @@ -8097,9 +7472,7 @@
Arguments

Example

Query
- - -
mutation addBundleProductsToCart($input: AddBundleProductsToCartInput) {
+                  
mutation addBundleProductsToCart($input: AddBundleProductsToCartInput) {
   addBundleProductsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -8107,26 +7480,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddBundleProductsToCartInput}
+                  
{"input": AddBundleProductsToCartInput}
 
- -
Response
- - -
{"data": {"addBundleProductsToCart": {"cart": Cart}}}
+                  
{"data": {"addBundleProductsToCart": {"cart": Cart}}}
 
- -
back to top @@ -8178,9 +7541,7 @@
Arguments

Example

Query
- - -
mutation addConfigurableProductsToCart($input: AddConfigurableProductsToCartInput) {
+                  
mutation addConfigurableProductsToCart($input: AddConfigurableProductsToCartInput) {
   addConfigurableProductsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -8188,30 +7549,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddConfigurableProductsToCartInput}
+                  
{"input": AddConfigurableProductsToCartInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addConfigurableProductsToCart": {"cart": Cart}
   }
 }
 
- -
back to top @@ -8263,9 +7614,7 @@
Arguments

Example

Query
- - -
mutation addDownloadableProductsToCart($input: AddDownloadableProductsToCartInput) {
+                  
mutation addDownloadableProductsToCart($input: AddDownloadableProductsToCartInput) {
   addDownloadableProductsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -8273,30 +7622,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddDownloadableProductsToCartInput}
+                  
{"input": AddDownloadableProductsToCartInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addDownloadableProductsToCart": {"cart": Cart}
   }
 }
 
- -
back to top @@ -8354,9 +7693,7 @@
Arguments

Example

Query
- - -
mutation addGiftRegistryRegistrants(
+                  
mutation addGiftRegistryRegistrants(
   $giftRegistryUid: ID!,
   $registrants: [AddGiftRegistryRegistrantInput!]!
 ) {
@@ -8370,26 +7707,18 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "giftRegistryUid": "4",
   "registrants": [AddGiftRegistryRegistrantInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addGiftRegistryRegistrants": {
       "gift_registry": GiftRegistry
@@ -8397,8 +7726,6 @@ 
Response
} }
- -
back to top @@ -8456,9 +7783,7 @@
Arguments

Example

Query
- - -
mutation addProductsToCart(
+                  
mutation addProductsToCart(
   $cartId: String!,
   $cartItems: [CartItemInput!]!
 ) {
@@ -8475,26 +7800,18 @@ 
Query
}
}
- -
Variables
- - -
{
-  "cartId": "abc123",
+                  
{
+  "cartId": "xyz789",
   "cartItems": [CartItemInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addProductsToCart": {
       "cart": Cart,
@@ -8503,8 +7820,6 @@ 
Response
} }
- -
back to top @@ -8556,9 +7871,7 @@
Arguments

Example

Query
- - -
mutation addProductsToCompareList($input: AddProductsToCompareListInput) {
+                  
mutation addProductsToCompareList($input: AddProductsToCompareListInput) {
   addProductsToCompareList(input: $input) {
     attributes {
       ...ComparableAttributeFragment
@@ -8571,35 +7884,25 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddProductsToCompareListInput}
+                  
{"input": AddProductsToCompareListInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addProductsToCompareList": {
       "attributes": [ComparableAttribute],
       "item_count": 123,
       "items": [ComparableItem],
-      "uid": 4
+      "uid": "4"
     }
   }
 }
 
- -
back to top @@ -8657,9 +7960,7 @@
Arguments

Example

Query
- - -
mutation addProductsToRequisitionList(
+                  
mutation addProductsToRequisitionList(
   $requisitionListUid: ID!,
   $requisitionListItems: [RequisitionListItemsInput!]!
 ) {
@@ -8673,26 +7974,18 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "requisitionListUid": 4,
   "requisitionListItems": [RequisitionListItemsInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addProductsToRequisitionList": {
       "requisition_list": RequisitionList
@@ -8700,8 +7993,6 @@ 
Response
} }
- -
back to top @@ -8759,9 +8050,7 @@
Arguments

Example

Query
- - -
mutation addProductsToWishlist(
+                  
mutation addProductsToWishlist(
   $wishlistId: ID!,
   $wishlistItems: [WishlistItemInput!]!
 ) {
@@ -8778,23 +8067,15 @@ 
Query
}
}
- -
Variables
- - -
{"wishlistId": 4, "wishlistItems": [WishlistItemInput]}
+                  
{"wishlistId": 4, "wishlistItems": [WishlistItemInput]}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addProductsToWishlist": {
       "user_errors": [WishListUserInputError],
@@ -8803,8 +8084,6 @@ 
Response
} }
- -
back to top @@ -8857,9 +8136,7 @@
Arguments

Example

Query
- - -
mutation addPurchaseOrderComment($input: AddPurchaseOrderCommentInput!) {
+                  
mutation addPurchaseOrderComment($input: AddPurchaseOrderCommentInput!) {
   addPurchaseOrderComment(input: $input) {
     comment {
       ...PurchaseOrderCommentFragment
@@ -8867,23 +8144,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddPurchaseOrderCommentInput}
+                  
{"input": AddPurchaseOrderCommentInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addPurchaseOrderComment": {
       "comment": PurchaseOrderComment
@@ -8891,8 +8160,6 @@ 
Response
} }
- -
back to top @@ -8945,9 +8212,7 @@
Arguments

Example

Query
- - -
mutation addPurchaseOrderItemsToCart($input: AddPurchaseOrderItemsToCartInput!) {
+                  
mutation addPurchaseOrderItemsToCart($input: AddPurchaseOrderItemsToCartInput!) {
   addPurchaseOrderItemsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -8958,23 +8223,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddPurchaseOrderItemsToCartInput}
+                  
{"input": AddPurchaseOrderItemsToCartInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addPurchaseOrderItemsToCart": {
       "cart": Cart,
@@ -8983,8 +8240,6 @@ 
Response
} }
- -
back to top @@ -9042,9 +8297,7 @@
Arguments

Example

Query
- - -
mutation addRequisitionListItemsToCart(
+                  
mutation addRequisitionListItemsToCart(
   $requisitionListUid: ID!,
   $requisitionListItemUids: [ID!]
 ) {
@@ -9062,36 +8315,29 @@ 
Query
}
}
- -
Variables
- - -
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
+                  
{
+  "requisitionListUid": "4",
+  "requisitionListItemUids": ["4"]
+}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addRequisitionListItemsToCart": {
       "add_requisition_list_items_to_cart_user_errors": [
         AddRequisitionListItemToCartUserError
       ],
       "cart": Cart,
-      "status": true
+      "status": false
     }
   }
 }
 
- -
back to top @@ -9143,9 +8389,7 @@
Arguments

Example

Query
- - -
mutation addReturnComment($input: AddReturnCommentInput!) {
+                  
mutation addReturnComment($input: AddReturnCommentInput!) {
   addReturnComment(input: $input) {
     return {
       ...ReturnFragment
@@ -9153,26 +8397,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddReturnCommentInput}
+                  
{"input": AddReturnCommentInput}
 
- -
Response
- - -
{"data": {"addReturnComment": {"return": Return}}}
+                  
{"data": {"addReturnComment": {"return": Return}}}
 
- -
back to top @@ -9224,9 +8458,7 @@
Arguments

Example

Query
- - -
mutation addReturnTracking($input: AddReturnTrackingInput!) {
+                  
mutation addReturnTracking($input: AddReturnTrackingInput!) {
   addReturnTracking(input: $input) {
     return {
       ...ReturnFragment
@@ -9237,23 +8469,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddReturnTrackingInput}
+                  
{"input": AddReturnTrackingInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addReturnTracking": {
       "return": Return,
@@ -9262,8 +8486,6 @@ 
Response
} }
- -
back to top @@ -9315,9 +8537,7 @@
Arguments

Example

Query
- - -
mutation addSimpleProductsToCart($input: AddSimpleProductsToCartInput) {
+                  
mutation addSimpleProductsToCart($input: AddSimpleProductsToCartInput) {
   addSimpleProductsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -9325,26 +8545,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddSimpleProductsToCartInput}
+                  
{"input": AddSimpleProductsToCartInput}
 
- -
Response
- - -
{"data": {"addSimpleProductsToCart": {"cart": Cart}}}
+                  
{"data": {"addSimpleProductsToCart": {"cart": Cart}}}
 
- -
back to top @@ -9396,9 +8606,7 @@
Arguments

Example

Query
- - -
mutation addVirtualProductsToCart($input: AddVirtualProductsToCartInput) {
+                  
mutation addVirtualProductsToCart($input: AddVirtualProductsToCartInput) {
   addVirtualProductsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -9406,26 +8614,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": AddVirtualProductsToCartInput}
+                  
{"input": AddVirtualProductsToCartInput}
 
- -
Response
- - -
{"data": {"addVirtualProductsToCart": {"cart": Cart}}}
+                  
{"data": {"addVirtualProductsToCart": {"cart": Cart}}}
 
- -
back to top @@ -9483,9 +8681,7 @@
Arguments

Example

Query
- - -
mutation addWishlistItemsToCart(
+                  
mutation addWishlistItemsToCart(
   $wishlistId: ID!,
   $wishlistItemIds: [ID!]
 ) {
@@ -9503,36 +8699,26 @@ 
Query
}
}
- -
Variables
- - -
{"wishlistId": 4, "wishlistItemIds": [4]}
+                  
{"wishlistId": 4, "wishlistItemIds": ["4"]}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "addWishlistItemsToCart": {
       "add_wishlist_items_to_cart_user_errors": [
         WishlistCartUserInputError
       ],
-      "status": false,
+      "status": true,
       "wishlist": Wishlist
     }
   }
 }
 
- -
back to top @@ -9584,9 +8770,7 @@
Arguments

Example

Query
- - -
mutation applyCouponToCart($input: ApplyCouponToCartInput) {
+                  
mutation applyCouponToCart($input: ApplyCouponToCartInput) {
   applyCouponToCart(input: $input) {
     cart {
       ...CartFragment
@@ -9594,26 +8778,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": ApplyCouponToCartInput}
+                  
{"input": ApplyCouponToCartInput}
 
- -
Response
- - -
{"data": {"applyCouponToCart": {"cart": Cart}}}
+                  
{"data": {"applyCouponToCart": {"cart": Cart}}}
 
- -
back to top @@ -9665,9 +8839,7 @@
Arguments

Example

Query
- - -
mutation applyCouponsToCart($input: ApplyCouponsToCartInput) {
+                  
mutation applyCouponsToCart($input: ApplyCouponsToCartInput) {
   applyCouponsToCart(input: $input) {
     cart {
       ...CartFragment
@@ -9675,26 +8847,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": ApplyCouponsToCartInput}
+                  
{"input": ApplyCouponsToCartInput}
 
- -
Response
- - -
{"data": {"applyCouponsToCart": {"cart": Cart}}}
+                  
{"data": {"applyCouponsToCart": {"cart": Cart}}}
 
- -
back to top @@ -9746,9 +8908,7 @@
Arguments

Example

Query
- - -
mutation applyGiftCardToCart($input: ApplyGiftCardToCartInput) {
+                  
mutation applyGiftCardToCart($input: ApplyGiftCardToCartInput) {
   applyGiftCardToCart(input: $input) {
     cart {
       ...CartFragment
@@ -9756,26 +8916,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": ApplyGiftCardToCartInput}
+                  
{"input": ApplyGiftCardToCartInput}
 
- -
Response
- - -
{"data": {"applyGiftCardToCart": {"cart": Cart}}}
+                  
{"data": {"applyGiftCardToCart": {"cart": Cart}}}
 
- -
back to top @@ -9828,9 +8978,7 @@
Arguments

Example

Query
- - -
mutation applyRewardPointsToCart($cartId: ID!) {
+                  
mutation applyRewardPointsToCart($cartId: ID!) {
   applyRewardPointsToCart(cartId: $cartId) {
     cart {
       ...CartFragment
@@ -9838,26 +8986,16 @@ 
Query
}
}
- -
Variables
- - -
{"cartId": 4}
+                  
{"cartId": 4}
 
- -
Response
- - -
{"data": {"applyRewardPointsToCart": {"cart": Cart}}}
+                  
{"data": {"applyRewardPointsToCart": {"cart": Cart}}}
 
- -
back to top @@ -9909,9 +9047,7 @@
Arguments

Example

Query
- - -
mutation applyStoreCreditToCart($input: ApplyStoreCreditToCartInput!) {
+                  
mutation applyStoreCreditToCart($input: ApplyStoreCreditToCartInput!) {
   applyStoreCreditToCart(input: $input) {
     cart {
       ...CartFragment
@@ -9919,26 +9055,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": ApplyStoreCreditToCartInput}
+                  
{"input": ApplyStoreCreditToCartInput}
 
- -
Response
- - -
{"data": {"applyStoreCreditToCart": {"cart": Cart}}}
+                  
{"data": {"applyStoreCreditToCart": {"cart": Cart}}}
 
- -
back to top @@ -9991,9 +9117,7 @@
Arguments

Example

Query
- - -
mutation approvePurchaseOrders($input: PurchaseOrdersActionInput!) {
+                  
mutation approvePurchaseOrders($input: PurchaseOrdersActionInput!) {
   approvePurchaseOrders(input: $input) {
     errors {
       ...PurchaseOrderActionErrorFragment
@@ -10004,23 +9128,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": PurchaseOrdersActionInput}
+                  
{"input": PurchaseOrdersActionInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "approvePurchaseOrders": {
       "errors": [PurchaseOrderActionError],
@@ -10029,8 +9145,6 @@ 
Response
} }
- -
back to top @@ -10082,9 +9196,7 @@
Arguments

Example

Query
- - -
mutation assignCompareListToCustomer($uid: ID!) {
+                  
mutation assignCompareListToCustomer($uid: ID!) {
   assignCompareListToCustomer(uid: $uid) {
     compare_list {
       ...CompareListFragment
@@ -10093,23 +9205,15 @@ 
Query
}
}
- -
Variables
- - -
{"uid": 4}
+                  
{"uid": 4}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "assignCompareListToCustomer": {
       "compare_list": CompareList,
@@ -10118,8 +9222,6 @@ 
Response
} }
- -
back to top @@ -10172,9 +9274,7 @@
Arguments

Example

Query
- - -
mutation assignCustomerToGuestCart($cart_id: String!) {
+                  
mutation assignCustomerToGuestCart($cart_id: String!) {
   assignCustomerToGuestCart(cart_id: $cart_id) {
     applied_coupon {
       ...AppliedCouponFragment
@@ -10233,23 +9333,15 @@ 
Query
}
}
- -
Variables
- - -
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "assignCustomerToGuestCart": {
       "applied_coupon": AppliedCoupon,
@@ -10262,12 +9354,12 @@ 
Response
AvailablePaymentMethod ], "billing_address": BillingCartAddress, - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, - "is_virtual": true, + "id": "4", + "is_virtual": false, "items": [CartItemInterface], "itemsV2": CartItems, "prices": CartPrices, @@ -10280,8 +9372,6 @@
Response
} }
- -
back to top @@ -10333,9 +9423,7 @@
Arguments

Example

Query
- - -
mutation cancelNegotiableQuoteTemplate($input: CancelNegotiableQuoteTemplateInput!) {
+                  
mutation cancelNegotiableQuoteTemplate($input: CancelNegotiableQuoteTemplateInput!) {
   cancelNegotiableQuoteTemplate(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -10373,34 +9461,26 @@ 
Query
}
}
- -
Variables
- - -
{"input": CancelNegotiableQuoteTemplateInput}
+                  
{"input": CancelNegotiableQuoteTemplateInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "cancelNegotiableQuoteTemplate": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
       "expiration_date": "xyz789",
       "history": [NegotiableQuoteHistoryEntry],
-      "is_min_max_qty_used": true,
+      "is_min_max_qty_used": false,
       "is_virtual": false,
       "items": [CartItemInterface],
       "max_order_commitment": 123,
-      "min_order_commitment": 123,
+      "min_order_commitment": 987,
       "name": "abc123",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
@@ -10410,15 +9490,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", - "template_id": 4, - "total_quantity": 123.45 + "status": "abc123", + "template_id": "4", + "total_quantity": 987.65 } } }
- -
back to top @@ -10471,9 +9549,7 @@
Arguments

Example

Query
- - -
mutation cancelOrder($input: CancelOrderInput!) {
+                  
mutation cancelOrder($input: CancelOrderInput!) {
   cancelOrder(input: $input) {
     error
     errorV2 {
@@ -10485,34 +9561,24 @@ 
Query
}
}
- -
Variables
- - -
{"input": CancelOrderInput}
+                  
{"input": CancelOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "cancelOrder": {
-      "error": "xyz789",
+      "error": "abc123",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
   }
 }
 
- -
back to top @@ -10565,9 +9631,7 @@
Arguments

Example

Query
- - -
mutation cancelPurchaseOrders($input: PurchaseOrdersActionInput!) {
+                  
mutation cancelPurchaseOrders($input: PurchaseOrdersActionInput!) {
   cancelPurchaseOrders(input: $input) {
     errors {
       ...PurchaseOrderActionErrorFragment
@@ -10578,23 +9642,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": PurchaseOrdersActionInput}
+                  
{"input": PurchaseOrdersActionInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "cancelPurchaseOrders": {
       "errors": [PurchaseOrderActionError],
@@ -10603,8 +9659,6 @@ 
Response
} }
- -
back to top @@ -10662,9 +9716,7 @@
Arguments

Example

Query
- - -
mutation changeCustomerPassword(
+                  
mutation changeCustomerPassword(
   $currentPassword: String!,
   $newPassword: String!
 ) {
@@ -10776,42 +9828,34 @@ 
Query
}
}
- -
Variables
- - -
{
-  "currentPassword": "xyz789",
+                  
{
+  "currentPassword": "abc123",
   "newPassword": "abc123"
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "changeCustomerPassword": {
       "addresses": [CustomerAddress],
       "addressesV2": CustomerAddresses,
-      "allow_remote_shopping_assistance": false,
+      "allow_remote_shopping_assistance": true,
       "companies": UserCompaniesOutput,
       "compare_list": CompareList,
       "confirmation_status": "ACCOUNT_CONFIRMED",
-      "created_at": "xyz789",
+      "created_at": "abc123",
       "custom_attributes": [AttributeValueInterface],
-      "date_of_birth": "xyz789",
+      "date_of_birth": "abc123",
       "default_billing": "abc123",
-      "default_shipping": "xyz789",
+      "default_shipping": "abc123",
       "dob": "abc123",
       "email": "xyz789",
-      "firstname": "abc123",
+      "firstname": "xyz789",
       "gender": 987,
       "gift_registries": [GiftRegistry],
       "gift_registry": GiftRegistry,
@@ -10820,16 +9864,16 @@ 
Response
"id": 123, "is_subscribed": true, "job_title": "xyz789", - "lastname": "abc123", + "lastname": "xyz789", "middlename": "abc123", "orders": CustomerOrders, - "prefix": "abc123", + "prefix": "xyz789", "purchase_order": PurchaseOrder, "purchase_order_approval_rule": PurchaseOrderApprovalRule, "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": false, + "purchase_orders_enabled": true, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -10841,7 +9885,7 @@
Response
"store_credit": CustomerStoreCredit, "structure_id": 4, "suffix": "xyz789", - "taxvat": "xyz789", + "taxvat": "abc123", "team": CompanyTeam, "telephone": "xyz789", "wishlist": Wishlist, @@ -10851,8 +9895,6 @@
Response
} }
- -
back to top @@ -10904,9 +9946,7 @@
Arguments

Example

Query
- - -
mutation clearCart($input: ClearCartInput!) {
+                  
mutation clearCart($input: ClearCartInput!) {
   clearCart(input: $input) {
     cart {
       ...CartFragment
@@ -10917,23 +9957,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": ClearCartInput}
+                  
{"input": ClearCartInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "clearCart": {
       "cart": Cart,
@@ -10942,8 +9974,6 @@ 
Response
} }
- -
back to top @@ -10995,9 +10025,7 @@
Arguments

Example

Query
- - -
mutation clearCustomerCart($cartUid: String!) {
+                  
mutation clearCustomerCart($cartUid: String!) {
   clearCustomerCart(cartUid: $cartUid) {
     cart {
       ...CartFragment
@@ -11006,30 +10034,20 @@ 
Query
}
}
- -
Variables
- - -
{"cartUid": "abc123"}
+                  
{"cartUid": "abc123"}
 
- -
Response
- - -
{
+                  
{
   "data": {
-    "clearCustomerCart": {"cart": Cart, "status": true}
+    "clearCustomerCart": {"cart": Cart, "status": false}
   }
 }
 
- -
back to top @@ -11081,9 +10099,7 @@
Arguments

Example

Query
- - -
mutation closeNegotiableQuotes($input: CloseNegotiableQuotesInput!) {
+                  
mutation closeNegotiableQuotes($input: CloseNegotiableQuotesInput!) {
   closeNegotiableQuotes(input: $input) {
     closed_quotes {
       ...NegotiableQuoteFragment
@@ -11103,23 +10119,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": CloseNegotiableQuotesInput}
+                  
{"input": CloseNegotiableQuotesInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "closeNegotiableQuotes": {
       "closed_quotes": [NegotiableQuote],
@@ -11132,8 +10140,6 @@ 
Response
} }
- -
back to top @@ -11186,9 +10192,7 @@
Arguments

Example

Query
- - -
mutation confirmCancelOrder($input: ConfirmCancelOrderInput!) {
+                  
mutation confirmCancelOrder($input: ConfirmCancelOrderInput!) {
   confirmCancelOrder(input: $input) {
     error
     errorV2 {
@@ -11200,34 +10204,24 @@ 
Query
}
}
- -
Variables
- - -
{"input": ConfirmCancelOrderInput}
+                  
{"input": ConfirmCancelOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "confirmCancelOrder": {
-      "error": "abc123",
+      "error": "xyz789",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
   }
 }
 
- -
back to top @@ -11279,9 +10273,7 @@
Arguments

Example

Query
- - -
mutation confirmEmail($input: ConfirmEmailInput!) {
+                  
mutation confirmEmail($input: ConfirmEmailInput!) {
   confirmEmail(input: $input) {
     customer {
       ...CustomerFragment
@@ -11289,26 +10281,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": ConfirmEmailInput}
+                  
{"input": ConfirmEmailInput}
 
- -
Response
- - -
{"data": {"confirmEmail": {"customer": Customer}}}
+                  
{"data": {"confirmEmail": {"customer": Customer}}}
 
- -
back to top @@ -11361,9 +10343,7 @@
Arguments

Example

Query
- - -
mutation confirmReturn($input: ConfirmReturnInput!) {
+                  
mutation confirmReturn($input: ConfirmReturnInput!) {
   confirmReturn(input: $input) {
     return {
       ...ReturnFragment
@@ -11374,23 +10354,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": ConfirmReturnInput}
+                  
{"input": ConfirmReturnInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "confirmReturn": {
       "return": Return,
@@ -11399,8 +10371,6 @@ 
Response
} }
- -
back to top @@ -11452,34 +10422,22 @@
Arguments

Example

Query
- - -
mutation contactUs($input: ContactUsInput!) {
+                  
mutation contactUs($input: ContactUsInput!) {
   contactUs(input: $input) {
     status
   }
 }
 
- -
Variables
- - -
{"input": ContactUsInput}
+                  
{"input": ContactUsInput}
 
- -
Response
- - -
{"data": {"contactUs": {"status": false}}}
+                  
{"data": {"contactUs": {"status": true}}}
 
- -
back to top @@ -11543,9 +10501,7 @@
Arguments

Example

Query
- - -
mutation copyItemsBetweenRequisitionLists(
+                  
mutation copyItemsBetweenRequisitionLists(
   $sourceRequisitionListUid: ID!,
   $destinationRequisitionListUid: ID,
   $requisitionListItem: CopyItemsBetweenRequisitionListsInput
@@ -11561,27 +10517,19 @@ 
Query
}
}
- -
Variables
- - -
{
-  "sourceRequisitionListUid": "4",
+                  
{
+  "sourceRequisitionListUid": 4,
   "destinationRequisitionListUid": "4",
   "requisitionListItem": CopyItemsBetweenRequisitionListsInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "copyItemsBetweenRequisitionLists": {
       "requisition_list": RequisitionList
@@ -11589,8 +10537,6 @@ 
Response
} }
- -
back to top @@ -11654,9 +10600,7 @@
Arguments

Example

Query
- - -
mutation copyProductsBetweenWishlists(
+                  
mutation copyProductsBetweenWishlists(
   $sourceWishlistUid: ID!,
   $destinationWishlistUid: ID!,
   $wishlistItems: [WishlistItemCopyInput!]!
@@ -11678,27 +10622,19 @@ 
Query
}
}
- -
Variables
- - -
{
-  "sourceWishlistUid": "4",
+                  
{
+  "sourceWishlistUid": 4,
   "destinationWishlistUid": "4",
   "wishlistItems": [WishlistItemCopyInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "copyProductsBetweenWishlists": {
       "destination_wishlist": Wishlist,
@@ -11708,8 +10644,6 @@ 
Response
} }
- -
back to top @@ -11742,27 +10676,19 @@
Response

Example

Query
- - -
mutation createBraintreeClientToken {
+                  
mutation createBraintreeClientToken {
   createBraintreeClientToken
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
-    "createBraintreeClientToken": "abc123"
+    "createBraintreeClientToken": "xyz789"
   }
 }
 
- -
back to top @@ -11795,27 +10721,19 @@
Response

Example

Query
- - -
mutation createBraintreePayPalClientToken {
+                  
mutation createBraintreePayPalClientToken {
   createBraintreePayPalClientToken
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createBraintreePayPalClientToken": "xyz789"
   }
 }
 
- -
back to top @@ -11868,36 +10786,24 @@
Arguments

Example

Query
- - -
mutation createBraintreePayPalVaultClientToken($input: BraintreeVaultInput) {
+                  
mutation createBraintreePayPalVaultClientToken($input: BraintreeVaultInput) {
   createBraintreePayPalVaultClientToken(input: $input)
 }
 
- -
Variables
- - -
{"input": BraintreeVaultInput}
+                  
{"input": BraintreeVaultInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
-    "createBraintreePayPalVaultClientToken": "xyz789"
+    "createBraintreePayPalVaultClientToken": "abc123"
   }
 }
 
- -
back to top @@ -11950,9 +10856,7 @@
Arguments

Example

Query
- - -
mutation createCompany($input: CompanyCreateInput!) {
+                  
mutation createCompany($input: CompanyCreateInput!) {
   createCompany(input: $input) {
     company {
       ...CompanyFragment
@@ -11960,26 +10864,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyCreateInput}
+                  
{"input": CompanyCreateInput}
 
- -
Response
- - -
{"data": {"createCompany": {"company": Company}}}
+                  
{"data": {"createCompany": {"company": Company}}}
 
- -
back to top @@ -12032,9 +10926,7 @@
Arguments

Example

Query
- - -
mutation createCompanyRole($input: CompanyRoleCreateInput!) {
+                  
mutation createCompanyRole($input: CompanyRoleCreateInput!) {
   createCompanyRole(input: $input) {
     role {
       ...CompanyRoleFragment
@@ -12042,26 +10934,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyRoleCreateInput}
+                  
{"input": CompanyRoleCreateInput}
 
- -
Response
- - -
{"data": {"createCompanyRole": {"role": CompanyRole}}}
+                  
{"data": {"createCompanyRole": {"role": CompanyRole}}}
 
- -
back to top @@ -12114,9 +10996,7 @@
Arguments

Example

Query
- - -
mutation createCompanyTeam($input: CompanyTeamCreateInput!) {
+                  
mutation createCompanyTeam($input: CompanyTeamCreateInput!) {
   createCompanyTeam(input: $input) {
     team {
       ...CompanyTeamFragment
@@ -12124,26 +11004,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyTeamCreateInput}
+                  
{"input": CompanyTeamCreateInput}
 
- -
Response
- - -
{"data": {"createCompanyTeam": {"team": CompanyTeam}}}
+                  
{"data": {"createCompanyTeam": {"team": CompanyTeam}}}
 
- -
back to top @@ -12196,9 +11066,7 @@
Arguments

Example

Query
- - -
mutation createCompanyUser($input: CompanyUserCreateInput!) {
+                  
mutation createCompanyUser($input: CompanyUserCreateInput!) {
   createCompanyUser(input: $input) {
     user {
       ...CustomerFragment
@@ -12206,26 +11074,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyUserCreateInput}
+                  
{"input": CompanyUserCreateInput}
 
- -
Response
- - -
{"data": {"createCompanyUser": {"user": Customer}}}
+                  
{"data": {"createCompanyUser": {"user": Customer}}}
 
- -
back to top @@ -12278,9 +11136,7 @@
Arguments

Example

Query
- - -
mutation createCompareList($input: CreateCompareListInput) {
+                  
mutation createCompareList($input: CreateCompareListInput) {
   createCompareList(input: $input) {
     attributes {
       ...ComparableAttributeFragment
@@ -12293,35 +11149,25 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreateCompareListInput}
+                  
{"input": CreateCompareListInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createCompareList": {
       "attributes": [ComparableAttribute],
-      "item_count": 123,
+      "item_count": 987,
       "items": [ComparableItem],
       "uid": "4"
     }
   }
 }
 
- -
back to top @@ -12372,9 +11218,7 @@
Arguments

Example

Query
- - -
mutation createCustomer($input: CustomerInput!) {
+                  
mutation createCustomer($input: CustomerInput!) {
   createCustomer(input: $input) {
     customer {
       ...CustomerFragment
@@ -12382,26 +11226,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CustomerInput}
+                  
{"input": CustomerInput}
 
- -
Response
- - -
{"data": {"createCustomer": {"customer": Customer}}}
+                  
{"data": {"createCustomer": {"customer": Customer}}}
 
- -
back to top @@ -12454,9 +11288,7 @@
Arguments

Example

Query
- - -
mutation createCustomerAddress($input: CustomerAddressInput!) {
+                  
mutation createCustomerAddress($input: CustomerAddressInput!) {
   createCustomerAddress(input: $input) {
     city
     company
@@ -12492,54 +11324,44 @@ 
Query
}
}
- -
Variables
- - -
{"input": CustomerAddressInput}
+                  
{"input": CustomerAddressInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createCustomerAddress": {
       "city": "abc123",
       "company": "abc123",
       "country_code": "AF",
-      "country_id": "abc123",
+      "country_id": "xyz789",
       "custom_attributes": [CustomerAddressAttribute],
       "custom_attributesV2": [AttributeValueInterface],
       "customer_id": 987,
-      "default_billing": true,
-      "default_shipping": false,
+      "default_billing": false,
+      "default_shipping": true,
       "extension_attributes": [CustomerAddressAttribute],
       "fax": "abc123",
-      "firstname": "abc123",
-      "id": 123,
+      "firstname": "xyz789",
+      "id": 987,
       "lastname": "abc123",
-      "middlename": "xyz789",
+      "middlename": "abc123",
       "postcode": "xyz789",
-      "prefix": "xyz789",
+      "prefix": "abc123",
       "region": CustomerAddressRegion,
-      "region_id": 987,
-      "street": ["abc123"],
+      "region_id": 123,
+      "street": ["xyz789"],
       "suffix": "abc123",
-      "telephone": "abc123",
-      "vat_id": "xyz789"
+      "telephone": "xyz789",
+      "vat_id": "abc123"
     }
   }
 }
 
- -
back to top @@ -12591,9 +11413,7 @@
Arguments

Example

Query
- - -
mutation createCustomerV2($input: CustomerCreateInput!) {
+                  
mutation createCustomerV2($input: CustomerCreateInput!) {
   createCustomerV2(input: $input) {
     customer {
       ...CustomerFragment
@@ -12601,26 +11421,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CustomerCreateInput}
+                  
{"input": CustomerCreateInput}
 
- -
Response
- - -
{"data": {"createCustomerV2": {"customer": Customer}}}
+                  
{"data": {"createCustomerV2": {"customer": Customer}}}
 
- -
back to top @@ -12679,32 +11489,20 @@
Arguments

Example

Query
- - -
mutation createEmptyCart($input: createEmptyCartInput) {
+                  
mutation createEmptyCart($input: createEmptyCartInput) {
   createEmptyCart(input: $input)
 }
 
- -
Variables
- - -
{"input": createEmptyCartInput}
+                  
{"input": createEmptyCartInput}
 
- -
Response
- - -
{"data": {"createEmptyCart": "xyz789"}}
+                  
{"data": {"createEmptyCart": "xyz789"}}
 
- -
back to top @@ -12756,9 +11554,7 @@
Arguments

Example

Query
- - -
mutation createGiftRegistry($giftRegistry: CreateGiftRegistryInput!) {
+                  
mutation createGiftRegistry($giftRegistry: CreateGiftRegistryInput!) {
   createGiftRegistry(giftRegistry: $giftRegistry) {
     gift_registry {
       ...GiftRegistryFragment
@@ -12766,30 +11562,20 @@ 
Query
}
}
- -
Variables
- - -
{"giftRegistry": CreateGiftRegistryInput}
+                  
{"giftRegistry": CreateGiftRegistryInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createGiftRegistry": {"gift_registry": GiftRegistry}
   }
 }
 
- -
back to top @@ -12842,9 +11628,7 @@
Arguments

Example

Query
- - -
mutation createGuestCart($input: CreateGuestCartInput) {
+                  
mutation createGuestCart($input: CreateGuestCartInput) {
   createGuestCart(input: $input) {
     cart {
       ...CartFragment
@@ -12852,26 +11636,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreateGuestCartInput}
+                  
{"input": CreateGuestCartInput}
 
- -
Response
- - -
{"data": {"createGuestCart": {"cart": Cart}}}
+                  
{"data": {"createGuestCart": {"cart": Cart}}}
 
- -
back to top @@ -12923,9 +11697,7 @@
Arguments

Example

Query
- - -
mutation createPayflowProToken($input: PayflowProTokenInput!) {
+                  
mutation createPayflowProToken($input: PayflowProTokenInput!) {
   createPayflowProToken(input: $input) {
     response_message
     result
@@ -12935,36 +11707,26 @@ 
Query
}
}
- -
Variables
- - -
{"input": PayflowProTokenInput}
+                  
{"input": PayflowProTokenInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createPayflowProToken": {
-      "response_message": "xyz789",
-      "result": 123,
-      "result_code": 123,
-      "secure_token": "abc123",
-      "secure_token_id": "xyz789"
+      "response_message": "abc123",
+      "result": 987,
+      "result_code": 987,
+      "secure_token": "xyz789",
+      "secure_token_id": "abc123"
     }
   }
 }
 
- -
back to top @@ -13016,9 +11778,7 @@
Arguments

Example

Query
- - -
mutation createPaymentOrder($input: CreatePaymentOrderInput!) {
+                  
mutation createPaymentOrder($input: CreatePaymentOrderInput!) {
   createPaymentOrder(input: $input) {
     amount
     currency_code
@@ -13028,36 +11788,26 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreatePaymentOrderInput}
+                  
{"input": CreatePaymentOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createPaymentOrder": {
       "amount": 123.45,
-      "currency_code": "abc123",
-      "id": "abc123",
-      "mp_order_id": "xyz789",
-      "status": "xyz789"
+      "currency_code": "xyz789",
+      "id": "xyz789",
+      "mp_order_id": "abc123",
+      "status": "abc123"
     }
   }
 }
 
- -
back to top @@ -13109,9 +11859,7 @@
Arguments

Example

Query
- - -
mutation createPaypalExpressToken($input: PaypalExpressTokenInput!) {
+                  
mutation createPaypalExpressToken($input: PaypalExpressTokenInput!) {
   createPaypalExpressToken(input: $input) {
     paypal_urls {
       ...PaypalExpressUrlListFragment
@@ -13120,33 +11868,23 @@ 
Query
}
}
- -
Variables
- - -
{"input": PaypalExpressTokenInput}
+                  
{"input": PaypalExpressTokenInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createPaypalExpressToken": {
       "paypal_urls": PaypalExpressUrlList,
-      "token": "abc123"
+      "token": "xyz789"
     }
   }
 }
 
- -
back to top @@ -13198,9 +11936,7 @@
Arguments

Example

Query
- - -
mutation createProductReview($input: CreateProductReviewInput!) {
+                  
mutation createProductReview($input: CreateProductReviewInput!) {
   createProductReview(input: $input) {
     review {
       ...ProductReviewFragment
@@ -13208,30 +11944,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreateProductReviewInput}
+                  
{"input": CreateProductReviewInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createProductReview": {"review": ProductReview}
   }
 }
 
- -
back to top @@ -13284,9 +12010,7 @@
Arguments

Example

Query
- - -
mutation createPurchaseOrderApprovalRule($input: PurchaseOrderApprovalRuleInput!) {
+                  
mutation createPurchaseOrderApprovalRule($input: PurchaseOrderApprovalRuleInput!) {
   createPurchaseOrderApprovalRule(input: $input) {
     applies_to_roles {
       ...CompanyRoleFragment
@@ -13307,41 +12031,31 @@ 
Query
}
}
- -
Variables
- - -
{"input": PurchaseOrderApprovalRuleInput}
+                  
{"input": PurchaseOrderApprovalRuleInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createPurchaseOrderApprovalRule": {
       "applies_to_roles": [CompanyRole],
       "approver_roles": [CompanyRole],
       "condition": PurchaseOrderApprovalRuleConditionInterface,
-      "created_at": "xyz789",
-      "created_by": "abc123",
-      "description": "abc123",
+      "created_at": "abc123",
+      "created_by": "xyz789",
+      "description": "xyz789",
       "name": "abc123",
       "status": "ENABLED",
-      "uid": "4",
+      "uid": 4,
       "updated_at": "xyz789"
     }
   }
 }
 
- -
back to top @@ -13394,9 +12108,7 @@
Arguments

Example

Query
- - -
mutation createRequisitionList($input: CreateRequisitionListInput) {
+                  
mutation createRequisitionList($input: CreateRequisitionListInput) {
   createRequisitionList(input: $input) {
     requisition_list {
       ...RequisitionListFragment
@@ -13404,23 +12116,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreateRequisitionListInput}
+                  
{"input": CreateRequisitionListInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createRequisitionList": {
       "requisition_list": RequisitionList
@@ -13428,8 +12132,6 @@ 
Response
} }
- -
back to top @@ -13481,9 +12183,7 @@
Arguments

Example

Query
- - -
mutation createVaultCardPaymentToken($input: CreateVaultCardPaymentTokenInput!) {
+                  
mutation createVaultCardPaymentToken($input: CreateVaultCardPaymentTokenInput!) {
   createVaultCardPaymentToken(input: $input) {
     payment_source {
       ...PaymentSourceOutputFragment
@@ -13492,33 +12192,23 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreateVaultCardPaymentTokenInput}
+                  
{"input": CreateVaultCardPaymentTokenInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createVaultCardPaymentToken": {
       "payment_source": PaymentSourceOutput,
-      "vault_token_id": "abc123"
+      "vault_token_id": "xyz789"
     }
   }
 }
 
- -
back to top @@ -13570,31 +12260,21 @@
Arguments

Example

Query
- - -
mutation createVaultCardSetupToken($input: CreateVaultCardSetupTokenInput!) {
+                  
mutation createVaultCardSetupToken($input: CreateVaultCardSetupTokenInput!) {
   createVaultCardSetupToken(input: $input) {
     setup_token
   }
 }
 
- -
Variables
- - -
{"input": CreateVaultCardSetupTokenInput}
+                  
{"input": CreateVaultCardSetupTokenInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "createVaultCardSetupToken": {
       "setup_token": "xyz789"
@@ -13602,8 +12282,6 @@ 
Response
} }
- -
back to top @@ -13655,9 +12333,7 @@
Arguments

Example

Query
- - -
mutation createWishlist($input: CreateWishlistInput!) {
+                  
mutation createWishlist($input: CreateWishlistInput!) {
   createWishlist(input: $input) {
     wishlist {
       ...WishlistFragment
@@ -13665,26 +12341,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CreateWishlistInput}
+                  
{"input": CreateWishlistInput}
 
- -
Response
- - -
{"data": {"createWishlist": {"wishlist": Wishlist}}}
+                  
{"data": {"createWishlist": {"wishlist": Wishlist}}}
 
- -
back to top @@ -13737,34 +12403,22 @@
Arguments

Example

Query
- - -
mutation deleteCompanyRole($id: ID!) {
+                  
mutation deleteCompanyRole($id: ID!) {
   deleteCompanyRole(id: $id) {
     success
   }
 }
 
- -
Variables
- - -
{"id": 4}
+                  
{"id": 4}
 
- -
Response
- - -
{"data": {"deleteCompanyRole": {"success": false}}}
+                  
{"data": {"deleteCompanyRole": {"success": true}}}
 
- -
back to top @@ -13817,34 +12471,22 @@
Arguments

Example

Query
- - -
mutation deleteCompanyTeam($id: ID!) {
+                  
mutation deleteCompanyTeam($id: ID!) {
   deleteCompanyTeam(id: $id) {
     success
   }
 }
 
- -
Variables
- - -
{"id": "4"}
+                  
{"id": "4"}
 
- -
Response
- - -
{"data": {"deleteCompanyTeam": {"success": false}}}
+                  
{"data": {"deleteCompanyTeam": {"success": false}}}
 
- -
back to top @@ -13904,34 +12546,22 @@
Arguments

Example

Query
- - -
mutation deleteCompanyUser($id: ID!) {
+                  
mutation deleteCompanyUser($id: ID!) {
   deleteCompanyUser(id: $id) {
     success
   }
 }
 
- -
Variables
- - -
{"id": 4}
+                  
{"id": 4}
 
- -
Response
- - -
{"data": {"deleteCompanyUser": {"success": false}}}
+                  
{"data": {"deleteCompanyUser": {"success": true}}}
 
- -
back to top @@ -13984,34 +12614,22 @@
Arguments

Example

Query
- - -
mutation deleteCompanyUserV2($id: ID!) {
+                  
mutation deleteCompanyUserV2($id: ID!) {
   deleteCompanyUserV2(id: $id) {
     success
   }
 }
 
- -
Variables
- - -
{"id": "4"}
+                  
{"id": 4}
 
- -
Response
- - -
{"data": {"deleteCompanyUserV2": {"success": true}}}
+                  
{"data": {"deleteCompanyUserV2": {"success": true}}}
 
- -
back to top @@ -14063,34 +12681,22 @@
Arguments

Example

Query
- - -
mutation deleteCompareList($uid: ID!) {
+                  
mutation deleteCompareList($uid: ID!) {
   deleteCompareList(uid: $uid) {
     result
   }
 }
 
- -
Variables
- - -
{"uid": "4"}
+                  
{"uid": 4}
 
- -
Response
- - -
{"data": {"deleteCompareList": {"result": false}}}
+                  
{"data": {"deleteCompareList": {"result": true}}}
 
- -
back to top @@ -14123,23 +12729,15 @@
Response

Example

Query
- - -
mutation deleteCustomer {
+                  
mutation deleteCustomer {
   deleteCustomer
 }
 
- -
Response
- - -
{"data": {"deleteCustomer": false}}
+                  
{"data": {"deleteCustomer": true}}
 
- -
back to top @@ -14191,32 +12789,20 @@
Arguments

Example

Query
- - -
mutation deleteCustomerAddress($id: Int!) {
+                  
mutation deleteCustomerAddress($id: Int!) {
   deleteCustomerAddress(id: $id)
 }
 
- -
Variables
- - -
{"id": 987}
+                  
{"id": 123}
 
- -
Response
- - -
{"data": {"deleteCustomerAddress": true}}
+                  
{"data": {"deleteCustomerAddress": true}}
 
- -
back to top @@ -14268,32 +12854,20 @@
Arguments

Example

Query
- - -
mutation deleteNegotiableQuoteTemplate($input: DeleteNegotiableQuoteTemplateInput!) {
+                  
mutation deleteNegotiableQuoteTemplate($input: DeleteNegotiableQuoteTemplateInput!) {
   deleteNegotiableQuoteTemplate(input: $input)
 }
 
- -
Variables
- - -
{"input": DeleteNegotiableQuoteTemplateInput}
+                  
{"input": DeleteNegotiableQuoteTemplateInput}
 
- -
Response
- - -
{"data": {"deleteNegotiableQuoteTemplate": false}}
+                  
{"data": {"deleteNegotiableQuoteTemplate": false}}
 
- -
back to top @@ -14345,9 +12919,7 @@
Arguments

Example

Query
- - -
mutation deleteNegotiableQuotes($input: DeleteNegotiableQuotesInput!) {
+                  
mutation deleteNegotiableQuotes($input: DeleteNegotiableQuotesInput!) {
   deleteNegotiableQuotes(input: $input) {
     negotiable_quotes {
       ...NegotiableQuotesOutputFragment
@@ -14364,23 +12936,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": DeleteNegotiableQuotesInput}
+                  
{"input": DeleteNegotiableQuotesInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "deleteNegotiableQuotes": {
       "negotiable_quotes": NegotiableQuotesOutput,
@@ -14392,8 +12956,6 @@ 
Response
} }
- -
back to top @@ -14445,9 +13007,7 @@
Arguments

Example

Query
- - -
mutation deletePaymentToken($public_hash: String!) {
+                  
mutation deletePaymentToken($public_hash: String!) {
   deletePaymentToken(public_hash: $public_hash) {
     customerPaymentTokens {
       ...CustomerPaymentTokensFragment
@@ -14456,33 +13016,23 @@ 
Query
}
}
- -
Variables
- - -
{"public_hash": "abc123"}
+                  
{"public_hash": "xyz789"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "deletePaymentToken": {
       "customerPaymentTokens": CustomerPaymentTokens,
-      "result": false
+      "result": true
     }
   }
 }
 
- -
back to top @@ -14535,9 +13085,7 @@
Arguments

Example

Query
- - -
mutation deletePurchaseOrderApprovalRule($input: DeletePurchaseOrderApprovalRuleInput!) {
+                  
mutation deletePurchaseOrderApprovalRule($input: DeletePurchaseOrderApprovalRuleInput!) {
   deletePurchaseOrderApprovalRule(input: $input) {
     errors {
       ...DeletePurchaseOrderApprovalRuleErrorFragment
@@ -14545,23 +13093,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": DeletePurchaseOrderApprovalRuleInput}
+                  
{"input": DeletePurchaseOrderApprovalRuleInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "deletePurchaseOrderApprovalRule": {
       "errors": [DeletePurchaseOrderApprovalRuleError]
@@ -14569,8 +13109,6 @@ 
Response
} }
- -
back to top @@ -14622,9 +13160,7 @@
Arguments

Example

Query
- - -
mutation deleteRequisitionList($requisitionListUid: ID!) {
+                  
mutation deleteRequisitionList($requisitionListUid: ID!) {
   deleteRequisitionList(requisitionListUid: $requisitionListUid) {
     requisition_lists {
       ...RequisitionListsFragment
@@ -14633,23 +13169,15 @@ 
Query
}
}
- -
Variables
- - -
{"requisitionListUid": 4}
+                  
{"requisitionListUid": "4"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "deleteRequisitionList": {
       "requisition_lists": RequisitionLists,
@@ -14658,8 +13186,6 @@ 
Response
} }
- -
back to top @@ -14717,9 +13243,7 @@
Arguments

Example

Query
- - -
mutation deleteRequisitionListItems(
+                  
mutation deleteRequisitionListItems(
   $requisitionListUid: ID!,
   $requisitionListItemUids: [ID!]!
 ) {
@@ -14733,23 +13257,18 @@ 
Query
}
}
- -
Variables
- - -
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
+                  
{
+  "requisitionListUid": "4",
+  "requisitionListItemUids": ["4"]
+}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "deleteRequisitionListItems": {
       "requisition_list": RequisitionList
@@ -14757,8 +13276,6 @@ 
Response
} }
- -
back to top @@ -14810,9 +13327,7 @@
Arguments

Example

Query
- - -
mutation deleteWishlist($wishlistId: ID!) {
+                  
mutation deleteWishlist($wishlistId: ID!) {
   deleteWishlist(wishlistId: $wishlistId) {
     status
     wishlists {
@@ -14821,23 +13336,15 @@ 
Query
}
}
- -
Variables
- - -
{"wishlistId": 4}
+                  
{"wishlistId": 4}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "deleteWishlist": {
       "status": false,
@@ -14846,8 +13353,6 @@ 
Response
} }
- -
back to top @@ -14899,9 +13404,7 @@
Arguments

Example

Query
- - -
mutation duplicateNegotiableQuote($input: DuplicateNegotiableQuoteInput!) {
+                  
mutation duplicateNegotiableQuote($input: DuplicateNegotiableQuoteInput!) {
   duplicateNegotiableQuote(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -14909,30 +13412,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": DuplicateNegotiableQuoteInput}
+                  
{"input": DuplicateNegotiableQuoteInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "duplicateNegotiableQuote": {"quote": NegotiableQuote}
   }
 }
 
- -
back to top @@ -14984,9 +13477,7 @@
Arguments

Example

Query
- - -
mutation estimateShippingMethods($input: EstimateTotalsInput!) {
+                  
mutation estimateShippingMethods($input: EstimateTotalsInput!) {
   estimateShippingMethods(input: $input) {
     amount {
       ...MoneyFragment
@@ -15009,31 +13500,23 @@ 
Query
}
}
- -
Variables
- - -
{"input": EstimateTotalsInput}
+                  
{"input": EstimateTotalsInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "estimateShippingMethods": [
       {
         "amount": Money,
         "available": false,
         "base_amount": Money,
-        "carrier_code": "xyz789",
-        "carrier_title": "xyz789",
+        "carrier_code": "abc123",
+        "carrier_title": "abc123",
         "error_message": "xyz789",
         "method_code": "xyz789",
         "method_title": "abc123",
@@ -15044,8 +13527,6 @@ 
Response
} }
- -
back to top @@ -15097,9 +13578,7 @@
Arguments

Example

Query
- - -
mutation estimateTotals($input: EstimateTotalsInput!) {
+                  
mutation estimateTotals($input: EstimateTotalsInput!) {
   estimateTotals(input: $input) {
     cart {
       ...CartFragment
@@ -15107,26 +13586,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": EstimateTotalsInput}
+                  
{"input": EstimateTotalsInput}
 
- -
Response
- - -
{"data": {"estimateTotals": {"cart": Cart}}}
+                  
{"data": {"estimateTotals": {"cart": Cart}}}
 
- -
back to top @@ -15184,9 +13653,7 @@
Arguments

Example

Query
- - -
mutation generateCustomerToken(
+                  
mutation generateCustomerToken(
   $email: String!,
   $password: String!
 ) {
@@ -15198,26 +13665,18 @@ 
Query
}
}
- -
Variables
- - -
{
-  "email": "abc123",
+                  
{
+  "email": "xyz789",
   "password": "xyz789"
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "generateCustomerToken": {
       "token": "abc123"
@@ -15225,8 +13684,6 @@ 
Response
} }
- -
back to top @@ -15278,31 +13735,21 @@
Arguments

Example

Query
- - -
mutation generateCustomerTokenAsAdmin($input: GenerateCustomerTokenAsAdminInput!) {
+                  
mutation generateCustomerTokenAsAdmin($input: GenerateCustomerTokenAsAdminInput!) {
   generateCustomerTokenAsAdmin(input: $input) {
     customer_token
   }
 }
 
- -
Variables
- - -
{"input": GenerateCustomerTokenAsAdminInput}
+                  
{"input": GenerateCustomerTokenAsAdminInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "generateCustomerTokenAsAdmin": {
       "customer_token": "abc123"
@@ -15310,8 +13757,6 @@ 
Response
} }
- -
back to top @@ -15363,34 +13808,22 @@
Arguments

Example

Query
- - -
mutation generateNegotiableQuoteFromTemplate($input: GenerateNegotiableQuoteFromTemplateInput!) {
+                  
mutation generateNegotiableQuoteFromTemplate($input: GenerateNegotiableQuoteFromTemplateInput!) {
   generateNegotiableQuoteFromTemplate(input: $input) {
     negotiable_quote_uid
   }
 }
 
- -
Variables
- - -
{"input": GenerateNegotiableQuoteFromTemplateInput}
+                  
{"input": GenerateNegotiableQuoteFromTemplateInput}
 
- -
Response
- - -
{"data": {"generateNegotiableQuoteFromTemplate": {"negotiable_quote_uid": 4}}}
+                  
{"data": {"generateNegotiableQuoteFromTemplate": {"negotiable_quote_uid": 4}}}
 
- -
back to top @@ -15442,9 +13875,7 @@
Arguments

Example

Query
- - -
mutation handlePayflowProResponse($input: PayflowProResponseInput!) {
+                  
mutation handlePayflowProResponse($input: PayflowProResponseInput!) {
   handlePayflowProResponse(input: $input) {
     cart {
       ...CartFragment
@@ -15452,26 +13883,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": PayflowProResponseInput}
+                  
{"input": PayflowProResponseInput}
 
- -
Response
- - -
{"data": {"handlePayflowProResponse": {"cart": Cart}}}
+                  
{"data": {"handlePayflowProResponse": {"cart": Cart}}}
 
- -
back to top @@ -15529,9 +13950,7 @@
Arguments

Example

Query
- - -
mutation mergeCarts(
+                  
mutation mergeCarts(
   $source_cart_id: String!,
   $destination_cart_id: String
 ) {
@@ -15596,26 +14015,18 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "source_cart_id": "xyz789",
-  "destination_cart_id": "xyz789"
+  "destination_cart_id": "abc123"
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "mergeCarts": {
       "applied_coupon": AppliedCoupon,
@@ -15641,13 +14052,11 @@ 
Response
"rules": [CartRule], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 987.65 + "total_quantity": 123.45 } } }
- -
back to top @@ -15705,9 +14114,7 @@
Arguments

Example

Query
- - -
mutation moveCartItemsToGiftRegistry(
+                  
mutation moveCartItemsToGiftRegistry(
   $cartUid: ID!,
   $giftRegistryUid: ID!
 ) {
@@ -15725,34 +14132,24 @@ 
Query
}
}
- -
Variables
- - -
{"cartUid": 4, "giftRegistryUid": 4}
+                  
{"cartUid": 4, "giftRegistryUid": 4}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "moveCartItemsToGiftRegistry": {
       "gift_registry": GiftRegistry,
-      "status": false,
+      "status": true,
       "user_errors": [GiftRegistryItemsUserError]
     }
   }
 }
 
- -
back to top @@ -15816,9 +14213,7 @@
Arguments

Example

Query
- - -
mutation moveItemsBetweenRequisitionLists(
+                  
mutation moveItemsBetweenRequisitionLists(
   $sourceRequisitionListUid: ID!,
   $destinationRequisitionListUid: ID,
   $requisitionListItem: MoveItemsBetweenRequisitionListsInput
@@ -15837,27 +14232,19 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "sourceRequisitionListUid": 4,
   "destinationRequisitionListUid": 4,
   "requisitionListItem": MoveItemsBetweenRequisitionListsInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "moveItemsBetweenRequisitionLists": {
       "destination_requisition_list": RequisitionList,
@@ -15866,8 +14253,6 @@ 
Response
} }
- -
back to top @@ -15919,9 +14304,7 @@
Arguments

Example

Query
- - -
mutation moveLineItemToRequisitionList($input: MoveLineItemToRequisitionListInput!) {
+                  
mutation moveLineItemToRequisitionList($input: MoveLineItemToRequisitionListInput!) {
   moveLineItemToRequisitionList(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -15929,23 +14312,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": MoveLineItemToRequisitionListInput}
+                  
{"input": MoveLineItemToRequisitionListInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "moveLineItemToRequisitionList": {
       "quote": NegotiableQuote
@@ -15953,8 +14328,6 @@ 
Response
} }
- -
back to top @@ -16018,9 +14391,7 @@
Arguments

Example

Query
- - -
mutation moveProductsBetweenWishlists(
+                  
mutation moveProductsBetweenWishlists(
   $sourceWishlistUid: ID!,
   $destinationWishlistUid: ID!,
   $wishlistItems: [WishlistItemMoveInput!]!
@@ -16042,27 +14413,19 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "sourceWishlistUid": "4",
-  "destinationWishlistUid": "4",
+  "destinationWishlistUid": 4,
   "wishlistItems": [WishlistItemMoveInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "moveProductsBetweenWishlists": {
       "destination_wishlist": Wishlist,
@@ -16072,8 +14435,6 @@ 
Response
} }
- -
back to top @@ -16125,9 +14486,7 @@
Arguments

Example

Query
- - -
mutation openNegotiableQuoteTemplate($input: OpenNegotiableQuoteTemplateInput!) {
+                  
mutation openNegotiableQuoteTemplate($input: OpenNegotiableQuoteTemplateInput!) {
   openNegotiableQuoteTemplate(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -16165,35 +14524,27 @@ 
Query
}
}
- -
Variables
- - -
{"input": OpenNegotiableQuoteTemplateInput}
+                  
{"input": OpenNegotiableQuoteTemplateInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "openNegotiableQuoteTemplate": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
-      "expiration_date": "xyz789",
+      "expiration_date": "abc123",
       "history": [NegotiableQuoteHistoryEntry],
       "is_min_max_qty_used": true,
-      "is_virtual": false,
+      "is_virtual": true,
       "items": [CartItemInterface],
       "max_order_commitment": 987,
-      "min_order_commitment": 987,
-      "name": "xyz789",
+      "min_order_commitment": 123,
+      "name": "abc123",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
       "reference_document_links": [
@@ -16209,8 +14560,6 @@ 
Response
} }
- -
back to top @@ -16262,9 +14611,7 @@
Arguments

Example

Query
- - -
mutation placeNegotiableQuoteOrder($input: PlaceNegotiableQuoteOrderInput!) {
+                  
mutation placeNegotiableQuoteOrder($input: PlaceNegotiableQuoteOrderInput!) {
   placeNegotiableQuoteOrder(input: $input) {
     order {
       ...OrderFragment
@@ -16272,26 +14619,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": PlaceNegotiableQuoteOrderInput}
+                  
{"input": PlaceNegotiableQuoteOrderInput}
 
- -
Response
- - -
{"data": {"placeNegotiableQuoteOrder": {"order": Order}}}
+                  
{"data": {"placeNegotiableQuoteOrder": {"order": Order}}}
 
- -
back to top @@ -16343,9 +14680,7 @@
Arguments

Example

Query
- - -
mutation placeOrder($input: PlaceOrderInput) {
+                  
mutation placeOrder($input: PlaceOrderInput) {
   placeOrder(input: $input) {
     errors {
       ...PlaceOrderErrorFragment
@@ -16359,23 +14694,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": PlaceOrderInput}
+                  
{"input": PlaceOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "placeOrder": {
       "errors": [PlaceOrderError],
@@ -16385,8 +14712,6 @@ 
Response
} }
- -
back to top @@ -16439,9 +14764,7 @@
Arguments

Example

Query
- - -
mutation placeOrderForPurchaseOrder($input: PlaceOrderForPurchaseOrderInput!) {
+                  
mutation placeOrderForPurchaseOrder($input: PlaceOrderForPurchaseOrderInput!) {
   placeOrderForPurchaseOrder(input: $input) {
     order {
       ...CustomerOrderFragment
@@ -16449,30 +14772,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": PlaceOrderForPurchaseOrderInput}
+                  
{"input": PlaceOrderForPurchaseOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "placeOrderForPurchaseOrder": {"order": CustomerOrder}
   }
 }
 
- -
back to top @@ -16525,9 +14838,7 @@
Arguments

Example

Query
- - -
mutation placePurchaseOrder($input: PlacePurchaseOrderInput!) {
+                  
mutation placePurchaseOrder($input: PlacePurchaseOrderInput!) {
   placePurchaseOrder(input: $input) {
     purchase_order {
       ...PurchaseOrderFragment
@@ -16535,23 +14846,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": PlacePurchaseOrderInput}
+                  
{"input": PlacePurchaseOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "placePurchaseOrder": {
       "purchase_order": PurchaseOrder
@@ -16559,8 +14862,6 @@ 
Response
} }
- -
back to top @@ -16612,9 +14913,7 @@
Arguments

Example

Query
- - -
mutation redeemGiftCardBalanceAsStoreCredit($input: GiftCardAccountInput!) {
+                  
mutation redeemGiftCardBalanceAsStoreCredit($input: GiftCardAccountInput!) {
   redeemGiftCardBalanceAsStoreCredit(input: $input) {
     balance {
       ...MoneyFragment
@@ -16624,34 +14923,24 @@ 
Query
}
}
- -
Variables
- - -
{"input": GiftCardAccountInput}
+                  
{"input": GiftCardAccountInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "redeemGiftCardBalanceAsStoreCredit": {
       "balance": Money,
       "code": "xyz789",
-      "expiration_date": "xyz789"
+      "expiration_date": "abc123"
     }
   }
 }
 
- -
back to top @@ -16704,9 +14993,7 @@
Arguments

Example

Query
- - -
mutation rejectPurchaseOrders($input: PurchaseOrdersActionInput!) {
+                  
mutation rejectPurchaseOrders($input: PurchaseOrdersActionInput!) {
   rejectPurchaseOrders(input: $input) {
     errors {
       ...PurchaseOrderActionErrorFragment
@@ -16717,23 +15004,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": PurchaseOrdersActionInput}
+                  
{"input": PurchaseOrdersActionInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "rejectPurchaseOrders": {
       "errors": [PurchaseOrderActionError],
@@ -16742,8 +15021,6 @@ 
Response
} }
- -
back to top @@ -16795,9 +15072,7 @@
Arguments

Example

Query
- - -
mutation removeCouponFromCart($input: RemoveCouponFromCartInput) {
+                  
mutation removeCouponFromCart($input: RemoveCouponFromCartInput) {
   removeCouponFromCart(input: $input) {
     cart {
       ...CartFragment
@@ -16805,26 +15080,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveCouponFromCartInput}
+                  
{"input": RemoveCouponFromCartInput}
 
- -
Response
- - -
{"data": {"removeCouponFromCart": {"cart": Cart}}}
+                  
{"data": {"removeCouponFromCart": {"cart": Cart}}}
 
- -
back to top @@ -16876,9 +15141,7 @@
Arguments

Example

Query
- - -
mutation removeCouponsFromCart($input: RemoveCouponsFromCartInput) {
+                  
mutation removeCouponsFromCart($input: RemoveCouponsFromCartInput) {
   removeCouponsFromCart(input: $input) {
     cart {
       ...CartFragment
@@ -16886,26 +15149,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveCouponsFromCartInput}
+                  
{"input": RemoveCouponsFromCartInput}
 
- -
Response
- - -
{"data": {"removeCouponsFromCart": {"cart": Cart}}}
+                  
{"data": {"removeCouponsFromCart": {"cart": Cart}}}
 
- -
back to top @@ -16957,9 +15210,7 @@
Arguments

Example

Query
- - -
mutation removeGiftCardFromCart($input: RemoveGiftCardFromCartInput) {
+                  
mutation removeGiftCardFromCart($input: RemoveGiftCardFromCartInput) {
   removeGiftCardFromCart(input: $input) {
     cart {
       ...CartFragment
@@ -16967,26 +15218,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveGiftCardFromCartInput}
+                  
{"input": RemoveGiftCardFromCartInput}
 
- -
Response
- - -
{"data": {"removeGiftCardFromCart": {"cart": Cart}}}
+                  
{"data": {"removeGiftCardFromCart": {"cart": Cart}}}
 
- -
back to top @@ -17038,34 +15279,22 @@
Arguments

Example

Query
- - -
mutation removeGiftRegistry($giftRegistryUid: ID!) {
+                  
mutation removeGiftRegistry($giftRegistryUid: ID!) {
   removeGiftRegistry(giftRegistryUid: $giftRegistryUid) {
     success
   }
 }
 
- -
Variables
- - -
{"giftRegistryUid": "4"}
+                  
{"giftRegistryUid": "4"}
 
- -
Response
- - -
{"data": {"removeGiftRegistry": {"success": true}}}
+                  
{"data": {"removeGiftRegistry": {"success": true}}}
 
- -
back to top @@ -17123,9 +15352,7 @@
Arguments

Example

Query
- - -
mutation removeGiftRegistryItems(
+                  
mutation removeGiftRegistryItems(
   $giftRegistryUid: ID!,
   $itemsUid: [ID!]!
 ) {
@@ -17139,23 +15366,15 @@ 
Query
}
}
- -
Variables
- - -
{"giftRegistryUid": 4, "itemsUid": [4]}
+                  
{"giftRegistryUid": 4, "itemsUid": [4]}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "removeGiftRegistryItems": {
       "gift_registry": GiftRegistry
@@ -17163,8 +15382,6 @@ 
Response
} }
- -
back to top @@ -17222,9 +15439,7 @@
Arguments

Example

Query
- - -
mutation removeGiftRegistryRegistrants(
+                  
mutation removeGiftRegistryRegistrants(
   $giftRegistryUid: ID!,
   $registrantsUid: [ID!]!
 ) {
@@ -17238,26 +15453,18 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "giftRegistryUid": "4",
-  "registrantsUid": ["4"]
+  "registrantsUid": [4]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "removeGiftRegistryRegistrants": {
       "gift_registry": GiftRegistry
@@ -17265,8 +15472,6 @@ 
Response
} }
- -
back to top @@ -17318,9 +15523,7 @@
Arguments

Example

Query
- - -
mutation removeItemFromCart($input: RemoveItemFromCartInput) {
+                  
mutation removeItemFromCart($input: RemoveItemFromCartInput) {
   removeItemFromCart(input: $input) {
     cart {
       ...CartFragment
@@ -17328,26 +15531,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveItemFromCartInput}
+                  
{"input": RemoveItemFromCartInput}
 
- -
Response
- - -
{"data": {"removeItemFromCart": {"cart": Cart}}}
+                  
{"data": {"removeItemFromCart": {"cart": Cart}}}
 
- -
back to top @@ -17399,9 +15592,7 @@
Arguments

Example

Query
- - -
mutation removeNegotiableQuoteItems($input: RemoveNegotiableQuoteItemsInput!) {
+                  
mutation removeNegotiableQuoteItems($input: RemoveNegotiableQuoteItemsInput!) {
   removeNegotiableQuoteItems(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -17409,23 +15600,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveNegotiableQuoteItemsInput}
+                  
{"input": RemoveNegotiableQuoteItemsInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "removeNegotiableQuoteItems": {
       "quote": NegotiableQuote
@@ -17433,8 +15616,6 @@ 
Response
} }
- -
back to top @@ -17486,9 +15667,7 @@
Arguments

Example

Query
- - -
mutation removeNegotiableQuoteTemplateItems($input: RemoveNegotiableQuoteTemplateItemsInput!) {
+                  
mutation removeNegotiableQuoteTemplateItems($input: RemoveNegotiableQuoteTemplateItemsInput!) {
   removeNegotiableQuoteTemplateItems(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -17526,33 +15705,25 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveNegotiableQuoteTemplateItemsInput}
+                  
{"input": RemoveNegotiableQuoteTemplateItemsInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "removeNegotiableQuoteTemplateItems": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
-      "expiration_date": "xyz789",
+      "expiration_date": "abc123",
       "history": [NegotiableQuoteHistoryEntry],
       "is_min_max_qty_used": true,
       "is_virtual": false,
       "items": [CartItemInterface],
-      "max_order_commitment": 123,
+      "max_order_commitment": 987,
       "min_order_commitment": 123,
       "name": "xyz789",
       "notifications": [QuoteTemplateNotificationMessage],
@@ -17563,15 +15734,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", + "status": "xyz789", "template_id": "4", - "total_quantity": 987.65 + "total_quantity": 123.45 } } }
- -
back to top @@ -17623,9 +15792,7 @@
Arguments

Example

Query
- - -
mutation removeProductsFromCompareList($input: RemoveProductsFromCompareListInput) {
+                  
mutation removeProductsFromCompareList($input: RemoveProductsFromCompareListInput) {
   removeProductsFromCompareList(input: $input) {
     attributes {
       ...ComparableAttributeFragment
@@ -17638,35 +15805,25 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveProductsFromCompareListInput}
+                  
{"input": RemoveProductsFromCompareListInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "removeProductsFromCompareList": {
       "attributes": [ComparableAttribute],
-      "item_count": 987,
+      "item_count": 123,
       "items": [ComparableItem],
       "uid": "4"
     }
   }
 }
 
- -
back to top @@ -17724,9 +15881,7 @@
Arguments

Example

Query
- - -
mutation removeProductsFromWishlist(
+                  
mutation removeProductsFromWishlist(
   $wishlistId: ID!,
   $wishlistItemsIds: [ID!]!
 ) {
@@ -17743,23 +15898,15 @@ 
Query
}
}
- -
Variables
- - -
{"wishlistId": 4, "wishlistItemsIds": ["4"]}
+                  
{"wishlistId": "4", "wishlistItemsIds": [4]}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "removeProductsFromWishlist": {
       "user_errors": [WishListUserInputError],
@@ -17768,8 +15915,6 @@ 
Response
} }
- -
back to top @@ -17821,9 +15966,7 @@
Arguments

Example

Query
- - -
mutation removeReturnTracking($input: RemoveReturnTrackingInput!) {
+                  
mutation removeReturnTracking($input: RemoveReturnTrackingInput!) {
   removeReturnTracking(input: $input) {
     return {
       ...ReturnFragment
@@ -17831,26 +15974,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveReturnTrackingInput}
+                  
{"input": RemoveReturnTrackingInput}
 
- -
Response
- - -
{"data": {"removeReturnTracking": {"return": Return}}}
+                  
{"data": {"removeReturnTracking": {"return": Return}}}
 
- -
back to top @@ -17903,9 +16036,7 @@
Arguments

Example

Query
- - -
mutation removeRewardPointsFromCart($cartId: ID!) {
+                  
mutation removeRewardPointsFromCart($cartId: ID!) {
   removeRewardPointsFromCart(cartId: $cartId) {
     cart {
       ...CartFragment
@@ -17913,26 +16044,16 @@ 
Query
}
}
- -
Variables
- - -
{"cartId": "4"}
+                  
{"cartId": 4}
 
- -
Response
- - -
{"data": {"removeRewardPointsFromCart": {"cart": Cart}}}
+                  
{"data": {"removeRewardPointsFromCart": {"cart": Cart}}}
 
- -
back to top @@ -17984,9 +16105,7 @@
Arguments

Example

Query
- - -
mutation removeStoreCreditFromCart($input: RemoveStoreCreditFromCartInput!) {
+                  
mutation removeStoreCreditFromCart($input: RemoveStoreCreditFromCartInput!) {
   removeStoreCreditFromCart(input: $input) {
     cart {
       ...CartFragment
@@ -17994,26 +16113,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": RemoveStoreCreditFromCartInput}
+                  
{"input": RemoveStoreCreditFromCartInput}
 
- -
Response
- - -
{"data": {"removeStoreCreditFromCart": {"cart": Cart}}}
+                  
{"data": {"removeStoreCreditFromCart": {"cart": Cart}}}
 
- -
back to top @@ -18065,9 +16174,7 @@
Arguments

Example

Query
- - -
mutation renameNegotiableQuote($input: RenameNegotiableQuoteInput!) {
+                  
mutation renameNegotiableQuote($input: RenameNegotiableQuoteInput!) {
   renameNegotiableQuote(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -18075,30 +16182,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": RenameNegotiableQuoteInput}
+                  
{"input": RenameNegotiableQuoteInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "renameNegotiableQuote": {"quote": NegotiableQuote}
   }
 }
 
- -
back to top @@ -18151,9 +16248,7 @@
Arguments

Example

Query
- - -
mutation reorderItems($orderNumber: String!) {
+                  
mutation reorderItems($orderNumber: String!) {
   reorderItems(orderNumber: $orderNumber) {
     cart {
       ...CartFragment
@@ -18164,23 +16259,15 @@ 
Query
}
}
- -
Variables
- - -
{"orderNumber": "abc123"}
+                  
{"orderNumber": "abc123"}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "reorderItems": {
       "cart": Cart,
@@ -18189,8 +16276,6 @@ 
Response
} }
- -
back to top @@ -18243,9 +16328,7 @@
Arguments

Example

Query
- - -
mutation requestGuestOrderCancel($input: GuestOrderCancelInput!) {
+                  
mutation requestGuestOrderCancel($input: GuestOrderCancelInput!) {
   requestGuestOrderCancel(input: $input) {
     error
     errorV2 {
@@ -18257,34 +16340,24 @@ 
Query
}
}
- -
Variables
- - -
{"input": GuestOrderCancelInput}
+                  
{"input": GuestOrderCancelInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "requestGuestOrderCancel": {
-      "error": "abc123",
+      "error": "xyz789",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
   }
 }
 
- -
back to top @@ -18328,9 +16401,7 @@
Arguments

Example

Query
- - -
mutation requestGuestReturn($input: RequestGuestReturnInput!) {
+                  
mutation requestGuestReturn($input: RequestGuestReturnInput!) {
   requestGuestReturn(input: $input) {
     return {
       ...ReturnFragment
@@ -18341,23 +16412,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": RequestGuestReturnInput}
+                  
{"input": RequestGuestReturnInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "requestGuestReturn": {
       "return": Return,
@@ -18366,8 +16429,6 @@ 
Response
} }
- -
back to top @@ -18419,9 +16480,7 @@
Arguments

Example

Query
- - -
mutation requestNegotiableQuote($input: RequestNegotiableQuoteInput!) {
+                  
mutation requestNegotiableQuote($input: RequestNegotiableQuoteInput!) {
   requestNegotiableQuote(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -18429,30 +16488,20 @@ 
Query
}
}
- -
Variables
- - -
{"input": RequestNegotiableQuoteInput}
+                  
{"input": RequestNegotiableQuoteInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "requestNegotiableQuote": {"quote": NegotiableQuote}
   }
 }
 
- -
back to top @@ -18504,9 +16553,7 @@
Arguments

Example

Query
- - -
mutation requestNegotiableQuoteTemplateFromQuote($input: RequestNegotiableQuoteTemplateInput!) {
+                  
mutation requestNegotiableQuoteTemplateFromQuote($input: RequestNegotiableQuoteTemplateInput!) {
   requestNegotiableQuoteTemplateFromQuote(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -18544,30 +16591,22 @@ 
Query
}
}
- -
Variables
- - -
{"input": RequestNegotiableQuoteTemplateInput}
+                  
{"input": RequestNegotiableQuoteTemplateInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "requestNegotiableQuoteTemplateFromQuote": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
       "expiration_date": "xyz789",
       "history": [NegotiableQuoteHistoryEntry],
-      "is_min_max_qty_used": false,
+      "is_min_max_qty_used": true,
       "is_virtual": false,
       "items": [CartItemInterface],
       "max_order_commitment": 123,
@@ -18581,15 +16620,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", + "status": "xyz789", "template_id": 4, - "total_quantity": 123.45 + "total_quantity": 987.65 } } }
- -
back to top @@ -18641,32 +16678,20 @@
Arguments

Example

Query
- - -
mutation requestPasswordResetEmail($email: String!) {
+                  
mutation requestPasswordResetEmail($email: String!) {
   requestPasswordResetEmail(email: $email)
 }
 
- -
Variables
- - -
{"email": "abc123"}
+                  
{"email": "abc123"}
 
- -
Response
- - -
{"data": {"requestPasswordResetEmail": false}}
+                  
{"data": {"requestPasswordResetEmail": false}}
 
- -
back to top @@ -18718,9 +16743,7 @@
Arguments

Example

Query
- - -
mutation requestReturn($input: RequestReturnInput!) {
+                  
mutation requestReturn($input: RequestReturnInput!) {
   requestReturn(input: $input) {
     return {
       ...ReturnFragment
@@ -18731,23 +16754,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": RequestReturnInput}
+                  
{"input": RequestReturnInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "requestReturn": {
       "return": Return,
@@ -18756,8 +16771,6 @@ 
Response
} }
- -
back to top @@ -18809,32 +16822,20 @@
Arguments

Example

Query
- - -
mutation resendConfirmationEmail($email: String!) {
+                  
mutation resendConfirmationEmail($email: String!) {
   resendConfirmationEmail(email: $email)
 }
 
- -
Variables
- - -
{"email": "xyz789"}
+                  
{"email": "xyz789"}
 
- -
Response
- - -
{"data": {"resendConfirmationEmail": true}}
+                  
{"data": {"resendConfirmationEmail": false}}
 
- -
back to top @@ -18898,9 +16899,7 @@
Arguments

Example

Query
- - -
mutation resetPassword(
+                  
mutation resetPassword(
   $email: String!,
   $resetPasswordToken: String!,
   $newPassword: String!
@@ -18912,30 +16911,20 @@ 
Query
)
}
- -
Variables
- - -
{
+                  
{
   "email": "xyz789",
   "resetPasswordToken": "abc123",
   "newPassword": "xyz789"
 }
 
- -
Response
- - -
{"data": {"resetPassword": false}}
+                  
{"data": {"resetPassword": true}}
 
- -
back to top @@ -18968,25 +16957,17 @@
Response

Example

Query
- - -
mutation revokeCustomerToken {
+                  
mutation revokeCustomerToken {
   revokeCustomerToken {
     result
   }
 }
 
- -
Response
- - -
{"data": {"revokeCustomerToken": {"result": true}}}
+                  
{"data": {"revokeCustomerToken": {"result": true}}}
 
- -
back to top @@ -19038,9 +17019,7 @@
Arguments

Example

Query
- - -
mutation sendEmailToFriend($input: SendEmailToFriendInput) {
+                  
mutation sendEmailToFriend($input: SendEmailToFriendInput) {
   sendEmailToFriend(input: $input) {
     recipients {
       ...SendEmailToFriendRecipientFragment
@@ -19051,23 +17030,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SendEmailToFriendInput}
+                  
{"input": SendEmailToFriendInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "sendEmailToFriend": {
       "recipients": [SendEmailToFriendRecipient],
@@ -19076,8 +17047,6 @@ 
Response
} }
- -
back to top @@ -19129,9 +17098,7 @@
Arguments

Example

Query
- - -
mutation sendNegotiableQuoteForReview($input: SendNegotiableQuoteForReviewInput!) {
+                  
mutation sendNegotiableQuoteForReview($input: SendNegotiableQuoteForReviewInput!) {
   sendNegotiableQuoteForReview(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -19139,23 +17106,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SendNegotiableQuoteForReviewInput}
+                  
{"input": SendNegotiableQuoteForReviewInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "sendNegotiableQuoteForReview": {
       "quote": NegotiableQuote
@@ -19163,8 +17122,6 @@ 
Response
} }
- -
back to top @@ -19216,9 +17173,7 @@
Arguments

Example

Query
- - -
mutation setBillingAddressOnCart($input: SetBillingAddressOnCartInput) {
+                  
mutation setBillingAddressOnCart($input: SetBillingAddressOnCartInput) {
   setBillingAddressOnCart(input: $input) {
     cart {
       ...CartFragment
@@ -19226,26 +17181,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetBillingAddressOnCartInput}
+                  
{"input": SetBillingAddressOnCartInput}
 
- -
Response
- - -
{"data": {"setBillingAddressOnCart": {"cart": Cart}}}
+                  
{"data": {"setBillingAddressOnCart": {"cart": Cart}}}
 
- -
back to top @@ -19297,9 +17242,7 @@
Arguments

Example

Query
- - -
mutation setGiftOptionsOnCart($input: SetGiftOptionsOnCartInput) {
+                  
mutation setGiftOptionsOnCart($input: SetGiftOptionsOnCartInput) {
   setGiftOptionsOnCart(input: $input) {
     cart {
       ...CartFragment
@@ -19307,26 +17250,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetGiftOptionsOnCartInput}
+                  
{"input": SetGiftOptionsOnCartInput}
 
- -
Response
- - -
{"data": {"setGiftOptionsOnCart": {"cart": Cart}}}
+                  
{"data": {"setGiftOptionsOnCart": {"cart": Cart}}}
 
- -
back to top @@ -19378,9 +17311,7 @@
Arguments

Example

Query
- - -
mutation setGuestEmailOnCart($input: SetGuestEmailOnCartInput) {
+                  
mutation setGuestEmailOnCart($input: SetGuestEmailOnCartInput) {
   setGuestEmailOnCart(input: $input) {
     cart {
       ...CartFragment
@@ -19388,26 +17319,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetGuestEmailOnCartInput}
+                  
{"input": SetGuestEmailOnCartInput}
 
- -
Response
- - -
{"data": {"setGuestEmailOnCart": {"cart": Cart}}}
+                  
{"data": {"setGuestEmailOnCart": {"cart": Cart}}}
 
- -
back to top @@ -19459,9 +17380,7 @@
Arguments

Example

Query
- - -
mutation setLineItemNote($input: LineItemNoteInput!) {
+                  
mutation setLineItemNote($input: LineItemNoteInput!) {
   setLineItemNote(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -19469,26 +17388,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": LineItemNoteInput}
+                  
{"input": LineItemNoteInput}
 
- -
Response
- - -
{"data": {"setLineItemNote": {"quote": NegotiableQuote}}}
+                  
{"data": {"setLineItemNote": {"quote": NegotiableQuote}}}
 
- -
back to top @@ -19540,9 +17449,7 @@
Arguments

Example

Query
- - -
mutation setNegotiableQuoteBillingAddress($input: SetNegotiableQuoteBillingAddressInput!) {
+                  
mutation setNegotiableQuoteBillingAddress($input: SetNegotiableQuoteBillingAddressInput!) {
   setNegotiableQuoteBillingAddress(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -19550,23 +17457,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetNegotiableQuoteBillingAddressInput}
+                  
{"input": SetNegotiableQuoteBillingAddressInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setNegotiableQuoteBillingAddress": {
       "quote": NegotiableQuote
@@ -19574,8 +17473,6 @@ 
Response
} }
- -
back to top @@ -19627,9 +17524,7 @@
Arguments

Example

Query
- - -
mutation setNegotiableQuotePaymentMethod($input: SetNegotiableQuotePaymentMethodInput!) {
+                  
mutation setNegotiableQuotePaymentMethod($input: SetNegotiableQuotePaymentMethodInput!) {
   setNegotiableQuotePaymentMethod(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -19637,23 +17532,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetNegotiableQuotePaymentMethodInput}
+                  
{"input": SetNegotiableQuotePaymentMethodInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setNegotiableQuotePaymentMethod": {
       "quote": NegotiableQuote
@@ -19661,8 +17548,6 @@ 
Response
} }
- -
back to top @@ -19714,9 +17599,7 @@
Arguments

Example

Query
- - -
mutation setNegotiableQuoteShippingAddress($input: SetNegotiableQuoteShippingAddressInput!) {
+                  
mutation setNegotiableQuoteShippingAddress($input: SetNegotiableQuoteShippingAddressInput!) {
   setNegotiableQuoteShippingAddress(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -19724,23 +17607,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetNegotiableQuoteShippingAddressInput}
+                  
{"input": SetNegotiableQuoteShippingAddressInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setNegotiableQuoteShippingAddress": {
       "quote": NegotiableQuote
@@ -19748,8 +17623,6 @@ 
Response
} }
- -
back to top @@ -19801,9 +17674,7 @@
Arguments

Example

Query
- - -
mutation setNegotiableQuoteShippingMethods($input: SetNegotiableQuoteShippingMethodsInput!) {
+                  
mutation setNegotiableQuoteShippingMethods($input: SetNegotiableQuoteShippingMethodsInput!) {
   setNegotiableQuoteShippingMethods(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -19811,23 +17682,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetNegotiableQuoteShippingMethodsInput}
+                  
{"input": SetNegotiableQuoteShippingMethodsInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setNegotiableQuoteShippingMethods": {
       "quote": NegotiableQuote
@@ -19835,8 +17698,6 @@ 
Response
} }
- -
back to top @@ -19888,9 +17749,7 @@
Arguments

Example

Query
- - -
mutation setNegotiableQuoteTemplateShippingAddress($input: SetNegotiableQuoteTemplateShippingAddressInput!) {
+                  
mutation setNegotiableQuoteTemplateShippingAddress($input: SetNegotiableQuoteTemplateShippingAddressInput!) {
   setNegotiableQuoteTemplateShippingAddress(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -19928,33 +17787,25 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetNegotiableQuoteTemplateShippingAddressInput}
+                  
{"input": SetNegotiableQuoteTemplateShippingAddressInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setNegotiableQuoteTemplateShippingAddress": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
-      "expiration_date": "abc123",
+      "expiration_date": "xyz789",
       "history": [NegotiableQuoteHistoryEntry],
-      "is_min_max_qty_used": false,
+      "is_min_max_qty_used": true,
       "is_virtual": true,
       "items": [CartItemInterface],
-      "max_order_commitment": 123,
+      "max_order_commitment": 987,
       "min_order_commitment": 987,
       "name": "xyz789",
       "notifications": [QuoteTemplateNotificationMessage],
@@ -19965,15 +17816,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", - "template_id": "4", + "status": "abc123", + "template_id": 4, "total_quantity": 123.45 } } }
- -
back to top @@ -20033,9 +17882,7 @@
Arguments

Example

Query
- - -
mutation setPaymentMethodAndPlaceOrder($input: SetPaymentMethodAndPlaceOrderInput) {
+                  
mutation setPaymentMethodAndPlaceOrder($input: SetPaymentMethodAndPlaceOrderInput) {
   setPaymentMethodAndPlaceOrder(input: $input) {
     errors {
       ...PlaceOrderErrorFragment
@@ -20049,23 +17896,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetPaymentMethodAndPlaceOrderInput}
+                  
{"input": SetPaymentMethodAndPlaceOrderInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setPaymentMethodAndPlaceOrder": {
       "errors": [PlaceOrderError],
@@ -20075,8 +17914,6 @@ 
Response
} }
- -
back to top @@ -20128,9 +17965,7 @@
Arguments

Example

Query
- - -
mutation setPaymentMethodOnCart($input: SetPaymentMethodOnCartInput) {
+                  
mutation setPaymentMethodOnCart($input: SetPaymentMethodOnCartInput) {
   setPaymentMethodOnCart(input: $input) {
     cart {
       ...CartFragment
@@ -20138,26 +17973,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetPaymentMethodOnCartInput}
+                  
{"input": SetPaymentMethodOnCartInput}
 
- -
Response
- - -
{"data": {"setPaymentMethodOnCart": {"cart": Cart}}}
+                  
{"data": {"setPaymentMethodOnCart": {"cart": Cart}}}
 
- -
back to top @@ -20209,9 +18034,7 @@
Arguments

Example

Query
- - -
mutation setQuoteTemplateLineItemNote($input: QuoteTemplateLineItemNoteInput!) {
+                  
mutation setQuoteTemplateLineItemNote($input: QuoteTemplateLineItemNoteInput!) {
   setQuoteTemplateLineItemNote(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -20249,34 +18072,26 @@ 
Query
}
}
- -
Variables
- - -
{"input": QuoteTemplateLineItemNoteInput}
+                  
{"input": QuoteTemplateLineItemNoteInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "setQuoteTemplateLineItemNote": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
       "expiration_date": "abc123",
       "history": [NegotiableQuoteHistoryEntry],
-      "is_min_max_qty_used": false,
-      "is_virtual": false,
+      "is_min_max_qty_used": true,
+      "is_virtual": true,
       "items": [CartItemInterface],
       "max_order_commitment": 123,
-      "min_order_commitment": 123,
+      "min_order_commitment": 987,
       "name": "abc123",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
@@ -20286,15 +18101,13 @@ 
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", + "status": "abc123", "template_id": "4", "total_quantity": 123.45 } } }
- -
back to top @@ -20346,9 +18159,7 @@
Arguments

Example

Query
- - -
mutation setShippingAddressesOnCart($input: SetShippingAddressesOnCartInput) {
+                  
mutation setShippingAddressesOnCart($input: SetShippingAddressesOnCartInput) {
   setShippingAddressesOnCart(input: $input) {
     cart {
       ...CartFragment
@@ -20356,26 +18167,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetShippingAddressesOnCartInput}
+                  
{"input": SetShippingAddressesOnCartInput}
 
- -
Response
- - -
{"data": {"setShippingAddressesOnCart": {"cart": Cart}}}
+                  
{"data": {"setShippingAddressesOnCart": {"cart": Cart}}}
 
- -
back to top @@ -20427,9 +18228,7 @@
Arguments

Example

Query
- - -
mutation setShippingMethodsOnCart($input: SetShippingMethodsOnCartInput) {
+                  
mutation setShippingMethodsOnCart($input: SetShippingMethodsOnCartInput) {
   setShippingMethodsOnCart(input: $input) {
     cart {
       ...CartFragment
@@ -20437,26 +18236,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": SetShippingMethodsOnCartInput}
+                  
{"input": SetShippingMethodsOnCartInput}
 
- -
Response
- - -
{"data": {"setShippingMethodsOnCart": {"cart": Cart}}}
+                  
{"data": {"setShippingMethodsOnCart": {"cart": Cart}}}
 
- -
back to top @@ -20520,9 +18309,7 @@
Arguments

Example

Query
- - -
mutation shareGiftRegistry(
+                  
mutation shareGiftRegistry(
   $giftRegistryUid: ID!,
   $sender: ShareGiftRegistrySenderInput!,
   $invitees: [ShareGiftRegistryInviteeInput!]!
@@ -20536,30 +18323,20 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "giftRegistryUid": "4",
   "sender": ShareGiftRegistrySenderInput,
   "invitees": [ShareGiftRegistryInviteeInput]
 }
 
- -
Response
- - -
{"data": {"shareGiftRegistry": {"is_shared": true}}}
+                  
{"data": {"shareGiftRegistry": {"is_shared": false}}}
 
- -
back to top @@ -20611,9 +18388,7 @@
Arguments

Example

Query
- - -
mutation submitNegotiableQuoteTemplateForReview($input: SubmitNegotiableQuoteTemplateForReviewInput!) {
+                  
mutation submitNegotiableQuoteTemplateForReview($input: SubmitNegotiableQuoteTemplateForReviewInput!) {
   submitNegotiableQuoteTemplateForReview(input: $input) {
     buyer {
       ...NegotiableQuoteUserFragment
@@ -20651,35 +18426,27 @@ 
Query
}
}
- -
Variables
- - -
{"input": SubmitNegotiableQuoteTemplateForReviewInput}
+                  
{"input": SubmitNegotiableQuoteTemplateForReviewInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "submitNegotiableQuoteTemplateForReview": {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
-      "expiration_date": "abc123",
+      "expiration_date": "xyz789",
       "history": [NegotiableQuoteHistoryEntry],
       "is_min_max_qty_used": true,
       "is_virtual": true,
       "items": [CartItemInterface],
-      "max_order_commitment": 123,
-      "min_order_commitment": 987,
-      "name": "xyz789",
+      "max_order_commitment": 987,
+      "min_order_commitment": 123,
+      "name": "abc123",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
       "reference_document_links": [
@@ -20695,8 +18462,6 @@ 
Response
} }
- -
back to top @@ -20748,34 +18513,22 @@
Arguments

Example

Query
- - -
mutation subscribeEmailToNewsletter($email: String!) {
+                  
mutation subscribeEmailToNewsletter($email: String!) {
   subscribeEmailToNewsletter(email: $email) {
     status
   }
 }
 
- -
Variables
- - -
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
- -
Response
- - -
{"data": {"subscribeEmailToNewsletter": {"status": "NOT_ACTIVE"}}}
+                  
{"data": {"subscribeEmailToNewsletter": {"status": "NOT_ACTIVE"}}}
 
- -
back to top @@ -20827,32 +18580,20 @@
Arguments

Example

Query
- - -
mutation syncPaymentOrder($input: SyncPaymentOrderInput) {
+                  
mutation syncPaymentOrder($input: SyncPaymentOrderInput) {
   syncPaymentOrder(input: $input)
 }
 
- -
Variables
- - -
{"input": SyncPaymentOrderInput}
+                  
{"input": SyncPaymentOrderInput}
 
- -
Response
- - -
{"data": {"syncPaymentOrder": false}}
+                  
{"data": {"syncPaymentOrder": true}}
 
- -
back to top @@ -20904,32 +18645,20 @@
Arguments

Example

Query
- - -
mutation trackViewedProduct($sku: String!) {
+                  
mutation trackViewedProduct($sku: String!) {
   trackViewedProduct(sku: $sku)
 }
 
- -
Variables
- - -
{"sku": "xyz789"}
+                  
{"sku": "xyz789"}
 
- -
Response
- - -
{"data": {"trackViewedProduct": true}}
+                  
{"data": {"trackViewedProduct": false}}
 
- -
back to top @@ -20981,9 +18710,7 @@
Arguments

Example

Query
- - -
mutation updateCartItems($input: UpdateCartItemsInput) {
+                  
mutation updateCartItems($input: UpdateCartItemsInput) {
   updateCartItems(input: $input) {
     cart {
       ...CartFragment
@@ -20994,23 +18721,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": UpdateCartItemsInput}
+                  
{"input": UpdateCartItemsInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateCartItems": {
       "cart": Cart,
@@ -21019,8 +18738,6 @@ 
Response
} }
- -
back to top @@ -21073,9 +18790,7 @@
Arguments

Example

Query
- - -
mutation updateCompany($input: CompanyUpdateInput!) {
+                  
mutation updateCompany($input: CompanyUpdateInput!) {
   updateCompany(input: $input) {
     company {
       ...CompanyFragment
@@ -21083,26 +18798,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyUpdateInput}
+                  
{"input": CompanyUpdateInput}
 
- -
Response
- - -
{"data": {"updateCompany": {"company": Company}}}
+                  
{"data": {"updateCompany": {"company": Company}}}
 
- -
back to top @@ -21155,9 +18860,7 @@
Arguments

Example

Query
- - -
mutation updateCompanyRole($input: CompanyRoleUpdateInput!) {
+                  
mutation updateCompanyRole($input: CompanyRoleUpdateInput!) {
   updateCompanyRole(input: $input) {
     role {
       ...CompanyRoleFragment
@@ -21165,26 +18868,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyRoleUpdateInput}
+                  
{"input": CompanyRoleUpdateInput}
 
- -
Response
- - -
{"data": {"updateCompanyRole": {"role": CompanyRole}}}
+                  
{"data": {"updateCompanyRole": {"role": CompanyRole}}}
 
- -
back to top @@ -21237,9 +18930,7 @@
Arguments

Example

Query
- - -
mutation updateCompanyStructure($input: CompanyStructureUpdateInput!) {
+                  
mutation updateCompanyStructure($input: CompanyStructureUpdateInput!) {
   updateCompanyStructure(input: $input) {
     company {
       ...CompanyFragment
@@ -21247,26 +18938,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyStructureUpdateInput}
+                  
{"input": CompanyStructureUpdateInput}
 
- -
Response
- - -
{"data": {"updateCompanyStructure": {"company": Company}}}
+                  
{"data": {"updateCompanyStructure": {"company": Company}}}
 
- -
back to top @@ -21319,9 +19000,7 @@
Arguments

Example

Query
- - -
mutation updateCompanyTeam($input: CompanyTeamUpdateInput!) {
+                  
mutation updateCompanyTeam($input: CompanyTeamUpdateInput!) {
   updateCompanyTeam(input: $input) {
     team {
       ...CompanyTeamFragment
@@ -21329,26 +19008,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyTeamUpdateInput}
+                  
{"input": CompanyTeamUpdateInput}
 
- -
Response
- - -
{"data": {"updateCompanyTeam": {"team": CompanyTeam}}}
+                  
{"data": {"updateCompanyTeam": {"team": CompanyTeam}}}
 
- -
back to top @@ -21401,9 +19070,7 @@
Arguments

Example

Query
- - -
mutation updateCompanyUser($input: CompanyUserUpdateInput!) {
+                  
mutation updateCompanyUser($input: CompanyUserUpdateInput!) {
   updateCompanyUser(input: $input) {
     user {
       ...CustomerFragment
@@ -21411,26 +19078,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CompanyUserUpdateInput}
+                  
{"input": CompanyUserUpdateInput}
 
- -
Response
- - -
{"data": {"updateCompanyUser": {"user": Customer}}}
+                  
{"data": {"updateCompanyUser": {"user": Customer}}}
 
- -
back to top @@ -21481,9 +19138,7 @@
Arguments

Example

Query
- - -
mutation updateCustomer($input: CustomerInput!) {
+                  
mutation updateCustomer($input: CustomerInput!) {
   updateCustomer(input: $input) {
     customer {
       ...CustomerFragment
@@ -21491,26 +19146,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CustomerInput}
+                  
{"input": CustomerInput}
 
- -
Response
- - -
{"data": {"updateCustomer": {"customer": Customer}}}
+                  
{"data": {"updateCustomer": {"customer": Customer}}}
 
- -
back to top @@ -21568,9 +19213,7 @@
Arguments

Example

Query
- - -
mutation updateCustomerAddress(
+                  
mutation updateCustomerAddress(
   $id: Int!,
   $input: CustomerAddressInput
 ) {
@@ -21612,23 +19255,15 @@ 
Query
}
}
- -
Variables
- - -
{"id": 123, "input": CustomerAddressInput}
+                  
{"id": 123, "input": CustomerAddressInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateCustomerAddress": {
       "city": "abc123",
@@ -21639,27 +19274,25 @@ 
Response
"custom_attributesV2": [AttributeValueInterface], "customer_id": 123, "default_billing": false, - "default_shipping": true, + "default_shipping": false, "extension_attributes": [CustomerAddressAttribute], - "fax": "abc123", + "fax": "xyz789", "firstname": "xyz789", - "id": 123, - "lastname": "xyz789", + "id": 987, + "lastname": "abc123", "middlename": "abc123", - "postcode": "xyz789", + "postcode": "abc123", "prefix": "xyz789", "region": CustomerAddressRegion, - "region_id": 987, - "street": ["abc123"], + "region_id": 123, + "street": ["xyz789"], "suffix": "xyz789", - "telephone": "abc123", - "vat_id": "xyz789" + "telephone": "xyz789", + "vat_id": "abc123" } } }
- -
back to top @@ -21717,9 +19350,7 @@
Arguments

Example

Query
- - -
mutation updateCustomerEmail(
+                  
mutation updateCustomerEmail(
   $email: String!,
   $password: String!
 ) {
@@ -21733,29 +19364,19 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "email": "abc123",
   "password": "xyz789"
 }
 
- -
Response
- - -
{"data": {"updateCustomerEmail": {"customer": Customer}}}
+                  
{"data": {"updateCustomerEmail": {"customer": Customer}}}
 
- -
back to top @@ -21807,9 +19428,7 @@
Arguments

Example

Query
- - -
mutation updateCustomerV2($input: CustomerUpdateInput!) {
+                  
mutation updateCustomerV2($input: CustomerUpdateInput!) {
   updateCustomerV2(input: $input) {
     customer {
       ...CustomerFragment
@@ -21817,26 +19436,16 @@ 
Query
}
}
- -
Variables
- - -
{"input": CustomerUpdateInput}
+                  
{"input": CustomerUpdateInput}
 
- -
Response
- - -
{"data": {"updateCustomerV2": {"customer": Customer}}}
+                  
{"data": {"updateCustomerV2": {"customer": Customer}}}
 
- -
back to top @@ -21894,9 +19503,7 @@
Arguments

Example

Query
- - -
mutation updateGiftRegistry(
+                  
mutation updateGiftRegistry(
   $giftRegistryUid: ID!,
   $giftRegistry: UpdateGiftRegistryInput!
 ) {
@@ -21910,33 +19517,23 @@ 
Query
}
}
- -
Variables
- - -
{
-  "giftRegistryUid": 4,
+                  
{
+  "giftRegistryUid": "4",
   "giftRegistry": UpdateGiftRegistryInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateGiftRegistry": {"gift_registry": GiftRegistry}
   }
 }
 
- -
back to top @@ -21994,9 +19591,7 @@
Arguments

Example

Query
- - -
mutation updateGiftRegistryItems(
+                  
mutation updateGiftRegistryItems(
   $giftRegistryUid: ID!,
   $items: [UpdateGiftRegistryItemInput!]!
 ) {
@@ -22010,26 +19605,18 @@ 
Query
}
}
- -
Variables
- - -
{
-  "giftRegistryUid": "4",
+                  
{
+  "giftRegistryUid": 4,
   "items": [UpdateGiftRegistryItemInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateGiftRegistryItems": {
       "gift_registry": GiftRegistry
@@ -22037,8 +19624,6 @@ 
Response
} }
- -
back to top @@ -22096,9 +19681,7 @@
Arguments

Example

Query
- - -
mutation updateGiftRegistryRegistrants(
+                  
mutation updateGiftRegistryRegistrants(
   $giftRegistryUid: ID!,
   $registrants: [UpdateGiftRegistryRegistrantInput!]!
 ) {
@@ -22112,26 +19695,18 @@ 
Query
}
}
- -
Variables
- - -
{
-  "giftRegistryUid": 4,
+                  
{
+  "giftRegistryUid": "4",
   "registrants": [UpdateGiftRegistryRegistrantInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateGiftRegistryRegistrants": {
       "gift_registry": GiftRegistry
@@ -22139,8 +19714,6 @@ 
Response
} }
- -
back to top @@ -22192,9 +19765,7 @@
Arguments

Example

Query
- - -
mutation updateNegotiableQuoteQuantities($input: UpdateNegotiableQuoteQuantitiesInput!) {
+                  
mutation updateNegotiableQuoteQuantities($input: UpdateNegotiableQuoteQuantitiesInput!) {
   updateNegotiableQuoteQuantities(input: $input) {
     quote {
       ...NegotiableQuoteFragment
@@ -22202,23 +19773,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": UpdateNegotiableQuoteQuantitiesInput}
+                  
{"input": UpdateNegotiableQuoteQuantitiesInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateNegotiableQuoteQuantities": {
       "quote": NegotiableQuote
@@ -22226,8 +19789,6 @@ 
Response
} }
- -
back to top @@ -22279,9 +19840,7 @@
Arguments

Example

Query
- - -
mutation updateNegotiableQuoteTemplateQuantities($input: UpdateNegotiableQuoteTemplateQuantitiesInput!) {
+                  
mutation updateNegotiableQuoteTemplateQuantities($input: UpdateNegotiableQuoteTemplateQuantitiesInput!) {
   updateNegotiableQuoteTemplateQuantities(input: $input) {
     quote_template {
       ...NegotiableQuoteTemplateFragment
@@ -22289,23 +19848,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": UpdateNegotiableQuoteTemplateQuantitiesInput}
+                  
{"input": UpdateNegotiableQuoteTemplateQuantitiesInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateNegotiableQuoteTemplateQuantities": {
       "quote_template": NegotiableQuoteTemplate
@@ -22313,8 +19864,6 @@ 
Response
} }
- -
back to top @@ -22372,9 +19921,7 @@
Arguments

Example

Query
- - -
mutation updateProductsInWishlist(
+                  
mutation updateProductsInWishlist(
   $wishlistId: ID!,
   $wishlistItems: [WishlistItemUpdateInput!]!
 ) {
@@ -22391,26 +19938,18 @@ 
Query
}
}
- -
Variables
- - -
{
-  "wishlistId": "4",
+                  
{
+  "wishlistId": 4,
   "wishlistItems": [WishlistItemUpdateInput]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateProductsInWishlist": {
       "user_errors": [WishListUserInputError],
@@ -22419,8 +19958,6 @@ 
Response
} }
- -
back to top @@ -22473,9 +20010,7 @@
Arguments

Example

Query
- - -
mutation updatePurchaseOrderApprovalRule($input: UpdatePurchaseOrderApprovalRuleInput!) {
+                  
mutation updatePurchaseOrderApprovalRule($input: UpdatePurchaseOrderApprovalRuleInput!) {
   updatePurchaseOrderApprovalRule(input: $input) {
     applies_to_roles {
       ...CompanyRoleFragment
@@ -22496,32 +20031,24 @@ 
Query
}
}
- -
Variables
- - -
{"input": UpdatePurchaseOrderApprovalRuleInput}
+                  
{"input": UpdatePurchaseOrderApprovalRuleInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updatePurchaseOrderApprovalRule": {
       "applies_to_roles": [CompanyRole],
       "approver_roles": [CompanyRole],
       "condition": PurchaseOrderApprovalRuleConditionInterface,
       "created_at": "xyz789",
-      "created_by": "xyz789",
-      "description": "xyz789",
-      "name": "xyz789",
+      "created_by": "abc123",
+      "description": "abc123",
+      "name": "abc123",
       "status": "ENABLED",
       "uid": "4",
       "updated_at": "xyz789"
@@ -22529,8 +20056,6 @@ 
Response
} }
- -
back to top @@ -22589,9 +20114,7 @@
Arguments

Example

Query
- - -
mutation updateRequisitionList(
+                  
mutation updateRequisitionList(
   $requisitionListUid: ID!,
   $input: UpdateRequisitionListInput
 ) {
@@ -22605,26 +20128,18 @@ 
Query
}
}
- -
Variables
- - -
{
-  "requisitionListUid": 4,
+                  
{
+  "requisitionListUid": "4",
   "input": UpdateRequisitionListInput
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateRequisitionList": {
       "requisition_list": RequisitionList
@@ -22632,8 +20147,6 @@ 
Response
} }
- -
back to top @@ -22691,9 +20204,7 @@
Arguments

Example

Query
- - -
mutation updateRequisitionListItems(
+                  
mutation updateRequisitionListItems(
   $requisitionListUid: ID!,
   $requisitionListItems: [UpdateRequisitionListItemsInput!]!
 ) {
@@ -22707,28 +20218,20 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "requisitionListUid": "4",
   "requisitionListItems": [
     UpdateRequisitionListItemsInput
   ]
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateRequisitionListItems": {
       "requisition_list": RequisitionList
@@ -22736,8 +20239,6 @@ 
Response
} }
- -
back to top @@ -22801,9 +20302,7 @@
Arguments

Example

Query
- - -
mutation updateWishlist(
+                  
mutation updateWishlist(
   $wishlistId: ID!,
   $name: String,
   $visibility: WishlistVisibilityEnum
@@ -22819,38 +20318,28 @@ 
Query
}
}
- -
Variables
- - -
{
+                  
{
   "wishlistId": "4",
   "name": "abc123",
   "visibility": "PUBLIC"
 }
 
- -
Response
- - -
{
+                  
{
   "data": {
     "updateWishlist": {
-      "name": "xyz789",
-      "uid": 4,
+      "name": "abc123",
+      "uid": "4",
       "visibility": "PUBLIC"
     }
   }
 }
 
- -
back to top @@ -22903,9 +20392,7 @@
Arguments

Example

Query
- - -
mutation validatePurchaseOrders($input: ValidatePurchaseOrdersInput!) {
+                  
mutation validatePurchaseOrders($input: ValidatePurchaseOrdersInput!) {
   validatePurchaseOrders(input: $input) {
     errors {
       ...ValidatePurchaseOrderErrorFragment
@@ -22916,23 +20403,15 @@ 
Query
}
}
- -
Variables
- - -
{"input": ValidatePurchaseOrdersInput}
+                  
{"input": ValidatePurchaseOrdersInput}
 
- -
Response
- - -
{
+                  
{
   "data": {
     "validatePurchaseOrders": {
       "errors": [ValidatePurchaseOrderError],
@@ -22941,8 +20420,6 @@ 
Response
} }
- -
back to top @@ -22980,12 +20457,8 @@
Fields
Example
- - -
{"template_id": "4"}
+                  
{"template_id": 4}
 
- -
back to top @@ -23031,15 +20504,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "cart_items": [BundleProductCartItemInput]
 }
 
- -
back to top @@ -23078,12 +20547,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -23129,15 +20594,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "cart_items": [ConfigurableProductCartItemInput]
 }
 
- -
back to top @@ -23176,12 +20637,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -23223,15 +20680,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "cart_items": [DownloadableProductCartItemInput]
 }
 
- -
back to top @@ -23270,12 +20723,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -23333,19 +20782,15 @@
Fields
Example
- - -
{
+                  
{
   "dynamic_attributes": [
     GiftRegistryDynamicAttributeInput
   ],
   "email": "xyz789",
-  "firstname": "xyz789",
+  "firstname": "abc123",
   "lastname": "xyz789"
 }
 
- -
back to top @@ -23384,12 +20829,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -23433,15 +20874,11 @@
Fields
Example
- - -
{
+                  
{
   "cart": Cart,
   "user_errors": [Error]
 }
 
- -
back to top @@ -23487,15 +20924,11 @@
Fields
Example
- - -
{
+                  
{
   "products": ["4"],
   "uid": "4"
 }
 
- -
back to top @@ -23534,12 +20967,8 @@
Fields
Example
- - -
{"requisition_list": RequisitionList}
+                  
{"requisition_list": RequisitionList}
 
- -
back to top @@ -23583,15 +21012,11 @@
Fields
Example
- - -
{
+                  
{
   "user_errors": [WishListUserInputError],
   "wishlist": Wishlist
 }
 
- -
back to top @@ -23637,15 +21062,11 @@
Fields
Example
- - -
{
-  "comment": "xyz789",
+                  
{
+  "comment": "abc123",
   "purchase_order_uid": "4"
 }
 
- -
back to top @@ -23684,12 +21105,8 @@
Fields
Example
- - -
{"comment": PurchaseOrderComment}
+                  
{"comment": PurchaseOrderComment}
 
- -
back to top @@ -23741,16 +21158,12 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
-  "purchase_order_uid": "4",
-  "replace_existing_cart_items": false
+  "purchase_order_uid": 4,
+  "replace_existing_cart_items": true
 }
 
- -
back to top @@ -23794,15 +21207,11 @@
Fields
Example
- - -
{
-  "message": "xyz789",
+                  
{
+  "message": "abc123",
   "type": "OUT_OF_STOCK"
 }
 
- -
back to top @@ -23860,12 +21269,8 @@
Values
Example
- - -
"OUT_OF_STOCK"
+                  
"OUT_OF_STOCK"
 
- -
back to top @@ -23914,9 +21319,7 @@
Fields
Example
- - -
{
+                  
{
   "add_requisition_list_items_to_cart_user_errors": [
     AddRequisitionListItemToCartUserError
   ],
@@ -23924,8 +21327,6 @@ 
Example
"status": true }
- -
back to top @@ -23971,12 +21372,8 @@
Fields
Example
- - -
{"comment_text": "abc123", "return_uid": 4}
+                  
{"comment_text": "abc123", "return_uid": 4}
 
- -
back to top @@ -24015,12 +21412,8 @@
Fields
Example
- - -
{"return": Return}
+                  
{"return": Return}
 
- -
back to top @@ -24072,16 +21465,12 @@
Fields
Example
- - -
{
-  "carrier_uid": 4,
-  "return_uid": 4,
+                  
{
+  "carrier_uid": "4",
+  "return_uid": "4",
   "tracking_number": "abc123"
 }
 
- -
back to top @@ -24125,15 +21514,11 @@
Fields
Example
- - -
{
+                  
{
   "return": Return,
   "return_shipping_tracking": ReturnShippingTracking
 }
 
- -
back to top @@ -24179,15 +21564,11 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
+                  
{
+  "cart_id": "xyz789",
   "cart_items": [SimpleProductCartItemInput]
 }
 
- -
back to top @@ -24226,12 +21607,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -24277,15 +21654,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "xyz789",
   "cart_items": [VirtualProductCartItemInput]
 }
 
- -
back to top @@ -24324,12 +21697,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -24378,18 +21747,14 @@
Fields
Example
- - -
{
+                  
{
   "add_wishlist_items_to_cart_user_errors": [
     WishlistCartUserInputError
   ],
-  "status": false,
+  "status": true,
   "wishlist": Wishlist
 }
 
- -
back to top @@ -24448,18 +21813,14 @@
Fields
Example
- - -
{
+                  
{
   "attribute_code": "xyz789",
-  "count": 123,
+  "count": 987,
   "label": "abc123",
   "options": [AggregationOption],
-  "position": 987
+  "position": 123
 }
 
- -
back to top @@ -24508,16 +21869,12 @@
Fields
Example
- - -
{
-  "count": 123,
+                  
{
+  "count": 987,
   "label": "abc123",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -24583,16 +21940,12 @@
Possible Types
Example
- - -
{
+                  
{
   "count": 987,
-  "label": "abc123",
-  "value": "xyz789"
+  "label": "xyz789",
+  "value": "abc123"
 }
 
- -
back to top @@ -24632,12 +21985,8 @@
Fields
Example
- - -
{"includeDirectChildrenOnly": false}
+                  
{"includeDirectChildrenOnly": false}
 
- -
back to top @@ -24677,12 +22026,8 @@
Fields
Example
- - -
{"category": AggregationsCategoryFilterInput}
+                  
{"category": AggregationsCategoryFilterInput}
 
- -
back to top @@ -24752,11 +22097,9 @@
Fields
Example
- - -
{
+                  
{
   "button_styles": ButtonStyles,
-  "code": "abc123",
+  "code": "xyz789",
   "is_visible": true,
   "payment_intent": "abc123",
   "payment_source": "abc123",
@@ -24765,8 +22108,6 @@ 
Example
"title": "abc123" }
- -
back to top @@ -24818,16 +22159,12 @@
Fields
Example
- - -
{
-  "payment_source": "xyz789",
-  "payments_order_id": "abc123",
-  "paypal_order_id": "xyz789"
+                  
{
+  "payment_source": "abc123",
+  "payments_order_id": "xyz789",
+  "paypal_order_id": "abc123"
 }
 
- -
back to top @@ -24866,12 +22203,8 @@
Fields
Example
- - -
{"code": "abc123"}
+                  
{"code": "xyz789"}
 
- -
back to top @@ -24925,17 +22258,13 @@
Fields
Example
- - -
{
+                  
{
   "applied_balance": Money,
-  "code": "abc123",
+  "code": "xyz789",
   "current_balance": Money,
-  "expiration_date": "xyz789"
+  "expiration_date": "abc123"
 }
 
- -
back to top @@ -24984,16 +22313,12 @@
Fields
Example
- - -
{
+                  
{
   "applied_balance": Money,
   "current_balance": Money,
   "enabled": true
 }
 
- -
back to top @@ -25039,15 +22364,11 @@
Fields
Example
- - -
{
-  "cart_id": "xyz789",
-  "coupon_code": "xyz789"
+                  
{
+  "cart_id": "abc123",
+  "coupon_code": "abc123"
 }
 
- -
back to top @@ -25086,12 +22407,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -25137,12 +22454,8 @@
Values
Example
- - -
"APPEND"
+                  
"APPEND"
 
- -
back to top @@ -25196,16 +22509,12 @@
Fields
Example
- - -
{
-  "cart_id": "xyz789",
+                  
{
+  "cart_id": "abc123",
   "coupon_codes": ["abc123"],
   "type": "APPEND"
 }
 
- -
back to top @@ -25251,15 +22560,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "xyz789",
   "gift_card_code": "xyz789"
 }
 
- -
back to top @@ -25298,12 +22603,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -25347,15 +22648,11 @@
Fields
Example
- - -
{
+                  
{
   "applied_balance": Money,
   "code": "xyz789"
 }
 
- -
back to top @@ -25394,12 +22691,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -25439,12 +22732,8 @@
Fields
Example
- - -
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
- -
back to top @@ -25483,12 +22772,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -25534,12 +22819,8 @@
Fields
Example
- - -
{"radius": 123, "search_term": "abc123"}
+                  
{"radius": 123, "search_term": "abc123"}
 
- -
back to top @@ -25583,12 +22864,8 @@
Fields
Example
- - -
{"compare_list": CompareList, "result": true}
+                  
{"compare_list": CompareList, "result": false}
 
- -
back to top @@ -25652,19 +22929,15 @@
Fields
Example
- - -
{
+                  
{
   "attribute_code": "xyz789",
   "attribute_options": [AttributeOption],
-  "attribute_type": "abc123",
+  "attribute_type": "xyz789",
   "entity_type": "abc123",
   "input_type": "abc123",
   "storefront_properties": StorefrontProperties
 }
 
- -
back to top @@ -25733,12 +23006,8 @@
Values
Example
- - -
"CATALOG_PRODUCT"
+                  
"CATALOG_PRODUCT"
 
- -
back to top @@ -25844,25 +23113,21 @@
Fields
Example
- - -
{
+                  
{
   "is_comparable": true,
   "is_filterable": false,
   "is_filterable_in_search": true,
-  "is_html_allowed_on_front": true,
-  "is_searchable": true,
-  "is_used_for_customer_segment": true,
-  "is_used_for_price_rules": false,
-  "is_used_for_promo_rules": true,
+  "is_html_allowed_on_front": false,
+  "is_searchable": false,
+  "is_used_for_customer_segment": false,
+  "is_used_for_price_rules": true,
+  "is_used_for_promo_rules": false,
   "is_visible_in_advanced_search": true,
   "is_visible_on_front": true,
-  "is_wysiwyg_enabled": false,
+  "is_wysiwyg_enabled": true,
   "used_in_product_listing": false
 }
 
- -
back to top @@ -26008,12 +23273,8 @@
Values
Example
- - -
"BOOLEAN"
+                  
"BOOLEAN"
 
- -
back to top @@ -26059,15 +23320,11 @@
Fields
Example
- - -
{
-  "attribute_code": "xyz789",
+                  
{
+  "attribute_code": "abc123",
   "entity_type": "abc123"
 }
 
- -
back to top @@ -26107,12 +23364,8 @@
Fields
Example
- - -
{"value": "xyz789"}
+                  
{"value": "xyz789"}
 
- -
back to top @@ -26191,22 +23444,18 @@
Fields
Example
- - -
{
+                  
{
   "code": 4,
-  "default_value": "xyz789",
+  "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "xyz789",
+  "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
-  "is_required": false,
-  "is_unique": true,
-  "label": "xyz789",
+  "is_required": true,
+  "is_unique": false,
+  "label": "abc123",
   "options": [CustomAttributeOptionInterface]
 }
 
- -
back to top @@ -26250,15 +23499,11 @@
Fields
Example
- - -
{
-  "message": "abc123",
+                  
{
+  "message": "xyz789",
   "type": "ENTITY_NOT_FOUND"
 }
 
- -
back to top @@ -26316,12 +23561,8 @@
Values
Example
- - -
"ENTITY_NOT_FOUND"
+                  
"ENTITY_NOT_FOUND"
 
- -
back to top @@ -26365,15 +23606,11 @@
Fields
Example
- - -
{
+                  
{
   "label": "xyz789",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -26422,16 +23659,12 @@
Fields
Example
- - -
{
+                  
{
   "is_default": false,
   "label": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -26471,15 +23704,11 @@
Fields
Example
- - -
{
+                  
{
   "label": "abc123",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -26536,15 +23765,11 @@
Possible Types
Example
- - -
{
+                  
{
   "label": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -26585,15 +23810,11 @@
Fields
Example
- - -
{
-  "code": 4,
+                  
{
+  "code": "4",
   "selected_options": [AttributeSelectedOptionInterface]
 }
 
- -
back to top @@ -26633,15 +23854,8 @@
Fields
Example
- - -
{
-  "code": "4",
-  "value": "abc123"
-}
+                  
{"code": 4, "value": "abc123"}
 
- -
back to top @@ -26693,16 +23907,12 @@
Fields
Example
- - -
{
+                  
{
   "attribute_code": "xyz789",
   "selected_options": [AttributeInputSelectedOption],
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -26759,12 +23969,8 @@
Possible Types
Example
- - -
{"code": "4"}
+                  
{"code": 4}
 
- -
back to top @@ -26808,15 +24014,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [AttributeMetadataError],
   "items": [CustomAttributeMetadataInterface]
 }
 
- -
back to top @@ -26860,15 +24062,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [AttributeMetadataError],
   "items": [CustomAttributeMetadataInterface]
 }
 
- -
back to top @@ -26912,12 +24110,8 @@
Fields
Example
- - -
{"code": "AFN", "symbol": "xyz789"}
+                  
{"code": "AFN", "symbol": "xyz789"}
 
- -
back to top @@ -26966,16 +24160,12 @@
Fields
Example
- - -
{
-  "code": "abc123",
-  "is_deferred": true,
-  "title": "abc123"
+                  
{
+  "code": "xyz789",
+  "is_deferred": false,
+  "title": "xyz789"
 }
 
- -
back to top @@ -27061,23 +24251,19 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "available": false,
   "base_amount": Money,
   "carrier_code": "abc123",
-  "carrier_title": "abc123",
+  "carrier_title": "xyz789",
   "error_message": "xyz789",
-  "method_code": "abc123",
+  "method_code": "xyz789",
   "method_title": "xyz789",
   "price_excl_tax": Money,
   "price_incl_tax": Money
 }
 
- -
back to top @@ -27128,12 +24314,8 @@
Values
Example
- - -
"SUCCESS"
+                  
"SUCCESS"
 
- -
back to top @@ -27191,17 +24373,13 @@
Fields
Example
- - -
{
+                  
{
   "address": CartAddressInput,
   "customer_address_id": 987,
-  "same_as_shipping": true,
+  "same_as_shipping": false,
   "use_for_shipping": false
 }
 
- -
back to top @@ -27271,19 +24449,15 @@
Fields
Example
- - -
{
-  "address_line_1": "abc123",
-  "address_line_2": "abc123",
-  "city": "xyz789",
+                  
{
+  "address_line_1": "xyz789",
+  "address_line_2": "xyz789",
+  "city": "abc123",
   "country_code": "xyz789",
-  "postal_code": "abc123",
+  "postal_code": "xyz789",
   "region": "xyz789"
 }
 
- -
back to top @@ -27409,31 +24583,27 @@
Fields
Example
- - -
{
+                  
{
   "city": "abc123",
   "company": "xyz789",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_notes": "abc123",
-  "fax": "xyz789",
+  "fax": "abc123",
   "firstname": "xyz789",
-  "id": 987,
+  "id": 123,
   "lastname": "abc123",
   "middlename": "abc123",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "prefix": "xyz789",
   "region": CartAddressRegion,
   "street": ["xyz789"],
-  "suffix": "xyz789",
-  "telephone": "xyz789",
+  "suffix": "abc123",
+  "telephone": "abc123",
   "uid": "xyz789",
   "vat_id": "abc123"
 }
 
- -
back to top @@ -27452,15 +24622,6 @@
Description
-
-
Example
- - -
true
-
- - -
back to top @@ -27503,15 +24664,11 @@
Fields
Example
- - -
{
+                  
{
   "device_data": "xyz789",
   "public_hash": "abc123"
 }
 
- -
back to top @@ -27559,16 +24716,12 @@
Fields
Example
- - -
{
-  "device_data": "xyz789",
-  "is_active_payment_token_enabler": true,
+                  
{
+  "device_data": "abc123",
+  "is_active_payment_token_enabler": false,
   "payment_method_nonce": "abc123"
 }
 
- -
back to top @@ -27612,15 +24765,11 @@
Fields
Example
- - -
{
+                  
{
   "device_data": "xyz789",
   "public_hash": "xyz789"
 }
 
- -
back to top @@ -27685,19 +24834,15 @@
Fields
Example
- - -
{
-  "category_id": 987,
-  "category_level": 987,
-  "category_name": "abc123",
-  "category_uid": "4",
+                  
{
+  "category_id": 123,
+  "category_level": 123,
+  "category_name": "xyz789",
+  "category_uid": 4,
   "category_url_key": "xyz789",
   "category_url_path": "abc123"
 }
 
- -
back to top @@ -27823,9 +24968,7 @@
Fields
Example
- - -
{
+                  
{
   "available_gift_wrapping": [GiftWrapping],
   "bundle_options": [SelectedBundleOption],
   "customizable_options": [SelectedCustomizableOption],
@@ -27833,21 +24976,19 @@ 
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "xyz789", + "id": "abc123", "is_available": false, - "max_qty": 987.65, - "min_qty": 987.65, - "not_available_message": "xyz789", + "max_qty": 123.45, + "min_qty": 123.45, + "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "uid": 4 }
- -
back to top @@ -27921,21 +25062,17 @@
Fields
Example
- - -
{
+                  
{
   "bundle_options": [ItemSelectedBundleOption],
   "discounts": [Discount],
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "abc123",
+  "product_sku": "xyz789",
   "quantity_refunded": 987.65
 }
 
- -
back to top @@ -28009,21 +25146,17 @@
Fields
Example
- - -
{
+                  
{
   "bundle_options": [ItemSelectedBundleOption],
   "discounts": [Discount],
   "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
   "product_sku": "abc123",
-  "quantity_invoiced": 987.65
+  "quantity_invoiced": 123.45
 }
 
- -
back to top @@ -28103,22 +25236,18 @@
Fields
Example
- - -
{
-  "option_id": 987,
+                  
{
+  "option_id": 123,
   "options": [BundleItemOption],
-  "position": 123,
+  "position": 987,
   "price_range": PriceRange,
   "required": false,
   "sku": "xyz789",
   "title": "abc123",
   "type": "abc123",
-  "uid": 4
+  "uid": "4"
 }
 
- -
back to top @@ -28209,15 +25338,13 @@
Fields
Example
- - -
{
-  "can_change_quantity": true,
+                  
{
+  "can_change_quantity": false,
   "id": 123,
-  "is_default": false,
-  "label": "xyz789",
+  "is_default": true,
+  "label": "abc123",
   "position": 987,
-  "price": 123.45,
+  "price": 987.65,
   "price_type": "FIXED",
   "product": ProductInterface,
   "qty": 987.65,
@@ -28225,8 +25352,6 @@ 
Example
"uid": 4 }
- -
back to top @@ -28278,16 +25403,12 @@
Fields
Example
- - -
{
+                  
{
   "id": 987,
-  "quantity": 987.65,
-  "value": ["abc123"]
+  "quantity": 123.45,
+  "value": ["xyz789"]
 }
 
- -
back to top @@ -28441,25 +25562,23 @@
Fields
Example
- - -
{
+                  
{
   "bundle_options": [ItemSelectedBundleOption],
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
-  "id": "4",
+  "id": 4,
   "parent_sku": "abc123",
   "prices": OrderItemPrices,
   "product": ProductInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "abc123",
   "product_type": "abc123",
   "product_url_key": "abc123",
-  "quantity_canceled": 987.65,
+  "quantity_canceled": 123.45,
   "quantity_invoiced": 123.45,
   "quantity_ordered": 123.45,
   "quantity_refunded": 987.65,
@@ -28470,8 +25589,6 @@ 
Example
"status": "abc123" }
- -
back to top @@ -29055,39 +26172,37 @@
currentPage
Example
- - -
{
-  "activity": "abc123",
-  "attribute_set_id": 123,
+                  
{
+  "activity": "xyz789",
+  "attribute_set_id": 987,
   "canonical_url": "xyz789",
   "categories": [CategoryInterface],
-  "category_gear": "abc123",
-  "climate": "abc123",
-  "collar": "abc123",
+  "category_gear": "xyz789",
+  "climate": "xyz789",
+  "collar": "xyz789",
   "color": 987,
   "country_of_manufacture": "abc123",
   "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "dynamic_price": true,
-  "dynamic_sku": true,
-  "dynamic_weight": true,
+  "dynamic_price": false,
+  "dynamic_sku": false,
+  "dynamic_weight": false,
   "eco_collection": 987,
-  "erin_recommends": 123,
+  "erin_recommends": 987,
   "features_bags": "xyz789",
-  "format": 123,
-  "gender": "xyz789",
-  "gift_message_available": true,
-  "gift_wrapping_available": false,
+  "format": 987,
+  "gender": "abc123",
+  "gift_message_available": false,
+  "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
-  "id": 987,
+  "id": 123,
   "image": ProductImage,
-  "is_returnable": "abc123",
+  "is_returnable": "xyz789",
   "items": [BundleItem],
-  "manufacturer": 123,
-  "material": "xyz789",
+  "manufacturer": 987,
+  "material": "abc123",
   "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
@@ -29097,13 +26212,13 @@ 
Example
"min_sale_qty": 123.45, "name": "xyz789", "new": 123, - "new_from_date": "abc123", - "new_to_date": "xyz789", + "new_from_date": "xyz789", + "new_to_date": "abc123", "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], - "options_container": "xyz789", - "pattern": "abc123", - "performance_fabric": 987, + "options_container": "abc123", + "pattern": "xyz789", + "performance_fabric": 123, "price": ProductPrices, "price_details": PriceDetails, "price_range": PriceRange, @@ -29111,12 +26226,12 @@
Example
"price_view": "PRICE_RANGE", "product_links": [ProductLinksInterface], "purpose": 123, - "quantity": 987.65, + "quantity": 123.45, "rating_summary": 123.45, - "redirect_code": 123, + "redirect_code": 987, "related_products": [ProductInterface], "relative_url": "xyz789", - "review_count": 123, + "review_count": 987, "reviews": ProductReviews, "rules": [CatalogRule], "sale": 987, @@ -29126,34 +26241,32 @@
Example
"sku": "abc123", "sleeve": "abc123", "small_image": ProductImage, - "special_from_date": "abc123", + "special_from_date": "xyz789", "special_price": 123.45, - "special_to_date": "abc123", - "staged": false, + "special_to_date": "xyz789", + "staged": true, "stock_status": "IN_STOCK", "strap_bags": "abc123", - "style_bags": "xyz789", - "style_bottom": "xyz789", - "style_general": "xyz789", - "swatch_image": "xyz789", + "style_bags": "abc123", + "style_bottom": "abc123", + "style_general": "abc123", + "swatch_image": "abc123", "thumbnail": ProductImage, "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", - "type_id": "abc123", - "uid": 4, + "type_id": "xyz789", + "uid": "4", "updated_at": "abc123", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "url_path": "abc123", + "url_key": "abc123", + "url_path": "xyz789", "url_rewrites": [UrlRewrite], - "url_suffix": "xyz789", + "url_suffix": "abc123", "websites": [Website], "weight": 987.65 }
- -
back to top @@ -29205,16 +26318,12 @@
Fields
Example
- - -
{
+                  
{
   "bundle_options": [BundleOptionInput],
   "customizable_options": [CustomizableOptionInput],
   "data": CartItemInput
 }
 
- -
back to top @@ -29273,18 +26382,14 @@
Fields
Example
- - -
{
+                  
{
   "bundle_options": [SelectedBundleOption],
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
   "quantity": 987.65,
-  "uid": "4"
+  "uid": 4
 }
 
- -
back to top @@ -29353,9 +26458,7 @@
Fields
Example
- - -
{
+                  
{
   "bundle_options": [ItemSelectedBundleOption],
   "id": "4",
   "order_item": OrderItemInterface,
@@ -29365,8 +26468,6 @@ 
Example
"quantity_shipped": 987.65 }
- -
back to top @@ -29435,20 +26536,16 @@
Fields
Example
- - -
{
-  "added_at": "abc123",
+                  
{
+  "added_at": "xyz789",
   "bundle_options": [SelectedBundleOption],
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
-  "id": "4",
+  "description": "xyz789",
+  "id": 4,
   "product": ProductInterface,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
- -
back to top @@ -29513,20 +26610,16 @@
Fields
Example
- - -
{
+                  
{
   "color": "xyz789",
-  "height": 987,
+  "height": 123,
   "label": "abc123",
-  "layout": "xyz789",
-  "shape": "xyz789",
-  "tagline": true,
-  "use_default_height": false
+  "layout": "abc123",
+  "shape": "abc123",
+  "tagline": false,
+  "use_default_height": true
 }
 
- -
back to top @@ -29572,15 +26665,11 @@
Fields
Example
- - -
{
+                  
{
   "cancellation_comment": "abc123",
-  "template_id": "4"
+  "template_id": 4
 }
 
- -
back to top @@ -29620,15 +26709,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "ORDER_CANCELLATION_DISABLED",
-  "message": "xyz789"
+  "message": "abc123"
 }
 
- -
back to top @@ -29700,12 +26785,8 @@
Values
Example
- - -
"ORDER_CANCELLATION_DISABLED"
+                  
"ORDER_CANCELLATION_DISABLED"
 
- -
back to top @@ -29751,15 +26832,11 @@
Fields
Example
- - -
{
+                  
{
   "order_id": "4",
-  "reason": "xyz789"
+  "reason": "abc123"
 }
 
- -
back to top @@ -29809,16 +26886,12 @@
Fields
Example
- - -
{
+                  
{
   "error": "xyz789",
   "errorV2": CancelOrderError,
   "order": CustomerOrder
 }
 
- -
back to top @@ -29854,12 +26927,8 @@
Fields
Example
- - -
{"description": "xyz789"}
+                  
{"description": "abc123"}
 
- -
back to top @@ -29914,18 +26983,14 @@
Fields
Example
- - -
{
+                  
{
   "bin_details": CardBin,
   "card_expiry_month": "abc123",
-  "card_expiry_year": "xyz789",
+  "card_expiry_year": "abc123",
   "last_digits": "xyz789",
-  "name": "xyz789"
+  "name": "abc123"
 }
 
- -
back to top @@ -29960,12 +27025,8 @@
Fields
Example
- - -
{"bin": "abc123"}
+                  
{"bin": "xyz789"}
 
- -
back to top @@ -30011,15 +27072,11 @@
Fields
Example
- - -
{
+                  
{
   "billing_address": BillingAddressPaymentSourceInput,
   "name": "abc123"
 }
 
- -
back to top @@ -30068,16 +27125,12 @@
Fields
Example
- - -
{
-  "brand": "abc123",
+                  
{
+  "brand": "xyz789",
   "expiry": "abc123",
   "last_digits": "xyz789"
 }
 
- -
back to top @@ -30246,9 +27299,7 @@
sort
Example
- - -
{
+                  
{
   "applied_coupon": AppliedCoupon,
   "applied_coupons": [AppliedCoupon],
   "applied_gift_cards": [AppliedGiftCard],
@@ -30257,9 +27308,9 @@ 
Example
"available_gift_wrappings": [GiftWrapping], "available_payment_methods": [AvailablePaymentMethod], "billing_address": BillingCartAddress, - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, "id": 4, "is_virtual": true, @@ -30273,8 +27324,6 @@
Example
"total_quantity": 123.45 }
- -
back to top @@ -30318,15 +27367,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "abc123",
-  "label": "abc123"
+  "label": "xyz789"
 }
 
- -
back to top @@ -30462,30 +27507,26 @@
Fields
Example
- - -
{
+                  
{
   "city": "xyz789",
   "company": "abc123",
   "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
-  "fax": "abc123",
-  "firstname": "xyz789",
-  "lastname": "abc123",
+  "fax": "xyz789",
+  "firstname": "abc123",
+  "lastname": "xyz789",
   "middlename": "abc123",
   "postcode": "abc123",
-  "prefix": "xyz789",
+  "prefix": "abc123",
   "region": "xyz789",
-  "region_id": 123,
+  "region_id": 987,
   "save_in_address_book": false,
   "street": ["abc123"],
-  "suffix": "abc123",
-  "telephone": "xyz789",
-  "vat_id": "xyz789"
+  "suffix": "xyz789",
+  "telephone": "abc123",
+  "vat_id": "abc123"
 }
 
- -
back to top @@ -30622,9 +27663,7 @@
Possible Types
Example
- - -
{
+                  
{
   "city": "abc123",
   "company": "xyz789",
   "country": CartAddressCountry,
@@ -30632,20 +27671,18 @@ 
Example
"fax": "abc123", "firstname": "xyz789", "id": 123, - "lastname": "xyz789", - "middlename": "xyz789", - "postcode": "xyz789", + "lastname": "abc123", + "middlename": "abc123", + "postcode": "abc123", "prefix": "abc123", "region": CartAddressRegion, - "street": ["xyz789"], + "street": ["abc123"], "suffix": "abc123", - "telephone": "xyz789", + "telephone": "abc123", "uid": "abc123", "vat_id": "xyz789" }
- -
back to top @@ -30694,16 +27731,12 @@
Fields
Example
- - -
{
+                  
{
   "code": "abc123",
   "label": "xyz789",
   "region_id": 987
 }
 
- -
back to top @@ -30747,15 +27780,11 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
-  "label": ["xyz789"]
+  "label": ["abc123"]
 }
 
- -
back to top @@ -30799,12 +27828,8 @@
Values
Example
- - -
"ITEM"
+                  
"ITEM"
 
- -
back to top @@ -30844,12 +27869,8 @@
Fields
Example
- - -
{"code": "UNDEFINED", "message": "xyz789"}
+                  
{"code": "UNDEFINED", "message": "abc123"}
 
- -
back to top @@ -30900,12 +27921,8 @@
Values
Example
- - -
"UNDEFINED"
+                  
"UNDEFINED"
 
- -
back to top @@ -30969,18 +27986,14 @@
Fields
Example
- - -
{
+                  
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
-  "quantity": 123.45,
+  "parent_sku": "xyz789",
+  "quantity": 987.65,
   "selected_options": ["4"],
   "sku": "xyz789"
 }
 
- -
back to top @@ -31123,15 +28136,13 @@
Possible Types
Example
- - -
{
+                  
{
   "discount": [Discount],
   "errors": [CartItemError],
   "id": "abc123",
-  "is_available": false,
+  "is_available": true,
   "max_qty": 123.45,
-  "min_qty": 987.65,
+  "min_qty": 123.45,
   "not_available_message": "xyz789",
   "note_from_buyer": [ItemNote],
   "note_from_seller": [ItemNote],
@@ -31141,8 +28152,6 @@ 
Example
"uid": 4 }
- -
back to top @@ -31231,9 +28240,7 @@
Fields
Example
- - -
{
+                  
{
   "catalog_discount": ProductDiscount,
   "discounts": [Discount],
   "fixed_product_taxes": [FixedProductTax],
@@ -31247,8 +28254,6 @@ 
Example
"total_item_discount": Money }
- -
back to top @@ -31296,12 +28301,8 @@
Fields
Example
- - -
{"cart_item_id": 123, "quantity": 123.45}
+                  
{"cart_item_id": 123, "quantity": 987.65}
 
- -
back to top @@ -31350,16 +28351,12 @@
Fields
Example
- - -
{
+                  
{
   "type": "FIXED",
   "units": "xyz789",
-  "value": 123.45
+  "value": 987.65
 }
 
- -
back to top @@ -31429,19 +28426,15 @@
Fields
Example
- - -
{
+                  
{
   "cart_item_id": 987,
-  "cart_item_uid": 4,
+  "cart_item_uid": "4",
   "customizable_options": [CustomizableOptionInput],
   "gift_message": GiftMessageInput,
-  "gift_wrapping_id": "4",
-  "quantity": 987.65
+  "gift_wrapping_id": 4,
+  "quantity": 123.45
 }
 
- -
back to top @@ -31486,16 +28479,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [CartItemInterface],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
- -
back to top @@ -31576,9 +28565,7 @@
Fields
Example
- - -
{
+                  
{
   "applied_taxes": [CartTaxItem],
   "discount": CartDiscount,
   "discounts": [Discount],
@@ -31590,8 +28577,6 @@ 
Example
"subtotal_with_discount_excluding_tax": Money }
- -
back to top @@ -31626,12 +28611,8 @@
Fields
Example
- - -
{"name": "abc123"}
+                  
{"name": "xyz789"}
 
- -
back to top @@ -31675,15 +28656,11 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "label": "abc123"
 }
 
- -
back to top @@ -31723,15 +28700,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "PRODUCT_NOT_FOUND",
   "message": "abc123"
 }
 
- -
back to top @@ -31817,12 +28790,8 @@
Values
Example
- - -
"PRODUCT_NOT_FOUND"
+                  
"PRODUCT_NOT_FOUND"
 
- -
back to top @@ -31901,12 +28870,8 @@
Values
Example
- - -
"SIMPLE"
+                  
"SIMPLE"
 
- -
back to top @@ -32060,9 +29025,7 @@
Fields
Example
- - -
{
+                  
{
   "apply_to": ["SIMPLE"],
   "code": "4",
   "default_value": "abc123",
@@ -32072,25 +29035,23 @@ 
Example
"is_comparable": false, "is_filterable": false, "is_filterable_in_search": true, - "is_html_allowed_on_front": false, + "is_html_allowed_on_front": true, "is_required": true, - "is_searchable": false, - "is_unique": true, + "is_searchable": true, + "is_unique": false, "is_used_for_price_rules": true, "is_used_for_promo_rules": true, "is_visible_in_advanced_search": false, - "is_visible_on_front": false, + "is_visible_on_front": true, "is_wysiwyg_enabled": true, "label": "abc123", "options": [CustomAttributeOptionInterface], "swatch_input_type": "BOOLEAN", - "update_product_preview_image": true, + "update_product_preview_image": false, "use_product_image_for_swatch": false, "used_in_product_listing": true }
- -
back to top @@ -32125,12 +29086,8 @@
Fields
Example
- - -
{"name": "abc123"}
+                  
{"name": "abc123"}
 
- -
back to top @@ -32206,9 +29163,7 @@
Fields
Example
- - -
{
+                  
{
   "category_uid": FilterEqualTypeInput,
   "ids": FilterEqualTypeInput,
   "name": FilterMatchTypeInput,
@@ -32218,8 +29173,6 @@ 
Example
"url_path": FilterEqualTypeInput }
- -
back to top @@ -32475,13 +29428,11 @@
Possible Types
Example
- - -
{
-  "automatic_sorting": "abc123",
+                  
{
+  "automatic_sorting": "xyz789",
   "available_sort_by": ["abc123"],
   "breadcrumbs": [Breadcrumb],
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "children_count": "xyz789",
   "cms_block": CmsBlock,
   "created_at": "xyz789",
@@ -32489,11 +29440,11 @@ 
Example
"default_sort_by": "xyz789", "description": "xyz789", "display_mode": "xyz789", - "filter_price_range": 987.65, - "id": 123, + "filter_price_range": 123.45, + "id": 987, "image": "abc123", - "include_in_menu": 987, - "is_anchor": 123, + "include_in_menu": 123, + "is_anchor": 987, "landing_page": 987, "level": 123, "meta_description": "xyz789", @@ -32501,20 +29452,18 @@
Example
"meta_title": "abc123", "name": "abc123", "path": "abc123", - "path_in_store": "xyz789", - "position": 987, + "path_in_store": "abc123", + "position": 123, "product_count": 123, "products": CategoryProducts, "staged": false, "uid": "4", - "updated_at": "abc123", + "updated_at": "xyz789", "url_key": "abc123", "url_path": "xyz789", "url_suffix": "abc123" }
- -
back to top @@ -32563,16 +29512,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [ProductInterface],
   "page_info": SearchResultPageInfo,
   "total_count": 123
 }
 
- -
back to top @@ -32621,16 +29566,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [CategoryTree],
   "page_info": SearchResultPageInfo,
   "total_count": 123
 }
 
- -
back to top @@ -32889,21 +29830,19 @@
sort
Example
- - -
{
+                  
{
   "automatic_sorting": "xyz789",
-  "available_sort_by": ["xyz789"],
+  "available_sort_by": ["abc123"],
   "breadcrumbs": [Breadcrumb],
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "children": [CategoryTree],
   "children_count": "xyz789",
   "cms_block": CmsBlock,
-  "created_at": "abc123",
-  "custom_layout_update_file": "xyz789",
-  "default_sort_by": "abc123",
-  "description": "xyz789",
-  "display_mode": "abc123",
+  "created_at": "xyz789",
+  "custom_layout_update_file": "abc123",
+  "default_sort_by": "xyz789",
+  "description": "abc123",
+  "display_mode": "xyz789",
   "filter_price_range": 987.65,
   "id": 123,
   "image": "xyz789",
@@ -32912,17 +29851,17 @@ 
Example
"landing_page": 123, "level": 123, "meta_description": "xyz789", - "meta_keywords": "xyz789", - "meta_title": "xyz789", - "name": "abc123", - "path": "abc123", - "path_in_store": "abc123", - "position": 123, + "meta_keywords": "abc123", + "meta_title": "abc123", + "name": "xyz789", + "path": "xyz789", + "path_in_store": "xyz789", + "position": 987, "product_count": 987, "products": CategoryProducts, "redirect_code": 123, "relative_url": "abc123", - "staged": true, + "staged": false, "type": "CMS_PAGE", "uid": 4, "updated_at": "abc123", @@ -32931,8 +29870,6 @@
Example
"url_suffix": "abc123" }
- -
back to top @@ -33001,20 +29938,16 @@
Fields
Example
- - -
{
+                  
{
   "agreement_id": 123,
   "checkbox_text": "abc123",
   "content": "abc123",
   "content_height": "xyz789",
-  "is_html": true,
+  "is_html": false,
   "mode": "AUTO",
   "name": "xyz789"
 }
 
- -
back to top @@ -33060,12 +29993,8 @@
Values
Example
- - -
"AUTO"
+                  
"AUTO"
 
- -
back to top @@ -33114,16 +30043,12 @@
Fields
Example
- - -
{
+                  
{
   "code": "REORDER_NOT_AVAILABLE",
   "message": "xyz789",
-  "path": ["abc123"]
+  "path": ["xyz789"]
 }
 
- -
back to top @@ -33188,12 +30113,8 @@
Values
Example
- - -
"REORDER_NOT_AVAILABLE"
+                  
"REORDER_NOT_AVAILABLE"
 
- -
back to top @@ -33237,12 +30158,8 @@
Fields
Example
- - -
{"message": "abc123", "type": "NOT_FOUND"}
+                  
{"message": "xyz789", "type": "NOT_FOUND"}
 
- -
back to top @@ -33300,12 +30217,8 @@
Values
Example
- - -
"NOT_FOUND"
+                  
"NOT_FOUND"
 
- -
back to top @@ -33345,12 +30258,8 @@
Fields
Example
- - -
{"uid": 4}
+                  
{"uid": 4}
 
- -
back to top @@ -33394,15 +30303,11 @@
Fields
Example
- - -
{
+                  
{
   "cart": Cart,
   "errors": [ClearCartError]
 }
 
- -
back to top @@ -33446,12 +30351,8 @@
Fields
Example
- - -
{"cart": Cart, "status": false}
+                  
{"cart": Cart, "status": true}
 
- -
back to top @@ -33495,12 +30396,8 @@
Types
Example
- - -
NegotiableQuoteInvalidStateError
+                  
NegotiableQuoteInvalidStateError
 
- -
back to top @@ -33544,15 +30441,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [NegotiableQuoteInvalidStateError],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
- -
back to top @@ -33591,12 +30484,8 @@
Types
Example
- - -
NegotiableQuoteUidOperationSuccess
+                  
NegotiableQuoteUidOperationSuccess
 
- -
back to top @@ -33636,12 +30525,8 @@
Fields
Example
- - -
{"quote_uids": ["4"]}
+                  
{"quote_uids": [4]}
 
- -
back to top @@ -33725,9 +30610,7 @@
sort
Example
- - -
{
+                  
{
   "closed_quotes": [NegotiableQuote],
   "negotiable_quotes": NegotiableQuotesOutput,
   "operation_results": [
@@ -33736,8 +30619,6 @@ 
Example
"result_status": "SUCCESS" }
- -
back to top @@ -33786,16 +30667,12 @@
Fields
Example
- - -
{
-  "content": "abc123",
-  "identifier": "xyz789",
+                  
{
+  "content": "xyz789",
+  "identifier": "abc123",
   "title": "abc123"
 }
 
- -
back to top @@ -33834,12 +30711,8 @@
Fields
Example
- - -
{"items": [CmsBlock]}
+                  
{"items": [CmsBlock]}
 
- -
back to top @@ -33933,25 +30806,21 @@
Fields
Example
- - -
{
+                  
{
   "content": "abc123",
   "content_heading": "abc123",
-  "identifier": "abc123",
-  "meta_description": "xyz789",
-  "meta_keywords": "xyz789",
+  "identifier": "xyz789",
+  "meta_description": "abc123",
+  "meta_keywords": "abc123",
   "meta_title": "xyz789",
-  "page_layout": "abc123",
+  "page_layout": "xyz789",
   "redirect_code": 987,
   "relative_url": "xyz789",
-  "title": "xyz789",
+  "title": "abc123",
   "type": "CMS_PAGE",
   "url_key": "abc123"
 }
 
- -
back to top @@ -33986,12 +30855,8 @@
Fields
Example
- - -
{"value": "xyz789"}
+                  
{"value": "xyz789"}
 
- -
back to top @@ -34031,12 +30896,8 @@
Values
Example
- - -
"NAME"
+                  
"NAME"
 
- -
back to top @@ -34082,12 +30943,8 @@
Fields
Example
- - -
{"field": "NAME", "order": "ASC"}
+                  
{"field": "NAME", "order": "ASC"}
 
- -
back to top @@ -34338,9 +31195,7 @@
currentPage
Example
- - -
{
+                  
{
   "acl_resources": [CompanyAclResource],
   "company_admin": Customer,
   "credit": CompanyCredit,
@@ -34348,8 +31203,8 @@ 
Example
"email": "xyz789", "id": "4", "legal_address": CompanyLegalAddress, - "legal_name": "abc123", - "name": "abc123", + "legal_name": "xyz789", + "name": "xyz789", "payment_methods": ["xyz789"], "reseller_id": "xyz789", "role": CompanyRole, @@ -34359,11 +31214,9 @@
Example
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "xyz789" + "vat_tax_id": "abc123" }
- -
back to top @@ -34417,17 +31270,13 @@
Fields
Example
- - -
{
+                  
{
   "children": [CompanyAclResource],
   "id": "4",
   "sort_order": 123,
-  "text": "xyz789"
+  "text": "abc123"
 }
 
- -
back to top @@ -34503,20 +31352,16 @@
Fields
Example
- - -
{
+                  
{
   "custom_attributes": [AttributeValueInput],
-  "email": "xyz789",
-  "firstname": "abc123",
+  "email": "abc123",
+  "firstname": "xyz789",
   "gender": 123,
-  "job_title": "xyz789",
+  "job_title": "abc123",
   "lastname": "abc123",
   "telephone": "abc123"
 }
 
- -
back to top @@ -34565,16 +31410,12 @@
Fields
Example
- - -
{
-  "id": "4",
+                  
{
+  "id": 4,
   "legal_name": "xyz789",
   "name": "abc123"
 }
 
- -
back to top @@ -34650,20 +31491,16 @@
Fields
Example
- - -
{
+                  
{
   "company_admin": CompanyAdminInput,
-  "company_email": "abc123",
-  "company_name": "xyz789",
+  "company_email": "xyz789",
+  "company_name": "abc123",
   "legal_address": CompanyLegalAddressCreateInput,
   "legal_name": "xyz789",
-  "reseller_id": "abc123",
-  "vat_tax_id": "abc123"
+  "reseller_id": "xyz789",
+  "vat_tax_id": "xyz789"
 }
 
- -
back to top @@ -34712,16 +31549,12 @@
Fields
Example
- - -
{
+                  
{
   "available_credit": Money,
   "credit_limit": Money,
   "outstanding_balance": Money
 }
 
- -
back to top @@ -34770,16 +31603,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [CompanyCreditOperation],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
- -
back to top @@ -34831,16 +31660,12 @@
Fields
Example
- - -
{
-  "custom_reference_number": "abc123",
+                  
{
+  "custom_reference_number": "xyz789",
   "operation_type": "ALLOCATION",
-  "updated_by": "abc123"
+  "updated_by": "xyz789"
 }
 
- -
back to top @@ -34904,19 +31729,15 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "balance": CompanyCredit,
   "custom_reference_number": "abc123",
-  "date": "xyz789",
+  "date": "abc123",
   "type": "ALLOCATION",
   "updated_by": CompanyCreditOperationUser
 }
 
- -
back to top @@ -34988,12 +31809,8 @@
Values
Example
- - -
"ALLOCATION"
+                  
"ALLOCATION"
 
- -
back to top @@ -35037,12 +31854,8 @@
Fields
Example
- - -
{"name": "xyz789", "type": "CUSTOMER"}
+                  
{"name": "abc123", "type": "CUSTOMER"}
 
- -
back to top @@ -35086,12 +31899,8 @@
Values
Example
- - -
"CUSTOMER"
+                  
"CUSTOMER"
 
- -
back to top @@ -35143,16 +31952,12 @@
Fields
Example
- - -
{
-  "code": "abc123",
+                  
{
+  "code": "xyz789",
   "role_id": 4,
   "user": CompanyInvitationUserInput
 }
 
- -
back to top @@ -35191,12 +31996,8 @@
Fields
Example
- - -
{"success": true}
+                  
{"success": true}
 
- -
back to top @@ -35260,18 +32061,14 @@
Fields
Example
- - -
{
+                  
{
   "company_id": 4,
   "customer_id": 4,
   "job_title": "abc123",
   "status": "ACTIVE",
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
- -
back to top @@ -35335,19 +32132,15 @@
Fields
Example
- - -
{
+                  
{
   "city": "xyz789",
   "country_code": "AF",
   "postcode": "xyz789",
   "region": CustomerAddressRegion,
-  "street": ["abc123"],
+  "street": ["xyz789"],
   "telephone": "xyz789"
 }
 
- -
back to top @@ -35417,19 +32210,15 @@
Fields
Example
- - -
{
-  "city": "abc123",
+                  
{
+  "city": "xyz789",
   "country_id": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["abc123"],
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
- -
back to top @@ -35499,19 +32288,15 @@
Fields
Example
- - -
{
-  "city": "xyz789",
+                  
{
+  "city": "abc123",
   "country_id": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["abc123"],
   "telephone": "abc123"
 }
 
- -
back to top @@ -35565,17 +32350,13 @@
Fields
Example
- - -
{
+                  
{
   "id": "4",
-  "name": "abc123",
+  "name": "xyz789",
   "permissions": [CompanyAclResource],
   "users_count": 123
 }
 
- -
back to top @@ -35621,15 +32402,11 @@
Fields
Example
- - -
{
-  "name": "abc123",
+                  
{
+  "name": "xyz789",
   "permissions": ["abc123"]
 }
 
- -
back to top @@ -35681,16 +32458,12 @@
Fields
Example
- - -
{
-  "id": 4,
-  "name": "abc123",
+                  
{
+  "id": "4",
+  "name": "xyz789",
   "permissions": ["abc123"]
 }
 
- -
back to top @@ -35739,16 +32512,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [CompanyRole],
   "page_info": SearchResultPageInfo,
   "total_count": 987
 }
 
- -
back to top @@ -35797,16 +32566,12 @@
Fields
Example
- - -
{
-  "email": "abc123",
+                  
{
+  "email": "xyz789",
   "firstname": "abc123",
   "lastname": "xyz789"
 }
 
- -
back to top @@ -35845,12 +32610,8 @@
Fields
Example
- - -
{"items": [CompanyStructureItem]}
+                  
{"items": [CompanyStructureItem]}
 
- -
back to top @@ -35889,12 +32650,8 @@
Types
Example
- - -
CompanyTeam
+                  
CompanyTeam
 
- -
back to top @@ -35943,16 +32700,12 @@
Fields
Example
- - -
{
+                  
{
   "entity": CompanyTeam,
-  "id": 4,
-  "parent_id": "4"
+  "id": "4",
+  "parent_id": 4
 }
 
- -
back to top @@ -35998,12 +32751,8 @@
Fields
Example
- - -
{"parent_tree_id": "4", "tree_id": 4}
+                  
{"parent_tree_id": "4", "tree_id": 4}
 
- -
back to top @@ -36057,17 +32806,13 @@
Fields
Example
- - -
{
-  "description": "abc123",
-  "id": "4",
+                  
{
+  "description": "xyz789",
+  "id": 4,
   "name": "xyz789",
-  "structure_id": 4
+  "structure_id": "4"
 }
 
- -
back to top @@ -36119,16 +32864,12 @@
Fields
Example
- - -
{
-  "description": "abc123",
-  "name": "abc123",
+                  
{
+  "description": "xyz789",
+  "name": "xyz789",
   "target_id": "4"
 }
 
- -
back to top @@ -36180,16 +32921,12 @@
Fields
Example
- - -
{
+                  
{
   "description": "abc123",
   "id": "4",
   "name": "abc123"
 }
 
- -
back to top @@ -36259,19 +32996,15 @@
Fields
Example
- - -
{
+                  
{
   "company_email": "abc123",
-  "company_name": "abc123",
+  "company_name": "xyz789",
   "legal_address": CompanyLegalAddressUpdateInput,
   "legal_name": "abc123",
-  "reseller_id": "abc123",
-  "vat_tax_id": "xyz789"
+  "reseller_id": "xyz789",
+  "vat_tax_id": "abc123"
 }
 
- -
back to top @@ -36353,21 +33086,17 @@
Fields
Example
- - -
{
-  "email": "xyz789",
-  "firstname": "abc123",
-  "job_title": "xyz789",
+                  
{
+  "email": "abc123",
+  "firstname": "xyz789",
+  "job_title": "abc123",
   "lastname": "xyz789",
-  "role_id": "4",
+  "role_id": 4,
   "status": "ACTIVE",
   "target_id": "4",
   "telephone": "xyz789"
 }
 
- -
back to top @@ -36413,12 +33142,8 @@
Values
Example
- - -
"ACTIVE"
+                  
"ACTIVE"
 
- -
back to top @@ -36500,21 +33225,17 @@
Fields
Example
- - -
{
+                  
{
   "email": "xyz789",
-  "firstname": "abc123",
-  "id": "4",
-  "job_title": "abc123",
-  "lastname": "xyz789",
-  "role_id": "4",
+  "firstname": "xyz789",
+  "id": 4,
+  "job_title": "xyz789",
+  "lastname": "abc123",
+  "role_id": 4,
   "status": "ACTIVE",
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
- -
back to top @@ -36563,16 +33284,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [Customer],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
- -
back to top @@ -36612,12 +33329,8 @@
Fields
Example
- - -
{"status": "ACTIVE"}
+                  
{"status": "ACTIVE"}
 
- -
back to top @@ -36661,15 +33374,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "abc123",
-  "label": "abc123"
+  "label": "xyz789"
 }
 
- -
back to top @@ -36718,16 +33427,12 @@
Fields
Example
- - -
{
+                  
{
   "attributes": [ProductAttribute],
   "product": ProductInterface,
   "uid": 4
 }
 
- -
back to top @@ -36781,17 +33486,13 @@
Fields
Example
- - -
{
+                  
{
   "attributes": [ComparableAttribute],
-  "item_count": 123,
+  "item_count": 987,
   "items": [ComparableItem],
-  "uid": 4
+  "uid": "4"
 }
 
- -
back to top @@ -36826,12 +33527,8 @@
Fields
Example
- - -
{"html": "xyz789"}
+                  
{"html": "abc123"}
 
- -
back to top @@ -36885,17 +33582,13 @@
Fields
Example
- - -
{
-  "code": "abc123",
+                  
{
+  "code": "xyz789",
   "label": "xyz789",
-  "uid": 4,
+  "uid": "4",
   "value_index": 987
 }
 
- -
back to top @@ -37026,9 +33719,7 @@
Fields
Example
- - -
{
+                  
{
   "available_gift_wrapping": [GiftWrapping],
   "configurable_options": [SelectedConfigurableOption],
   "configured_variant": ProductInterface,
@@ -37040,18 +33731,16 @@ 
Example
"id": "xyz789", "is_available": false, "max_qty": 987.65, - "min_qty": 987.65, + "min_qty": 123.45, "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": 4 }
- -
back to top @@ -37095,15 +33784,11 @@
Fields
Example
- - -
{
+                  
{
   "attribute_code": "abc123",
   "option_value_uids": [4]
 }
 
- -
back to top @@ -37248,11 +33933,9 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
@@ -37262,22 +33945,20 @@ 
Example
"product": ProductInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "product_type": "xyz789", "product_url_key": "abc123", "quantity_canceled": 987.65, "quantity_invoiced": 987.65, - "quantity_ordered": 123.45, - "quantity_refunded": 987.65, + "quantity_ordered": 987.65, + "quantity_refunded": 123.45, "quantity_return_requested": 987.65, "quantity_returned": 987.65, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
- -
back to top @@ -37854,12 +34535,10 @@
currentPage
Example
- - -
{
-  "activity": "abc123",
-  "attribute_set_id": 987,
-  "canonical_url": "abc123",
+                  
{
+  "activity": "xyz789",
+  "attribute_set_id": 123,
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "xyz789",
   "climate": "abc123",
@@ -37867,50 +34546,50 @@ 
Example
"color": 987, "configurable_options": [ConfigurableProductOptions], "configurable_product_options_selection": ConfigurableProductOptionsSelection, - "country_of_manufacture": "abc123", + "country_of_manufacture": "xyz789", "created_at": "abc123", "crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, "eco_collection": 987, "erin_recommends": 123, - "features_bags": "abc123", + "features_bags": "xyz789", "format": 123, "gender": "abc123", - "gift_message_available": true, - "gift_wrapping_available": false, + "gift_message_available": false, + "gift_wrapping_available": true, "gift_wrapping_price": Money, - "id": 987, + "id": 123, "image": ProductImage, "is_returnable": "xyz789", - "manufacturer": 987, - "material": "abc123", + "manufacturer": 123, + "material": "xyz789", "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], - "meta_description": "abc123", + "meta_description": "xyz789", "meta_keyword": "abc123", "meta_title": "abc123", "min_sale_qty": 123.45, "name": "abc123", "new": 123, - "new_from_date": "abc123", - "new_to_date": "xyz789", + "new_from_date": "xyz789", + "new_to_date": "abc123", "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], "options_container": "xyz789", "pattern": "abc123", - "performance_fabric": 123, + "performance_fabric": 987, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], "purpose": 987, - "quantity": 123.45, + "quantity": 987.65, "rating_summary": 987.65, - "redirect_code": 123, + "redirect_code": 987, "related_products": [ProductInterface], - "relative_url": "xyz789", + "relative_url": "abc123", "review_count": 987, "reviews": ProductReviews, "rules": [CatalogRule], @@ -37920,18 +34599,18 @@
Example
"sku": "xyz789", "sleeve": "abc123", "small_image": ProductImage, - "special_from_date": "xyz789", - "special_price": 987.65, - "special_to_date": "abc123", + "special_from_date": "abc123", + "special_price": 123.45, + "special_to_date": "xyz789", "staged": true, "stock_status": "IN_STOCK", "strap_bags": "abc123", - "style_bags": "abc123", + "style_bags": "xyz789", "style_bottom": "abc123", "style_general": "abc123", "swatch_image": "xyz789", "thumbnail": ProductImage, - "tier_price": 987.65, + "tier_price": 123.45, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "abc123", @@ -37941,14 +34620,12 @@
Example
"url_key": "xyz789", "url_path": "abc123", "url_rewrites": [UrlRewrite], - "url_suffix": "abc123", + "url_suffix": "xyz789", "variants": [ConfigurableVariant], "websites": [Website], - "weight": 123.45 + "weight": 987.65 }
- -
back to top @@ -38003,17 +34680,13 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [CustomizableOptionInput],
   "data": CartItemInput,
-  "parent_sku": "abc123",
-  "variant_sku": "xyz789"
+  "parent_sku": "xyz789",
+  "variant_sku": "abc123"
 }
 
- -
back to top @@ -38067,17 +34740,13 @@
Fields
Example
- - -
{
+                  
{
   "attribute_code": "abc123",
-  "label": "xyz789",
+  "label": "abc123",
   "uid": 4,
   "values": [ConfigurableProductOptionValue]
 }
 
- -
back to top @@ -38136,18 +34805,14 @@
Fields
Example
- - -
{
-  "is_available": true,
+                  
{
+  "is_available": false,
   "is_use_default": true,
   "label": "xyz789",
   "swatch": SwatchDataInterface,
   "uid": 4
 }
 
- -
back to top @@ -38240,24 +34905,20 @@
Fields
Example
- - -
{
-  "attribute_code": "abc123",
-  "attribute_id": "xyz789",
-  "attribute_id_v2": 123,
-  "attribute_uid": 4,
-  "id": 123,
+                  
{
+  "attribute_code": "xyz789",
+  "attribute_id": "abc123",
+  "attribute_id_v2": 987,
+  "attribute_uid": "4",
+  "id": 987,
   "label": "xyz789",
-  "position": 123,
-  "product_id": 987,
+  "position": 987,
+  "product_id": 123,
   "uid": 4,
   "use_default": false,
   "values": [ConfigurableProductOptionsValues]
 }
 
- -
back to top @@ -38311,9 +34972,7 @@
Fields
Example
- - -
{
+                  
{
   "configurable_options": [ConfigurableProductOption],
   "media_gallery": [MediaGalleryInterface],
   "options_available_for_selection": [
@@ -38322,8 +34981,6 @@ 
Example
"variant": SimpleProduct }
- -
back to top @@ -38393,20 +35050,16 @@
Fields
Example
- - -
{
-  "default_label": "xyz789",
-  "label": "xyz789",
-  "store_label": "xyz789",
+                  
{
+  "default_label": "abc123",
+  "label": "abc123",
+  "store_label": "abc123",
   "swatch_data": SwatchDataInterface,
   "uid": "4",
   "use_default_value": false,
   "value_index": 987
 }
 
- -
back to top @@ -38465,18 +35118,14 @@
Fields
Example
- - -
{
+                  
{
   "configurable_options": [SelectedConfigurableOption],
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 123.45,
-  "uid": 4
+  "quantity": 987.65,
+  "uid": "4"
 }
 
- -
back to top @@ -38520,15 +35169,11 @@
Fields
Example
- - -
{
+                  
{
   "attributes": [ConfigurableAttributeOption],
   "product": SimpleProduct
 }
 
- -
back to top @@ -38608,22 +35253,18 @@
Fields
Example
- - -
{
-  "added_at": "abc123",
-  "child_sku": "xyz789",
+                  
{
+  "added_at": "xyz789",
+  "child_sku": "abc123",
   "configurable_options": [SelectedConfigurableOption],
   "configured_variant": ProductInterface,
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
+  "description": "abc123",
   "id": 4,
   "product": ProductInterface,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
- -
back to top @@ -38665,15 +35306,11 @@
Fields
Example
- - -
{
+                  
{
   "confirmation_key": "xyz789",
-  "order_id": "4"
+  "order_id": 4
 }
 
- -
back to top @@ -38719,15 +35356,11 @@
Fields
Example
- - -
{
+                  
{
   "confirmation_key": "abc123",
-  "email": "abc123"
+  "email": "xyz789"
 }
 
- -
back to top @@ -38769,15 +35402,11 @@
Fields
Example
- - -
{
-  "confirmation_key": "xyz789",
+                  
{
+  "confirmation_key": "abc123",
   "order_id": "4"
 }
 
- -
back to top @@ -38823,12 +35452,8 @@
Values
Example
- - -
"ACCOUNT_CONFIRMED"
+                  
"ACCOUNT_CONFIRMED"
 
- -
back to top @@ -38882,17 +35507,13 @@
Fields
Example
- - -
{
+                  
{
   "comment": "xyz789",
   "email": "xyz789",
-  "name": "xyz789",
-  "telephone": "xyz789"
+  "name": "abc123",
+  "telephone": "abc123"
 }
 
- -
back to top @@ -38931,12 +35552,8 @@
Fields
Example
- - -
{"status": true}
+                  
{"status": false}
 
- -
back to top @@ -38976,12 +35593,8 @@
Fields
Example
- - -
{"requisitionListItemUids": [4]}
+                  
{"requisitionListItemUids": [4]}
 
- -
back to top @@ -39020,12 +35633,8 @@
Fields
Example
- - -
{"requisition_list": RequisitionList}
+                  
{"requisition_list": RequisitionList}
 
- -
back to top @@ -39074,16 +35683,12 @@
Fields
Example
- - -
{
+                  
{
   "destination_wishlist": Wishlist,
   "source_wishlist": Wishlist,
   "user_errors": [WishListUserInputError]
 }
 
- -
back to top @@ -39143,19 +35748,15 @@
Fields
Example
- - -
{
+                  
{
   "available_regions": [Region],
-  "full_name_english": "abc123",
-  "full_name_locale": "xyz789",
-  "id": "xyz789",
+  "full_name_english": "xyz789",
+  "full_name_locale": "abc123",
+  "id": "abc123",
   "three_letter_abbreviation": "abc123",
-  "two_letter_abbreviation": "xyz789"
+  "two_letter_abbreviation": "abc123"
 }
 
- -
back to top @@ -40659,12 +37260,8 @@
Values
Example
- - -
"AF"
+                  
"AF"
 
- -
back to top @@ -40703,12 +37300,8 @@
Fields
Example
- - -
{"company": Company}
+                  
{"company": Company}
 
- -
back to top @@ -40747,12 +37340,8 @@
Fields
Example
- - -
{"role": CompanyRole}
+                  
{"role": CompanyRole}
 
- -
back to top @@ -40791,12 +37380,8 @@
Fields
Example
- - -
{"team": CompanyTeam}
+                  
{"team": CompanyTeam}
 
- -
back to top @@ -40835,12 +37420,8 @@
Fields
Example
- - -
{"user": Customer}
+                  
{"user": Customer}
 
- -
back to top @@ -40880,12 +37461,8 @@
Fields
Example
- - -
{"products": ["4"]}
+                  
{"products": [4]}
 
- -
back to top @@ -40967,23 +37544,19 @@
Fields
Example
- - -
{
+                  
{
   "dynamic_attributes": [
     GiftRegistryDynamicAttributeInput
   ],
   "event_name": "xyz789",
-  "gift_registry_type_uid": "4",
-  "message": "xyz789",
+  "gift_registry_type_uid": 4,
+  "message": "abc123",
   "privacy_settings": "PRIVATE",
   "registrants": [AddGiftRegistryRegistrantInput],
   "shipping_address": GiftRegistryShippingAddressInput,
   "status": "ACTIVE"
 }
 
- -
back to top @@ -41022,12 +37595,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -41063,12 +37632,8 @@
Fields
Example
- - -
{"cart_uid": "4"}
+                  
{"cart_uid": 4}
 
- -
back to top @@ -41103,12 +37668,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -41167,18 +37728,14 @@
Fields
Example
- - -
{
-  "response_message": "xyz789",
+                  
{
+  "response_message": "abc123",
   "result": 123,
   "result_code": 123,
   "secure_token": "abc123",
-  "secure_token_id": "abc123"
+  "secure_token_id": "xyz789"
 }
 
- -
back to top @@ -41242,18 +37799,14 @@
Fields
Example
- - -
{
+                  
{
   "cartId": "xyz789",
   "location": "PRODUCT_DETAIL",
-  "methodCode": "abc123",
+  "methodCode": "xyz789",
   "paymentSource": "xyz789",
-  "vaultIntent": false
+  "vaultIntent": true
 }
 
- -
back to top @@ -41312,18 +37865,14 @@
Fields
Example
- - -
{
-  "amount": 123.45,
+                  
{
+  "amount": 987.65,
   "currency_code": "abc123",
-  "id": "abc123",
+  "id": "xyz789",
   "mp_order_id": "xyz789",
   "status": "xyz789"
 }
 
- -
back to top @@ -41387,9 +37936,7 @@
Fields
Example
- - -
{
+                  
{
   "nickname": "abc123",
   "ratings": [ProductReviewRatingInput],
   "sku": "xyz789",
@@ -41397,8 +37944,6 @@ 
Example
"text": "xyz789" }
- -
back to top @@ -41437,12 +37982,8 @@
Fields
Example
- - -
{"review": ProductReview}
+                  
{"review": ProductReview}
 
- -
back to top @@ -41488,12 +38029,8 @@
Fields
Example
- - -
{"currency": "AFN", "value": 123.45}
+                  
{"currency": "AFN", "value": 987.65}
 
- -
back to top @@ -41551,17 +38088,13 @@
Fields
Example
- - -
{
+                  
{
   "amount": CreatePurchaseOrderApprovalRuleConditionAmountInput,
   "attribute": "GRAND_TOTAL",
   "operator": "MORE_THAN",
   "quantity": 123
 }
 
- -
back to top @@ -41607,15 +38140,11 @@
Fields
Example
- - -
{
-  "description": "xyz789",
-  "name": "abc123"
+                  
{
+  "description": "abc123",
+  "name": "xyz789"
 }
 
- -
back to top @@ -41654,12 +38183,8 @@
Fields
Example
- - -
{"requisition_list": RequisitionList}
+                  
{"requisition_list": RequisitionList}
 
- -
back to top @@ -41705,15 +38230,11 @@
Fields
Example
- - -
{
+                  
{
   "card_description": "xyz789",
-  "setup_token_id": "abc123"
+  "setup_token_id": "xyz789"
 }
 
- -
back to top @@ -41757,15 +38278,11 @@
Fields
Example
- - -
{
+                  
{
   "payment_source": PaymentSourceOutput,
-  "vault_token_id": "abc123"
+  "vault_token_id": "xyz789"
 }
 
- -
back to top @@ -41811,15 +38328,11 @@
Fields
Example
- - -
{
+                  
{
   "setup_token": VaultSetupTokenInput,
   "three_ds_mode": "OFF"
 }
 
- -
back to top @@ -41858,12 +38371,8 @@
Fields
Example
- - -
{"setup_token": "abc123"}
+                  
{"setup_token": "xyz789"}
 
- -
back to top @@ -41909,12 +38418,8 @@
Fields
Example
- - -
{"name": "abc123", "visibility": "PUBLIC"}
+                  
{"name": "xyz789", "visibility": "PUBLIC"}
 
- -
back to top @@ -41953,12 +38458,8 @@
Fields
Example
- - -
{"wishlist": Wishlist}
+                  
{"wishlist": Wishlist}
 
- -
back to top @@ -42016,17 +38517,13 @@
Fields
Example
- - -
{
-  "cc_exp_month": 123,
-  "cc_exp_year": 123,
+                  
{
+  "cc_exp_month": 987,
+  "cc_exp_year": 987,
   "cc_last_4": 123,
   "cc_type": "abc123"
 }
 
- -
back to top @@ -42085,18 +38582,14 @@
Fields
Example
- - -
{
+                  
{
   "comments": [SalesCommentItem],
-  "id": "4",
+  "id": 4,
   "items": [CreditMemoItemInterface],
-  "number": "xyz789",
+  "number": "abc123",
   "total": CreditMemoTotal
 }
 
- -
back to top @@ -42161,11 +38654,9 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
@@ -42173,8 +38664,6 @@ 
Example
"quantity_refunded": 987.65 }
- -
back to top @@ -42275,20 +38764,16 @@
Possible Types
Example
- - -
{
+                  
{
   "discounts": [Discount],
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
-  "quantity_refunded": 987.65
+  "product_sku": "abc123",
+  "quantity_refunded": 123.45
 }
 
- -
back to top @@ -42367,9 +38852,7 @@
Fields
Example
- - -
{
+                  
{
   "adjustment": Money,
   "base_grand_total": Money,
   "discounts": [Discount],
@@ -42381,8 +38864,6 @@ 
Example
"total_tax": Money }
- -
back to top @@ -42456,21 +38937,17 @@
Fields
Example
- - -
{
+                  
{
   "available_currency_codes": ["abc123"],
   "base_currency_code": "abc123",
   "base_currency_symbol": "xyz789",
-  "default_display_currecy_code": "abc123",
-  "default_display_currecy_symbol": "xyz789",
+  "default_display_currecy_code": "xyz789",
+  "default_display_currecy_symbol": "abc123",
   "default_display_currency_code": "abc123",
-  "default_display_currency_symbol": "xyz789",
+  "default_display_currency_symbol": "abc123",
   "exchange_rates": [ExchangeRate]
 }
 
- -
back to top @@ -43694,12 +40171,8 @@
Values
Example
- - -
"AFN"
+                  
"AFN"
 
- -
back to top @@ -43738,12 +40211,8 @@
Fields
Example
- - -
{"items": [Attribute]}
+                  
{"items": [Attribute]}
 
- -
back to top @@ -43854,22 +40323,18 @@
Possible Types
Example
- - -
{
-  "code": 4,
-  "default_value": "abc123",
+                  
{
+  "code": "4",
+  "default_value": "xyz789",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
-  "is_required": false,
-  "is_unique": true,
+  "is_required": true,
+  "is_unique": false,
   "label": "abc123",
   "options": [CustomAttributeOptionInterface]
 }
 
- -
back to top @@ -43931,16 +40396,12 @@
Possible Types
Example
- - -
{
-  "is_default": false,
-  "label": "xyz789",
+                  
{
+  "is_default": true,
+  "label": "abc123",
   "value": "xyz789"
 }
 
- -
back to top @@ -44488,31 +40949,29 @@
currentPage
Example
- - -
{
+                  
{
   "addresses": [CustomerAddress],
   "addressesV2": CustomerAddresses,
   "allow_remote_shopping_assistance": false,
   "companies": UserCompaniesOutput,
   "compare_list": CompareList,
   "confirmation_status": "ACCOUNT_CONFIRMED",
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "custom_attributes": [AttributeValueInterface],
   "date_of_birth": "abc123",
-  "default_billing": "xyz789",
+  "default_billing": "abc123",
   "default_shipping": "xyz789",
-  "dob": "abc123",
-  "email": "xyz789",
+  "dob": "xyz789",
+  "email": "abc123",
   "firstname": "xyz789",
-  "gender": 987,
+  "gender": 123,
   "gift_registries": [GiftRegistry],
   "gift_registry": GiftRegistry,
   "group": CustomerGroup,
   "group_id": 123,
-  "id": 987,
-  "is_subscribed": false,
-  "job_title": "abc123",
+  "id": 123,
+  "is_subscribed": true,
+  "job_title": "xyz789",
   "lastname": "abc123",
   "middlename": "abc123",
   "orders": CustomerOrders,
@@ -44542,8 +41001,6 @@ 
Example
"wishlists": [Wishlist] }
- -
back to top @@ -44709,9 +41166,7 @@
attributeCodes
Example
- - -
{
+                  
{
   "city": "abc123",
   "company": "abc123",
   "country_code": "AF",
@@ -44720,25 +41175,23 @@ 
Example
"custom_attributesV2": [AttributeValueInterface], "customer_id": 987, "default_billing": true, - "default_shipping": true, + "default_shipping": false, "extension_attributes": [CustomerAddressAttribute], "fax": "xyz789", - "firstname": "abc123", - "id": 123, - "lastname": "abc123", - "middlename": "xyz789", + "firstname": "xyz789", + "id": 987, + "lastname": "xyz789", + "middlename": "abc123", "postcode": "xyz789", "prefix": "abc123", "region": CustomerAddressRegion, - "region_id": 123, + "region_id": 987, "street": ["xyz789"], - "suffix": "abc123", - "telephone": "xyz789", - "vat_id": "xyz789" + "suffix": "xyz789", + "telephone": "abc123", + "vat_id": "abc123" }
- -
back to top @@ -44782,15 +41235,11 @@
Fields
Example
- - -
{
-  "attribute_code": "abc123",
-  "value": "abc123"
+                  
{
+  "attribute_code": "xyz789",
+  "value": "xyz789"
 }
 
- -
back to top @@ -44836,15 +41285,11 @@
Fields
Example
- - -
{
+                  
{
   "attribute_code": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -44994,21 +41439,19 @@
Fields
Example
- - -
{
+                  
{
   "city": "abc123",
   "company": "xyz789",
   "country_code": "AF",
   "country_id": "AF",
   "custom_attributes": [CustomerAddressAttributeInput],
   "custom_attributesV2": [AttributeValueInput],
-  "default_billing": true,
+  "default_billing": false,
   "default_shipping": true,
   "fax": "abc123",
-  "firstname": "xyz789",
+  "firstname": "abc123",
   "lastname": "xyz789",
-  "middlename": "xyz789",
+  "middlename": "abc123",
   "postcode": "abc123",
   "prefix": "abc123",
   "region": CustomerAddressRegionInput,
@@ -45018,8 +41461,6 @@ 
Example
"vat_id": "xyz789" }
- -
back to top @@ -45068,16 +41509,12 @@
Fields
Example
- - -
{
-  "region": "xyz789",
+                  
{
+  "region": "abc123",
   "region_code": "abc123",
   "region_id": 987
 }
 
- -
back to top @@ -45129,16 +41566,12 @@
Fields
Example
- - -
{
-  "region": "xyz789",
+                  
{
+  "region": "abc123",
   "region_code": "abc123",
   "region_id": 123
 }
 
- -
back to top @@ -45183,16 +41616,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [CustomerAddress],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
- -
back to top @@ -45291,26 +41720,22 @@
Fields
Example
- - -
{
+                  
{
   "code": 4,
-  "default_value": "xyz789",
+  "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "xyz789",
+  "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
-  "is_required": true,
+  "is_required": false,
   "is_unique": false,
   "label": "xyz789",
-  "multiline_count": 987,
+  "multiline_count": 123,
   "options": [CustomAttributeOptionInterface],
   "sort_order": 987,
   "validate_rules": [ValidationRule]
 }
 
- -
back to top @@ -45429,27 +41854,23 @@
Fields
Example
- - -
{
-  "allow_remote_shopping_assistance": true,
+                  
{
+  "allow_remote_shopping_assistance": false,
   "custom_attributes": [AttributeValueInput],
   "date_of_birth": "abc123",
   "dob": "abc123",
-  "email": "xyz789",
+  "email": "abc123",
   "firstname": "abc123",
   "gender": 987,
   "is_subscribed": false,
   "lastname": "abc123",
-  "middlename": "abc123",
+  "middlename": "xyz789",
   "password": "xyz789",
   "prefix": "abc123",
-  "suffix": "abc123",
-  "taxvat": "xyz789"
+  "suffix": "xyz789",
+  "taxvat": "abc123"
 }
 
- -
back to top @@ -45508,18 +41929,14 @@
Fields
Example
- - -
{
-  "date": "xyz789",
+                  
{
+  "date": "abc123",
   "download_url": "xyz789",
   "order_increment_id": "abc123",
   "remaining_downloads": "abc123",
   "status": "abc123"
 }
 
- -
back to top @@ -45558,12 +41975,8 @@
Fields
Example
- - -
{"items": [CustomerDownloadableProduct]}
+                  
{"items": [CustomerDownloadableProduct]}
 
- -
back to top @@ -45602,12 +42015,8 @@
Fields
Example
- - -
{"name": "abc123"}
+                  
{"name": "abc123"}
 
- -
back to top @@ -45714,25 +42123,21 @@
Fields
Example
- - -
{
+                  
{
   "date_of_birth": "xyz789",
   "dob": "xyz789",
   "email": "abc123",
   "firstname": "xyz789",
-  "gender": 123,
+  "gender": 987,
   "is_subscribed": false,
   "lastname": "abc123",
-  "middlename": "abc123",
-  "password": "abc123",
-  "prefix": "xyz789",
+  "middlename": "xyz789",
+  "password": "xyz789",
+  "prefix": "abc123",
   "suffix": "abc123",
   "taxvat": "abc123"
 }
 
- -
back to top @@ -45960,33 +42365,31 @@
currentPage
Example
- - -
{
+                  
{
   "applied_coupons": [AppliedCoupon],
   "applied_gift_cards": [ApplyGiftCardToOrder],
   "available_actions": ["REORDER"],
   "billing_address": OrderAddress,
-  "carrier": "xyz789",
+  "carrier": "abc123",
   "comments": [SalesCommentItem],
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "credit_memos": [CreditMemo],
   "customer_info": OrderCustomerInfo,
-  "email": "xyz789",
+  "email": "abc123",
   "gift_message": GiftMessage,
   "gift_receipt_included": false,
   "gift_wrapping": GiftWrapping,
-  "grand_total": 123.45,
-  "id": 4,
+  "grand_total": 987.65,
+  "id": "4",
   "increment_id": "abc123",
   "invoices": [Invoice],
   "is_virtual": false,
   "items": [OrderItemInterface],
   "items_eligible_for_return": [OrderItemInterface],
   "number": "abc123",
-  "order_date": "xyz789",
-  "order_number": "abc123",
-  "order_status_change_date": "xyz789",
+  "order_date": "abc123",
+  "order_number": "xyz789",
+  "order_status_change_date": "abc123",
   "payment_methods": [OrderPaymentMethod],
   "printed_card_included": false,
   "returns": Returns,
@@ -45994,12 +42397,10 @@ 
Example
"shipping_address": OrderAddress, "shipping_method": "xyz789", "status": "xyz789", - "token": "abc123", + "token": "xyz789", "total": OrderTotal }
- -
back to top @@ -46045,12 +42446,8 @@
Fields
Example
- - -
{"sort_direction": "ASC", "sort_field": "NUMBER"}
+                  
{"sort_direction": "ASC", "sort_field": "NUMBER"}
 
- -
back to top @@ -46096,12 +42493,8 @@
Values
Example
- - -
"NUMBER"
+                  
"NUMBER"
 
- -
back to top @@ -46155,17 +42548,13 @@
Fields
Example
- - -
{
-  "date_of_first_order": "abc123",
+                  
{
+  "date_of_first_order": "xyz789",
   "items": [CustomerOrder],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
- -
back to top @@ -46223,17 +42612,13 @@
Fields
Example
- - -
{
+                  
{
   "grand_total": FilterRangeTypeInput,
   "number": FilterStringTypeInput,
   "order_date": FilterRangeTypeInput,
   "status": FilterEqualTypeInput
 }
 
- -
back to top @@ -46272,12 +42657,8 @@
Fields
Example
- - -
{"customer": Customer}
+                  
{"customer": Customer}
 
- -
back to top @@ -46316,12 +42697,8 @@
Fields
Example
- - -
{"items": [PaymentToken]}
+                  
{"items": [PaymentToken]}
 
- -
back to top @@ -46370,16 +42747,12 @@
Fields
Example
- - -
{
+                  
{
   "apply_to": "BOTH",
   "description": "xyz789",
   "name": "xyz789"
 }
 
- -
back to top @@ -46431,12 +42804,8 @@
Values
Example
- - -
"BOTH"
+                  
"BOTH"
 
- -
back to top @@ -46504,16 +42873,12 @@
currentPage
Example
- - -
{
+                  
{
   "balance_history": CustomerStoreCreditHistory,
   "current_balance": Money,
   "enabled": true
 }
 
- -
back to top @@ -46562,16 +42927,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [CustomerStoreCreditHistoryItem],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
- -
back to top @@ -46625,17 +42986,13 @@
Fields
Example
- - -
{
-  "action": "abc123",
+                  
{
+  "action": "xyz789",
   "actual_balance": Money,
   "balance_change": Money,
   "date_time_changed": "abc123"
 }
 
- -
back to top @@ -46674,12 +43031,8 @@
Fields
Example
- - -
{"token": "abc123"}
+                  
{"token": "xyz789"}
 
- -
back to top @@ -46786,25 +43139,21 @@
Fields
Example
- - -
{
-  "allow_remote_shopping_assistance": false,
+                  
{
+  "allow_remote_shopping_assistance": true,
   "custom_attributes": [AttributeValueInput],
   "date_of_birth": "abc123",
-  "dob": "abc123",
-  "firstname": "abc123",
-  "gender": 123,
-  "is_subscribed": true,
+  "dob": "xyz789",
+  "firstname": "xyz789",
+  "gender": 987,
+  "is_subscribed": false,
   "lastname": "xyz789",
-  "middlename": "xyz789",
-  "prefix": "abc123",
-  "suffix": "abc123",
-  "taxvat": "abc123"
+  "middlename": "abc123",
+  "prefix": "xyz789",
+  "suffix": "xyz789",
+  "taxvat": "xyz789"
 }
 
- -
back to top @@ -46874,20 +43223,16 @@
Fields
Example
- - -
{
-  "option_id": 123,
+                  
{
+  "option_id": 987,
   "product_sku": "abc123",
   "required": false,
-  "sort_order": 123,
-  "title": "xyz789",
-  "uid": 4,
+  "sort_order": 987,
+  "title": "abc123",
+  "uid": "4",
   "value": CustomizableAreaValue
 }
 
- -
back to top @@ -46946,18 +43291,14 @@
Fields
Example
- - -
{
-  "max_characters": 987,
-  "price": 987.65,
+                  
{
+  "max_characters": 123,
+  "price": 123.45,
   "price_type": "FIXED",
-  "sku": "abc123",
+  "sku": "xyz789",
   "uid": "4"
 }
 
- -
back to top @@ -47022,19 +43363,15 @@
Fields
Example
- - -
{
+                  
{
   "option_id": 987,
-  "required": true,
-  "sort_order": 987,
+  "required": false,
+  "sort_order": 123,
   "title": "xyz789",
   "uid": "4",
   "value": [CustomizableCheckboxValue]
 }
 
- -
back to top @@ -47103,20 +43440,16 @@
Fields
Example
- - -
{
-  "option_type_id": 987,
+                  
{
+  "option_type_id": 123,
   "price": 987.65,
   "price_type": "FIXED",
   "sku": "xyz789",
-  "sort_order": 123,
-  "title": "xyz789",
+  "sort_order": 987,
+  "title": "abc123",
   "uid": 4
 }
 
- -
back to top @@ -47186,20 +43519,16 @@
Fields
Example
- - -
{
+                  
{
   "option_id": 987,
-  "product_sku": "xyz789",
-  "required": true,
-  "sort_order": 123,
+  "product_sku": "abc123",
+  "required": false,
+  "sort_order": 987,
   "title": "abc123",
-  "uid": 4,
+  "uid": "4",
   "value": CustomizableDateValue
 }
 
- -
back to top @@ -47254,12 +43583,8 @@
Values
Example
- - -
"DATE"
+                  
"DATE"
 
- -
back to top @@ -47318,18 +43643,14 @@
Fields
Example
- - -
{
+                  
{
   "price": 987.65,
   "price_type": "FIXED",
-  "sku": "abc123",
+  "sku": "xyz789",
   "type": "DATE",
   "uid": "4"
 }
 
- -
back to top @@ -47394,19 +43715,15 @@
Fields
Example
- - -
{
-  "option_id": 987,
+                  
{
+  "option_id": 123,
   "required": false,
   "sort_order": 123,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": "4",
   "value": [CustomizableDropDownValue]
 }
 
- -
back to top @@ -47475,20 +43792,16 @@
Fields
Example
- - -
{
-  "option_type_id": 123,
-  "price": 987.65,
+                  
{
+  "option_type_id": 987,
+  "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
-  "sort_order": 987,
+  "sku": "abc123",
+  "sort_order": 123,
   "title": "abc123",
   "uid": 4
 }
 
- -
back to top @@ -47558,20 +43871,16 @@
Fields
Example
- - -
{
+                  
{
   "option_id": 987,
   "product_sku": "abc123",
-  "required": false,
-  "sort_order": 123,
-  "title": "abc123",
-  "uid": 4,
+  "required": true,
+  "sort_order": 987,
+  "title": "xyz789",
+  "uid": "4",
   "value": CustomizableFieldValue
 }
 
- -
back to top @@ -47630,18 +43939,14 @@
Fields
Example
- - -
{
-  "max_characters": 123,
+                  
{
+  "max_characters": 987,
   "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "uid": "4"
 }
 
- -
back to top @@ -47711,20 +44016,16 @@
Fields
Example
- - -
{
+                  
{
   "option_id": 987,
   "product_sku": "xyz789",
   "required": true,
   "sort_order": 987,
-  "title": "abc123",
-  "uid": "4",
+  "title": "xyz789",
+  "uid": 4,
   "value": CustomizableFileValue
 }
 
- -
back to top @@ -47793,20 +44094,16 @@
Fields
Example
- - -
{
+                  
{
   "file_extension": "xyz789",
-  "image_size_x": 123,
+  "image_size_x": 987,
   "image_size_y": 987,
-  "price": 123.45,
+  "price": 987.65,
   "price_type": "FIXED",
   "sku": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
- -
back to top @@ -47871,19 +44168,15 @@
Fields
Example
- - -
{
+                  
{
   "option_id": 123,
   "required": false,
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "abc123",
-  "uid": "4",
+  "uid": 4,
   "value": [CustomizableMultipleValue]
 }
 
- -
back to top @@ -47952,20 +44245,16 @@
Fields
Example
- - -
{
-  "option_type_id": 123,
+                  
{
+  "option_type_id": 987,
   "price": 123.45,
   "price_type": "FIXED",
   "sku": "xyz789",
-  "sort_order": 123,
+  "sort_order": 987,
   "title": "abc123",
-  "uid": 4
+  "uid": "4"
 }
 
- -
back to top @@ -48017,16 +44306,12 @@
Fields
Example
- - -
{
+                  
{
   "id": 123,
-  "uid": "4",
+  "uid": 4,
   "value_string": "xyz789"
 }
 
- -
back to top @@ -48138,18 +44423,14 @@
Possible Types
Example
- - -
{
+                  
{
   "option_id": 987,
   "required": true,
   "sort_order": 987,
-  "title": "abc123",
-  "uid": "4"
+  "title": "xyz789",
+  "uid": 4
 }
 
- -
back to top @@ -48230,12 +44511,8 @@
Possible Types
Example
- - -
{"options": [CustomizableOptionInterface]}
+                  
{"options": [CustomizableOptionInterface]}
 
- -
back to top @@ -48300,19 +44577,15 @@
Fields
Example
- - -
{
-  "option_id": 123,
-  "required": true,
-  "sort_order": 987,
+                  
{
+  "option_id": 987,
+  "required": false,
+  "sort_order": 123,
   "title": "abc123",
   "uid": 4,
   "value": [CustomizableRadioValue]
 }
 
- -
back to top @@ -48381,20 +44654,16 @@
Fields
Example
- - -
{
-  "option_type_id": 123,
-  "price": 123.45,
+                  
{
+  "option_type_id": 987,
+  "price": 987.65,
   "price_type": "FIXED",
-  "sku": "abc123",
-  "sort_order": 987,
+  "sku": "xyz789",
+  "sort_order": 123,
   "title": "xyz789",
   "uid": "4"
 }
 
- -
back to top @@ -48433,12 +44702,8 @@
Fields
Example
- - -
{"success": true}
+                  
{"success": true}
 
- -
back to top @@ -48477,12 +44742,8 @@
Fields
Example
- - -
{"success": false}
+                  
{"success": true}
 
- -
back to top @@ -48521,12 +44782,8 @@
Fields
Example
- - -
{"success": true}
+                  
{"success": false}
 
- -
back to top @@ -48565,12 +44822,8 @@
Fields
Example
- - -
{"result": false}
+                  
{"result": false}
 
- -
back to top @@ -48614,12 +44867,8 @@
Types
Example
- - -
NegotiableQuoteInvalidStateError
+                  
NegotiableQuoteInvalidStateError
 
- -
back to top @@ -48664,15 +44913,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [NegotiableQuoteInvalidStateError],
   "quote_uid": 4
 }
 
- -
back to top @@ -48711,12 +44956,8 @@
Types
Example
- - -
NegotiableQuoteUidOperationSuccess
+                  
NegotiableQuoteUidOperationSuccess
 
- -
back to top @@ -48756,12 +44997,8 @@
Fields
Example
- - -
{"template_id": "4"}
+                  
{"template_id": 4}
 
- -
back to top @@ -48797,12 +45034,8 @@
Fields
Example
- - -
{"quote_uids": [4]}
+                  
{"quote_uids": [4]}
 
- -
back to top @@ -48880,9 +45113,7 @@
sort
Example
- - -
{
+                  
{
   "negotiable_quotes": NegotiableQuotesOutput,
   "operation_results": [
     NegotiableQuoteUidOperationSuccess
@@ -48890,8 +45121,6 @@ 
Example
"result_status": "SUCCESS" }
- -
back to top @@ -48935,15 +45164,11 @@
Fields
Example
- - -
{
+                  
{
   "customerPaymentTokens": CustomerPaymentTokens,
   "result": true
 }
 
- -
back to top @@ -48987,12 +45212,8 @@
Fields
Example
- - -
{"message": "abc123", "type": "UNDEFINED"}
+                  
{"message": "abc123", "type": "UNDEFINED"}
 
- -
back to top @@ -49036,12 +45257,8 @@
Values
Example
- - -
"UNDEFINED"
+                  
"UNDEFINED"
 
- -
back to top @@ -49081,12 +45298,8 @@
Fields
Example
- - -
{"approval_rule_uids": ["4"]}
+                  
{"approval_rule_uids": ["4"]}
 
- -
back to top @@ -49125,12 +45338,8 @@
Fields
Example
- - -
{"errors": [DeletePurchaseOrderApprovalRuleError]}
+                  
{"errors": [DeletePurchaseOrderApprovalRuleError]}
 
- -
back to top @@ -49169,12 +45378,8 @@
Fields
Example
- - -
{"requisition_list": RequisitionList}
+                  
{"requisition_list": RequisitionList}
 
- -
back to top @@ -49218,12 +45423,8 @@
Fields
Example
- - -
{"requisition_lists": RequisitionLists, "status": false}
+                  
{"requisition_lists": RequisitionLists, "status": false}
 
- -
back to top @@ -49267,12 +45468,8 @@
Fields
Example
- - -
{"status": false, "wishlists": [Wishlist]}
+                  
{"status": false, "wishlists": [Wishlist]}
 
- -
back to top @@ -49341,20 +45538,16 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "applied_to": "ITEM",
   "coupon": AppliedCoupon,
   "is_discounting_locked": false,
-  "label": "abc123",
-  "type": "abc123",
-  "value": 987.65
+  "label": "xyz789",
+  "type": "xyz789",
+  "value": 123.45
 }
 
- -
back to top @@ -49470,29 +45663,25 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "discount": [Discount],
   "errors": [CartItemError],
-  "id": "xyz789",
-  "is_available": false,
+  "id": "abc123",
+  "is_available": true,
   "links": [DownloadableProductLinks],
   "max_qty": 987.65,
-  "min_qty": 123.45,
+  "min_qty": 987.65,
   "not_available_message": "xyz789",
   "note_from_buyer": [ItemNote],
   "note_from_seller": [ItemNote],
   "prices": CartItemPrices,
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "samples": [DownloadableProductSamples],
-  "uid": 4
+  "uid": "4"
 }
 
- -
back to top @@ -49566,21 +45755,17 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "downloadable_links": [DownloadableItemsLinks],
   "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
-  "quantity_refunded": 123.45
+  "product_sku": "abc123",
+  "quantity_refunded": 987.65
 }
 
- -
back to top @@ -49626,12 +45811,8 @@
Values
Example
- - -
"FILE"
+                  
"FILE"
 
- -
back to top @@ -49705,21 +45886,17 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "downloadable_links": [DownloadableItemsLinks],
   "id": 4,
   "order_item": OrderItemInterface,
   "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "quantity_invoiced": 987.65
+  "product_sku": "xyz789",
+  "quantity_invoiced": 123.45
 }
 
- -
back to top @@ -49768,16 +45945,12 @@
Fields
Example
- - -
{
+                  
{
   "sort_order": 987,
-  "title": "abc123",
-  "uid": "4"
+  "title": "xyz789",
+  "uid": 4
 }
 
- -
back to top @@ -49926,9 +46099,7 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "downloadable_links": [DownloadableItemsLinks],
   "eligible_for_return": true,
@@ -49941,21 +46112,19 @@ 
Example
"product_name": "xyz789", "product_sale_price": Money, "product_sku": "xyz789", - "product_type": "abc123", - "product_url_key": "abc123", + "product_type": "xyz789", + "product_url_key": "xyz789", "quantity_canceled": 123.45, "quantity_invoiced": 123.45, - "quantity_ordered": 987.65, + "quantity_ordered": 123.45, "quantity_refunded": 123.45, - "quantity_return_requested": 123.45, - "quantity_returned": 987.65, + "quantity_return_requested": 987.65, + "quantity_returned": 123.45, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
- -
back to top @@ -50519,19 +46688,17 @@
currentPage
Example
- - -
{
-  "activity": "xyz789",
-  "attribute_set_id": 123,
-  "canonical_url": "xyz789",
+                  
{
+  "activity": "abc123",
+  "attribute_set_id": 987,
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "category_gear": "xyz789",
-  "climate": "xyz789",
-  "collar": "xyz789",
+  "category_gear": "abc123",
+  "climate": "abc123",
+  "collar": "abc123",
   "color": 987,
-  "country_of_manufacture": "abc123",
-  "created_at": "abc123",
+  "country_of_manufacture": "xyz789",
+  "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
@@ -50541,45 +46708,45 @@ 
Example
"downloadable_product_samples": [ DownloadableProductSamples ], - "eco_collection": 987, + "eco_collection": 123, "erin_recommends": 987, "features_bags": "abc123", - "format": 123, - "gender": "xyz789", + "format": 987, + "gender": "abc123", "gift_message_available": true, "gift_wrapping_available": true, "gift_wrapping_price": Money, - "id": 987, + "id": 123, "image": ProductImage, "is_returnable": "abc123", - "links_purchased_separately": 987, - "links_title": "abc123", - "manufacturer": 123, + "links_purchased_separately": 123, + "links_title": "xyz789", + "manufacturer": 987, "material": "xyz789", "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], - "meta_description": "xyz789", + "meta_description": "abc123", "meta_keyword": "abc123", "meta_title": "abc123", "min_sale_qty": 123.45, - "name": "xyz789", - "new": 987, - "new_from_date": "xyz789", + "name": "abc123", + "new": 123, + "new_from_date": "abc123", "new_to_date": "xyz789", "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], "options_container": "abc123", - "pattern": "abc123", - "performance_fabric": 987, + "pattern": "xyz789", + "performance_fabric": 123, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "purpose": 987, - "quantity": 123.45, + "purpose": 123, + "quantity": 987.65, "rating_summary": 123.45, - "redirect_code": 987, + "redirect_code": 123, "related_products": [ProductInterface], "relative_url": "abc123", "review_count": 123, @@ -50588,36 +46755,34 @@
Example
"sale": 123, "short_description": ComplexTextValue, "size": 123, - "sku": "xyz789", + "sku": "abc123", "sleeve": "xyz789", "small_image": ProductImage, "special_from_date": "xyz789", - "special_price": 987.65, - "special_to_date": "abc123", + "special_price": 123.45, + "special_to_date": "xyz789", "staged": false, "stock_status": "IN_STOCK", "strap_bags": "abc123", "style_bags": "abc123", - "style_bottom": "abc123", + "style_bottom": "xyz789", "style_general": "abc123", "swatch_image": "abc123", "thumbnail": ProductImage, - "tier_price": 123.45, + "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "abc123", "uid": 4, - "updated_at": "abc123", + "updated_at": "xyz789", "upsell_products": [ProductInterface], - "url_key": "abc123", + "url_key": "xyz789", "url_path": "xyz789", "url_rewrites": [UrlRewrite], - "url_suffix": "abc123", + "url_suffix": "xyz789", "websites": [Website] }
- -
back to top @@ -50669,9 +46834,7 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [CustomizableOptionInput],
   "data": CartItemInput,
   "downloadable_product_links": [
@@ -50679,8 +46842,6 @@ 
Example
] }
- -
back to top @@ -50781,24 +46942,20 @@
Fields
Example
- - -
{
+                  
{
   "id": 123,
-  "is_shareable": false,
+  "is_shareable": true,
   "link_type": "FILE",
-  "number_of_downloads": 123,
+  "number_of_downloads": 987,
   "price": 123.45,
-  "sample_file": "abc123",
+  "sample_file": "xyz789",
   "sample_type": "FILE",
   "sample_url": "xyz789",
   "sort_order": 987,
-  "title": "xyz789",
-  "uid": "4"
+  "title": "abc123",
+  "uid": 4
 }
 
- -
back to top @@ -50838,12 +46995,8 @@
Fields
Example
- - -
{"link_id": 987}
+                  
{"link_id": 987}
 
- -
back to top @@ -50913,19 +47066,15 @@
Fields
Example
- - -
{
+                  
{
   "id": 123,
   "sample_file": "xyz789",
   "sample_type": "FILE",
   "sample_url": "abc123",
   "sort_order": 987,
-  "title": "abc123"
+  "title": "xyz789"
 }
 
- -
back to top @@ -50989,19 +47138,15 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "links": [DownloadableProductLinks],
   "product": ProductInterface,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "samples": [DownloadableProductSamples],
-  "uid": 4
+  "uid": "4"
 }
 
- -
back to top @@ -51075,21 +47220,17 @@
Fields
Example
- - -
{
-  "added_at": "abc123",
+                  
{
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
   "description": "abc123",
   "id": 4,
   "links_v2": [DownloadableProductLinks],
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "samples": [DownloadableProductSamples]
 }
 
- -
back to top @@ -51135,15 +47276,8 @@
Fields
Example
- - -
{
-  "duplicated_quote_uid": "4",
-  "quote_uid": "4"
-}
+                  
{"duplicated_quote_uid": 4, "quote_uid": 4}
 
- -
back to top @@ -51182,12 +47316,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -51231,12 +47361,8 @@
Fields
Example
- - -
{"content": ComplexTextValue, "uid": 4}
+                  
{"content": ComplexTextValue, "uid": 4}
 
- -
back to top @@ -51305,12 +47431,8 @@
Values
Example
- - -
"CONTENT"
+                  
"CONTENT"
 
- -
back to top @@ -51365,12 +47487,8 @@
Values
Example
- - -
"SPECIFIED"
+                  
"SPECIFIED"
 
- -
back to top @@ -51419,16 +47537,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [DynamicBlock],
   "page_info": SearchResultPageInfo,
   "total_count": 987
 }
 
- -
back to top @@ -51480,16 +47594,8 @@
Fields
Example
- - -
{
-  "dynamic_block_uids": ["4"],
-  "locations": ["CONTENT"],
-  "type": "SPECIFIED"
-}
+                  
{"dynamic_block_uids": [4], "locations": ["CONTENT"], "type": "SPECIFIED"}
 
- -
back to top @@ -51535,15 +47641,11 @@
Fields
Example
- - -
{
-  "attribute_code": "xyz789",
+                  
{
+  "attribute_code": "abc123",
   "value": "abc123"
 }
 
- -
back to top @@ -51589,12 +47691,11 @@
Fields
Example
- - -
{"uid": 4, "value": "abc123"}
+                  
{
+  "uid": "4",
+  "value": "abc123"
+}
 
- -
back to top @@ -51661,19 +47762,15 @@
Fields
Example
- - -
{
+                  
{
   "canonical_url": "xyz789",
-  "entity_uid": 4,
+  "entity_uid": "4",
   "id": 123,
-  "redirectCode": 987,
-  "relative_url": "xyz789",
+  "redirectCode": 123,
+  "relative_url": "abc123",
   "type": "CMS_PAGE"
 }
 
- -
back to top @@ -51739,15 +47836,11 @@
Possible Types
Example
- - -
{
+                  
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "abc123"
+  "message": "xyz789"
 }
 
- -
back to top @@ -51809,12 +47902,8 @@
Possible Types
Example
- - -
{"message": "abc123"}
+                  
{"message": "abc123"}
 
- -
back to top @@ -51866,16 +47955,12 @@
Fields
Example
- - -
{
+                  
{
   "country_code": "AF",
   "postcode": "abc123",
   "region": CustomerAddressRegionInput
 }
 
- -
back to top @@ -51923,16 +48008,12 @@
Fields
Example
- - -
{
+                  
{
   "address": EstimateAddressInput,
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "shipping_method": ShippingMethodInput
 }
 
- -
back to top @@ -51971,12 +48052,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -52020,12 +48097,8 @@
Fields
Example
- - -
{"currency_to": "abc123", "rate": 987.65}
+                  
{"currency_to": "abc123", "rate": 123.45}
 
- -
back to top @@ -52071,15 +48144,11 @@
Fields
Example
- - -
{
+                  
{
   "eq": "xyz789",
-  "in": ["abc123"]
+  "in": ["xyz789"]
 }
 
- -
back to top @@ -52123,12 +48192,8 @@
Values
Example
- - -
"FULL"
+                  
"FULL"
 
- -
back to top @@ -52174,12 +48239,8 @@
Fields
Example
- - -
{"match": "abc123", "match_type": "FULL"}
+                  
{"match": "abc123", "match_type": "FULL"}
 
- -
back to top @@ -52225,15 +48286,11 @@
Fields
Example
- - -
{
+                  
{
   "from": "xyz789",
-  "to": "xyz789"
+  "to": "abc123"
 }
 
- -
back to top @@ -52285,16 +48342,12 @@
Fields
Example
- - -
{
+                  
{
   "eq": "xyz789",
   "in": ["abc123"],
-  "match": "abc123"
+  "match": "xyz789"
 }
 
- -
back to top @@ -52419,28 +48472,24 @@
Fields
Example
- - -
{
+                  
{
   "eq": "xyz789",
   "finset": ["abc123"],
   "from": "xyz789",
-  "gt": "abc123",
+  "gt": "xyz789",
   "gteq": "abc123",
   "in": ["abc123"],
   "like": "abc123",
-  "lt": "abc123",
+  "lt": "xyz789",
   "lteq": "xyz789",
   "moreq": "xyz789",
-  "neq": "abc123",
+  "neq": "xyz789",
   "nin": ["xyz789"],
-  "notnull": "abc123",
+  "notnull": "xyz789",
   "null": "xyz789",
   "to": "abc123"
 }
 
- -
back to top @@ -52484,15 +48533,11 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
-  "label": "xyz789"
+  "label": "abc123"
 }
 
- -
back to top @@ -52556,12 +48601,8 @@
Values
Example
- - -
"INCLUDE_FPT_WITHOUT_DETAILS"
+                  
"INCLUDE_FPT_WITHOUT_DETAILS"
 
- -
back to top @@ -52582,12 +48623,8 @@
Description
Example
- - -
987.65
+                  
987.65
 
- -
back to top @@ -52627,12 +48664,8 @@
Fields
Example
- - -
{"customer_email": "abc123"}
+                  
{"customer_email": "xyz789"}
 
- -
back to top @@ -52671,12 +48704,8 @@
Fields
Example
- - -
{"customer_token": "xyz789"}
+                  
{"customer_token": "xyz789"}
 
- -
back to top @@ -52716,12 +48745,8 @@
Fields
Example
- - -
{"template_id": 4}
+                  
{"template_id": 4}
 
- -
back to top @@ -52760,12 +48785,8 @@
Fields
Example
- - -
{"negotiable_quote_uid": 4}
+                  
{"negotiable_quote_uid": 4}
 
- -
back to top @@ -52804,12 +48825,8 @@
Fields
Example
- - -
{"sdkParams": [PaymentSDKParamsItem]}
+                  
{"sdkParams": [PaymentSDKParamsItem]}
 
- -
back to top @@ -52858,16 +48875,12 @@
Fields
Example
- - -
{
+                  
{
   "balance": Money,
   "code": "xyz789",
-  "expiration_date": "xyz789"
+  "expiration_date": "abc123"
 }
 
- -
back to top @@ -52907,12 +48920,8 @@
Fields
Example
- - -
{"gift_card_code": "abc123"}
+                  
{"gift_card_code": "xyz789"}
 
- -
back to top @@ -52977,19 +48986,15 @@
Fields
Example
- - -
{
-  "attribute_id": 987,
-  "uid": 4,
+                  
{
+  "attribute_id": 123,
+  "uid": "4",
   "value": 987.65,
-  "value_id": 987,
-  "website_id": 987,
-  "website_value": 987.65
+  "value_id": 123,
+  "website_id": 123,
+  "website_value": 123.45
 }
 
- -
back to top @@ -53140,9 +49145,7 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "available_gift_wrapping": [GiftWrapping],
   "customizable_options": [SelectedCustomizableOption],
@@ -53151,25 +49154,23 @@ 
Example
"gift_message": GiftMessage, "gift_wrapping": GiftWrapping, "id": "xyz789", - "is_available": false, + "is_available": true, "max_qty": 987.65, "message": "abc123", - "min_qty": 123.45, - "not_available_message": "abc123", + "min_qty": 987.65, + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, "quantity": 987.65, - "recipient_email": "xyz789", + "recipient_email": "abc123", "recipient_name": "xyz789", "sender_email": "xyz789", "sender_name": "abc123", "uid": "4" }
- -
back to top @@ -53239,21 +49240,17 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "gift_card": GiftCardItem,
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "xyz789",
-  "quantity_refunded": 123.45
+  "quantity_refunded": 987.65
 }
 
- -
back to top @@ -53323,21 +49320,17 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "gift_card": GiftCardItem,
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
   "product_sku": "abc123",
   "quantity_invoiced": 123.45
 }
 
- -
back to top @@ -53396,18 +49389,14 @@
Fields
Example
- - -
{
-  "message": "xyz789",
-  "recipient_email": "xyz789",
+                  
{
+  "message": "abc123",
+  "recipient_email": "abc123",
   "recipient_name": "xyz789",
-  "sender_email": "abc123",
+  "sender_email": "xyz789",
   "sender_name": "abc123"
 }
 
- -
back to top @@ -53476,20 +49465,16 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "custom_giftcard_amount": Money,
   "message": "abc123",
-  "recipient_email": "abc123",
-  "recipient_name": "abc123",
+  "recipient_email": "xyz789",
+  "recipient_name": "xyz789",
   "sender_email": "abc123",
   "sender_name": "abc123"
 }
 
- -
back to top @@ -53634,36 +49619,32 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
-  "eligible_for_return": true,
+  "eligible_for_return": false,
   "entered_options": [OrderItemOption],
   "gift_card": GiftCardItem,
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
-  "id": "4",
+  "id": 4,
   "prices": OrderItemPrices,
   "product": ProductInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "abc123",
-  "product_type": "xyz789",
+  "product_type": "abc123",
   "product_url_key": "xyz789",
-  "quantity_canceled": 987.65,
+  "quantity_canceled": 123.45,
   "quantity_invoiced": 987.65,
   "quantity_ordered": 987.65,
-  "quantity_refunded": 987.65,
-  "quantity_return_requested": 123.45,
+  "quantity_refunded": 123.45,
+  "quantity_return_requested": 987.65,
   "quantity_returned": 123.45,
   "quantity_shipped": 123.45,
   "selected_options": [OrderItemOption],
-  "status": "xyz789"
+  "status": "abc123"
 }
 
- -
back to top @@ -54262,36 +50243,34 @@
currentPage
Example
- - -
{
-  "activity": "abc123",
+                  
{
+  "activity": "xyz789",
   "allow_message": true,
   "allow_open_amount": true,
-  "attribute_set_id": 987,
+  "attribute_set_id": 123,
   "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "category_gear": "xyz789",
+  "category_gear": "abc123",
   "climate": "abc123",
-  "collar": "abc123",
+  "collar": "xyz789",
   "color": 987,
-  "country_of_manufacture": "xyz789",
-  "created_at": "abc123",
+  "country_of_manufacture": "abc123",
+  "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "eco_collection": 987,
+  "eco_collection": 123,
   "erin_recommends": 987,
-  "features_bags": "abc123",
+  "features_bags": "xyz789",
   "format": 123,
-  "gender": "xyz789",
+  "gender": "abc123",
   "gift_card_options": [CustomizableOptionInterface],
   "gift_message_available": true,
-  "gift_wrapping_available": true,
+  "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "giftcard_amounts": [GiftCardAmounts],
   "giftcard_type": "VIRTUAL",
-  "id": 987,
+  "id": 123,
   "image": ProductImage,
   "is_redeemable": true,
   "is_returnable": "xyz789",
@@ -54303,51 +50282,51 @@ 
Example
"media_gallery_entries": [MediaGalleryEntry], "message_max_length": 123, "meta_description": "xyz789", - "meta_keyword": "abc123", - "meta_title": "xyz789", + "meta_keyword": "xyz789", + "meta_title": "abc123", "min_sale_qty": 123.45, - "name": "abc123", - "new": 987, - "new_from_date": "xyz789", + "name": "xyz789", + "new": 123, + "new_from_date": "abc123", "new_to_date": "abc123", "only_x_left_in_stock": 123.45, "open_amount_max": 987.65, - "open_amount_min": 987.65, + "open_amount_min": 123.45, "options": [CustomizableOptionInterface], - "options_container": "xyz789", - "pattern": "xyz789", + "options_container": "abc123", + "pattern": "abc123", "performance_fabric": 987, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "purpose": 123, - "quantity": 123.45, - "rating_summary": 123.45, + "purpose": 987, + "quantity": 987.65, + "rating_summary": 987.65, "redirect_code": 123, "related_products": [ProductInterface], - "relative_url": "xyz789", - "review_count": 123, + "relative_url": "abc123", + "review_count": 987, "reviews": ProductReviews, "rules": [CatalogRule], "sale": 987, "short_description": ComplexTextValue, "size": 123, "sku": "abc123", - "sleeve": "xyz789", + "sleeve": "abc123", "small_image": ProductImage, - "special_from_date": "xyz789", - "special_price": 987.65, + "special_from_date": "abc123", + "special_price": 123.45, "special_to_date": "xyz789", - "staged": false, + "staged": true, "stock_status": "IN_STOCK", "strap_bags": "abc123", - "style_bags": "xyz789", + "style_bags": "abc123", "style_bottom": "abc123", "style_general": "abc123", "swatch_image": "abc123", "thumbnail": ProductImage, - "tier_price": 987.65, + "tier_price": 123.45, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "xyz789", @@ -54362,8 +50341,6 @@
Example
"weight": 123.45 }
- -
back to top @@ -54422,18 +50399,14 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "gift_card_options": GiftCardOptions,
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "uid": "4"
 }
 
- -
back to top @@ -54498,20 +50471,16 @@
Fields
Example
- - -
{
+                  
{
   "gift_card": GiftCardItem,
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
+  "product_sku": "abc123",
   "quantity_shipped": 987.65
 }
 
- -
back to top @@ -54566,12 +50535,8 @@
Values
Example
- - -
"VIRTUAL"
+                  
"VIRTUAL"
 
- -
back to top @@ -54640,20 +50605,16 @@
Fields
Example
- - -
{
+                  
{
   "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
+  "description": "xyz789",
   "gift_card_options": GiftCardOptions,
-  "id": "4",
+  "id": 4,
   "product": ProductInterface,
   "quantity": 123.45
 }
 
- -
back to top @@ -54702,16 +50663,12 @@
Fields
Example
- - -
{
-  "from": "xyz789",
+                  
{
+  "from": "abc123",
   "message": "xyz789",
   "to": "xyz789"
 }
 
- -
back to top @@ -54763,16 +50720,12 @@
Fields
Example
- - -
{
-  "from": "abc123",
-  "message": "abc123",
-  "to": "xyz789"
+                  
{
+  "from": "xyz789",
+  "message": "xyz789",
+  "to": "abc123"
 }
 
- -
back to top @@ -54836,9 +50789,7 @@
Fields
Example
- - -
{
+                  
{
   "gift_wrapping_for_items": Money,
   "gift_wrapping_for_items_incl_tax": Money,
   "gift_wrapping_for_order": Money,
@@ -54847,8 +50798,6 @@ 
Example
"printed_card_incl_tax": Money }
- -
back to top @@ -54942,9 +50891,7 @@
Fields
Example
- - -
{
+                  
{
   "created_at": "xyz789",
   "dynamic_attributes": [GiftRegistryDynamicAttribute],
   "event_name": "abc123",
@@ -54959,8 +50906,6 @@ 
Example
"uid": 4 }
- -
back to top @@ -55010,17 +50955,13 @@
Fields
Example
- - -
{
+                  
{
   "code": "4",
   "group": "EVENT_INFORMATION",
   "label": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -55096,12 +51037,8 @@
Values
Example
- - -
"EVENT_INFORMATION"
+                  
"EVENT_INFORMATION"
 
- -
back to top @@ -55147,12 +51084,11 @@
Fields
Example
- - -
{"code": 4, "value": "abc123"}
+                  
{
+  "code": "4",
+  "value": "abc123"
+}
 
- -
back to top @@ -55219,16 +51155,12 @@
Possible Types
Example
- - -
{
+                  
{
   "code": "4",
   "label": "xyz789",
   "value": "xyz789"
 }
 
- -
back to top @@ -55288,19 +51220,15 @@
Fields
Example
- - -
{
+                  
{
   "attribute_group": "abc123",
-  "code": 4,
+  "code": "4",
   "input_type": "xyz789",
   "is_required": true,
   "label": "abc123",
   "sort_order": 987
 }
 
- -
back to top @@ -55377,19 +51305,15 @@
Possible Types
Example
- - -
{
-  "attribute_group": "abc123",
-  "code": "4",
-  "input_type": "xyz789",
+                  
{
+  "attribute_group": "xyz789",
+  "code": 4,
+  "input_type": "abc123",
   "is_required": false,
   "label": "abc123",
-  "sort_order": 987
+  "sort_order": 123
 }
 
- -
back to top @@ -55449,9 +51373,7 @@
Fields
Example
- - -
{
+                  
{
   "created_at": "abc123",
   "note": "abc123",
   "product": ProductInterface,
@@ -55460,8 +51382,6 @@ 
Example
"uid": "4" }
- -
back to top @@ -55538,19 +51458,15 @@
Possible Types
Example
- - -
{
+                  
{
   "created_at": "abc123",
-  "note": "xyz789",
+  "note": "abc123",
   "product": ProductInterface,
-  "quantity": 123.45,
-  "quantity_fulfilled": 123.45,
+  "quantity": 987.65,
+  "quantity_fulfilled": 987.65,
   "uid": "4"
 }
 
- -
back to top @@ -55611,15 +51527,11 @@
Possible Types
Example
- - -
{
+                  
{
   "status": true,
   "user_errors": [GiftRegistryItemsUserError]
 }
 
- -
back to top @@ -55678,18 +51590,14 @@
Fields
Example
- - -
{
+                  
{
   "code": "OUT_OF_STOCK",
   "gift_registry_item_uid": 4,
   "gift_registry_uid": 4,
-  "message": "xyz789",
+  "message": "abc123",
   "product_uid": 4
 }
 
- -
back to top @@ -55741,12 +51649,8 @@
Values
Example
- - -
"OUT_OF_STOCK"
+                  
"OUT_OF_STOCK"
 
- -
back to top @@ -55802,12 +51706,8 @@
Possible Types
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -55855,12 +51755,8 @@
Values
Example
- - -
"PRIVATE"
+                  
"PRIVATE"
 
- -
back to top @@ -55919,20 +51815,16 @@
Fields
Example
- - -
{
+                  
{
   "dynamic_attributes": [
     GiftRegistryRegistrantDynamicAttribute
   ],
-  "email": "abc123",
-  "firstname": "xyz789",
+  "email": "xyz789",
+  "firstname": "abc123",
   "lastname": "xyz789",
   "uid": "4"
 }
 
- -
back to top @@ -55977,16 +51869,12 @@
Fields
Example
- - -
{
-  "code": "4",
-  "label": "abc123",
-  "value": "xyz789"
+                  
{
+  "code": 4,
+  "label": "xyz789",
+  "value": "abc123"
 }
 
- -
back to top @@ -56050,10 +51938,8 @@
Fields
Example
- - -
{
-  "event_date": "abc123",
+                  
{
+  "event_date": "xyz789",
   "event_title": "xyz789",
   "gift_registry_uid": "4",
   "location": "xyz789",
@@ -56061,8 +51947,6 @@ 
Example
"type": "abc123" }
- -
back to top @@ -56108,15 +51992,8 @@
Fields
Example
- - -
{
-  "address_data": CustomerAddressInput,
-  "address_id": "4"
-}
+                  
{"address_data": CustomerAddressInput, "address_id": 4}
 
- -
back to top @@ -56164,12 +52041,8 @@
Values
Example
- - -
"ACTIVE"
+                  
"ACTIVE"
 
- -
back to top @@ -56218,18 +52091,14 @@
Fields
Example
- - -
{
+                  
{
   "dynamic_attributes_metadata": [
     GiftRegistryDynamicAttributeMetadataInterface
   ],
   "label": "xyz789",
-  "uid": "4"
+  "uid": 4
 }
 
- -
back to top @@ -56289,18 +52158,14 @@
Fields
Example
- - -
{
-  "design": "abc123",
+                  
{
+  "design": "xyz789",
   "id": "4",
   "image": GiftWrappingImage,
   "price": Money,
-  "uid": 4
+  "uid": "4"
 }
 
- -
back to top @@ -56344,15 +52209,11 @@
Fields
Example
- - -
{
+                  
{
   "label": "abc123",
-  "url": "abc123"
+  "url": "xyz789"
 }
 
- -
back to top @@ -56397,16 +52258,12 @@
Fields
Example
- - -
{
-  "color": "abc123",
-  "height": 123,
+                  
{
+  "color": "xyz789",
+  "height": 987,
   "type": "xyz789"
 }
 
- -
back to top @@ -56481,22 +52338,18 @@
Fields
Example
- - -
{
+                  
{
   "button_styles": GooglePayButtonStyles,
   "code": "xyz789",
   "is_visible": false,
   "payment_intent": "abc123",
-  "payment_source": "xyz789",
+  "payment_source": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "xyz789",
   "three_ds_mode": "OFF",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
- -
back to top @@ -56548,16 +52401,12 @@
Fields
Example
- - -
{
+                  
{
   "payment_source": "xyz789",
-  "payments_order_id": "xyz789",
-  "paypal_order_id": "abc123"
+  "payments_order_id": "abc123",
+  "paypal_order_id": "xyz789"
 }
 
- -
back to top @@ -57106,76 +52955,74 @@
currentPage
Example
- - -
{
-  "activity": "xyz789",
+                  
{
+  "activity": "abc123",
   "attribute_set_id": 123,
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
   "climate": "abc123",
   "collar": "xyz789",
-  "color": 123,
+  "color": 987,
   "country_of_manufacture": "xyz789",
   "created_at": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "eco_collection": 987,
-  "erin_recommends": 987,
+  "eco_collection": 123,
+  "erin_recommends": 123,
   "features_bags": "xyz789",
   "format": 123,
-  "gender": "abc123",
-  "gift_message_available": true,
+  "gender": "xyz789",
+  "gift_message_available": false,
   "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
-  "id": 123,
+  "id": 987,
   "image": ProductImage,
   "is_returnable": "abc123",
   "items": [GroupedProductItem],
   "manufacturer": 987,
   "material": "xyz789",
-  "max_sale_qty": 987.65,
+  "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
-  "meta_description": "xyz789",
+  "meta_description": "abc123",
   "meta_keyword": "xyz789",
   "meta_title": "xyz789",
-  "min_sale_qty": 123.45,
-  "name": "xyz789",
+  "min_sale_qty": 987.65,
+  "name": "abc123",
   "new": 123,
-  "new_from_date": "abc123",
+  "new_from_date": "xyz789",
   "new_to_date": "abc123",
-  "only_x_left_in_stock": 987.65,
+  "only_x_left_in_stock": 123.45,
   "options_container": "xyz789",
-  "pattern": "abc123",
-  "performance_fabric": 987,
+  "pattern": "xyz789",
+  "performance_fabric": 123,
   "price": ProductPrices,
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
   "product_links": [ProductLinksInterface],
   "purpose": 987,
   "quantity": 123.45,
-  "rating_summary": 123.45,
+  "rating_summary": 987.65,
   "redirect_code": 123,
   "related_products": [ProductInterface],
-  "relative_url": "abc123",
-  "review_count": 123,
+  "relative_url": "xyz789",
+  "review_count": 987,
   "reviews": ProductReviews,
   "rules": [CatalogRule],
   "sale": 123,
   "short_description": ComplexTextValue,
-  "size": 987,
+  "size": 123,
   "sku": "abc123",
   "sleeve": "abc123",
   "small_image": ProductImage,
   "special_from_date": "abc123",
-  "special_price": 987.65,
+  "special_price": 123.45,
   "special_to_date": "xyz789",
   "staged": true,
   "stock_status": "IN_STOCK",
-  "strap_bags": "abc123",
+  "strap_bags": "xyz789",
   "style_bags": "xyz789",
   "style_bottom": "xyz789",
   "style_general": "abc123",
@@ -57185,19 +53032,17 @@ 
Example
"tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "xyz789", - "uid": 4, - "updated_at": "abc123", + "uid": "4", + "updated_at": "xyz789", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "url_path": "abc123", + "url_key": "abc123", + "url_path": "xyz789", "url_rewrites": [UrlRewrite], "url_suffix": "xyz789", "websites": [Website], "weight": 123.45 }
- -
back to top @@ -57246,16 +53091,12 @@
Fields
Example
- - -
{
-  "position": 123,
+                  
{
+  "position": 987,
   "product": ProductInterface,
   "qty": 123.45
 }
 
- -
back to top @@ -57319,19 +53160,15 @@
Fields
Example
- - -
{
-  "added_at": "xyz789",
+                  
{
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
+  "description": "xyz789",
   "id": 4,
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
- -
back to top @@ -57377,15 +53214,11 @@
Fields
Example
- - -
{
+                  
{
   "reason": "xyz789",
-  "token": "abc123"
+  "token": "xyz789"
 }
 
- -
back to top @@ -57476,25 +53309,21 @@
Fields
Example
- - -
{
-  "cc_vault_code": "xyz789",
+                  
{
+  "cc_vault_code": "abc123",
   "code": "xyz789",
-  "is_vault_enabled": true,
+  "is_vault_enabled": false,
   "is_visible": false,
   "payment_intent": "xyz789",
-  "payment_source": "abc123",
+  "payment_source": "xyz789",
   "requires_card_details": false,
   "sdk_params": [SDKParams],
   "sort_order": "xyz789",
-  "three_ds": false,
+  "three_ds": true,
   "three_ds_mode": "OFF",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
- -
back to top @@ -57582,22 +53411,18 @@
Fields
Example
- - -
{
-  "cardBin": "xyz789",
-  "cardExpiryMonth": "abc123",
-  "cardExpiryYear": "abc123",
-  "cardLast4": "abc123",
+                  
{
+  "cardBin": "abc123",
+  "cardExpiryMonth": "xyz789",
+  "cardExpiryYear": "xyz789",
+  "cardLast4": "xyz789",
   "holderName": "abc123",
-  "is_active_payment_token_enabler": true,
+  "is_active_payment_token_enabler": false,
   "payment_source": "abc123",
-  "payments_order_id": "xyz789",
-  "paypal_order_id": "xyz789"
+  "payments_order_id": "abc123",
+  "paypal_order_id": "abc123"
 }
 
- -
back to top @@ -57643,15 +53468,11 @@
Fields
Example
- - -
{
-  "cancel_url": "abc123",
-  "return_url": "xyz789"
+                  
{
+  "cancel_url": "xyz789",
+  "return_url": "abc123"
 }
 
- -
back to top @@ -57690,12 +53511,8 @@
Fields
Example
- - -
{"secure_form_url": "abc123"}
+                  
{"secure_form_url": "xyz789"}
 
- -
back to top @@ -57735,12 +53552,8 @@
Fields
Example
- - -
{"cart_id": "xyz789"}
+                  
{"cart_id": "xyz789"}
 
- -
back to top @@ -57784,15 +53597,11 @@
Fields
Example
- - -
{
-  "name": "abc123",
-  "value": "abc123"
+                  
{
+  "name": "xyz789",
+  "value": "xyz789"
 }
 
- -
back to top @@ -57813,12 +53622,8 @@
Description
Example
- - -
"4"
+                  
4
 
- -
back to top @@ -57858,15 +53663,11 @@
Fields
Example
- - -
{
+                  
{
   "thumbnail": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -57930,12 +53731,8 @@
Values
Example
- - -
"NONE"
+                  
"NONE"
 
- -
back to top @@ -57980,16 +53777,12 @@
Fields
Example
- - -
{
+                  
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789",
+  "message": "abc123",
   "quantity": 987.65
 }
 
- -
back to top @@ -58010,12 +53803,8 @@
Description
Example
- - -
123
+                  
123
 
- -
back to top @@ -58054,12 +53843,8 @@
Fields
Example
- - -
{"message": "xyz789"}
+                  
{"message": "abc123"}
 
- -
back to top @@ -58118,9 +53903,7 @@
Fields
Example
- - -
{
+                  
{
   "comments": [SalesCommentItem],
   "id": "4",
   "items": [InvoiceItemInterface],
@@ -58128,8 +53911,6 @@ 
Example
"total": InvoiceTotal }
- -
back to top @@ -58194,20 +53975,16 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "id": 4,
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "quantity_invoiced": 987.65
+  "product_sku": "xyz789",
+  "quantity_invoiced": 123.45
 }
 
- -
back to top @@ -58308,20 +54085,16 @@
Possible Types
Example
- - -
{
+                  
{
   "discounts": [Discount],
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "abc123",
+  "product_sku": "xyz789",
   "quantity_invoiced": 123.45
 }
 
- -
back to top @@ -58395,9 +54168,7 @@
Fields
Example
- - -
{
+                  
{
   "base_grand_total": Money,
   "discounts": [Discount],
   "grand_total": Money,
@@ -58408,8 +54179,6 @@ 
Example
"total_tax": Money }
- -
back to top @@ -58448,12 +54217,8 @@
Fields
Example
- - -
{"is_email_available": true}
+                  
{"is_email_available": false}
 
- -
back to top @@ -58492,12 +54257,8 @@
Fields
Example
- - -
{"is_email_available": false}
+                  
{"is_email_available": true}
 
- -
back to top @@ -58536,12 +54297,8 @@
Fields
Example
- - -
{"is_role_name_available": false}
+                  
{"is_role_name_available": false}
 
- -
back to top @@ -58580,12 +54337,8 @@
Fields
Example
- - -
{"is_email_available": false}
+                  
{"is_email_available": false}
 
- -
back to top @@ -58624,12 +54377,8 @@
Fields
Example
- - -
{"is_email_available": true}
+                  
{"is_email_available": false}
 
- -
back to top @@ -58693,19 +54442,15 @@
Fields
Example
- - -
{
+                  
{
   "created_at": "abc123",
   "creator_id": 123,
   "creator_type": 123,
   "negotiable_quote_item_uid": "4",
-  "note": "xyz789",
+  "note": "abc123",
   "note_uid": 4
 }
 
- -
back to top @@ -58760,17 +54505,13 @@
Fields
Example
- - -
{
-  "id": 4,
-  "label": "xyz789",
-  "uid": "4",
+                  
{
+  "id": "4",
+  "label": "abc123",
+  "uid": 4,
   "values": [ItemSelectedBundleOptionValue]
 }
 
- -
back to top @@ -58835,19 +54576,15 @@
Fields
Example
- - -
{
-  "id": "4",
+                  
{
+  "id": 4,
   "price": Money,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sku": "xyz789",
-  "quantity": 123.45,
-  "uid": 4
+  "quantity": 987.65,
+  "uid": "4"
 }
 
- -
back to top @@ -58891,15 +54628,11 @@
Fields
Example
- - -
{
+                  
{
   "name": "xyz789",
   "value": "xyz789"
 }
 
- -
back to top @@ -58957,17 +54690,13 @@
Fields
Example
- - -
{
+                  
{
   "filter_items": [LayerFilterItemInterface],
-  "filter_items_count": 123,
-  "name": "abc123",
+  "filter_items_count": 987,
+  "name": "xyz789",
   "request_var": "abc123"
 }
 
- -
back to top @@ -59015,16 +54744,12 @@
Fields
Example
- - -
{
-  "items_count": 123,
+                  
{
+  "items_count": 987,
   "label": "xyz789",
   "value_string": "abc123"
 }
 
- -
back to top @@ -59094,16 +54819,12 @@
Possible Types
Example
- - -
{
-  "items_count": 987,
+                  
{
+  "items_count": 123,
   "label": "xyz789",
   "value_string": "abc123"
 }
 
- -
back to top @@ -59155,16 +54876,12 @@
Fields
Example
- - -
{
+                  
{
   "note": "abc123",
   "quote_item_uid": "4",
   "quote_uid": 4
 }
 
- -
back to top @@ -59249,23 +54966,19 @@
Fields
Example
- - -
{
+                  
{
   "content": ProductMediaGalleryEntriesContent,
-  "disabled": false,
+  "disabled": true,
   "file": "abc123",
-  "id": 123,
+  "id": 987,
   "label": "xyz789",
-  "media_type": "abc123",
-  "position": 987,
-  "types": ["xyz789"],
+  "media_type": "xyz789",
+  "position": 123,
+  "types": ["abc123"],
   "uid": 4,
   "video_content": ProductMediaGalleryEntriesVideoContent
 }
 
- -
back to top @@ -59341,17 +55054,13 @@
Possible Types
Example
- - -
{
-  "disabled": true,
+                  
{
+  "disabled": false,
   "label": "xyz789",
   "position": 123,
-  "url": "abc123"
+  "url": "xyz789"
 }
 
- -
back to top @@ -59386,12 +55095,8 @@
Fields
Example
- - -
{"type": "abc123"}
+                  
{"type": "xyz789"}
 
- -
back to top @@ -59431,15 +55136,11 @@
Fields
Example
- - -
{
-  "layout": "abc123",
+                  
{
+  "layout": "xyz789",
   "logo": MessageStyleLogo
 }
 
- -
back to top @@ -59483,12 +55184,8 @@
Fields
Example
- - -
{"currency": "AFN", "value": 123.45}
+                  
{"currency": "AFN", "value": 987.65}
 
- -
back to top @@ -59537,16 +55234,12 @@
Fields
Example
- - -
{
+                  
{
   "gift_registry": GiftRegistry,
   "status": false,
   "user_errors": [GiftRegistryItemsUserError]
 }
 
- -
back to top @@ -59586,12 +55279,8 @@
Fields
Example
- - -
{"requisitionListItemUids": [4]}
+                  
{"requisitionListItemUids": [4]}
 
- -
back to top @@ -59635,15 +55324,11 @@
Fields
Example
- - -
{
+                  
{
   "destination_requisition_list": RequisitionList,
   "source_requisition_list": RequisitionList
 }
 
- -
back to top @@ -59695,16 +55380,12 @@
Fields
Example
- - -
{
-  "quote_item_uid": 4,
+                  
{
+  "quote_item_uid": "4",
   "quote_uid": 4,
-  "requisition_list_uid": "4"
+  "requisition_list_uid": 4
 }
 
- -
back to top @@ -59743,12 +55424,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -59797,16 +55474,12 @@
Fields
Example
- - -
{
+                  
{
   "destination_wishlist": Wishlist,
   "source_wishlist": Wishlist,
   "user_errors": [WishListUserInputError]
 }
 
- -
back to top @@ -59925,30 +55598,26 @@
Fields
Example
- - -
{
+                  
{
   "available_payment_methods": [AvailablePaymentMethod],
   "billing_address": NegotiableQuoteBillingAddress,
   "buyer": NegotiableQuoteUser,
   "comments": [NegotiableQuoteComment],
-  "created_at": "xyz789",
-  "email": "abc123",
+  "created_at": "abc123",
+  "email": "xyz789",
   "history": [NegotiableQuoteHistoryEntry],
   "is_virtual": false,
   "items": [CartItemInterface],
-  "name": "abc123",
+  "name": "xyz789",
   "prices": CartPrices,
   "selected_payment_method": SelectedPaymentMethod,
   "shipping_addresses": [NegotiableQuoteShippingAddress],
   "status": "SUBMITTED",
-  "total_quantity": 987.65,
+  "total_quantity": 123.45,
   "uid": 4,
-  "updated_at": "xyz789"
+  "updated_at": "abc123"
 }
 
- -
back to top @@ -59992,15 +55661,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "xyz789",
   "label": "abc123"
 }
 
- -
back to top @@ -60100,24 +55765,20 @@
Fields
Example
- - -
{
+                  
{
   "city": "abc123",
-  "company": "abc123",
+  "company": "xyz789",
   "country_code": "xyz789",
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "lastname": "xyz789",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": "xyz789",
   "region_id": 123,
-  "save_in_address_book": false,
-  "street": ["xyz789"],
-  "telephone": "abc123"
+  "save_in_address_book": true,
+  "street": ["abc123"],
+  "telephone": "xyz789"
 }
 
- -
back to top @@ -60214,22 +55875,18 @@
Possible Types
Example
- - -
{
+                  
{
   "city": "xyz789",
-  "company": "abc123",
+  "company": "xyz789",
   "country": NegotiableQuoteAddressCountry,
-  "firstname": "xyz789",
-  "lastname": "xyz789",
-  "postcode": "xyz789",
+  "firstname": "abc123",
+  "lastname": "abc123",
+  "postcode": "abc123",
   "region": NegotiableQuoteAddressRegion,
-  "street": ["abc123"],
+  "street": ["xyz789"],
   "telephone": "abc123"
 }
 
- -
back to top @@ -60278,16 +55935,12 @@
Fields
Example
- - -
{
+                  
{
   "code": "abc123",
-  "label": "abc123",
-  "region_id": 123
+  "label": "xyz789",
+  "region_id": 987
 }
 
- -
back to top @@ -60362,22 +56015,18 @@
Fields
Example
- - -
{
+                  
{
   "city": "xyz789",
   "company": "abc123",
   "country": NegotiableQuoteAddressCountry,
   "firstname": "xyz789",
-  "lastname": "abc123",
-  "postcode": "abc123",
+  "lastname": "xyz789",
+  "postcode": "xyz789",
   "region": NegotiableQuoteAddressRegion,
   "street": ["abc123"],
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
- -
back to top @@ -60435,17 +56084,13 @@
Fields
Example
- - -
{
+                  
{
   "address": NegotiableQuoteAddressInput,
   "customer_address_uid": 4,
-  "same_as_shipping": false,
+  "same_as_shipping": true,
   "use_for_shipping": false
 }
 
- -
back to top @@ -60504,18 +56149,14 @@
Fields
Example
- - -
{
+                  
{
   "author": NegotiableQuoteUser,
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "creator_type": "BUYER",
-  "text": "xyz789",
+  "text": "abc123",
   "uid": 4
 }
 
- -
back to top @@ -60559,12 +56200,8 @@
Values
Example
- - -
"BUYER"
+                  
"BUYER"
 
- -
back to top @@ -60604,12 +56241,8 @@
Fields
Example
- - -
{"comment": "xyz789"}
+                  
{"comment": "abc123"}
 
- -
back to top @@ -60658,16 +56291,12 @@
Fields
Example
- - -
{
+                  
{
   "new_value": "xyz789",
-  "old_value": "xyz789",
-  "title": "abc123"
+  "old_value": "abc123",
+  "title": "xyz789"
 }
 
- -
back to top @@ -60713,15 +56342,11 @@
Fields
Example
- - -
{
+                  
{
   "ids": FilterEqualTypeInput,
   "name": FilterMatchTypeInput
 }
 
- -
back to top @@ -60785,9 +56410,7 @@
Fields
Example
- - -
{
+                  
{
   "comment_added": NegotiableQuoteHistoryCommentChange,
   "custom_changes": NegotiableQuoteCustomLogChange,
   "expiration": NegotiableQuoteHistoryExpirationChange,
@@ -60796,8 +56419,6 @@ 
Example
"total": NegotiableQuoteHistoryTotalChange }
- -
back to top @@ -60836,12 +56457,8 @@
Fields
Example
- - -
{"comment": "xyz789"}
+                  
{"comment": "xyz789"}
 
- -
back to top @@ -60900,18 +56517,14 @@
Fields
Example
- - -
{
+                  
{
   "author": NegotiableQuoteUser,
   "change_type": "CREATED",
   "changes": NegotiableQuoteHistoryChanges,
   "created_at": "xyz789",
-  "uid": "4"
+  "uid": 4
 }
 
- -
back to top @@ -60969,12 +56582,8 @@
Values
Example
- - -
"CREATED"
+                  
"CREATED"
 
- -
back to top @@ -61018,15 +56627,11 @@
Fields
Example
- - -
{
+                  
{
   "new_expiration": "xyz789",
   "old_expiration": "xyz789"
 }
 
- -
back to top @@ -61070,15 +56675,11 @@
Fields
Example
- - -
{
+                  
{
   "products_removed_from_catalog": [4],
   "products_removed_from_quote": [ProductInterface]
 }
 
- -
back to top @@ -61122,12 +56723,8 @@
Fields
Example
- - -
{"new_status": "SUBMITTED", "old_status": "SUBMITTED"}
+                  
{"new_status": "SUBMITTED", "old_status": "SUBMITTED"}
 
- -
back to top @@ -61166,12 +56763,8 @@
Fields
Example
- - -
{"changes": [NegotiableQuoteHistoryStatusChange]}
+                  
{"changes": [NegotiableQuoteHistoryStatusChange]}
 
- -
back to top @@ -61215,15 +56808,11 @@
Fields
Example
- - -
{
+                  
{
   "new_price": Money,
   "old_price": Money
 }
 
- -
back to top @@ -61262,12 +56851,8 @@
Fields
Example
- - -
{"message": "abc123"}
+                  
{"message": "abc123"}
 
- -
back to top @@ -61313,12 +56898,8 @@
Fields
Example
- - -
{"quantity": 123.45, "quote_item_uid": 4}
+                  
{"quantity": 123.45, "quote_item_uid": 4}
 
- -
back to top @@ -61364,15 +56945,11 @@
Fields
Example
- - -
{
-  "code": "xyz789",
-  "purchase_order_number": "abc123"
+                  
{
+  "code": "abc123",
+  "purchase_order_number": "xyz789"
 }
 
- -
back to top @@ -61426,17 +57003,13 @@
Fields
Example
- - -
{
+                  
{
   "document_identifier": "xyz789",
-  "document_name": "xyz789",
+  "document_name": "abc123",
   "link_id": "4",
   "reference_document_url": "abc123"
 }
 
- -
back to top @@ -61521,24 +57094,20 @@
Fields
Example
- - -
{
+                  
{
   "available_shipping_methods": [AvailableShippingMethod],
-  "city": "xyz789",
-  "company": "xyz789",
+  "city": "abc123",
+  "company": "abc123",
   "country": NegotiableQuoteAddressCountry,
   "firstname": "abc123",
-  "lastname": "xyz789",
-  "postcode": "xyz789",
+  "lastname": "abc123",
+  "postcode": "abc123",
   "region": NegotiableQuoteAddressRegion,
   "selected_shipping_method": SelectedShippingMethod,
   "street": ["xyz789"],
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
- -
back to top @@ -61590,16 +57159,12 @@
Fields
Example
- - -
{
+                  
{
   "address": NegotiableQuoteAddressInput,
   "customer_address_uid": 4,
-  "customer_notes": "xyz789"
+  "customer_notes": "abc123"
 }
 
- -
back to top @@ -61645,12 +57210,8 @@
Fields
Example
- - -
{"sort_direction": "ASC", "sort_field": "QUOTE_NAME"}
+                  
{"sort_direction": "ASC", "sort_field": "QUOTE_NAME"}
 
- -
back to top @@ -61698,12 +57259,8 @@
Values
Example
- - -
"QUOTE_NAME"
+                  
"QUOTE_NAME"
 
- -
back to top @@ -61796,12 +57353,8 @@
Values
Example
- - -
"SUBMITTED"
+                  
"SUBMITTED"
 
- -
back to top @@ -61920,9 +57473,7 @@
Fields
Example
- - -
{
+                  
{
   "buyer": NegotiableQuoteUser,
   "comments": [NegotiableQuoteComment],
   "expiration_date": "abc123",
@@ -61939,13 +57490,11 @@ 
Example
NegotiableQuoteReferenceDocumentLink ], "shipping_addresses": [NegotiableQuoteShippingAddress], - "status": "abc123", + "status": "xyz789", "template_id": "4", "total_quantity": 123.45 }
- -
back to top @@ -61991,15 +57540,11 @@
Fields
Example
- - -
{
+                  
{
   "state": FilterEqualTypeInput,
   "status": FilterEqualTypeInput
 }
 
- -
back to top @@ -62108,28 +57653,24 @@
Fields
Example
- - -
{
+                  
{
   "activated_at": "abc123",
-  "company_name": "xyz789",
+  "company_name": "abc123",
   "expiration_date": "xyz789",
   "is_min_max_qty_used": true,
   "last_shared_at": "abc123",
   "max_order_commitment": 987,
-  "min_negotiated_grand_total": 123.45,
-  "min_order_commitment": 987,
-  "name": "abc123",
-  "orders_placed": 987,
-  "sales_rep_name": "abc123",
-  "state": "xyz789",
+  "min_negotiated_grand_total": 987.65,
+  "min_order_commitment": 123,
+  "name": "xyz789",
+  "orders_placed": 123,
+  "sales_rep_name": "xyz789",
+  "state": "abc123",
   "status": "xyz789",
   "submitted_by": "abc123",
   "template_id": "4"
 }
 
- -
back to top @@ -62187,17 +57728,8 @@
Fields
Example
- - -
{
-  "item_id": "4",
-  "max_qty": 123.45,
-  "min_qty": 987.65,
-  "quantity": 987.65
-}
+                  
{"item_id": 4, "max_qty": 987.65, "min_qty": 123.45, "quantity": 123.45}
 
- -
back to top @@ -62255,17 +57787,13 @@
Fields
Example
- - -
{
+                  
{
   "document_identifier": "abc123",
-  "document_name": "xyz789",
+  "document_name": "abc123",
   "link_id": 4,
-  "reference_document_url": "xyz789"
+  "reference_document_url": "abc123"
 }
 
- -
back to top @@ -62317,16 +57845,12 @@
Fields
Example
- - -
{
+                  
{
   "address": NegotiableQuoteAddressInput,
   "customer_address_uid": 4,
-  "customer_notes": "xyz789"
+  "customer_notes": "abc123"
 }
 
- -
back to top @@ -62372,12 +57896,8 @@
Fields
Example
- - -
{"sort_direction": "ASC", "sort_field": "TEMPLATE_ID"}
+                  
{"sort_direction": "ASC", "sort_field": "TEMPLATE_ID"}
 
- -
back to top @@ -62419,12 +57939,8 @@
Values
Example
- - -
"TEMPLATE_ID"
+                  
"TEMPLATE_ID"
 
- -
back to top @@ -62478,17 +57994,13 @@
Fields
Example
- - -
{
+                  
{
   "items": [NegotiableQuoteTemplateGridItem],
   "page_info": SearchResultPageInfo,
   "sort_fields": SortFields,
   "total_count": 123
 }
 
- -
back to top @@ -62540,12 +58052,8 @@
Possible Types
Example
- - -
{"quote_uid": 4}
+                  
{"quote_uid": "4"}
 
- -
back to top @@ -62584,12 +58092,8 @@
Fields
Example
- - -
{"quote_uid": "4"}
+                  
{"quote_uid": 4}
 
- -
back to top @@ -62633,15 +58137,11 @@
Fields
Example
- - -
{
-  "firstname": "abc123",
+                  
{
+  "firstname": "xyz789",
   "lastname": "abc123"
 }
 
- -
back to top @@ -62695,17 +58195,13 @@
Fields
Example
- - -
{
+                  
{
   "items": [NegotiableQuote],
   "page_info": SearchResultPageInfo,
   "sort_fields": SortFields,
-  "total_count": 123
+  "total_count": 987
 }
 
- -
back to top @@ -62749,15 +58245,11 @@
Fields
Example
- - -
{
+                  
{
   "message": "xyz789",
   "uid": "4"
 }
 
- -
back to top @@ -62797,12 +58289,8 @@
Fields
Example
- - -
{"template_id": "4"}
+                  
{"template_id": "4"}
 
- -
back to top @@ -62848,15 +58336,11 @@
Fields
Example
- - -
{
-  "order_id": "abc123",
-  "order_number": "xyz789"
+                  
{
+  "order_id": "xyz789",
+  "order_number": "abc123"
 }
 
- -
back to top @@ -62911,12 +58395,8 @@
Values
Example
- - -
"REORDER"
+                  
"REORDER"
 
- -
back to top @@ -63043,29 +58523,25 @@
attributeCodes
Example
- - -
{
-  "city": "xyz789",
+                  
{
+  "city": "abc123",
   "company": "abc123",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
   "fax": "xyz789",
-  "firstname": "xyz789",
-  "lastname": "abc123",
-  "middlename": "abc123",
+  "firstname": "abc123",
+  "lastname": "xyz789",
+  "middlename": "xyz789",
   "postcode": "abc123",
-  "prefix": "xyz789",
-  "region": "abc123",
-  "region_id": "4",
-  "street": ["abc123"],
-  "suffix": "xyz789",
-  "telephone": "xyz789",
+  "prefix": "abc123",
+  "region": "xyz789",
+  "region_id": 4,
+  "street": ["xyz789"],
+  "suffix": "abc123",
+  "telephone": "abc123",
   "vat_id": "xyz789"
 }
 
- -
back to top @@ -63120,18 +58596,14 @@
Fields
Example
- - -
{
-  "firstname": "abc123",
-  "lastname": "abc123",
-  "middlename": "abc123",
-  "prefix": "abc123",
+                  
{
+  "firstname": "xyz789",
+  "lastname": "xyz789",
+  "middlename": "xyz789",
+  "prefix": "xyz789",
   "suffix": "abc123"
 }
 
- -
back to top @@ -63183,16 +58655,12 @@
Fields
Example
- - -
{
+                  
{
   "email": "xyz789",
-  "lastname": "xyz789",
+  "lastname": "abc123",
   "number": "abc123"
 }
 
- -
back to top @@ -63332,35 +58800,31 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
-  "eligible_for_return": true,
+  "eligible_for_return": false,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
   "id": "4",
   "prices": OrderItemPrices,
   "product": ProductInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "product_type": "abc123",
+  "product_sku": "xyz789",
+  "product_type": "xyz789",
   "product_url_key": "abc123",
-  "quantity_canceled": 123.45,
+  "quantity_canceled": 987.65,
   "quantity_invoiced": 123.45,
-  "quantity_ordered": 987.65,
-  "quantity_refunded": 123.45,
-  "quantity_return_requested": 123.45,
+  "quantity_ordered": 123.45,
+  "quantity_refunded": 987.65,
+  "quantity_return_requested": 987.65,
   "quantity_returned": 123.45,
   "quantity_shipped": 123.45,
   "selected_options": [OrderItemOption],
-  "status": "abc123"
+  "status": "xyz789"
 }
 
- -
back to top @@ -63541,9 +59005,7 @@
Possible Types
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "eligible_for_return": false,
   "entered_options": [OrderItemOption],
@@ -63552,24 +59014,22 @@ 
Example
"id": "4", "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "abc123", + "product_sku": "xyz789", "product_type": "xyz789", "product_url_key": "abc123", - "quantity_canceled": 987.65, - "quantity_invoiced": 987.65, + "quantity_canceled": 123.45, + "quantity_invoiced": 123.45, "quantity_ordered": 123.45, "quantity_refunded": 987.65, "quantity_return_requested": 987.65, - "quantity_returned": 987.65, - "quantity_shipped": 123.45, + "quantity_returned": 123.45, + "quantity_shipped": 987.65, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
- -
back to top @@ -63613,15 +59073,11 @@
Fields
Example
- - -
{
-  "label": "xyz789",
-  "value": "xyz789"
+                  
{
+  "label": "abc123",
+  "value": "abc123"
 }
 
- -
back to top @@ -63707,9 +59163,7 @@
Fields
Example
- - -
{
+                  
{
   "discounts": [Discount],
   "fixed_product_taxes": [FixedProductTax],
   "original_price": Money,
@@ -63723,8 +59177,6 @@ 
Example
"total_item_discount": Money }
- -
back to top @@ -63773,16 +59225,12 @@
Fields
Example
- - -
{
+                  
{
   "additional_data": [KeyValue],
-  "name": "abc123",
-  "type": "xyz789"
+  "name": "xyz789",
+  "type": "abc123"
 }
 
- -
back to top @@ -63841,18 +59289,14 @@
Fields
Example
- - -
{
+                  
{
   "comments": [SalesCommentItem],
   "id": 4,
   "items": [ShipmentItemInterface],
-  "number": "abc123",
+  "number": "xyz789",
   "tracking": [ShipmentTracking]
 }
 
- -
back to top @@ -63892,12 +59336,8 @@
Fields
Example
- - -
{"token": "xyz789"}
+                  
{"token": "abc123"}
 
- -
back to top @@ -64003,9 +59443,7 @@
Fields
Example
- - -
{
+                  
{
   "base_grand_total": Money,
   "discounts": [Discount],
   "gift_options": GiftOptionsPrices,
@@ -64022,8 +59460,6 @@ 
Example
"total_tax": Money }
- -
back to top @@ -64069,15 +59505,11 @@
Fields
Example
- - -
{
+                  
{
   "payer_id": "abc123",
   "token": "abc123"
 }
 
- -
back to top @@ -64129,16 +59561,12 @@
Fields
Example
- - -
{
+                  
{
   "cancel_url": "xyz789",
-  "error_url": "abc123",
-  "return_url": "xyz789"
+  "error_url": "xyz789",
+  "return_url": "abc123"
 }
 
- -
back to top @@ -64186,12 +59614,8 @@
Values
Example
- - -
"TEST"
+                  
"TEST"
 
- -
back to top @@ -64245,17 +59669,13 @@
Fields
Example
- - -
{
+                  
{
   "mode": "TEST",
   "paypal_url": "abc123",
   "secure_token": "xyz789",
-  "secure_token_id": "xyz789"
+  "secure_token_id": "abc123"
 }
 
- -
back to top @@ -64295,12 +59715,8 @@
Fields
Example
- - -
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
- -
back to top @@ -64346,15 +59762,11 @@
Fields
Example
- - -
{
+                  
{
   "cc_details": CreditCardDetailsInput,
   "is_active_payment_token_enabler": false
 }
 
- -
back to top @@ -64400,15 +59812,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "paypal_payload": "abc123"
 }
 
- -
back to top @@ -64443,12 +59851,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -64494,15 +59898,11 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
+                  
{
+  "cart_id": "xyz789",
   "urls": PayflowProUrlInput
 }
 
- -
back to top @@ -64554,16 +59954,12 @@
Fields
Example
- - -
{
+                  
{
   "cancel_url": "abc123",
   "error_url": "abc123",
-  "return_url": "xyz789"
+  "return_url": "abc123"
 }
 
- -
back to top @@ -64659,19 +60055,15 @@
Possible Types
Example
- - -
{
-  "code": "abc123",
+                  
{
+  "code": "xyz789",
   "is_visible": true,
-  "payment_intent": "xyz789",
+  "payment_intent": "abc123",
   "sdk_params": [SDKParams],
-  "sort_order": "abc123",
-  "title": "abc123"
+  "sort_order": "xyz789",
+  "title": "xyz789"
 }
 
- -
back to top @@ -64725,17 +60117,13 @@
Fields
Example
- - -
{
+                  
{
   "apple_pay": ApplePayConfig,
   "google_pay": GooglePayConfig,
   "hosted_fields": HostedFieldsConfig,
   "smart_buttons": SmartButtonsConfig
 }
 
- -
back to top @@ -64804,12 +60192,8 @@
Values
Example
- - -
"PRODUCT_DETAIL"
+                  
"PRODUCT_DETAIL"
 
- -
back to top @@ -64977,9 +60361,7 @@
Fields
Example
- - -
{
+                  
{
   "braintree": BraintreeInput,
   "braintree_ach_direct_debit": BraintreeInput,
   "braintree_ach_direct_debit_vault": BraintreeVaultInput,
@@ -65003,8 +60385,6 @@ 
Example
"purchase_order_number": "abc123" }
- -
back to top @@ -65058,17 +60438,13 @@
Fields
Example
- - -
{
+                  
{
   "id": "xyz789",
   "mp_order_id": "abc123",
   "payment_source_details": PaymentSourceDetails,
   "status": "abc123"
 }
 
- -
back to top @@ -65108,15 +60484,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "xyz789",
   "params": [SDKParams]
 }
 
- -
back to top @@ -65151,12 +60523,8 @@
Fields
Example
- - -
{"card": Card}
+                  
{"card": Card}
 
- -
back to top @@ -65196,12 +60564,8 @@
Fields
Example
- - -
{"card": CardPaymentSourceInput}
+                  
{"card": CardPaymentSourceInput}
 
- -
back to top @@ -65240,12 +60604,8 @@
Fields
Example
- - -
{"card": CardPaymentSourceOutput}
+                  
{"card": CardPaymentSourceOutput}
 
- -
back to top @@ -65299,17 +60659,13 @@
Fields
Example
- - -
{
-  "details": "xyz789",
-  "payment_method_code": "xyz789",
+                  
{
+  "details": "abc123",
+  "payment_method_code": "abc123",
   "public_hash": "xyz789",
   "type": "card"
 }
 
- -
back to top @@ -65355,12 +60711,8 @@
Values
Example
- - -
"card"
+                  
"card"
 
- -
back to top @@ -65406,15 +60758,11 @@
Fields
Example
- - -
{
-  "payer_id": "abc123",
-  "token": "xyz789"
+                  
{
+  "payer_id": "xyz789",
+  "token": "abc123"
 }
 
- -
back to top @@ -65478,18 +60826,14 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
+                  
{
+  "cart_id": "xyz789",
   "code": "xyz789",
   "express_button": true,
   "urls": PaypalExpressUrlsInput,
   "use_paypal_credit": true
 }
 
- -
back to top @@ -65533,15 +60877,11 @@
Fields
Example
- - -
{
+                  
{
   "paypal_urls": PaypalExpressUrlList,
   "token": "xyz789"
 }
 
- -
back to top @@ -65585,15 +60925,11 @@
Fields
Example
- - -
{
-  "edit": "xyz789",
+                  
{
+  "edit": "abc123",
   "start": "xyz789"
 }
 
- -
back to top @@ -65651,17 +60987,13 @@
Fields
Example
- - -
{
+                  
{
   "cancel_url": "abc123",
   "pending_url": "xyz789",
-  "return_url": "xyz789",
-  "success_url": "abc123"
+  "return_url": "abc123",
+  "success_url": "xyz789"
 }
 
- -
back to top @@ -65737,12 +61069,8 @@
Possible Types
Example
- - -
{"weight": 987.65}
+                  
{"weight": 123.45}
 
- -
back to top @@ -65866,28 +61194,24 @@
Fields
Example
- - -
{
+                  
{
   "city": "abc123",
-  "contact_name": "abc123",
+  "contact_name": "xyz789",
   "country_id": "abc123",
-  "description": "xyz789",
+  "description": "abc123",
   "email": "xyz789",
-  "fax": "abc123",
+  "fax": "xyz789",
   "latitude": 123.45,
-  "longitude": 123.45,
+  "longitude": 987.65,
   "name": "abc123",
-  "phone": "xyz789",
+  "phone": "abc123",
   "pickup_location_code": "xyz789",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": "xyz789",
-  "region_id": 987,
-  "street": "abc123"
+  "region_id": 123,
+  "street": "xyz789"
 }
 
- -
back to top @@ -65969,9 +61293,7 @@
Fields
Example
- - -
{
+                  
{
   "city": FilterTypeInput,
   "country_id": FilterTypeInput,
   "name": FilterTypeInput,
@@ -65982,8 +61304,6 @@ 
Example
"street": FilterTypeInput }
- -
back to top @@ -66113,9 +61433,7 @@
Fields
Example
- - -
{
+                  
{
   "city": "ASC",
   "contact_name": "ASC",
   "country_id": "ASC",
@@ -66134,8 +61452,6 @@ 
Example
"street": "ASC" }
- -
back to top @@ -66184,16 +61500,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [PickupLocation],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
- -
back to top @@ -66233,12 +61545,8 @@
Fields
Example
- - -
{"quote_uid": "4"}
+                  
{"quote_uid": "4"}
 
- -
back to top @@ -66277,12 +61585,8 @@
Fields
Example
- - -
{"order": Order}
+                  
{"order": Order}
 
- -
back to top @@ -66326,15 +61630,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "CART_NOT_FOUND",
   "message": "xyz789"
 }
 
- -
back to top @@ -66399,12 +61699,8 @@
Values
Example
- - -
"CART_NOT_FOUND"
+                  
"CART_NOT_FOUND"
 
- -
back to top @@ -66444,12 +61740,8 @@
Fields
Example
- - -
{"purchase_order_uid": 4}
+                  
{"purchase_order_uid": "4"}
 
- -
back to top @@ -66488,12 +61780,8 @@
Fields
Example
- - -
{"order": CustomerOrder}
+                  
{"order": CustomerOrder}
 
- -
back to top @@ -66533,12 +61821,8 @@
Fields
Example
- - -
{"cart_id": "abc123"}
+                  
{"cart_id": "abc123"}
 
- -
back to top @@ -66588,16 +61872,12 @@
Fields
Example
- - -
{
+                  
{
   "errors": [PlaceOrderError],
   "order": Order,
   "orderV2": CustomerOrder
 }
 
- -
back to top @@ -66637,12 +61917,8 @@
Fields
Example
- - -
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
- -
back to top @@ -66681,12 +61957,8 @@
Fields
Example
- - -
{"purchase_order": PurchaseOrder}
+                  
{"purchase_order": PurchaseOrder}
 
- -
back to top @@ -66732,15 +62004,11 @@
Fields
Example
- - -
{
+                  
{
   "adjustments": [PriceAdjustment],
   "amount": Money
 }
 
- -
back to top @@ -66791,16 +62059,12 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "code": "TAX",
   "description": "INCLUDED"
 }
 
- -
back to top @@ -66858,12 +62122,8 @@
Values
Example
- - -
"TAX"
+                  
"TAX"
 
- -
back to top @@ -66911,12 +62171,8 @@
Values
Example
- - -
"INCLUDED"
+                  
"INCLUDED"
 
- -
back to top @@ -66965,16 +62221,12 @@
Fields
Example
- - -
{
+                  
{
   "discount_percentage": 123.45,
   "main_final_price": 987.65,
   "main_price": 123.45
 }
 
- -
back to top @@ -67018,15 +62270,11 @@
Fields
Example
- - -
{
+                  
{
   "maximum_price": ProductPrice,
   "minimum_price": ProductPrice
 }
 
- -
back to top @@ -67081,12 +62329,8 @@
Values
Example
- - -
"FIXED"
+                  
"FIXED"
 
- -
back to top @@ -67134,12 +62378,8 @@
Values
Example
- - -
"PRICE_RANGE"
+                  
"PRICE_RANGE"
 
- -
back to top @@ -67183,15 +62423,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -67411,9 +62647,7 @@
Fields
Example
- - -
{
+                  
{
   "activity": FilterEqualTypeInput,
   "category_gear": FilterEqualTypeInput,
   "category_id": FilterEqualTypeInput,
@@ -67447,8 +62681,6 @@ 
Example
"url_key": FilterEqualTypeInput }
- -
back to top @@ -67506,12 +62738,8 @@
Fields
Example
- - -
{"name": "ASC", "position": "ASC", "price": "ASC", "relevance": "ASC"}
+                  
{"name": "ASC", "position": "ASC", "price": "ASC", "relevance": "ASC"}
 
- -
back to top @@ -67555,15 +62783,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [AttributeMetadataError],
   "items": [AttributeValueInterface]
 }
 
- -
back to top @@ -67607,12 +62831,8 @@
Fields
Example
- - -
{"amount_off": 987.65, "percent_off": 987.65}
+                  
{"amount_off": 987.65, "percent_off": 987.65}
 
- -
back to top @@ -67881,9 +63101,7 @@
Fields
Example
- - -
{
+                  
{
   "category_id": FilterTypeInput,
   "country_of_manufacture": FilterTypeInput,
   "created_at": FilterTypeInput,
@@ -67925,8 +63143,6 @@ 
Example
"weight": FilterTypeInput }
- -
back to top @@ -67980,17 +63196,13 @@
Fields
Example
- - -
{
-  "disabled": true,
+                  
{
+  "disabled": false,
   "label": "abc123",
-  "position": 123,
+  "position": 987,
   "url": "abc123"
 }
 
- -
back to top @@ -68032,12 +63244,8 @@
Values
Example
- - -
"ITSELF"
+                  
"ITSELF"
 
- -
back to top @@ -68077,12 +63285,8 @@
Fields
Example
- - -
{"sku": "xyz789"}
+                  
{"sku": "xyz789"}
 
- -
back to top @@ -68653,71 +63857,69 @@
Possible Types
Example
- - -
{
+                  
{
   "activity": "xyz789",
   "attribute_set_id": 987,
   "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
   "climate": "xyz789",
-  "collar": "abc123",
+  "collar": "xyz789",
   "color": 123,
-  "country_of_manufacture": "xyz789",
+  "country_of_manufacture": "abc123",
   "created_at": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "eco_collection": 123,
-  "erin_recommends": 123,
-  "features_bags": "abc123",
+  "eco_collection": 987,
+  "erin_recommends": 987,
+  "features_bags": "xyz789",
   "format": 987,
-  "gender": "abc123",
+  "gender": "xyz789",
   "gift_message_available": true,
-  "gift_wrapping_available": false,
+  "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
-  "id": 987,
+  "id": 123,
   "image": ProductImage,
-  "is_returnable": "abc123",
+  "is_returnable": "xyz789",
   "manufacturer": 987,
   "material": "xyz789",
-  "max_sale_qty": 987.65,
+  "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
-  "meta_description": "abc123",
+  "meta_description": "xyz789",
   "meta_keyword": "xyz789",
   "meta_title": "abc123",
-  "min_sale_qty": 987.65,
-  "name": "abc123",
-  "new": 123,
+  "min_sale_qty": 123.45,
+  "name": "xyz789",
+  "new": 987,
   "new_from_date": "abc123",
-  "new_to_date": "xyz789",
-  "only_x_left_in_stock": 123.45,
-  "options_container": "xyz789",
-  "pattern": "xyz789",
-  "performance_fabric": 987,
+  "new_to_date": "abc123",
+  "only_x_left_in_stock": 987.65,
+  "options_container": "abc123",
+  "pattern": "abc123",
+  "performance_fabric": 123,
   "price": ProductPrices,
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
   "product_links": [ProductLinksInterface],
   "purpose": 123,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "rating_summary": 987.65,
   "related_products": [ProductInterface],
-  "review_count": 123,
+  "review_count": 987,
   "reviews": ProductReviews,
   "rules": [CatalogRule],
   "sale": 123,
   "short_description": ComplexTextValue,
   "size": 987,
-  "sku": "xyz789",
-  "sleeve": "abc123",
+  "sku": "abc123",
+  "sleeve": "xyz789",
   "small_image": ProductImage,
-  "special_from_date": "xyz789",
-  "special_price": 987.65,
-  "special_to_date": "xyz789",
-  "staged": false,
+  "special_from_date": "abc123",
+  "special_price": 123.45,
+  "special_to_date": "abc123",
+  "staged": true,
   "stock_status": "IN_STOCK",
   "strap_bags": "xyz789",
   "style_bags": "xyz789",
@@ -68725,21 +63927,19 @@ 
Example
"style_general": "xyz789", "swatch_image": "abc123", "thumbnail": ProductImage, - "tier_price": 987.65, + "tier_price": 123.45, "tier_prices": [ProductTierPrices], - "type_id": "abc123", + "type_id": "xyz789", "uid": 4, - "updated_at": "xyz789", + "updated_at": "abc123", "upsell_products": [ProductInterface], "url_key": "xyz789", - "url_path": "xyz789", + "url_path": "abc123", "url_rewrites": [UrlRewrite], "url_suffix": "xyz789", "websites": [Website] }
- -
back to top @@ -68798,18 +63998,14 @@
Fields
Example
- - -
{
+                  
{
   "link_type": "xyz789",
   "linked_product_sku": "xyz789",
   "linked_product_type": "xyz789",
   "position": 987,
-  "sku": "abc123"
+  "sku": "xyz789"
 }
 
- -
back to top @@ -68885,18 +64081,14 @@
Possible Types
Example
- - -
{
+                  
{
   "link_type": "xyz789",
-  "linked_product_sku": "abc123",
-  "linked_product_type": "xyz789",
-  "position": 987,
+  "linked_product_sku": "xyz789",
+  "linked_product_type": "abc123",
+  "position": 123,
   "sku": "abc123"
 }
 
- -
back to top @@ -68945,16 +64137,12 @@
Fields
Example
- - -
{
-  "base64_encoded_data": "abc123",
+                  
{
+  "base64_encoded_data": "xyz789",
   "name": "xyz789",
-  "type": "xyz789"
+  "type": "abc123"
 }
 
- -
back to top @@ -69018,19 +64206,15 @@
Fields
Example
- - -
{
+                  
{
   "media_type": "xyz789",
   "video_description": "xyz789",
   "video_metadata": "xyz789",
-  "video_provider": "abc123",
+  "video_provider": "xyz789",
   "video_title": "abc123",
-  "video_url": "xyz789"
+  "video_url": "abc123"
 }
 
- -
back to top @@ -69084,17 +64268,13 @@
Fields
Example
- - -
{
+                  
{
   "discount": ProductDiscount,
   "final_price": Money,
   "fixed_product_taxes": [FixedProductTax],
   "regular_price": Money
 }
 
- -
back to top @@ -69146,16 +64326,12 @@
Fields
Example
- - -
{
+                  
{
   "maximalPrice": Price,
   "minimalPrice": Price,
   "regularPrice": Price
 }
 
- -
back to top @@ -69224,20 +64400,16 @@
Fields
Example
- - -
{
+                  
{
   "average_rating": 123.45,
-  "created_at": "abc123",
-  "nickname": "xyz789",
+  "created_at": "xyz789",
+  "nickname": "abc123",
   "product": ProductInterface,
   "ratings_breakdown": [ProductReviewRating],
   "summary": "xyz789",
   "text": "xyz789"
 }
 
- -
back to top @@ -69281,15 +64453,11 @@
Fields
Example
- - -
{
-  "name": "xyz789",
+                  
{
+  "name": "abc123",
   "value": "abc123"
 }
 
- -
back to top @@ -69335,15 +64503,11 @@
Fields
Example
- - -
{
+                  
{
   "id": "xyz789",
   "value_id": "xyz789"
 }
 
- -
back to top @@ -69392,16 +64556,12 @@
Fields
Example
- - -
{
+                  
{
   "id": "abc123",
-  "name": "xyz789",
+  "name": "abc123",
   "values": [ProductReviewRatingValueMetadata]
 }
 
- -
back to top @@ -69445,15 +64605,11 @@
Fields
Example
- - -
{
-  "value": "abc123",
-  "value_id": "xyz789"
+                  
{
+  "value": "xyz789",
+  "value_id": "abc123"
 }
 
- -
back to top @@ -69492,12 +64648,8 @@
Fields
Example
- - -
{"items": [ProductReviewRatingMetadata]}
+                  
{"items": [ProductReviewRatingMetadata]}
 
- -
back to top @@ -69541,15 +64693,11 @@
Fields
Example
- - -
{
+                  
{
   "items": [ProductReview],
   "page_info": SearchResultPageInfo
 }
 
- -
back to top @@ -69597,12 +64745,8 @@
Values
Example
- - -
"IN_STOCK"
+                  
"IN_STOCK"
 
- -
back to top @@ -69666,18 +64810,14 @@
Fields
Example
- - -
{
-  "customer_group_id": "xyz789",
-  "percentage_value": 123.45,
+                  
{
+  "customer_group_id": "abc123",
+  "percentage_value": 987.65,
   "qty": 123.45,
   "value": 987.65,
-  "website_id": 987.65
+  "website_id": 123.45
 }
 
- -
back to top @@ -69736,18 +64876,14 @@
Fields
Example
- - -
{
+                  
{
   "disabled": true,
-  "label": "xyz789",
-  "position": 987,
+  "label": "abc123",
+  "position": 123,
   "url": "xyz789",
   "video_content": ProductMediaGalleryEntriesVideoContent
 }
 
- -
back to top @@ -69830,20 +64966,16 @@
filter<
Example
- - -
{
+                  
{
   "aggregations": [Aggregation],
   "filters": [LayerFilter],
   "items": [ProductInterface],
   "page_info": SearchResultPageInfo,
   "sort_fields": SortFields,
   "suggestions": [SearchSuggestion],
-  "total_count": 123
+  "total_count": 987
 }
 
- -
back to top @@ -69937,25 +65069,21 @@
Fields
Example
- - -
{
+                  
{
   "approval_flow": [PurchaseOrderRuleApprovalFlow],
   "available_actions": ["REJECT"],
   "comments": [PurchaseOrderComment],
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "created_by": Customer,
   "history_log": [PurchaseOrderHistoryItem],
-  "number": "xyz789",
+  "number": "abc123",
   "order": CustomerOrder,
   "quote": Cart,
   "status": "PENDING",
-  "uid": 4,
+  "uid": "4",
   "updated_at": "abc123"
 }
 
- -
back to top @@ -70020,12 +65148,8 @@
Values
Example
- - -
"REJECT"
+                  
"REJECT"
 
- -
back to top @@ -70069,12 +65193,8 @@
Fields
Example
- - -
{"message": "abc123", "type": "NOT_FOUND"}
+                  
{"message": "xyz789", "type": "NOT_FOUND"}
 
- -
back to top @@ -70133,18 +65253,14 @@
Fields
Example
- - -
{
-  "message": "abc123",
+                  
{
+  "message": "xyz789",
   "name": "abc123",
-  "role": "abc123",
+  "role": "xyz789",
   "status": "PENDING",
-  "updated_at": "abc123"
+  "updated_at": "xyz789"
 }
 
- -
back to top @@ -70195,12 +65311,8 @@
Values
Example
- - -
"PENDING"
+                  
"PENDING"
 
- -
back to top @@ -70284,23 +65396,19 @@
Fields
Example
- - -
{
+                  
{
   "applies_to_roles": [CompanyRole],
   "approver_roles": [CompanyRole],
   "condition": PurchaseOrderApprovalRuleConditionInterface,
   "created_at": "xyz789",
   "created_by": "abc123",
-  "description": "xyz789",
+  "description": "abc123",
   "name": "abc123",
   "status": "ENABLED",
   "uid": "4",
-  "updated_at": "xyz789"
+  "updated_at": "abc123"
 }
 
- -
back to top @@ -70349,16 +65457,12 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "attribute": "GRAND_TOTAL",
   "operator": "MORE_THAN"
 }
 
- -
back to top @@ -70424,12 +65528,8 @@
Possible Types
Example
- - -
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN"}
+                  
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN"}
 
- -
back to top @@ -70487,12 +65587,8 @@
Values
Example
- - -
"MORE_THAN"
+                  
"MORE_THAN"
 
- -
back to top @@ -70541,12 +65637,8 @@
Fields
Example
- - -
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
+                  
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
 
- -
back to top @@ -70616,19 +65708,15 @@
Fields
Example
- - -
{
-  "applies_to": [4],
-  "approvers": [4],
+                  
{
+  "applies_to": ["4"],
+  "approvers": ["4"],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
-  "description": "xyz789",
-  "name": "abc123",
+  "description": "abc123",
+  "name": "xyz789",
   "status": "ENABLED"
 }
 
- -
back to top @@ -70677,16 +65765,12 @@
Fields
Example
- - -
{
+                  
{
   "available_applies_to": [CompanyRole],
   "available_condition_currencies": [AvailableCurrency],
   "available_requires_approval_from": [CompanyRole]
 }
 
- -
back to top @@ -70730,12 +65814,8 @@
Values
Example
- - -
"ENABLED"
+                  
"ENABLED"
 
- -
back to top @@ -70786,12 +65866,8 @@
Values
Example
- - -
"GRAND_TOTAL"
+                  
"GRAND_TOTAL"
 
- -
back to top @@ -70840,16 +65916,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [PurchaseOrderApprovalRule],
   "page_info": SearchResultPageInfo,
   "total_count": 987
 }
 
- -
back to top @@ -70903,17 +65975,13 @@
Fields
Example
- - -
{
+                  
{
   "author": Customer,
   "created_at": "xyz789",
-  "text": "xyz789",
-  "uid": 4
+  "text": "abc123",
+  "uid": "4"
 }
 
- -
back to top @@ -70978,12 +66046,8 @@
Values
Example
- - -
"NOT_FOUND"
+                  
"NOT_FOUND"
 
- -
back to top @@ -71037,17 +66101,13 @@
Fields
Example
- - -
{
-  "activity": "abc123",
+                  
{
+  "activity": "xyz789",
   "created_at": "abc123",
-  "message": "abc123",
-  "uid": "4"
+  "message": "xyz789",
+  "uid": 4
 }
 
- -
back to top @@ -71091,15 +66151,11 @@
Fields
Example
- - -
{
+                  
{
   "events": [PurchaseOrderApprovalFlowEvent],
   "rule_name": "abc123"
 }
 
- -
back to top @@ -71192,12 +66248,8 @@
Values
Example
- - -
"PENDING"
+                  
"PENDING"
 
- -
back to top @@ -71246,16 +66298,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [PurchaseOrder],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
- -
back to top @@ -71295,12 +66343,8 @@
Fields
Example
- - -
{"purchase_order_uids": ["4"]}
+                  
{"purchase_order_uids": [4]}
 
- -
back to top @@ -71344,15 +66388,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [PurchaseOrderActionError],
   "purchase_orders": [PurchaseOrder]
 }
 
- -
back to top @@ -71410,17 +66450,13 @@
Fields
Example
- - -
{
-  "company_purchase_orders": true,
+                  
{
+  "company_purchase_orders": false,
   "created_date": FilterRangeTypeInput,
   "require_my_approval": false,
   "status": "PENDING"
 }
 
- -
back to top @@ -71466,12 +66502,8 @@
Fields
Example
- - -
{"field": "ITEM_ID", "order": "ASC"}
+                  
{"field": "ITEM_ID", "order": "ASC"}
 
- -
back to top @@ -71523,16 +66555,12 @@
Fields
Example
- - -
{
+                  
{
   "item_id": "4",
-  "note": "abc123",
+  "note": "xyz789",
   "templateId": 4
 }
 
- -
back to top @@ -71576,15 +66604,11 @@
Fields
Example
- - -
{
+                  
{
   "message": "xyz789",
-  "type": "xyz789"
+  "type": "abc123"
 }
 
- -
back to top @@ -71624,15 +66648,11 @@
Fields
Example
- - -
{
+                  
{
   "configurations": ReCaptchaConfiguration,
-  "is_enabled": false
+  "is_enabled": true
 }
 
- -
back to top @@ -71707,21 +66727,17 @@
Fields
Example
- - -
{
+                  
{
   "badge_position": "xyz789",
   "language_code": "abc123",
-  "minimum_score": 987.65,
+  "minimum_score": 123.45,
   "re_captcha_type": "INVISIBLE",
   "technical_failure_message": "xyz789",
-  "theme": "abc123",
+  "theme": "xyz789",
   "validation_failure_message": "abc123",
   "website_key": "abc123"
 }
 
- -
back to top @@ -71795,21 +66811,17 @@
Fields
Example
- - -
{
+                  
{
   "badge_position": "abc123",
-  "failure_message": "abc123",
+  "failure_message": "xyz789",
   "forms": ["PLACE_ORDER"],
   "is_enabled": false,
   "language_code": "abc123",
-  "minimum_score": 123.45,
+  "minimum_score": 987.65,
   "theme": "xyz789",
-  "website_key": "abc123"
+  "website_key": "xyz789"
 }
 
- -
back to top @@ -71916,12 +66928,8 @@
Values
Example
- - -
"PLACE_ORDER"
+                  
"PLACE_ORDER"
 
- -
back to top @@ -71972,12 +66980,8 @@
Values
Example
- - -
"INVISIBLE"
+                  
"INVISIBLE"
 
- -
back to top @@ -72022,16 +67026,12 @@
Fields
Example
- - -
{
+                  
{
   "code": "abc123",
-  "id": 987,
-  "name": "abc123"
+  "id": 123,
+  "name": "xyz789"
 }
 
- -
back to top @@ -72071,12 +67071,8 @@
Fields
Example
- - -
{"cart_id": "xyz789"}
+                  
{"cart_id": "xyz789"}
 
- -
back to top @@ -72115,12 +67111,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -72166,15 +67158,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "coupon_codes": ["abc123"]
 }
 
- -
back to top @@ -72220,15 +67208,11 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
+                  
{
+  "cart_id": "xyz789",
   "gift_card_code": "xyz789"
 }
 
- -
back to top @@ -72267,12 +67251,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -72311,12 +67291,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -72355,12 +67331,8 @@
Fields
Example
- - -
{"success": true}
+                  
{"success": false}
 
- -
back to top @@ -72399,12 +67371,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -72456,16 +67424,12 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
-  "cart_item_id": 123,
+                  
{
+  "cart_id": "xyz789",
+  "cart_item_id": 987,
   "cart_item_uid": "4"
 }
 
- -
back to top @@ -72504,12 +67468,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -72555,12 +67515,11 @@
Fields
Example
- - -
{"quote_item_uids": ["4"], "quote_uid": 4}
+                  
{
+  "quote_item_uids": ["4"],
+  "quote_uid": "4"
+}
 
- -
back to top @@ -72599,12 +67558,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -72650,12 +67605,8 @@
Fields
Example
- - -
{"item_uids": ["4"], "template_id": 4}
+                  
{"item_uids": ["4"], "template_id": 4}
 
- -
back to top @@ -72701,12 +67652,8 @@
Fields
Example
- - -
{"products": [4], "uid": "4"}
+                  
{"products": ["4"], "uid": 4}
 
- -
back to top @@ -72750,15 +67697,11 @@
Fields
Example
- - -
{
+                  
{
   "user_errors": [WishListUserInputError],
   "wishlist": Wishlist
 }
 
- -
back to top @@ -72798,12 +67741,8 @@
Fields
Example
- - -
{"return_shipping_tracking_uid": 4}
+                  
{"return_shipping_tracking_uid": 4}
 
- -
back to top @@ -72842,12 +67781,8 @@
Fields
Example
- - -
{"return": Return}
+                  
{"return": Return}
 
- -
back to top @@ -72886,12 +67821,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -72931,12 +67862,8 @@
Fields
Example
- - -
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
- -
back to top @@ -72975,12 +67902,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -73032,16 +67955,12 @@
Fields
Example
- - -
{
+                  
{
   "quote_comment": "xyz789",
-  "quote_name": "xyz789",
+  "quote_name": "abc123",
   "quote_uid": 4
 }
 
- -
back to top @@ -73080,12 +67999,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -73129,15 +68044,11 @@
Fields
Example
- - -
{
+                  
{
   "cart": Cart,
   "userInputErrors": [CheckoutUserInputError]
 }
 
- -
back to top @@ -73195,17 +68106,13 @@
Fields
Example
- - -
{
-  "comment_text": "abc123",
+                  
{
+  "comment_text": "xyz789",
   "contact_email": "abc123",
   "items": [RequestReturnItemInput],
-  "token": "abc123"
+  "token": "xyz789"
 }
 
- -
back to top @@ -73263,17 +68170,13 @@
Fields
Example
- - -
{
-  "cart_id": 4,
+                  
{
+  "cart_id": "4",
   "comment": NegotiableQuoteCommentInput,
-  "is_draft": true,
-  "quote_name": "xyz789"
+  "is_draft": false,
+  "quote_name": "abc123"
 }
 
- -
back to top @@ -73312,12 +68215,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -73357,12 +68256,8 @@
Fields
Example
- - -
{"cart_id": "4"}
+                  
{"cart_id": "4"}
 
- -
back to top @@ -73420,17 +68315,13 @@
Fields
Example
- - -
{
+                  
{
   "comment_text": "xyz789",
-  "contact_email": "abc123",
+  "contact_email": "xyz789",
   "items": [RequestReturnItemInput],
   "order_uid": 4
 }
 
- -
back to top @@ -73488,9 +68379,7 @@
Fields
Example
- - -
{
+                  
{
   "entered_custom_attributes": [
     EnteredCustomAttributeInput
   ],
@@ -73501,8 +68390,6 @@ 
Example
] }
- -
back to top @@ -73565,15 +68452,11 @@
currentPage
Example
- - -
{
+                  
{
   "return": Return,
   "returns": Returns
 }
 
- -
back to top @@ -73656,19 +68539,15 @@
pageSize
Example
- - -
{
-  "description": "abc123",
+                  
{
+  "description": "xyz789",
   "items": RequistionListItems,
   "items_count": 123,
   "name": "xyz789",
-  "uid": 4,
+  "uid": "4",
   "updated_at": "xyz789"
 }
 
- -
back to top @@ -73714,15 +68593,11 @@
Fields
Example
- - -
{
+                  
{
   "name": FilterMatchTypeInput,
   "uids": FilterEqualTypeInput
 }
 
- -
back to top @@ -73818,17 +68693,13 @@
Possible Types
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "uid": "4"
 }
 
- -
back to top @@ -73892,18 +68763,14 @@
Fields
Example
- - -
{
+                  
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "xyz789",
-  "quantity": 987.65,
-  "selected_options": ["abc123"],
+  "parent_sku": "abc123",
+  "quantity": 123.45,
+  "selected_options": ["xyz789"],
   "sku": "abc123"
 }
 
- -
back to top @@ -73952,16 +68819,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [RequisitionList],
   "page_info": SearchResultPageInfo,
   "total_count": 987
 }
 
- -
back to top @@ -74010,16 +68873,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [RequisitionListItemInterface],
   "page_info": SearchResultPageInfo,
   "total_pages": 987
 }
 
- -
back to top @@ -74103,23 +68962,19 @@
Fields
Example
- - -
{
+                  
{
   "available_shipping_carriers": [ReturnShippingCarrier],
   "comments": [ReturnComment],
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "customer": ReturnCustomer,
   "items": [ReturnItem],
-  "number": "xyz789",
+  "number": "abc123",
   "order": CustomerOrder,
   "shipping": ReturnShipping,
   "status": "PENDING",
   "uid": "4"
 }
 
- -
back to top @@ -74173,17 +69028,13 @@
Fields
Example
- - -
{
-  "author_name": "xyz789",
+                  
{
+  "author_name": "abc123",
   "created_at": "xyz789",
-  "text": "abc123",
-  "uid": 4
+  "text": "xyz789",
+  "uid": "4"
 }
 
- -
back to top @@ -74232,16 +69083,12 @@
Fields
Example
- - -
{
-  "label": "xyz789",
+                  
{
+  "label": "abc123",
   "uid": "4",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -74290,16 +69137,12 @@
Fields
Example
- - -
{
+                  
{
   "email": "abc123",
-  "firstname": "abc123",
-  "lastname": "xyz789"
+  "firstname": "xyz789",
+  "lastname": "abc123"
 }
 
- -
back to top @@ -74369,20 +69212,16 @@
Fields
Example
- - -
{
+                  
{
   "custom_attributes": [ReturnCustomAttribute],
   "custom_attributesV2": [AttributeValueInterface],
   "order_item": OrderItemInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "request_quantity": 987.65,
   "status": "PENDING",
   "uid": 4
 }
 
- -
back to top @@ -74481,26 +69320,22 @@
Fields
Example
- - -
{
+                  
{
   "code": "4",
-  "default_value": "abc123",
+  "default_value": "xyz789",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
   "is_required": false,
-  "is_unique": true,
-  "label": "abc123",
+  "is_unique": false,
+  "label": "xyz789",
   "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
   "sort_order": 987,
   "validate_rules": [ValidationRule]
 }
 
- -
back to top @@ -74572,12 +69407,8 @@
Values
Example
- - -
"PENDING"
+                  
"PENDING"
 
- -
back to top @@ -74634,15 +69465,11 @@
uid
Example
- - -
{
+                  
{
   "address": ReturnShippingAddress,
   "tracking": [ReturnShippingTracking]
 }
 
- -
back to top @@ -74711,20 +69538,16 @@
Fields
Example
- - -
{
+                  
{
   "city": "xyz789",
   "contact_name": "abc123",
   "country": Country,
   "postcode": "xyz789",
   "region": Region,
-  "street": ["xyz789"],
-  "telephone": "xyz789"
+  "street": ["abc123"],
+  "telephone": "abc123"
 }
 
- -
back to top @@ -74768,12 +69591,8 @@
Fields
Example
- - -
{"label": "abc123", "uid": 4}
+                  
{"label": "xyz789", "uid": 4}
 
- -
back to top @@ -74827,17 +69646,13 @@
Fields
Example
- - -
{
+                  
{
   "carrier": ReturnShippingCarrier,
   "status": ReturnShippingTrackingStatus,
-  "tracking_number": "abc123",
-  "uid": 4
+  "tracking_number": "xyz789",
+  "uid": "4"
 }
 
- -
back to top @@ -74881,12 +69696,8 @@
Fields
Example
- - -
{"text": "xyz789", "type": "INFORMATION"}
+                  
{"text": "xyz789", "type": "INFORMATION"}
 
- -
back to top @@ -74930,12 +69741,8 @@
Values
Example
- - -
"INFORMATION"
+                  
"INFORMATION"
 
- -
back to top @@ -75056,12 +69863,8 @@
Values
Example
- - -
"PENDING"
+                  
"PENDING"
 
- -
back to top @@ -75110,16 +69913,12 @@
Fields
Example
- - -
{
+                  
{
   "items": [Return],
   "page_info": SearchResultPageInfo,
   "total_count": 987
 }
 
- -
back to top @@ -75158,12 +69957,8 @@
Fields
Example
- - -
{"result": false}
+                  
{"result": false}
 
- -
back to top @@ -75217,17 +70012,13 @@
Fields
Example
- - -
{
+                  
{
   "balance": RewardPointsAmount,
   "balance_history": [RewardPointsBalanceHistoryItem],
   "exchange_rates": RewardPointsExchangeRates,
   "subscription_status": RewardPointsSubscriptionStatus
 }
 
- -
back to top @@ -75267,12 +70058,8 @@
Fields
Example
- - -
{"money": Money, "points": 123.45}
+                  
{"money": Money, "points": 123.45}
 
- -
back to top @@ -75326,17 +70113,13 @@
Fields
Example
- - -
{
+                  
{
   "balance": RewardPointsAmount,
   "change_reason": "xyz789",
   "date": "xyz789",
-  "points_change": 987.65
+  "points_change": 123.45
 }
 
- -
back to top @@ -75380,15 +70163,11 @@
Fields
Example
- - -
{
+                  
{
   "earning": RewardPointsRate,
   "redemption": RewardPointsRate
 }
 
- -
back to top @@ -75432,12 +70211,8 @@
Fields
Example
- - -
{"currency_amount": 123.45, "points": 987.65}
+                  
{"currency_amount": 123.45, "points": 123.45}
 
- -
back to top @@ -75481,15 +70256,11 @@
Fields
Example
- - -
{
+                  
{
   "balance_updates": "SUBSCRIBED",
   "points_expiration_notifications": "SUBSCRIBED"
 }
 
- -
back to top @@ -75533,12 +70304,8 @@
Values
Example
- - -
"SUBSCRIBED"
+                  
"SUBSCRIBED"
 
- -
back to top @@ -75649,16 +70416,12 @@
Possible Types
Example
- - -
{
+                  
{
   "redirect_code": 123,
-  "relative_url": "xyz789",
+  "relative_url": "abc123",
   "type": "CMS_PAGE"
 }
 
- -
back to top @@ -75707,16 +70470,12 @@
Fields
Example
- - -
{
-  "redirect_code": 987,
-  "relative_url": "xyz789",
+                  
{
+  "redirect_code": 123,
+  "relative_url": "abc123",
   "type": "CMS_PAGE"
 }
 
- -
back to top @@ -75760,15 +70519,11 @@
Fields
Example
- - -
{
-  "name": "abc123",
+                  
{
+  "name": "xyz789",
   "value": "abc123"
 }
 
- -
back to top @@ -75812,15 +70567,11 @@
Fields
Example
- - -
{
+                  
{
   "message": "abc123",
   "timestamp": "abc123"
 }
 
- -
back to top @@ -75875,12 +70626,8 @@
Values
Example
- - -
"GLOBAL"
+                  
"GLOBAL"
 
- -
back to top @@ -75929,12 +70676,8 @@
Fields
Example
- - -
{"current_page": 123, "page_size": 123, "total_pages": 123}
+                  
{"current_page": 987, "page_size": 987, "total_pages": 987}
 
- -
back to top @@ -75973,12 +70716,8 @@
Fields
Example
- - -
{"search": "xyz789"}
+                  
{"search": "xyz789"}
 
- -
back to top @@ -76039,18 +70778,14 @@
Fields
Example
- - -
{
-  "id": 987,
-  "label": "abc123",
-  "type": "xyz789",
-  "uid": "4",
+                  
{
+  "id": 123,
+  "label": "xyz789",
+  "type": "abc123",
+  "uid": 4,
   "values": [SelectedBundleOptionValue]
 }
 
- -
back to top @@ -76120,20 +70855,16 @@
Fields
Example
- - -
{
-  "id": 123,
-  "label": "xyz789",
+                  
{
+  "id": 987,
+  "label": "abc123",
   "original_price": Money,
   "price": 987.65,
   "priceV2": Money,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "uid": "4"
 }
 
- -
back to top @@ -76201,19 +70932,15 @@
Fields
Example
- - -
{
-  "configurable_product_option_uid": 4,
-  "configurable_product_option_value_uid": "4",
+                  
{
+  "configurable_product_option_uid": "4",
+  "configurable_product_option_value_uid": 4,
   "id": 987,
   "option_label": "abc123",
-  "value_id": 987,
+  "value_id": 123,
   "value_label": "abc123"
 }
 
- -
back to top @@ -76259,15 +70986,11 @@
Fields
Example
- - -
{
-  "attribute_code": "abc123",
-  "value": "xyz789"
+                  
{
+  "attribute_code": "xyz789",
+  "value": "abc123"
 }
 
- -
back to top @@ -76338,20 +71061,16 @@
Fields
Example
- - -
{
-  "customizable_option_uid": 4,
-  "id": 123,
+                  
{
+  "customizable_option_uid": "4",
+  "id": 987,
   "is_required": false,
   "label": "abc123",
-  "sort_order": 123,
+  "sort_order": 987,
   "type": "xyz789",
   "values": [SelectedCustomizableOptionValue]
 }
 
- -
back to top @@ -76412,18 +71131,14 @@
Fields
Example
- - -
{
-  "customizable_option_value_uid": 4,
+                  
{
+  "customizable_option_value_uid": "4",
   "id": 987,
   "label": "abc123",
   "price": CartItemSelectedOptionValuePrice,
-  "value": "xyz789"
+  "value": "abc123"
 }
 
- -
back to top @@ -76472,16 +71187,12 @@
Fields
Example
- - -
{
-  "code": "xyz789",
+                  
{
+  "code": "abc123",
   "purchase_order_number": "xyz789",
   "title": "abc123"
 }
 
- -
back to top @@ -76557,9 +71268,7 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "base_amount": Money,
   "carrier_code": "abc123",
@@ -76570,8 +71279,6 @@ 
Example
"price_incl_tax": Money }
- -
back to top @@ -76623,16 +71330,12 @@
Fields
Example
- - -
{
+                  
{
   "product_id": 123,
   "recipients": [SendEmailToFriendRecipientInput],
   "sender": SendEmailToFriendSenderInput
 }
 
- -
back to top @@ -76676,15 +71379,11 @@
Fields
Example
- - -
{
+                  
{
   "recipients": [SendEmailToFriendRecipient],
   "sender": SendEmailToFriendSender
 }
 
- -
back to top @@ -76728,15 +71427,11 @@
Fields
Example
- - -
{
-  "email": "abc123",
+                  
{
+  "email": "xyz789",
   "name": "xyz789"
 }
 
- -
back to top @@ -76782,15 +71477,11 @@
Fields
Example
- - -
{
+                  
{
   "email": "abc123",
   "name": "abc123"
 }
 
- -
back to top @@ -76839,16 +71530,12 @@
Fields
Example
- - -
{
-  "email": "xyz789",
+                  
{
+  "email": "abc123",
   "message": "xyz789",
   "name": "abc123"
 }
 
- -
back to top @@ -76900,16 +71587,12 @@
Fields
Example
- - -
{
+                  
{
   "email": "xyz789",
   "message": "xyz789",
   "name": "xyz789"
 }
 
- -
back to top @@ -76953,12 +71636,8 @@
Fields
Example
- - -
{"enabled_for_customers": false, "enabled_for_guests": false}
+                  
{"enabled_for_customers": false, "enabled_for_guests": false}
 
- -
back to top @@ -77004,12 +71683,8 @@
Fields
Example
- - -
{"comment": NegotiableQuoteCommentInput, "quote_uid": 4}
+                  
{"comment": NegotiableQuoteCommentInput, "quote_uid": 4}
 
- -
back to top @@ -77048,12 +71723,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -77099,15 +71770,11 @@
Fields
Example
- - -
{
+                  
{
   "billing_address": BillingAddressInput,
   "cart_id": "xyz789"
 }
 
- -
back to top @@ -77146,12 +71813,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -77215,18 +71878,14 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "gift_message": GiftMessageInput,
-  "gift_receipt_included": true,
+  "gift_receipt_included": false,
   "gift_wrapping_id": "4",
-  "printed_card_included": true
+  "printed_card_included": false
 }
 
- -
back to top @@ -77265,12 +71924,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -77316,15 +71971,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
-  "email": "abc123"
+  "email": "xyz789"
 }
 
- -
back to top @@ -77363,12 +72014,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -77407,12 +72054,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -77458,15 +72101,11 @@
Fields
Example
- - -
{
+                  
{
   "billing_address": NegotiableQuoteBillingAddressInput,
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
- -
back to top @@ -77505,12 +72144,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -77556,15 +72191,11 @@
Fields
Example
- - -
{
+                  
{
   "payment_method": NegotiableQuotePaymentMethodInput,
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
- -
back to top @@ -77603,12 +72234,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -77660,18 +72287,14 @@
Fields
Example
- - -
{
+                  
{
   "customer_address_id": "4",
-  "quote_uid": 4,
+  "quote_uid": "4",
   "shipping_addresses": [
     NegotiableQuoteShippingAddressInput
   ]
 }
 
- -
back to top @@ -77710,12 +72333,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -77761,15 +72380,11 @@
Fields
Example
- - -
{
-  "quote_uid": 4,
+                  
{
+  "quote_uid": "4",
   "shipping_methods": [ShippingMethodInput]
 }
 
- -
back to top @@ -77808,12 +72423,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -77859,15 +72470,11 @@
Fields
Example
- - -
{
+                  
{
   "shipping_address": NegotiableQuoteTemplateShippingAddressInput,
-  "template_id": "4"
+  "template_id": 4
 }
 
- -
back to top @@ -77913,15 +72520,11 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
+                  
{
+  "cart_id": "xyz789",
   "payment_method": PaymentMethodInput
 }
 
- -
back to top @@ -77967,15 +72570,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "abc123",
   "payment_method": PaymentMethodInput
 }
 
- -
back to top @@ -78014,12 +72613,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -78065,15 +72660,11 @@
Fields
Example
- - -
{
+                  
{
   "cart_id": "xyz789",
   "shipping_addresses": [ShippingAddressInput]
 }
 
- -
back to top @@ -78112,12 +72703,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -78163,15 +72750,11 @@
Fields
Example
- - -
{
-  "cart_id": "xyz789",
+                  
{
+  "cart_id": "abc123",
   "shipping_methods": [ShippingMethodInput]
 }
 
- -
back to top @@ -78210,12 +72793,8 @@
Fields
Example
- - -
{"cart": Cart}
+                  
{"cart": Cart}
 
- -
back to top @@ -78261,15 +72840,11 @@
Fields
Example
- - -
{
-  "email": "abc123",
+                  
{
+  "email": "xyz789",
   "name": "xyz789"
 }
 
- -
back to top @@ -78308,12 +72883,8 @@
Fields
Example
- - -
{"is_shared": false}
+                  
{"is_shared": true}
 
- -
back to top @@ -78359,15 +72930,11 @@
Fields
Example
- - -
{
+                  
{
   "message": "xyz789",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
- -
back to top @@ -78415,12 +72982,8 @@
Values
Example
- - -
"TOGETHER"
+                  
"TOGETHER"
 
- -
back to top @@ -78480,19 +73043,15 @@
Fields
Example
- - -
{
+                  
{
   "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
   "product_sku": "xyz789",
   "quantity_shipped": 987.65
 }
 
- -
back to top @@ -78583,19 +73142,15 @@
Possible Types
Example
- - -
{
-  "id": "4",
+                  
{
+  "id": 4,
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "xyz789",
-  "quantity_shipped": 123.45
+  "quantity_shipped": 987.65
 }
 
- -
back to top @@ -78644,16 +73199,12 @@
Fields
Example
- - -
{
+                  
{
   "carrier": "abc123",
   "number": "abc123",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
- -
back to top @@ -78711,17 +73262,13 @@
Fields
Example
- - -
{
+                  
{
   "address": CartAddressInput,
   "customer_address_id": 123,
-  "customer_notes": "xyz789",
+  "customer_notes": "abc123",
   "pickup_location_code": "xyz789"
 }
 
- -
back to top @@ -78885,9 +73432,7 @@
Fields
Example
- - -
{
+                  
{
   "available_shipping_methods": [AvailableShippingMethod],
   "cart_items": [CartItemQuantity],
   "cart_items_v2": [CartItemInterface],
@@ -78895,28 +73440,26 @@ 
Example
"company": "abc123", "country": CartAddressCountry, "custom_attributes": [AttributeValueInterface], - "customer_notes": "abc123", + "customer_notes": "xyz789", "fax": "abc123", - "firstname": "xyz789", + "firstname": "abc123", "id": 987, "items_weight": 123.45, - "lastname": "abc123", + "lastname": "xyz789", "middlename": "abc123", - "pickup_location_code": "xyz789", + "pickup_location_code": "abc123", "postcode": "abc123", "prefix": "abc123", "region": CartAddressRegion, "same_as_billing": true, "selected_shipping_method": SelectedShippingMethod, - "street": ["xyz789"], - "suffix": "abc123", + "street": ["abc123"], + "suffix": "xyz789", "telephone": "abc123", "uid": "xyz789", "vat_id": "xyz789" }
- -
back to top @@ -78955,12 +73498,8 @@
Fields
Example
- - -
{"amount": Money}
+                  
{"amount": Money}
 
- -
back to top @@ -79019,9 +73558,7 @@
Fields
Example
- - -
{
+                  
{
   "amount_excluding_tax": Money,
   "amount_including_tax": Money,
   "discounts": [ShippingDiscount],
@@ -79029,8 +73566,6 @@ 
Example
"total_amount": Money }
- -
back to top @@ -79076,15 +73611,11 @@
Fields
Example
- - -
{
+                  
{
   "carrier_code": "abc123",
   "method_code": "xyz789"
 }
 
- -
back to top @@ -79205,9 +73736,7 @@
Fields
Example
- - -
{
+                  
{
   "available_gift_wrapping": [GiftWrapping],
   "customizable_options": [SelectedCustomizableOption],
   "discount": [Discount],
@@ -79216,19 +73745,17 @@ 
Example
"gift_wrapping": GiftWrapping, "id": "xyz789", "is_available": true, - "max_qty": 987.65, - "min_qty": 987.65, + "max_qty": 123.45, + "min_qty": 123.45, "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": 4 }
- -
back to top @@ -79777,28 +74304,26 @@
currentPage
Example
- - -
{
+                  
{
   "activity": "abc123",
   "attribute_set_id": 987,
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
-  "climate": "xyz789",
+  "climate": "abc123",
   "collar": "abc123",
-  "color": 987,
+  "color": 123,
   "country_of_manufacture": "abc123",
   "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "eco_collection": 987,
-  "erin_recommends": 123,
+  "erin_recommends": 987,
   "features_bags": "xyz789",
-  "format": 987,
+  "format": 123,
   "gender": "xyz789",
-  "gift_message_available": false,
+  "gift_message_available": true,
   "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "id": 987,
@@ -79809,7 +74334,7 @@ 
Example
"max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], - "meta_description": "xyz789", + "meta_description": "abc123", "meta_keyword": "abc123", "meta_title": "abc123", "min_sale_qty": 987.65, @@ -79817,58 +74342,56 @@
Example
"new": 123, "new_from_date": "xyz789", "new_to_date": "xyz789", - "only_x_left_in_stock": 987.65, + "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], "options_container": "abc123", - "pattern": "xyz789", + "pattern": "abc123", "performance_fabric": 123, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "purpose": 987, + "purpose": 123, "quantity": 987.65, - "rating_summary": 123.45, + "rating_summary": 987.65, "redirect_code": 123, "related_products": [ProductInterface], "relative_url": "abc123", "review_count": 123, "reviews": ProductReviews, "rules": [CatalogRule], - "sale": 987, + "sale": 123, "short_description": ComplexTextValue, "size": 987, - "sku": "abc123", + "sku": "xyz789", "sleeve": "xyz789", "small_image": ProductImage, "special_from_date": "xyz789", "special_price": 123.45, "special_to_date": "abc123", - "staged": true, + "staged": false, "stock_status": "IN_STOCK", - "strap_bags": "xyz789", + "strap_bags": "abc123", "style_bags": "xyz789", - "style_bottom": "xyz789", - "style_general": "xyz789", + "style_bottom": "abc123", + "style_general": "abc123", "swatch_image": "xyz789", "thumbnail": ProductImage, - "tier_price": 123.45, + "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", - "type_id": "xyz789", + "type_id": "abc123", "uid": "4", "updated_at": "xyz789", "upsell_products": [ProductInterface], - "url_key": "xyz789", + "url_key": "abc123", "url_path": "xyz789", "url_rewrites": [UrlRewrite], "url_suffix": "xyz789", "websites": [Website], - "weight": 987.65 + "weight": 123.45 }
- -
back to top @@ -79914,15 +74437,11 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [CustomizableOptionInput],
   "data": CartItemInput
 }
 
- -
back to top @@ -79976,17 +74495,13 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "uid": 4
 }
 
- -
back to top @@ -80050,19 +74565,15 @@
Fields
Example
- - -
{
-  "added_at": "xyz789",
+                  
{
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
-  "id": "4",
+  "description": "xyz789",
+  "id": 4,
   "product": ProductInterface,
   "quantity": 987.65
 }
 
- -
back to top @@ -80114,16 +74625,12 @@
Fields
Example
- - -
{
-  "payment_source": "abc123",
-  "payments_order_id": "abc123",
-  "paypal_order_id": "abc123"
+                  
{
+  "payment_source": "xyz789",
+  "payments_order_id": "xyz789",
+  "paypal_order_id": "xyz789"
 }
 
- -
back to top @@ -80203,23 +74710,19 @@
Fields
Example
- - -
{
+                  
{
   "button_styles": ButtonStyles,
   "code": "xyz789",
-  "display_message": true,
+  "display_message": false,
   "display_venmo": true,
-  "is_visible": false,
+  "is_visible": true,
   "message_styles": MessageStyles,
   "payment_intent": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "xyz789",
-  "title": "abc123"
+  "sort_order": "abc123",
+  "title": "xyz789"
 }
 
- -
back to top @@ -80267,12 +74770,8 @@
Values
Example
- - -
"ASC"
+                  
"ASC"
 
- -
back to top @@ -80316,15 +74815,11 @@
Fields
Example
- - -
{
+                  
{
   "label": "abc123",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -80368,15 +74863,11 @@
Fields
Example
- - -
{
-  "default": "abc123",
+                  
{
+  "default": "xyz789",
   "options": [SortField]
 }
 
- -
back to top @@ -80641,12 +75132,8 @@
Values
Example
- - -
"ITEM_ID"
+                  
"ITEM_ID"
 
- -
back to top @@ -81900,101 +76387,99 @@
Fields
Example
- - -
{
+                  
{
   "absolute_footer": "abc123",
   "allow_gift_receipt": "abc123",
-  "allow_gift_wrapping_on_order": "abc123",
+  "allow_gift_wrapping_on_order": "xyz789",
   "allow_gift_wrapping_on_order_items": "abc123",
   "allow_guests_to_write_product_reviews": "abc123",
   "allow_items": "xyz789",
-  "allow_order": "xyz789",
-  "allow_printed_card": "abc123",
-  "autocomplete_on_storefront": true,
-  "base_currency_code": "abc123",
+  "allow_order": "abc123",
+  "allow_printed_card": "xyz789",
+  "autocomplete_on_storefront": false,
+  "base_currency_code": "xyz789",
   "base_link_url": "abc123",
   "base_media_url": "xyz789",
   "base_static_url": "xyz789",
-  "base_url": "xyz789",
-  "braintree_3dsecure_allowspecific": false,
+  "base_url": "abc123",
+  "braintree_3dsecure_allowspecific": true,
   "braintree_3dsecure_always_request_3ds": false,
-  "braintree_3dsecure_specificcountry": "abc123",
+  "braintree_3dsecure_specificcountry": "xyz789",
   "braintree_3dsecure_threshold_amount": "xyz789",
-  "braintree_3dsecure_verify_3dsecure": true,
+  "braintree_3dsecure_verify_3dsecure": false,
   "braintree_ach_direct_debit_vault_active": true,
-  "braintree_applepay_merchant_name": "xyz789",
-  "braintree_applepay_vault_active": true,
-  "braintree_cc_vault_active": "xyz789",
-  "braintree_cc_vault_cvv": true,
+  "braintree_applepay_merchant_name": "abc123",
+  "braintree_applepay_vault_active": false,
+  "braintree_cc_vault_active": "abc123",
+  "braintree_cc_vault_cvv": false,
   "braintree_environment": "xyz789",
   "braintree_googlepay_btn_color": "xyz789",
   "braintree_googlepay_cctypes": "xyz789",
-  "braintree_googlepay_merchant_id": "xyz789",
-  "braintree_googlepay_vault_active": false,
+  "braintree_googlepay_merchant_id": "abc123",
+  "braintree_googlepay_vault_active": true,
   "braintree_local_payment_allowed_methods": "abc123",
-  "braintree_local_payment_fallback_button_text": "abc123",
+  "braintree_local_payment_fallback_button_text": "xyz789",
   "braintree_local_payment_redirect_on_fail": "xyz789",
   "braintree_merchant_account_id": "abc123",
   "braintree_paypal_button_location_cart_type_credit_color": "abc123",
   "braintree_paypal_button_location_cart_type_credit_label": "xyz789",
   "braintree_paypal_button_location_cart_type_credit_shape": "abc123",
   "braintree_paypal_button_location_cart_type_credit_show": false,
-  "braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
-  "braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
-  "braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
-  "braintree_paypal_button_location_cart_type_messaging_show": true,
+  "braintree_paypal_button_location_cart_type_messaging_layout": "xyz789",
+  "braintree_paypal_button_location_cart_type_messaging_logo": "xyz789",
+  "braintree_paypal_button_location_cart_type_messaging_logo_position": "abc123",
+  "braintree_paypal_button_location_cart_type_messaging_show": false,
   "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
-  "braintree_paypal_button_location_cart_type_paylater_color": "abc123",
-  "braintree_paypal_button_location_cart_type_paylater_label": "abc123",
-  "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
+  "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
+  "braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
+  "braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
   "braintree_paypal_button_location_cart_type_paylater_show": false,
-  "braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
+  "braintree_paypal_button_location_cart_type_paypal_color": "abc123",
   "braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
   "braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
-  "braintree_paypal_button_location_cart_type_paypal_show": false,
-  "braintree_paypal_button_location_checkout_type_credit_color": "xyz789",
+  "braintree_paypal_button_location_cart_type_paypal_show": true,
+  "braintree_paypal_button_location_checkout_type_credit_color": "abc123",
   "braintree_paypal_button_location_checkout_type_credit_label": "abc123",
   "braintree_paypal_button_location_checkout_type_credit_shape": "xyz789",
   "braintree_paypal_button_location_checkout_type_credit_show": false,
   "braintree_paypal_button_location_checkout_type_messaging_layout": "xyz789",
-  "braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
-  "braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
+  "braintree_paypal_button_location_checkout_type_messaging_logo": "xyz789",
+  "braintree_paypal_button_location_checkout_type_messaging_logo_position": "abc123",
   "braintree_paypal_button_location_checkout_type_messaging_show": true,
-  "braintree_paypal_button_location_checkout_type_messaging_text_color": "xyz789",
+  "braintree_paypal_button_location_checkout_type_messaging_text_color": "abc123",
   "braintree_paypal_button_location_checkout_type_paylater_color": "abc123",
   "braintree_paypal_button_location_checkout_type_paylater_label": "xyz789",
   "braintree_paypal_button_location_checkout_type_paylater_shape": "abc123",
   "braintree_paypal_button_location_checkout_type_paylater_show": true,
-  "braintree_paypal_button_location_checkout_type_paypal_color": "abc123",
+  "braintree_paypal_button_location_checkout_type_paypal_color": "xyz789",
   "braintree_paypal_button_location_checkout_type_paypal_label": "xyz789",
   "braintree_paypal_button_location_checkout_type_paypal_shape": "xyz789",
   "braintree_paypal_button_location_checkout_type_paypal_show": true,
-  "braintree_paypal_button_location_productpage_type_credit_color": "xyz789",
-  "braintree_paypal_button_location_productpage_type_credit_label": "xyz789",
+  "braintree_paypal_button_location_productpage_type_credit_color": "abc123",
+  "braintree_paypal_button_location_productpage_type_credit_label": "abc123",
   "braintree_paypal_button_location_productpage_type_credit_shape": "abc123",
-  "braintree_paypal_button_location_productpage_type_credit_show": false,
+  "braintree_paypal_button_location_productpage_type_credit_show": true,
   "braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
   "braintree_paypal_button_location_productpage_type_messaging_logo": "abc123",
-  "braintree_paypal_button_location_productpage_type_messaging_logo_position": "xyz789",
-  "braintree_paypal_button_location_productpage_type_messaging_show": false,
-  "braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
-  "braintree_paypal_button_location_productpage_type_paylater_color": "abc123",
+  "braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
+  "braintree_paypal_button_location_productpage_type_messaging_show": true,
+  "braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
+  "braintree_paypal_button_location_productpage_type_paylater_color": "xyz789",
   "braintree_paypal_button_location_productpage_type_paylater_label": "abc123",
   "braintree_paypal_button_location_productpage_type_paylater_shape": "abc123",
-  "braintree_paypal_button_location_productpage_type_paylater_show": true,
+  "braintree_paypal_button_location_productpage_type_paylater_show": false,
   "braintree_paypal_button_location_productpage_type_paypal_color": "xyz789",
-  "braintree_paypal_button_location_productpage_type_paypal_label": "xyz789",
-  "braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
-  "braintree_paypal_button_location_productpage_type_paypal_show": true,
+  "braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
+  "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
+  "braintree_paypal_button_location_productpage_type_paypal_show": false,
   "braintree_paypal_credit_uk_merchant_name": "xyz789",
   "braintree_paypal_display_on_shopping_cart": false,
-  "braintree_paypal_merchant_country": "abc123",
+  "braintree_paypal_merchant_country": "xyz789",
   "braintree_paypal_merchant_name_override": "abc123",
   "braintree_paypal_require_billing_address": true,
   "braintree_paypal_send_cart_line_items": true,
-  "braintree_paypal_vault_active": false,
-  "cart_expires_in_days": 987,
+  "braintree_paypal_vault_active": true,
+  "cart_expires_in_days": 123,
   "cart_gift_wrapping": "xyz789",
   "cart_printed_card": "xyz789",
   "cart_summary_display_quantity": 123,
@@ -82002,87 +76487,87 @@ 
Example
"category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "category_url_suffix": "xyz789", "check_money_order_enable_for_specific_countries": false, - "check_money_order_enabled": true, + "check_money_order_enabled": false, "check_money_order_make_check_payable_to": "abc123", - "check_money_order_max_order_total": "abc123", - "check_money_order_min_order_total": "abc123", + "check_money_order_max_order_total": "xyz789", + "check_money_order_min_order_total": "xyz789", "check_money_order_new_order_status": "abc123", "check_money_order_payment_from_specific_countries": "xyz789", "check_money_order_send_check_to": "xyz789", - "check_money_order_sort_order": 123, - "check_money_order_title": "xyz789", - "cms_home_page": "xyz789", - "cms_no_cookies": "xyz789", + "check_money_order_sort_order": 987, + "check_money_order_title": "abc123", + "cms_home_page": "abc123", + "cms_no_cookies": "abc123", "cms_no_route": "xyz789", "code": "xyz789", "configurable_product_image": "ITSELF", - "configurable_thumbnail_source": "xyz789", + "configurable_thumbnail_source": "abc123", "contact_enabled": true, "copyright": "abc123", "countries_with_required_region": "xyz789", "create_account_confirmation": false, "customer_access_token_lifetime": 987.65, - "default_country": "abc123", + "default_country": "xyz789", "default_description": "xyz789", - "default_display_currency_code": "abc123", - "default_keywords": "xyz789", - "default_title": "abc123", - "demonotice": 123, + "default_display_currency_code": "xyz789", + "default_keywords": "abc123", + "default_title": "xyz789", + "demonotice": 987, "display_product_prices_in_catalog": 987, "display_shipping_prices": 987, - "display_state_if_optional": true, + "display_state_if_optional": false, "enable_multiple_wishlists": "xyz789", "fixed_product_taxes_apply_tax_to_fpt": true, "fixed_product_taxes_display_prices_in_emails": 987, "fixed_product_taxes_display_prices_in_product_lists": 123, "fixed_product_taxes_display_prices_in_sales_modules": 987, - "fixed_product_taxes_display_prices_on_product_view_page": 123, + "fixed_product_taxes_display_prices_on_product_view_page": 987, "fixed_product_taxes_enable": true, - "fixed_product_taxes_include_fpt_in_subtotal": true, - "front": "xyz789", - "graphql_share_all_customer_groups": true, - "graphql_share_customer_group": true, + "fixed_product_taxes_include_fpt_in_subtotal": false, + "front": "abc123", + "graphql_share_all_customer_groups": false, + "graphql_share_customer_group": false, "grid_per_page": 123, - "grid_per_page_values": "xyz789", + "grid_per_page_values": "abc123", "grouped_product_image": "ITSELF", "head_includes": "abc123", - "head_shortcut_icon": "xyz789", - "header_logo_src": "xyz789", - "id": 987, + "head_shortcut_icon": "abc123", + "header_logo_src": "abc123", + "id": 123, "is_checkout_agreements_enabled": true, - "is_default_store": false, + "is_default_store": true, "is_default_store_group": true, - "is_guest_checkout_enabled": true, + "is_guest_checkout_enabled": false, "is_negotiable_quote_active": false, - "is_one_page_checkout_enabled": true, - "is_requisition_list_active": "abc123", - "list_mode": "abc123", - "list_per_page": 987, - "list_per_page_values": "abc123", - "locale": "abc123", + "is_one_page_checkout_enabled": false, + "is_requisition_list_active": "xyz789", + "list_mode": "xyz789", + "list_per_page": 123, + "list_per_page_values": "xyz789", + "locale": "xyz789", "logo_alt": "xyz789", - "logo_height": 123, - "logo_width": 123, - "magento_reward_general_is_enabled": "abc123", + "logo_height": 987, + "logo_width": 987, + "magento_reward_general_is_enabled": "xyz789", "magento_reward_general_is_enabled_on_front": "xyz789", - "magento_reward_general_min_points_balance": "xyz789", + "magento_reward_general_min_points_balance": "abc123", "magento_reward_general_publish_history": "xyz789", - "magento_reward_points_invitation_customer": "abc123", - "magento_reward_points_invitation_customer_limit": "xyz789", - "magento_reward_points_invitation_order": "abc123", + "magento_reward_points_invitation_customer": "xyz789", + "magento_reward_points_invitation_customer_limit": "abc123", + "magento_reward_points_invitation_order": "xyz789", "magento_reward_points_invitation_order_limit": "xyz789", - "magento_reward_points_newsletter": "xyz789", - "magento_reward_points_order": "xyz789", - "magento_reward_points_register": "xyz789", + "magento_reward_points_newsletter": "abc123", + "magento_reward_points_order": "abc123", + "magento_reward_points_register": "abc123", "magento_reward_points_review": "xyz789", - "magento_reward_points_review_limit": "xyz789", - "magento_wishlist_general_is_enabled": "xyz789", - "max_items_in_order_summary": 123, + "magento_reward_points_review_limit": "abc123", + "magento_wishlist_general_is_enabled": "abc123", + "max_items_in_order_summary": 987, "maximum_number_of_wishlists": "xyz789", "minicart_display": false, "minicart_max_items": 987, "minimum_password_length": "xyz789", - "newsletter_enabled": true, + "newsletter_enabled": false, "no_route": "abc123", "optional_zip_countries": "abc123", "order_cancellation_enabled": true, @@ -82090,8 +76575,8 @@
Example
"orders_invoices_credit_memos_display_full_summary": true, "orders_invoices_credit_memos_display_grandtotal": true, "orders_invoices_credit_memos_display_price": 123, - "orders_invoices_credit_memos_display_shipping_amount": 123, - "orders_invoices_credit_memos_display_subtotal": 987, + "orders_invoices_credit_memos_display_shipping_amount": 987, + "orders_invoices_credit_memos_display_subtotal": 123, "orders_invoices_credit_memos_display_zero_tax": true, "payment_payflowpro_cc_vault_active": "abc123", "printed_card_price": "abc123", @@ -82099,57 +76584,55 @@
Example
"product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "product_reviews_enabled": "xyz789", "product_url_suffix": "abc123", - "quickorder_active": false, - "required_character_classes_number": "abc123", + "quickorder_active": true, + "required_character_classes_number": "xyz789", "returns_enabled": "xyz789", - "root_category_id": 123, + "root_category_id": 987, "root_category_uid": 4, "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "sales_gift_wrapping": "abc123", - "sales_printed_card": "xyz789", + "sales_printed_card": "abc123", "secure_base_link_url": "xyz789", - "secure_base_media_url": "xyz789", + "secure_base_media_url": "abc123", "secure_base_static_url": "xyz789", - "secure_base_url": "abc123", + "secure_base_url": "xyz789", "send_friend": SendFriendConfiguration, - "share_all_catalog_rules": true, - "share_all_sales_rule": false, - "share_applied_catalog_rules": true, + "share_all_catalog_rules": false, + "share_all_sales_rule": true, + "share_applied_catalog_rules": false, "share_applied_sales_rule": false, "shopping_cart_display_full_summary": true, - "shopping_cart_display_grand_total": false, - "shopping_cart_display_price": 123, + "shopping_cart_display_grand_total": true, + "shopping_cart_display_price": 987, "shopping_cart_display_shipping": 987, "shopping_cart_display_subtotal": 987, "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX", - "shopping_cart_display_zero_tax": false, - "show_cms_breadcrumbs": 123, + "shopping_cart_display_zero_tax": true, + "show_cms_breadcrumbs": 987, "store_code": 4, "store_group_code": "4", - "store_group_name": "abc123", - "store_name": "abc123", - "store_sort_order": 123, + "store_group_name": "xyz789", + "store_name": "xyz789", + "store_sort_order": 987, "timezone": "xyz789", "title_prefix": "xyz789", - "title_separator": "abc123", - "title_suffix": "xyz789", + "title_separator": "xyz789", + "title_suffix": "abc123", "use_store_in_url": true, "website_code": "4", - "website_id": 123, - "website_name": "xyz789", + "website_id": 987, + "website_name": "abc123", "weight_unit": "xyz789", - "welcome": "abc123", - "zero_subtotal_enable_for_specific_countries": true, - "zero_subtotal_enabled": false, - "zero_subtotal_new_order_status": "abc123", - "zero_subtotal_payment_action": "abc123", - "zero_subtotal_payment_from_specific_countries": "abc123", + "welcome": "xyz789", + "zero_subtotal_enable_for_specific_countries": false, + "zero_subtotal_enabled": true, + "zero_subtotal_new_order_status": "xyz789", + "zero_subtotal_payment_action": "xyz789", + "zero_subtotal_payment_from_specific_countries": "xyz789", "zero_subtotal_sort_order": 123, "zero_subtotal_title": "xyz789" }
- -
back to top @@ -82208,18 +76691,14 @@
Fields
Example
- - -
{
+                  
{
   "position": 123,
   "use_in_layered_navigation": "NO",
-  "use_in_product_listing": true,
+  "use_in_product_listing": false,
   "use_in_search_results_layered_navigation": true,
-  "visible_on_catalog_pages": true
+  "visible_on_catalog_pages": false
 }
 
- -
back to top @@ -82240,12 +76719,8 @@
Description
Example
- - -
"abc123"
+                  
"abc123"
 
- -
back to top @@ -82315,21 +76790,17 @@
Fields
Example
- - -
{
-  "comment": "abc123",
+                  
{
+  "comment": "xyz789",
   "max_order_commitment": 123,
-  "min_order_commitment": 123,
-  "name": "xyz789",
+  "min_order_commitment": 987,
+  "name": "abc123",
   "reference_document_links": [
     NegotiableQuoteTemplateReferenceDocumentLinkInput
   ],
-  "template_id": 4
+  "template_id": "4"
 }
 
- -
back to top @@ -82368,12 +76839,8 @@
Fields
Example
- - -
{"status": "NOT_ACTIVE"}
+                  
{"status": "NOT_ACTIVE"}
 
- -
back to top @@ -82435,12 +76902,8 @@
Values
Example
- - -
"NOT_ACTIVE"
+                  
"NOT_ACTIVE"
 
- -
back to top @@ -82484,15 +76947,11 @@
Fields
Example
- - -
{
-  "type": "abc123",
-  "value": "xyz789"
+                  
{
+  "type": "xyz789",
+  "value": "abc123"
 }
 
- -
back to top @@ -82554,12 +77013,8 @@
Possible Types
Example
- - -
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
- -
back to top @@ -82719,12 +77174,8 @@
Values
Example
- - -
"BOOLEAN"
+                  
"BOOLEAN"
 
- -
back to top @@ -82777,17 +77228,13 @@
Fields
Example
- - -
{
+                  
{
   "items_count": 987,
-  "label": "abc123",
+  "label": "xyz789",
   "swatch_data": SwatchData,
   "value_string": "xyz789"
 }
 
- -
back to top @@ -82839,12 +77286,8 @@
Possible Types
Example
- - -
{"swatch_data": SwatchData}
+                  
{"swatch_data": SwatchData}
 
- -
back to top @@ -82890,15 +77333,11 @@
Fields
Example
- - -
{
-  "cartId": "abc123",
-  "id": "xyz789"
+                  
{
+  "cartId": "xyz789",
+  "id": "abc123"
 }
 
- -
back to top @@ -82947,16 +77386,12 @@
Fields
Example
- - -
{
+                  
{
   "amount": Money,
   "rate": 987.65,
   "title": "xyz789"
 }
 
- -
back to top @@ -83007,12 +77442,8 @@
Values
Example
- - -
"DISPLAY_EXCLUDING_TAX"
+                  
"DISPLAY_EXCLUDING_TAX"
 
- -
back to top @@ -83047,12 +77478,8 @@
Fields
Example
- - -
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
- -
back to top @@ -83107,12 +77534,8 @@
Values
Example
- - -
"OFF"
+                  
"OFF"
 
- -
back to top @@ -83161,16 +77584,12 @@
Fields
Example
- - -
{
+                  
{
   "discount": ProductDiscount,
   "final_price": Money,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
- -
back to top @@ -83216,15 +77635,11 @@
Fields
Example
- - -
{
-  "cart_id": "abc123",
+                  
{
+  "cart_id": "xyz789",
   "cart_items": [CartItemUpdateInput]
 }
 
- -
back to top @@ -83268,15 +77683,11 @@
Fields
Example
- - -
{
+                  
{
   "cart": Cart,
   "errors": [CartUserInputError]
 }
 
- -
back to top @@ -83315,12 +77726,8 @@
Fields
Example
- - -
{"company": Company}
+                  
{"company": Company}
 
- -
back to top @@ -83359,12 +77766,8 @@
Fields
Example
- - -
{"role": CompanyRole}
+                  
{"role": CompanyRole}
 
- -
back to top @@ -83403,12 +77806,8 @@
Fields
Example
- - -
{"company": Company}
+                  
{"company": Company}
 
- -
back to top @@ -83447,12 +77846,8 @@
Fields
Example
- - -
{"team": CompanyTeam}
+                  
{"team": CompanyTeam}
 
- -
back to top @@ -83491,12 +77886,8 @@
Fields
Example
- - -
{"user": Customer}
+                  
{"user": Customer}
 
- -
back to top @@ -83566,21 +77957,17 @@
Fields
Example
- - -
{
+                  
{
   "dynamic_attributes": [
     GiftRegistryDynamicAttributeInput
   ],
   "event_name": "xyz789",
-  "message": "abc123",
+  "message": "xyz789",
   "privacy_settings": "PRIVATE",
   "shipping_address": GiftRegistryShippingAddressInput,
   "status": "ACTIVE"
 }
 
- -
back to top @@ -83632,16 +78019,12 @@
Fields
Example
- - -
{
-  "gift_registry_item_uid": "4",
-  "note": "abc123",
+                  
{
+  "gift_registry_item_uid": 4,
+  "note": "xyz789",
   "quantity": 123.45
 }
 
- -
back to top @@ -83680,12 +78063,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -83724,12 +78103,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -83793,20 +78168,16 @@
Fields
Example
- - -
{
+                  
{
   "dynamic_attributes": [
     GiftRegistryDynamicAttributeInput
   ],
-  "email": "xyz789",
+  "email": "abc123",
   "firstname": "xyz789",
   "gift_registry_registrant_uid": "4",
-  "lastname": "xyz789"
+  "lastname": "abc123"
 }
 
- -
back to top @@ -83845,12 +78216,8 @@
Fields
Example
- - -
{"gift_registry": GiftRegistry}
+                  
{"gift_registry": GiftRegistry}
 
- -
back to top @@ -83889,12 +78256,8 @@
Fields
Example
- - -
{"quote": NegotiableQuote}
+                  
{"quote": NegotiableQuote}
 
- -
back to top @@ -83940,15 +78303,11 @@
Fields
Example
- - -
{
+                  
{
   "items": [NegotiableQuoteItemQuantityInput],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
- -
back to top @@ -83987,12 +78346,8 @@
Fields
Example
- - -
{"quote_template": NegotiableQuoteTemplate}
+                  
{"quote_template": NegotiableQuoteTemplate}
 
- -
back to top @@ -84038,15 +78393,11 @@
Fields
Example
- - -
{
+                  
{
   "items": [NegotiableQuoteTemplateItemQuantityInput],
-  "template_id": "4"
+  "template_id": 4
 }
 
- -
back to top @@ -84090,15 +78441,11 @@
Fields
Example
- - -
{
+                  
{
   "user_errors": [WishListUserInputError],
   "wishlist": Wishlist
 }
 
- -
back to top @@ -84174,20 +78521,16 @@
Fields
Example
- - -
{
+                  
{
   "applies_to": [4],
-  "approvers": [4],
+  "approvers": ["4"],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
   "description": "abc123",
-  "name": "abc123",
+  "name": "xyz789",
   "status": "ENABLED",
   "uid": "4"
 }
 
- -
back to top @@ -84233,15 +78576,11 @@
Fields
Example
- - -
{
-  "description": "xyz789",
+                  
{
+  "description": "abc123",
   "name": "abc123"
 }
 
- -
back to top @@ -84299,17 +78638,13 @@
Fields
Example
- - -
{
+                  
{
   "entered_options": [EnteredOptionInput],
   "item_id": "4",
   "quantity": 987.65,
-  "selected_options": ["xyz789"]
+  "selected_options": ["abc123"]
 }
 
- -
back to top @@ -84348,12 +78683,8 @@
Fields
Example
- - -
{"requisition_list": RequisitionList}
+                  
{"requisition_list": RequisitionList}
 
- -
back to top @@ -84392,12 +78723,8 @@
Fields
Example
- - -
{"requisition_list": RequisitionList}
+                  
{"requisition_list": RequisitionList}
 
- -
back to top @@ -84446,16 +78773,12 @@
Fields
Example
- - -
{
-  "name": "abc123",
+                  
{
+  "name": "xyz789",
   "uid": "4",
   "visibility": "PUBLIC"
 }
 
- -
back to top @@ -84499,15 +78822,11 @@
Fields
Example
- - -
{
+                  
{
   "parameters": [HttpQueryParameter],
-  "url": "abc123"
+  "url": "xyz789"
 }
 
- -
back to top @@ -84562,12 +78881,8 @@
Values
Example
- - -
"CMS_PAGE"
+                  
"CMS_PAGE"
 
- -
back to top @@ -84622,12 +78937,8 @@
Values
Example
- - -
"NO"
+                  
"NO"
 
- -
back to top @@ -84679,16 +78990,12 @@
Fields
Example
- - -
{
-  "currentPage": 123,
+                  
{
+  "currentPage": 987,
   "pageSize": 123,
   "sort": [CompaniesSortInput]
 }
 
- -
back to top @@ -84732,15 +79039,11 @@
Fields
Example
- - -
{
+                  
{
   "items": [CompanyBasicInfo],
   "page_info": SearchResultPageInfo
 }
 
- -
back to top @@ -84784,12 +79087,8 @@
Fields
Example
- - -
{"message": "abc123", "type": "NOT_FOUND"}
+                  
{"message": "abc123", "type": "NOT_FOUND"}
 
- -
back to top @@ -84854,12 +79153,8 @@
Values
Example
- - -
"NOT_FOUND"
+                  
"NOT_FOUND"
 
- -
back to top @@ -84899,12 +79194,8 @@
Fields
Example
- - -
{"purchase_order_uids": ["4"]}
+                  
{"purchase_order_uids": ["4"]}
 
- -
back to top @@ -84948,15 +79239,11 @@
Fields
Example
- - -
{
+                  
{
   "errors": [ValidatePurchaseOrderError],
   "purchase_orders": [PurchaseOrder]
 }
 
- -
back to top @@ -85000,15 +79287,11 @@
Fields
Example
- - -
{
+                  
{
   "name": "DATE_RANGE_MAX",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
- -
back to top @@ -85105,12 +79388,8 @@
Values
Example
- - -
"DATE_RANGE_MAX"
+                  
"DATE_RANGE_MAX"
 
- -
back to top @@ -85149,12 +79428,8 @@
Fields
Example
- - -
{"credit_card": VaultCreditCardConfig}
+                  
{"credit_card": VaultCreditCardConfig}
 
- -
back to top @@ -85199,16 +79474,12 @@
Fields
Example
- - -
{
-  "is_vault_enabled": true,
+                  
{
+  "is_vault_enabled": false,
   "sdk_params": [SDKParams],
   "three_ds_mode": "OFF"
 }
 
- -
back to top @@ -85266,17 +79537,13 @@
Fields
Example
- - -
{
-  "payment_source": "xyz789",
+                  
{
+  "payment_source": "abc123",
   "payments_order_id": "xyz789",
-  "paypal_order_id": "xyz789",
-  "public_hash": "xyz789"
+  "paypal_order_id": "abc123",
+  "public_hash": "abc123"
 }
 
- -
back to top @@ -85316,12 +79583,8 @@
Fields
Example
- - -
{"payment_source": PaymentSourceInput}
+                  
{"payment_source": PaymentSourceInput}
 
- -
back to top @@ -85361,12 +79624,8 @@
Fields
Example
- - -
{"public_hash": "xyz789"}
+                  
{"public_hash": "xyz789"}
 
- -
back to top @@ -85472,27 +79731,23 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "discount": [Discount],
   "errors": [CartItemError],
   "id": "xyz789",
-  "is_available": true,
-  "max_qty": 987.65,
+  "is_available": false,
+  "max_qty": 123.45,
   "min_qty": 987.65,
   "not_available_message": "abc123",
   "note_from_buyer": [ItemNote],
   "note_from_seller": [ItemNote],
   "prices": CartItemPrices,
   "product": ProductInterface,
-  "quantity": 123.45,
-  "uid": 4
+  "quantity": 987.65,
+  "uid": "4"
 }
 
- -
back to top @@ -86036,71 +80291,69 @@
currentPage
Example
- - -
{
-  "activity": "xyz789",
-  "attribute_set_id": 123,
-  "canonical_url": "abc123",
+                  
{
+  "activity": "abc123",
+  "attribute_set_id": 987,
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
-  "climate": "xyz789",
-  "collar": "abc123",
-  "color": 123,
+  "climate": "abc123",
+  "collar": "xyz789",
+  "color": 987,
   "country_of_manufacture": "xyz789",
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "eco_collection": 987,
-  "erin_recommends": 123,
+  "eco_collection": 123,
+  "erin_recommends": 987,
   "features_bags": "xyz789",
-  "format": 123,
-  "gender": "xyz789",
-  "gift_message_available": true,
+  "format": 987,
+  "gender": "abc123",
+  "gift_message_available": false,
   "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "id": 123,
   "image": ProductImage,
-  "is_returnable": "xyz789",
-  "manufacturer": 987,
+  "is_returnable": "abc123",
+  "manufacturer": 123,
   "material": "xyz789",
-  "max_sale_qty": 987.65,
+  "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
   "meta_description": "abc123",
-  "meta_keyword": "xyz789",
-  "meta_title": "abc123",
-  "min_sale_qty": 123.45,
+  "meta_keyword": "abc123",
+  "meta_title": "xyz789",
+  "min_sale_qty": 987.65,
   "name": "abc123",
   "new": 123,
   "new_from_date": "abc123",
   "new_to_date": "xyz789",
   "only_x_left_in_stock": 123.45,
   "options": [CustomizableOptionInterface],
-  "options_container": "abc123",
+  "options_container": "xyz789",
   "pattern": "abc123",
   "performance_fabric": 123,
   "price": ProductPrices,
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
   "product_links": [ProductLinksInterface],
-  "purpose": 987,
-  "quantity": 123.45,
-  "rating_summary": 123.45,
-  "redirect_code": 123,
+  "purpose": 123,
+  "quantity": 987.65,
+  "rating_summary": 987.65,
+  "redirect_code": 987,
   "related_products": [ProductInterface],
-  "relative_url": "xyz789",
-  "review_count": 987,
+  "relative_url": "abc123",
+  "review_count": 123,
   "reviews": ProductReviews,
   "rules": [CatalogRule],
-  "sale": 123,
+  "sale": 987,
   "short_description": ComplexTextValue,
-  "size": 987,
+  "size": 123,
   "sku": "abc123",
-  "sleeve": "abc123",
+  "sleeve": "xyz789",
   "small_image": ProductImage,
-  "special_from_date": "abc123",
+  "special_from_date": "xyz789",
   "special_price": 987.65,
   "special_to_date": "abc123",
   "staged": false,
@@ -86108,25 +80361,23 @@ 
Example
"strap_bags": "xyz789", "style_bags": "abc123", "style_bottom": "abc123", - "style_general": "xyz789", - "swatch_image": "xyz789", + "style_general": "abc123", + "swatch_image": "abc123", "thumbnail": ProductImage, "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "abc123", - "uid": 4, + "uid": "4", "updated_at": "abc123", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "url_path": "xyz789", + "url_key": "abc123", + "url_path": "abc123", "url_rewrites": [UrlRewrite], "url_suffix": "abc123", "websites": [Website] }
- -
back to top @@ -86172,15 +80423,11 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [CustomizableOptionInput],
   "data": CartItemInput
 }
 
- -
back to top @@ -86234,17 +80481,13 @@
Fields
Example
- - -
{
+                  
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
   "quantity": 123.45,
   "uid": 4
 }
 
- -
back to top @@ -86308,19 +80551,15 @@
Fields
Example
- - -
{
+                  
{
   "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
+  "description": "xyz789",
   "id": "4",
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
- -
back to top @@ -86390,19 +80629,15 @@
Fields
Example
- - -
{
+                  
{
   "code": "abc123",
-  "default_group_id": "xyz789",
+  "default_group_id": "abc123",
   "id": 987,
-  "is_default": true,
+  "is_default": false,
   "name": "xyz789",
   "sort_order": 123
 }
 
- -
back to top @@ -86446,15 +80681,11 @@
Fields
Example
- - -
{
+                  
{
   "code": "PRODUCT_NOT_FOUND",
   "message": "xyz789"
 }
 
- -
back to top @@ -86502,12 +80733,8 @@
Values
Example
- - -
"PRODUCT_NOT_FOUND"
+                  
"PRODUCT_NOT_FOUND"
 
- -
back to top @@ -86600,21 +80827,17 @@
pageSize
Example
- - -
{
+                  
{
   "id": "4",
   "items": [WishlistItem],
-  "items_count": 987,
+  "items_count": 123,
   "items_v2": WishlistItems,
   "name": "xyz789",
   "sharing_code": "abc123",
-  "updated_at": "abc123",
+  "updated_at": "xyz789",
   "visibility": "PUBLIC"
 }
 
- -
back to top @@ -86668,17 +80891,13 @@
Fields
Example
- - -
{
+                  
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "abc123",
+  "message": "xyz789",
   "wishlistId": "4",
   "wishlistItemId": "4"
 }
 
- -
back to top @@ -86740,12 +80959,8 @@
Values
Example
- - -
"PRODUCT_NOT_FOUND"
+                  
"PRODUCT_NOT_FOUND"
 
- -
back to top @@ -86804,18 +81019,14 @@
Fields
Example
- - -
{
-  "added_at": "abc123",
-  "description": "xyz789",
-  "id": 123,
+                  
{
+  "added_at": "xyz789",
+  "description": "abc123",
+  "id": 987,
   "product": ProductInterface,
-  "qty": 987.65
+  "qty": 123.45
 }
 
- -
back to top @@ -86861,15 +81072,11 @@
Fields
Example
- - -
{
+                  
{
   "quantity": 123.45,
   "wishlist_item_id": "4"
 }
 
- -
back to top @@ -86933,18 +81140,14 @@
Fields
Example
- - -
{
+                  
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
-  "quantity": 123.45,
-  "selected_options": ["4"],
-  "sku": "xyz789"
+  "parent_sku": "xyz789",
+  "quantity": 987.65,
+  "selected_options": [4],
+  "sku": "abc123"
 }
 
- -
back to top @@ -87055,19 +81258,15 @@
Possible Types
Example
- - -
{
+                  
{
   "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
-  "id": "4",
+  "description": "abc123",
+  "id": 4,
   "product": ProductInterface,
   "quantity": 123.45
 }
 
- -
back to top @@ -87113,15 +81312,8 @@
Fields
Example
- - -
{
-  "quantity": 987.65,
-  "wishlist_item_id": "4"
-}
+                  
{"quantity": 123.45, "wishlist_item_id": 4}
 
- -
back to top @@ -87185,18 +81377,14 @@
Fields
Example
- - -
{
-  "description": "abc123",
+                  
{
+  "description": "xyz789",
   "entered_options": [EnteredOptionInput],
-  "quantity": 987.65,
-  "selected_options": [4],
-  "wishlist_item_id": 4
+  "quantity": 123.45,
+  "selected_options": ["4"],
+  "wishlist_item_id": "4"
 }
 
- -
back to top @@ -87240,15 +81428,11 @@
Fields
Example
- - -
{
+                  
{
   "items": [WishlistItemInterface],
   "page_info": SearchResultPageInfo
 }
 
- -
back to top @@ -87312,18 +81496,14 @@
Fields
Example
- - -
{
+                  
{
   "items": [WishlistItem],
   "items_count": 123,
   "name": "abc123",
   "sharing_code": "abc123",
-  "updated_at": "xyz789"
+  "updated_at": "abc123"
 }
 
- -
back to top @@ -87371,12 +81551,8 @@
Values
Example
- - -
"PUBLIC"
+                  
"PUBLIC"
 
- -
back to top @@ -87416,12 +81592,8 @@
Fields
Example
- - -
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
- -
back to top diff --git a/static/graphql-api/saas/index.html b/static/graphql-api/saas/index.html index ec53d45e6..5686fa2ab 100644 --- a/static/graphql-api/saas/index.html +++ b/static/graphql-api/saas/index.html @@ -101,6 +101,7 @@
  • AddGiftRegistryRegistrantsOutput
  • AddProductsToCartOutput
  • AddProductsToCompareListInput
  • +
  • AddProductsToNewCartOutput
  • AddProductsToRequisitionListOutput
  • AddProductsToWishlistOutput
  • AddPurchaseOrderCommentInput
  • @@ -301,6 +307,7 @@
  • AssetVideo
  • AssignCompareListToCustomerOutput
  • AttributeEntityTypeEnum
  • +
  • AttributeFile
  • AttributeFilterInput
  • AttributeFrontendInputEnum
  • AttributeInput
  • @@ -394,6 +401,7 @@
  • Company
  • CompanyAclResource
  • CompanyAdminInput
  • +
  • CompanyAvailableShippingMethod
  • CompanyBasicInfo
  • CompanyCreateInput
  • CompanyCredit
  • @@ -430,6 +438,7 @@
  • ComparableAttribute
  • ComparableItem
  • CompareList
  • +
  • CompleteOrderInput
  • ComplexProductView
  • ComplexTextValue
  • ConfigurableAttributeOption
  • @@ -580,6 +589,8 @@
  • ExchangeExternalCustomerTokenInput
  • ExchangeExternalCustomerTokenOutput
  • ExchangeRate
  • +
  • FastlaneConfig
  • +
  • FastlaneMethodInput
  • FilterEqualTypeInput
  • FilterMatchTypeEnum
  • FilterMatchTypeInput
  • @@ -670,6 +681,7 @@
  • KeyValue
  • LineItemNoteInput
  • MediaGalleryInterface
  • +
  • MediaResourceType
  • MessageStyleLogo
  • MessageStyles
  • Money
  • @@ -805,6 +817,10 @@
  • ProductViewOptionValueSwatch
  • ProductViewPrice
  • ProductViewPriceRange
  • +
  • ProductViewTierCondition
  • +
  • ProductViewTierExactMatchCondition
  • +
  • ProductViewTierPrice
  • +
  • ProductViewTierRangeCondition
  • ProductViewVariant
  • ProductViewVariantResults
  • ProductViewVideo
  • @@ -923,6 +939,7 @@
  • SendNegotiableQuoteForReviewOutput
  • SetBillingAddressOnCartInput
  • SetBillingAddressOnCartOutput
  • +
  • SetCartAsInactiveOutput
  • SetCustomAttributesOnCompanyInput
  • SetCustomAttributesOnCompanyOutput
  • SetCustomAttributesOnNegotiableQuoteInput
  • @@ -1042,6 +1059,10 @@
  • WishlistItemUpdateInput
  • WishlistItems
  • WishlistVisibilityEnum
  • +
  • finishUploadInput
  • +
  • finishUploadOutput
  • +
  • initiateUploadInput
  • +
  • initiateUploadOutput
  • @@ -1062,9 +1083,13 @@

    Adobe Commerce as a Cloud Service GraphQL API

    -
    API Endpoints
    +
    API Endpoint
    https://<location>.api.commerce.adobe.com/<tenant-id>/graphql
    +
    +
    Headers
    +
    For header information, refer to GraphQL headers.
    +
    Version

    SaaS

    @@ -1097,9 +1122,7 @@
    Response

    Example

    Query
    - - -
    query attributeMetadata {
    +                  
    query attributeMetadata {
       attributeMetadata {
         filterableInSearch {
           ...FilterableInSearchAttributeFragment
    @@ -1110,14 +1133,10 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "attributeMetadata": {
           "filterableInSearch": [FilterableInSearchAttribute],
    @@ -1126,8 +1145,6 @@ 
    Response
    } }
    - -
    back to top @@ -1179,9 +1196,7 @@
    Arguments

    Example

    Query
    - - -
    query attributesForm($formCode: String!) {
    +                  
    query attributesForm($formCode: String!) {
       attributesForm(formCode: $formCode) {
         errors {
           ...AttributeMetadataErrorFragment
    @@ -1192,23 +1207,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"formCode": "abc123"}
    +                  
    {"formCode": "xyz789"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "attributesForm": {
           "errors": [AttributeMetadataError],
    @@ -1217,8 +1224,6 @@ 
    Response
    } }
    - -
    back to top @@ -1276,9 +1281,7 @@
    Arguments

    Example

    Query
    - - -
    query attributesList(
    +                  
    query attributesList(
       $entityType: AttributeEntityTypeEnum!,
       $filters: AttributeFilterInput
     ) {
    @@ -1295,26 +1298,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "entityType": "CATALOG_PRODUCT",
       "filters": AttributeFilterInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "attributesList": {
           "errors": [AttributeMetadataError],
    @@ -1323,8 +1318,6 @@ 
    Response
    } }
    - -
    back to top @@ -1376,9 +1369,7 @@
    Arguments

    Example

    Query
    - - -
    query availableStores($useCurrentGroup: Boolean) {
    +                  
    query availableStores($useCurrentGroup: Boolean) {
       availableStores(useCurrentGroup: $useCurrentGroup) {
         allow_gift_receipt
         allow_gift_wrapping_on_order
    @@ -1394,6 +1385,7 @@ 
    Query
    base_url cart_expires_in_days cart_gift_wrapping + cart_merge_preference cart_printed_card cart_summary_display_quantity catalog_default_sort_by @@ -1520,51 +1512,44 @@
    Query
    }
    }
    - -
    Variables
    - - -
    {"useCurrentGroup": true}
    +                  
    {"useCurrentGroup": true}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "availableStores": [
           {
    -        "allow_gift_receipt": "xyz789",
    -        "allow_gift_wrapping_on_order": "xyz789",
    +        "allow_gift_receipt": "abc123",
    +        "allow_gift_wrapping_on_order": "abc123",
             "allow_gift_wrapping_on_order_items": "xyz789",
    -        "allow_items": "xyz789",
    +        "allow_items": "abc123",
             "allow_order": "xyz789",
    -        "allow_printed_card": "xyz789",
    +        "allow_printed_card": "abc123",
             "autocomplete_on_storefront": true,
             "base_currency_code": "abc123",
             "base_link_url": "abc123",
    -        "base_media_url": "abc123",
    -        "base_static_url": "abc123",
    -        "base_url": "xyz789",
    +        "base_media_url": "xyz789",
    +        "base_static_url": "xyz789",
    +        "base_url": "abc123",
             "cart_expires_in_days": 123,
             "cart_gift_wrapping": "abc123",
    +        "cart_merge_preference": "xyz789",
             "cart_printed_card": "abc123",
             "cart_summary_display_quantity": 123,
             "catalog_default_sort_by": "xyz789",
             "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
             "category_url_suffix": "abc123",
             "check_money_order_enable_for_specific_countries": false,
    -        "check_money_order_enabled": false,
    +        "check_money_order_enabled": true,
             "check_money_order_make_check_payable_to": "xyz789",
             "check_money_order_max_order_total": "xyz789",
             "check_money_order_min_order_total": "xyz789",
    -        "check_money_order_new_order_status": "abc123",
    +        "check_money_order_new_order_status": "xyz789",
             "check_money_order_payment_from_specific_countries": "abc123",
             "check_money_order_send_check_to": "xyz789",
             "check_money_order_sort_order": 123,
    @@ -1572,20 +1557,20 @@ 
    Response
    "configurable_product_image": "ITSELF", "configurable_thumbnail_source": "xyz789", "contact_enabled": true, - "countries_with_required_region": "xyz789", - "create_account_confirmation": true, - "customer_access_token_lifetime": 987.65, + "countries_with_required_region": "abc123", + "create_account_confirmation": false, + "customer_access_token_lifetime": 123.45, "default_country": "abc123", - "default_display_currency_code": "abc123", - "display_product_prices_in_catalog": 123, - "display_shipping_prices": 987, - "display_state_if_optional": true, + "default_display_currency_code": "xyz789", + "display_product_prices_in_catalog": 987, + "display_shipping_prices": 123, + "display_state_if_optional": false, "enable_multiple_wishlists": "abc123", "fixed_product_taxes_apply_tax_to_fpt": true, "fixed_product_taxes_display_prices_in_emails": 123, "fixed_product_taxes_display_prices_in_product_lists": 987, - "fixed_product_taxes_display_prices_in_sales_modules": 987, - "fixed_product_taxes_display_prices_on_product_view_page": 987, + "fixed_product_taxes_display_prices_in_sales_modules": 123, + "fixed_product_taxes_display_prices_on_product_view_page": 123, "fixed_product_taxes_enable": false, "fixed_product_taxes_include_fpt_in_subtotal": false, "graphql_share_customer_group": false, @@ -1594,23 +1579,23 @@
    Response
    "grouped_product_image": "ITSELF", "is_checkout_agreements_enabled": true, "is_default_store": true, - "is_default_store_group": false, - "is_guest_checkout_enabled": false, - "is_negotiable_quote_active": false, + "is_default_store_group": true, + "is_guest_checkout_enabled": true, + "is_negotiable_quote_active": true, "is_one_page_checkout_enabled": false, - "is_requisition_list_active": "xyz789", + "is_requisition_list_active": "abc123", "list_mode": "xyz789", "list_per_page": 123, - "list_per_page_values": "abc123", - "locale": "abc123", + "list_per_page_values": "xyz789", + "locale": "xyz789", "magento_reward_general_is_enabled": "abc123", - "magento_reward_general_is_enabled_on_front": "abc123", - "magento_reward_general_min_points_balance": "xyz789", - "magento_reward_general_publish_history": "xyz789", - "magento_reward_points_invitation_customer": "xyz789", + "magento_reward_general_is_enabled_on_front": "xyz789", + "magento_reward_general_min_points_balance": "abc123", + "magento_reward_general_publish_history": "abc123", + "magento_reward_points_invitation_customer": "abc123", "magento_reward_points_invitation_customer_limit": "xyz789", - "magento_reward_points_invitation_order": "xyz789", - "magento_reward_points_invitation_order_limit": "abc123", + "magento_reward_points_invitation_order": "abc123", + "magento_reward_points_invitation_order_limit": "xyz789", "magento_reward_points_newsletter": "abc123", "magento_reward_points_order": "abc123", "magento_reward_points_register": "xyz789", @@ -1621,56 +1606,56 @@
    Response
    "maximum_number_of_wishlists": "xyz789", "minicart_display": false, "minicart_max_items": 123, - "minimum_password_length": "xyz789", - "newsletter_enabled": true, - "optional_zip_countries": "abc123", - "order_cancellation_enabled": false, + "minimum_password_length": "abc123", + "newsletter_enabled": false, + "optional_zip_countries": "xyz789", + "order_cancellation_enabled": true, "order_cancellation_reasons": [ CancellationReason ], "orders_invoices_credit_memos_display_full_summary": true, "orders_invoices_credit_memos_display_grandtotal": false, - "orders_invoices_credit_memos_display_price": 123, + "orders_invoices_credit_memos_display_price": 987, "orders_invoices_credit_memos_display_shipping_amount": 987, "orders_invoices_credit_memos_display_subtotal": 123, "orders_invoices_credit_memos_display_zero_tax": false, "printed_card_priceV2": Money, "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "product_url_suffix": "abc123", - "quickorder_active": true, + "quickorder_active": false, "required_character_classes_number": "abc123", - "returns_enabled": "abc123", + "returns_enabled": "xyz789", "root_category_uid": 4, "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "sales_gift_wrapping": "xyz789", - "sales_printed_card": "abc123", - "secure_base_link_url": "xyz789", + "sales_gift_wrapping": "abc123", + "sales_printed_card": "xyz789", + "secure_base_link_url": "abc123", "secure_base_media_url": "xyz789", - "secure_base_static_url": "abc123", + "secure_base_static_url": "xyz789", "secure_base_url": "abc123", - "share_active_segments": true, + "share_active_segments": false, "share_applied_cart_rule": false, "shopping_cart_display_full_summary": true, "shopping_cart_display_grand_total": true, - "shopping_cart_display_price": 123, + "shopping_cart_display_price": 987, "shopping_cart_display_shipping": 987, "shopping_cart_display_subtotal": 987, "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX", - "shopping_cart_display_zero_tax": true, + "shopping_cart_display_zero_tax": false, "store_code": 4, "store_group_code": "4", "store_group_name": "xyz789", - "store_name": "xyz789", + "store_name": "abc123", "store_sort_order": 123, - "timezone": "abc123", + "timezone": "xyz789", "title_separator": "xyz789", "use_store_in_url": true, - "website_code": 4, + "website_code": "4", "website_name": "abc123", - "weight_unit": "xyz789", + "weight_unit": "abc123", "zero_subtotal_enable_for_specific_countries": false, "zero_subtotal_enabled": true, - "zero_subtotal_new_order_status": "xyz789", + "zero_subtotal_new_order_status": "abc123", "zero_subtotal_payment_action": "xyz789", "zero_subtotal_payment_from_specific_countries": "abc123", "zero_subtotal_sort_order": 123, @@ -1680,8 +1665,6 @@
    Response
    } }
    - -
    back to top @@ -1733,9 +1716,7 @@
    Arguments

    Example

    Query
    - - -
    query cart($cart_id: String!) {
    +                  
    query cart($cart_id: String!) {
       cart(cart_id: $cart_id) {
         applied_coupons {
           ...AppliedCouponFragment
    @@ -1791,23 +1772,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"cart_id": "xyz789"}
    +                  
    {"cart_id": "xyz789"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "cart": {
           "applied_coupons": [AppliedCoupon],
    @@ -1822,13 +1795,13 @@ 
    Response
    "custom_attributes": [CustomAttribute], "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "id": 4, "is_virtual": true, "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": false, + "printed_card_included": true, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -1837,8 +1810,6 @@
    Response
    } }
    - -
    back to top @@ -1904,9 +1875,7 @@
    Arguments

    Example

    Query
    - - -
    query categories(
    +                  
    query categories(
       $ids: [String!],
       $roles: [String!],
       $subtree: Subtree
    @@ -1932,50 +1901,40 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "ids": ["xyz789"],
       "roles": ["xyz789"],
       "subtree": Subtree
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "categories": [
           {
             "availableSortBy": ["abc123"],
             "children": ["xyz789"],
    -        "defaultSortBy": "abc123",
    +        "defaultSortBy": "xyz789",
             "id": 4,
             "level": 987,
    -        "name": "abc123",
    +        "name": "xyz789",
             "parentId": "xyz789",
             "path": "xyz789",
             "roles": ["abc123"],
             "urlKey": "abc123",
             "urlPath": "xyz789",
             "count": 123,
    -        "title": "abc123"
    +        "title": "xyz789"
           }
         ]
       }
     }
     
    - -
    back to top @@ -2008,9 +1967,7 @@
    Response

    Example

    Query
    - - -
    query checkoutAgreements {
    +                  
    query checkoutAgreements {
       checkoutAgreements {
         agreement_id
         checkbox_text
    @@ -2022,22 +1979,18 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "checkoutAgreements": [
           {
             "agreement_id": 987,
             "checkbox_text": "abc123",
    -        "content": "xyz789",
    +        "content": "abc123",
             "content_height": "abc123",
    -        "is_html": false,
    +        "is_html": true,
             "mode": "AUTO",
             "name": "xyz789"
           }
    @@ -2045,8 +1998,6 @@ 
    Response
    } }
    - -
    back to top @@ -2079,13 +2030,17 @@
    Response

    Example

    Query
    - - -
    query company {
    +                  
    query company {
       company {
         acl_resources {
           ...CompanyAclResourceFragment
         }
    +    available_payment_methods {
    +      ...AvailablePaymentMethodFragment
    +    }
    +    available_shipping_methods {
    +      ...CompanyAvailableShippingMethodFragment
    +    }
         company_admin {
           ...CustomerFragment
         }
    @@ -2132,28 +2087,30 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "company": {
           "acl_resources": [CompanyAclResource],
    +      "available_payment_methods": [
    +        AvailablePaymentMethod
    +      ],
    +      "available_shipping_methods": [
    +        CompanyAvailableShippingMethod
    +      ],
           "company_admin": Customer,
           "credit": CompanyCredit,
           "credit_history": CompanyCreditHistory,
           "custom_attributes": [CustomAttribute],
    -      "email": "abc123",
    -      "id": 4,
    +      "email": "xyz789",
    +      "id": "4",
           "legal_address": CompanyLegalAddress,
           "legal_name": "abc123",
    -      "name": "xyz789",
    -      "payment_methods": ["abc123"],
    -      "reseller_id": "abc123",
    +      "name": "abc123",
    +      "payment_methods": ["xyz789"],
    +      "reseller_id": "xyz789",
           "role": CompanyRole,
           "roles": CompanyRoles,
           "sales_representative": CompanySalesRepresentative,
    @@ -2161,13 +2118,11 @@ 
    Response
    "team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "abc123" + "vat_tax_id": "xyz789" } } }
    - -
    back to top @@ -2219,9 +2174,7 @@
    Arguments

    Example

    Query
    - - -
    query compareList($uid: ID!) {
    +                  
    query compareList($uid: ID!) {
       compareList(uid: $uid) {
         attributes {
           ...ComparableAttributeFragment
    @@ -2234,23 +2187,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"uid": 4}
    +                  
    {"uid": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "compareList": {
           "attributes": [ComparableAttribute],
    @@ -2261,8 +2206,6 @@ 
    Response
    } }
    - -
    back to top @@ -2295,9 +2238,7 @@
    Response

    Example

    Query
    - - -
    query countries {
    +                  
    query countries {
       countries {
         available_regions {
           ...RegionFragment
    @@ -2310,30 +2251,24 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "countries": [
           {
             "available_regions": [Region],
    -        "full_name_english": "xyz789",
    -        "full_name_locale": "xyz789",
    +        "full_name_english": "abc123",
    +        "full_name_locale": "abc123",
             "id": "xyz789",
    -        "three_letter_abbreviation": "xyz789",
    -        "two_letter_abbreviation": "abc123"
    +        "three_letter_abbreviation": "abc123",
    +        "two_letter_abbreviation": "xyz789"
           }
         ]
       }
     }
     
    - -
    back to top @@ -2386,9 +2321,7 @@
    Arguments

    Example

    Query
    - - -
    query country($id: String) {
    +                  
    query country($id: String) {
       country(id: $id) {
         available_regions {
           ...RegionFragment
    @@ -2401,27 +2334,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"id": "xyz789"}
    +                  
    {"id": "xyz789"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "country": {
           "available_regions": [Region],
    -      "full_name_english": "xyz789",
    +      "full_name_english": "abc123",
           "full_name_locale": "xyz789",
           "id": "xyz789",
           "three_letter_abbreviation": "abc123",
    @@ -2430,8 +2355,6 @@ 
    Response
    } }
    - -
    back to top @@ -2464,9 +2387,7 @@
    Response

    Example

    Query
    - - -
    query currency {
    +                  
    query currency {
       currency {
         available_currency_codes
         base_currency_code
    @@ -2479,30 +2400,24 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "currency": {
           "available_currency_codes": [
             "abc123"
           ],
    -      "base_currency_code": "abc123",
    +      "base_currency_code": "xyz789",
           "base_currency_symbol": "xyz789",
           "default_display_currency_code": "xyz789",
    -      "default_display_currency_symbol": "abc123",
    +      "default_display_currency_symbol": "xyz789",
           "exchange_rates": [ExchangeRate]
         }
       }
     }
     
    - -
    back to top @@ -2555,9 +2470,7 @@
    Arguments

    Example

    Query
    - - -
    query customAttributeMetadataV2($attributes: [AttributeInput!]) {
    +                  
    query customAttributeMetadataV2($attributes: [AttributeInput!]) {
       customAttributeMetadataV2(attributes: $attributes) {
         errors {
           ...AttributeMetadataErrorFragment
    @@ -2568,23 +2481,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"attributes": [AttributeInput]}
    +                  
    {"attributes": [AttributeInput]}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "customAttributeMetadataV2": {
           "errors": [AttributeMetadataError],
    @@ -2593,8 +2498,6 @@ 
    Response
    } }
    - -
    back to top @@ -2627,9 +2530,7 @@
    Response

    Example

    Query
    - - -
    query customer {
    +                  
    query customer {
       customer {
         addresses {
           ...CustomerAddressFragment
    @@ -2726,14 +2627,10 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "customer": {
           "addresses": [CustomerAddress],
    @@ -2745,20 +2642,20 @@ 
    Response
    "created_at": "abc123", "custom_attributes": [AttributeValueInterface], "date_of_birth": "xyz789", - "default_billing": "abc123", + "default_billing": "xyz789", "default_shipping": "abc123", - "email": "xyz789", - "firstname": "abc123", + "email": "abc123", + "firstname": "xyz789", "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, "is_subscribed": false, - "job_title": "abc123", - "lastname": "xyz789", + "job_title": "xyz789", + "lastname": "abc123", "middlename": "abc123", "orders": CustomerOrders, - "prefix": "xyz789", + "prefix": "abc123", "purchase_order": PurchaseOrder, "purchase_order_approval_rule": PurchaseOrderApprovalRule, "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, @@ -2773,19 +2670,17 @@
    Response
    "segments": [CustomerSegmentStorefront], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, + "structure_id": "4", "suffix": "abc123", - "taxvat": "abc123", + "taxvat": "xyz789", "team": CompanyTeam, - "telephone": "xyz789", + "telephone": "abc123", "wishlist_v2": Wishlist, "wishlists": [Wishlist] } } }
    - -
    back to top @@ -2818,9 +2713,7 @@
    Response

    Example

    Query
    - - -
    query customerCart {
    +                  
    query customerCart {
       customerCart {
         applied_coupons {
           ...AppliedCouponFragment
    @@ -2876,14 +2769,10 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "customerCart": {
           "applied_coupons": [AppliedCoupon],
    @@ -2896,9 +2785,9 @@ 
    Response
    ], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "id": 4, "is_virtual": true, @@ -2913,8 +2802,6 @@
    Response
    } }
    - -
    back to top @@ -2947,9 +2834,7 @@
    Response

    Example

    Query
    - - -
    query customerDownloadableProducts {
    +                  
    query customerDownloadableProducts {
       customerDownloadableProducts {
         items {
           ...CustomerDownloadableProductFragment
    @@ -2957,14 +2842,10 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "customerDownloadableProducts": {
           "items": [CustomerDownloadableProduct]
    @@ -2972,8 +2853,6 @@ 
    Response
    } }
    - -
    back to top @@ -3006,25 +2885,17 @@
    Response

    Example

    Query
    - - -
    query customerGroup {
    +                  
    query customerGroup {
       customerGroup {
         uid
       }
     }
     
    - -
    Response
    - - -
    {"data": {"customerGroup": {"uid": 4}}}
    +                  
    {"data": {"customerGroup": {"uid": 4}}}
     
    - -
    back to top @@ -3057,9 +2928,7 @@
    Response

    Example

    Query
    - - -
    query customerPaymentTokens {
    +                  
    query customerPaymentTokens {
       customerPaymentTokens {
         items {
           ...PaymentTokenFragment
    @@ -3067,21 +2936,15 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "customerPaymentTokens": {"items": [PaymentToken]}
       }
     }
     
    - -
    back to top @@ -3133,38 +2996,22 @@
    Arguments

    Example

    Query
    - - -
    query customerSegments($cartId: String!) {
    +                  
    query customerSegments($cartId: String!) {
       customerSegments(cartId: $cartId) {
         uid
       }
     }
     
    - -
    Variables
    - - -
    {"cartId": "xyz789"}
    +                  
    {"cartId": "xyz789"}
     
    - -
    Response
    - - -
    {
    -  "data": {
    -    "customerSegments": [{"uid": "4"}]
    -  }
    -}
    +                  
    {"data": {"customerSegments": [{"uid": 4}]}}
     
    - -
    back to top @@ -3216,13 +3063,14 @@
    Arguments

    Example

    Query
    - - -
    query getPaymentConfig($location: PaymentLocation!) {
    +                  
    query getPaymentConfig($location: PaymentLocation!) {
       getPaymentConfig(location: $location) {
         apple_pay {
           ...ApplePayConfigFragment
         }
    +    fastlane {
    +      ...FastlaneConfigFragment
    +    }
         google_pay {
           ...GooglePayConfigFragment
         }
    @@ -3235,26 +3083,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"location": "PRODUCT_DETAIL"}
    +                  
    {"location": "PRODUCT_DETAIL"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "getPaymentConfig": {
           "apple_pay": ApplePayConfig,
    +      "fastlane": FastlaneConfig,
           "google_pay": GooglePayConfig,
           "hosted_fields": HostedFieldsConfig,
           "smart_buttons": SmartButtonsConfig
    @@ -3262,8 +3103,6 @@ 
    Response
    } }
    - -
    back to top @@ -3321,9 +3160,7 @@
    Arguments

    Example

    Query
    - - -
    query getPaymentOrder(
    +                  
    query getPaymentOrder(
       $cartId: String!,
       $id: String!
     ) {
    @@ -3340,38 +3177,28 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "cartId": "xyz789",
       "id": "abc123"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "getPaymentOrder": {
           "id": "abc123",
           "mp_order_id": "abc123",
           "payment_source_details": PaymentSourceDetails,
    -      "status": "xyz789"
    +      "status": "abc123"
         }
       }
     }
     
    - -
    back to top @@ -3423,9 +3250,7 @@
    Arguments

    Example

    Query
    - - -
    query getPaymentSDK($location: PaymentLocation!) {
    +                  
    query getPaymentSDK($location: PaymentLocation!) {
       getPaymentSDK(location: $location) {
         sdkParams {
           ...PaymentSDKParamsItemFragment
    @@ -3433,30 +3258,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"location": "PRODUCT_DETAIL"}
    +                  
    {"location": "PRODUCT_DETAIL"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "getPaymentSDK": {"sdkParams": [PaymentSDKParamsItem]}
       }
     }
     
    - -
    back to top @@ -3489,9 +3304,7 @@
    Response

    Example

    Query
    - - -
    query getVaultConfig {
    +                  
    query getVaultConfig {
       getVaultConfig {
         credit_card {
           ...VaultCreditCardConfigFragment
    @@ -3499,14 +3312,10 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "getVaultConfig": {
           "credit_card": VaultCreditCardConfig
    @@ -3514,8 +3323,6 @@ 
    Response
    } }
    - -
    back to top @@ -3567,9 +3374,7 @@
    Arguments

    Example

    Query
    - - -
    query giftCardAccount($input: GiftCardAccountInput!) {
    +                  
    query giftCardAccount($input: GiftCardAccountInput!) {
       giftCardAccount(input: $input) {
         balance {
           ...MoneyFragment
    @@ -3579,34 +3384,24 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": GiftCardAccountInput}
    +                  
    {"input": GiftCardAccountInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "giftCardAccount": {
           "balance": Money,
    -      "code": "xyz789",
    -      "expiration_date": "xyz789"
    +      "code": "abc123",
    +      "expiration_date": "abc123"
         }
       }
     }
     
    - -
    back to top @@ -3658,9 +3453,7 @@
    Arguments

    Example

    Query
    - - -
    query giftRegistry($giftRegistryUid: ID!) {
    +                  
    query giftRegistry($giftRegistryUid: ID!) {
       giftRegistry(giftRegistryUid: $giftRegistryUid) {
         created_at
         dynamic_attributes {
    @@ -3687,32 +3480,24 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"giftRegistryUid": "4"}
    +                  
    {"giftRegistryUid": 4}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "giftRegistry": {
    -      "created_at": "xyz789",
    +      "created_at": "abc123",
           "dynamic_attributes": [
             GiftRegistryDynamicAttribute
           ],
    -      "event_name": "xyz789",
    +      "event_name": "abc123",
           "items": [GiftRegistryItemInterface],
    -      "message": "abc123",
    +      "message": "xyz789",
           "owner_name": "abc123",
           "privacy_settings": "PRIVATE",
           "registrants": [GiftRegistryRegistrant],
    @@ -3724,8 +3509,6 @@ 
    Response
    } }
    - -
    back to top @@ -3777,9 +3560,7 @@
    Arguments

    Example

    Query
    - - -
    query giftRegistryEmailSearch($email: String!) {
    +                  
    query giftRegistryEmailSearch($email: String!) {
       giftRegistryEmailSearch(email: $email) {
         event_date
         event_title
    @@ -3790,39 +3571,29 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"email": "xyz789"}
    +                  
    {"email": "xyz789"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "giftRegistryEmailSearch": [
           {
             "event_date": "xyz789",
             "event_title": "xyz789",
    -        "gift_registry_uid": "4",
    +        "gift_registry_uid": 4,
             "location": "abc123",
    -        "name": "xyz789",
    +        "name": "abc123",
             "type": "abc123"
           }
         ]
       }
     }
     
    - -
    back to top @@ -3874,9 +3645,7 @@
    Arguments

    Example

    Query
    - - -
    query giftRegistryIdSearch($giftRegistryUid: ID!) {
    +                  
    query giftRegistryIdSearch($giftRegistryUid: ID!) {
       giftRegistryIdSearch(giftRegistryUid: $giftRegistryUid) {
         event_date
         event_title
    @@ -3887,39 +3656,29 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"giftRegistryUid": "4"}
    +                  
    {"giftRegistryUid": 4}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "giftRegistryIdSearch": [
           {
    -        "event_date": "xyz789",
    +        "event_date": "abc123",
             "event_title": "abc123",
    -        "gift_registry_uid": 4,
    -        "location": "abc123",
    -        "name": "xyz789",
    -        "type": "xyz789"
    +        "gift_registry_uid": "4",
    +        "location": "xyz789",
    +        "name": "abc123",
    +        "type": "abc123"
           }
         ]
       }
     }
     
    - -
    back to top @@ -3983,9 +3742,7 @@
    Arguments

    Example

    Query
    - - -
    query giftRegistryTypeSearch(
    +                  
    query giftRegistryTypeSearch(
       $firstName: String!,
       $lastName: String!,
       $giftRegistryTypeUid: ID
    @@ -4004,27 +3761,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "firstName": "abc123",
    +                  
    {
    +  "firstName": "xyz789",
       "lastName": "abc123",
    -  "giftRegistryTypeUid": "4"
    +  "giftRegistryTypeUid": 4
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "giftRegistryTypeSearch": [
           {
    @@ -4039,8 +3788,6 @@ 
    Response
    } }
    - -
    back to top @@ -4073,9 +3820,7 @@
    Response

    Example

    Query
    - - -
    query giftRegistryTypes {
    +                  
    query giftRegistryTypes {
       giftRegistryTypes {
         dynamic_attributes_metadata {
           ...GiftRegistryDynamicAttributeMetadataInterfaceFragment
    @@ -4085,29 +3830,23 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "giftRegistryTypes": [
           {
             "dynamic_attributes_metadata": [
               GiftRegistryDynamicAttributeMetadataInterface
             ],
    -        "label": "xyz789",
    +        "label": "abc123",
             "uid": "4"
           }
         ]
       }
     }
     
    - -
    back to top @@ -4160,9 +3899,7 @@
    Arguments

    Example

    Query
    - - -
    query guestOrder($input: GuestOrderInformationInput!) {
    +                  
    query guestOrder($input: GuestOrderInformationInput!) {
       guestOrder(input: $input) {
         applied_coupons {
           ...AppliedCouponFragment
    @@ -4231,23 +3968,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": GuestOrderInformationInput}
    +                  
    {"input": GuestOrderInformationInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "guestOrder": {
           "applied_coupons": [AppliedCoupon],
    @@ -4263,29 +3992,27 @@ 
    Response
    "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "invoices": [Invoice], "is_virtual": true, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "number": "abc123", - "order_date": "abc123", + "order_date": "xyz789", "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], - "printed_card_included": true, + "printed_card_included": false, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, "shipping_method": "xyz789", - "status": "xyz789", - "token": "abc123", + "status": "abc123", + "token": "xyz789", "total": OrderTotal } } }
    - -
    back to top @@ -4338,9 +4065,7 @@
    Arguments

    Example

    Query
    - - -
    query guestOrderByToken($input: OrderTokenInput!) {
    +                  
    query guestOrderByToken($input: OrderTokenInput!) {
       guestOrderByToken(input: $input) {
         applied_coupons {
           ...AppliedCouponFragment
    @@ -4409,23 +4134,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": OrderTokenInput}
    +                  
    {"input": OrderTokenInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "guestOrderByToken": {
           "applied_coupons": [AppliedCoupon],
    @@ -4437,33 +4154,31 @@ 
    Response
    "credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], "customer_info": OrderCustomerInfo, - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "id": "4", "invoices": [Invoice], - "is_virtual": true, + "is_virtual": false, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "number": "xyz789", "order_date": "abc123", - "order_status_change_date": "abc123", + "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], - "printed_card_included": false, + "printed_card_included": true, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, "shipping_method": "xyz789", - "status": "xyz789", - "token": "abc123", + "status": "abc123", + "token": "xyz789", "total": OrderTotal } } }
    - -
    back to top @@ -4516,34 +4231,22 @@
    Arguments

    Example

    Query
    - - -
    query isCompanyAdminEmailAvailable($email: String!) {
    +                  
    query isCompanyAdminEmailAvailable($email: String!) {
       isCompanyAdminEmailAvailable(email: $email) {
         is_email_available
       }
     }
     
    - -
    Variables
    - - -
    {"email": "xyz789"}
    +                  
    {"email": "xyz789"}
     
    - -
    Response
    - - -
    {"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
    +                  
    {"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
     
    - -
    back to top @@ -4596,34 +4299,22 @@
    Arguments

    Example

    Query
    - - -
    query isCompanyEmailAvailable($email: String!) {
    +                  
    query isCompanyEmailAvailable($email: String!) {
       isCompanyEmailAvailable(email: $email) {
         is_email_available
       }
     }
     
    - -
    Variables
    - - -
    {"email": "xyz789"}
    +                  
    {"email": "xyz789"}
     
    - -
    Response
    - - -
    {"data": {"isCompanyEmailAvailable": {"is_email_available": false}}}
    +                  
    {"data": {"isCompanyEmailAvailable": {"is_email_available": true}}}
     
    - -
    back to top @@ -4676,34 +4367,22 @@
    Arguments

    Example

    Query
    - - -
    query isCompanyRoleNameAvailable($name: String!) {
    +                  
    query isCompanyRoleNameAvailable($name: String!) {
       isCompanyRoleNameAvailable(name: $name) {
         is_role_name_available
       }
     }
     
    - -
    Variables
    - - -
    {"name": "abc123"}
    +                  
    {"name": "abc123"}
     
    - -
    Response
    - - -
    {"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": true}}}
    +                  
    {"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": true}}}
     
    - -
    back to top @@ -4756,34 +4435,22 @@
    Arguments

    Example

    Query
    - - -
    query isCompanyUserEmailAvailable($email: String!) {
    +                  
    query isCompanyUserEmailAvailable($email: String!) {
       isCompanyUserEmailAvailable(email: $email) {
         is_email_available
       }
     }
     
    - -
    Variables
    - - -
    {"email": "xyz789"}
    +                  
    {"email": "abc123"}
     
    - -
    Response
    - - -
    {"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
    +                  
    {"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
     
    - -
    back to top @@ -4835,34 +4502,22 @@
    Arguments

    Example

    Query
    - - -
    query isEmailAvailable($email: String!) {
    +                  
    query isEmailAvailable($email: String!) {
       isEmailAvailable(email: $email) {
         is_email_available
       }
     }
     
    - -
    Variables
    - - -
    {"email": "abc123"}
    +                  
    {"email": "abc123"}
     
    - -
    Response
    - - -
    {"data": {"isEmailAvailable": {"is_email_available": true}}}
    +                  
    {"data": {"isEmailAvailable": {"is_email_available": true}}}
     
    - -
    back to top @@ -4915,9 +4570,7 @@
    Arguments

    Example

    Query
    - - -
    query negotiableQuote($uid: ID!) {
    +                  
    query negotiableQuote($uid: ID!) {
       negotiableQuote(uid: $uid) {
         available_payment_methods {
           ...AvailablePaymentMethodFragment
    @@ -4960,23 +4613,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"uid": 4}
    +                  
    {"uid": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "negotiableQuote": {
           "available_payment_methods": [
    @@ -4998,15 +4643,13 @@ 
    Response
    NegotiableQuoteShippingAddress ], "status": "SUBMITTED", - "total_quantity": 123.45, + "total_quantity": 987.65, "uid": "4", - "updated_at": "xyz789" + "updated_at": "abc123" } } }
    - -
    back to top @@ -5059,9 +4702,7 @@
    Arguments

    Example

    Query
    - - -
    query negotiableQuoteTemplate($templateId: ID!) {
    +                  
    query negotiableQuoteTemplate($templateId: ID!) {
       negotiableQuoteTemplate(templateId: $templateId) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -5099,23 +4740,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"templateId": 4}
    +                  
    {"templateId": 4}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "negotiableQuoteTemplate": {
           "buyer": NegotiableQuoteUser,
    @@ -5123,7 +4756,7 @@ 
    Response
    "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 987, "min_order_commitment": 123, @@ -5143,8 +4776,6 @@
    Response
    } }
    - -
    back to top @@ -5214,9 +4845,7 @@
    Arguments

    Example

    Query
    - - -
    query negotiableQuoteTemplates(
    +                  
    query negotiableQuoteTemplates(
       $filter: NegotiableQuoteTemplateFilterInput,
       $pageSize: Int,
       $currentPage: Int,
    @@ -5241,40 +4870,30 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "filter": NegotiableQuoteTemplateFilterInput,
       "pageSize": 20,
       "currentPage": 1,
       "sort": NegotiableQuoteTemplateSortInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "negotiableQuoteTemplates": {
           "items": [NegotiableQuoteTemplateGridItem],
           "page_info": SearchResultPageInfo,
           "sort_fields": SortFields,
    -      "total_count": 123
    +      "total_count": 987
         }
       }
     }
     
    - -
    back to top @@ -5344,9 +4963,7 @@
    Arguments

    Example

    Query
    - - -
    query negotiableQuotes(
    +                  
    query negotiableQuotes(
       $filter: NegotiableQuoteFilterInput,
       $pageSize: Int,
       $currentPage: Int,
    @@ -5371,28 +4988,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "filter": NegotiableQuoteFilterInput,
       "pageSize": 20,
       "currentPage": 1,
       "sort": NegotiableQuoteSortInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "negotiableQuotes": {
           "items": [NegotiableQuote],
    @@ -5403,8 +5012,6 @@ 
    Response
    } }
    - -
    back to top @@ -5486,9 +5093,7 @@
    Arguments

    Example

    Query
    - - -
    query pickupLocations(
    +                  
    query pickupLocations(
       $area: AreaInput,
       $filters: PickupLocationFilterInput,
       $sort: PickupLocationSortInput,
    @@ -5514,14 +5119,10 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "area": AreaInput,
       "filters": PickupLocationFilterInput,
       "sort": PickupLocationSortInput,
    @@ -5530,14 +5131,10 @@ 
    Variables
    "productsInfo": [ProductInfoInput] }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "pickupLocations": {
           "items": [PickupLocation],
    @@ -5547,8 +5144,6 @@ 
    Response
    } }
    - -
    back to top @@ -5630,9 +5225,7 @@
    Arguments

    Example

    Query
    - - -
    query productSearch(
    +                  
    query productSearch(
       $context: QueryContextInput,
       $current_page: Int,
       $filter: [SearchClauseInput!],
    @@ -5663,14 +5256,10 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "context": QueryContextInput,
       "current_page": 1,
       "filter": [SearchClauseInput],
    @@ -5679,14 +5268,10 @@ 
    Variables
    "sort": [ProductSearchSortInput] }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "productSearch": {
           "facets": [Aggregation],
    @@ -5699,8 +5284,6 @@ 
    Response
    } }
    - -
    back to top @@ -5753,9 +5336,7 @@
    Arguments

    Example

    Query
    - - -
    query products($skus: [String]) {
    +                  
    query products($skus: [String]) {
       products(skus: $skus) {
         addToCartAllowed
         inStock
    @@ -5792,43 +5373,35 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"skus": ["xyz789"]}
    +                  
    {"skus": ["xyz789"]}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "products": [
           {
    -        "addToCartAllowed": false,
    +        "addToCartAllowed": true,
             "inStock": true,
             "lowStock": false,
             "attributes": [ProductViewAttribute],
    -        "description": "abc123",
    -        "id": "4",
    +        "description": "xyz789",
    +        "id": 4,
             "images": [ProductViewImage],
             "videos": [ProductViewVideo],
             "lastModifiedAt": "2007-12-03T10:15:30Z",
             "metaDescription": "xyz789",
    -        "metaKeyword": "xyz789",
    -        "metaTitle": "abc123",
    -        "name": "xyz789",
    +        "metaKeyword": "abc123",
    +        "metaTitle": "xyz789",
    +        "name": "abc123",
             "shortDescription": "abc123",
             "inputOptions": [ProductViewInputOption],
             "sku": "abc123",
    -        "externalId": "abc123",
    +        "externalId": "xyz789",
             "url": "abc123",
             "urlKey": "xyz789",
             "links": [ProductViewLink],
    @@ -5839,8 +5412,6 @@ 
    Response
    } }
    - -
    back to top @@ -5885,9 +5456,7 @@
    Arguments

    Example

    Query
    - - -
    query recaptchaFormConfig($formType: ReCaptchaFormEnum!) {
    +                  
    query recaptchaFormConfig($formType: ReCaptchaFormEnum!) {
       recaptchaFormConfig(formType: $formType) {
         configurations {
           ...ReCaptchaConfigurationFragment
    @@ -5896,33 +5465,23 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"formType": "PLACE_ORDER"}
    +                  
    {"formType": "PLACE_ORDER"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "recaptchaFormConfig": {
           "configurations": ReCaptchaConfiguration,
    -      "is_enabled": false
    +      "is_enabled": true
         }
       }
     }
     
    - -
    back to top @@ -5955,9 +5514,7 @@
    Response

    Example

    Query
    - - -
    query recaptchaV3Config {
    +                  
    query recaptchaV3Config {
       recaptchaV3Config {
         badge_position
         failure_message
    @@ -5970,30 +5527,24 @@ 
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "recaptchaV3Config": {
           "badge_position": "abc123",
           "failure_message": "xyz789",
           "forms": ["PLACE_ORDER"],
    -      "is_enabled": false,
    +      "is_enabled": true,
           "language_code": "abc123",
           "minimum_score": 987.65,
           "theme": "xyz789",
    -      "website_key": "xyz789"
    +      "website_key": "abc123"
         }
       }
     }
     
    - -
    back to top @@ -6075,9 +5626,7 @@
    Arguments

    Example

    Query
    - - -
    query recommendations(
    +                  
    query recommendations(
       $cartSkus: [String],
       $category: String,
       $currentSku: String,
    @@ -6100,40 +5649,30 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "cartSkus": ["abc123"],
    -  "category": "abc123",
    -  "currentSku": "abc123",
    +  "category": "xyz789",
    +  "currentSku": "xyz789",
       "pageType": "CMS",
       "userPurchaseHistory": [PurchaseHistory],
       "userViewHistory": [ViewHistory]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "recommendations": {
           "results": [RecommendationUnit],
    -      "totalResults": 987
    +      "totalResults": 123
         }
       }
     }
     
    - -
    back to top @@ -6146,14 +5685,6 @@
    Response

    recommendationsByUnitIds

    -
    -
    -
    -
    Description
    -

    Get Recommendations by Unit IDs

    -
    -
    -
    @@ -6175,7 +5706,7 @@
    Arguments
    unitIds - [String!]! - List unit IDs of the preconfigured units + List unit IDs of preconfigured units @@ -6209,9 +5740,7 @@
    Arguments

    Example

    Query
    - - -
    query recommendationsByUnitIds(
    +                  
    query recommendationsByUnitIds(
       $unitIds: [String!]!,
       $currentSku: String,
       $userPurchaseHistory: [PurchaseHistory],
    @@ -6232,29 +5761,21 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "unitIds": ["abc123"],
    -  "currentSku": "abc123",
    +  "currentSku": "xyz789",
       "userPurchaseHistory": [PurchaseHistory],
       "userViewHistory": [ViewHistory],
       "cartSkus": ["abc123"]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "recommendationsByUnitIds": {
           "results": [RecommendationUnit],
    @@ -6263,8 +5784,6 @@ 
    Response
    } }
    - -
    back to top @@ -6316,9 +5835,7 @@
    Arguments

    Example

    Query
    - - -
    query refineProduct(
    +                  
    query refineProduct(
       $optionIds: [String!]!,
       $sku: String!
     ) {
    @@ -6361,56 +5878,46 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "optionIds": ["xyz789"],
    -  "sku": "abc123"
    +  "sku": "xyz789"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "refineProduct": {
    -      "addToCartAllowed": false,
    +      "addToCartAllowed": true,
           "inStock": false,
           "lowStock": true,
           "attributes": [ProductViewAttribute],
    -      "description": "xyz789",
    +      "description": "abc123",
           "id": "4",
           "images": [ProductViewImage],
           "videos": [ProductViewVideo],
           "lastModifiedAt": "2007-12-03T10:15:30Z",
    -      "metaDescription": "abc123",
    -      "metaKeyword": "xyz789",
    -      "metaTitle": "xyz789",
    +      "metaDescription": "xyz789",
    +      "metaKeyword": "abc123",
    +      "metaTitle": "abc123",
           "name": "xyz789",
           "shortDescription": "abc123",
           "inputOptions": [ProductViewInputOption],
    -      "sku": "abc123",
    -      "externalId": "xyz789",
    -      "url": "abc123",
    +      "sku": "xyz789",
    +      "externalId": "abc123",
    +      "url": "xyz789",
           "urlKey": "xyz789",
           "links": [ProductViewLink],
           "queryType": "abc123",
    -      "visibility": "abc123"
    +      "visibility": "xyz789"
         }
       }
     }
     
    - -
    back to top @@ -6443,9 +5950,7 @@
    Response

    Example

    Query
    - - -
    query storeConfig {
    +                  
    query storeConfig {
       storeConfig {
         allow_gift_receipt
         allow_gift_wrapping_on_order
    @@ -6461,6 +5966,7 @@ 
    Query
    base_url cart_expires_in_days cart_gift_wrapping + cart_merge_preference cart_printed_card cart_summary_display_quantity catalog_default_sort_by @@ -6587,155 +6093,150 @@
    Query
    }
    }
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "storeConfig": {
    -      "allow_gift_receipt": "xyz789",
    +      "allow_gift_receipt": "abc123",
           "allow_gift_wrapping_on_order": "xyz789",
           "allow_gift_wrapping_on_order_items": "xyz789",
    -      "allow_items": "abc123",
    +      "allow_items": "xyz789",
           "allow_order": "abc123",
    -      "allow_printed_card": "xyz789",
    +      "allow_printed_card": "abc123",
           "autocomplete_on_storefront": true,
    -      "base_currency_code": "xyz789",
    -      "base_link_url": "abc123",
    -      "base_media_url": "xyz789",
    -      "base_static_url": "xyz789",
    +      "base_currency_code": "abc123",
    +      "base_link_url": "xyz789",
    +      "base_media_url": "abc123",
    +      "base_static_url": "abc123",
           "base_url": "xyz789",
    -      "cart_expires_in_days": 123,
    -      "cart_gift_wrapping": "abc123",
    -      "cart_printed_card": "xyz789",
    +      "cart_expires_in_days": 987,
    +      "cart_gift_wrapping": "xyz789",
    +      "cart_merge_preference": "xyz789",
    +      "cart_printed_card": "abc123",
           "cart_summary_display_quantity": 987,
           "catalog_default_sort_by": "abc123",
           "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
    -      "category_url_suffix": "xyz789",
    +      "category_url_suffix": "abc123",
           "check_money_order_enable_for_specific_countries": true,
    -      "check_money_order_enabled": false,
    +      "check_money_order_enabled": true,
           "check_money_order_make_check_payable_to": "xyz789",
           "check_money_order_max_order_total": "xyz789",
           "check_money_order_min_order_total": "xyz789",
           "check_money_order_new_order_status": "xyz789",
    -      "check_money_order_payment_from_specific_countries": "abc123",
    -      "check_money_order_send_check_to": "xyz789",
    +      "check_money_order_payment_from_specific_countries": "xyz789",
    +      "check_money_order_send_check_to": "abc123",
           "check_money_order_sort_order": 123,
    -      "check_money_order_title": "xyz789",
    +      "check_money_order_title": "abc123",
           "configurable_product_image": "ITSELF",
    -      "configurable_thumbnail_source": "xyz789",
    -      "contact_enabled": false,
    +      "configurable_thumbnail_source": "abc123",
    +      "contact_enabled": true,
           "countries_with_required_region": "abc123",
           "create_account_confirmation": false,
    -      "customer_access_token_lifetime": 987.65,
    +      "customer_access_token_lifetime": 123.45,
           "default_country": "abc123",
    -      "default_display_currency_code": "abc123",
    -      "display_product_prices_in_catalog": 123,
    +      "default_display_currency_code": "xyz789",
    +      "display_product_prices_in_catalog": 987,
           "display_shipping_prices": 123,
    -      "display_state_if_optional": true,
    +      "display_state_if_optional": false,
           "enable_multiple_wishlists": "abc123",
    -      "fixed_product_taxes_apply_tax_to_fpt": true,
    +      "fixed_product_taxes_apply_tax_to_fpt": false,
           "fixed_product_taxes_display_prices_in_emails": 123,
           "fixed_product_taxes_display_prices_in_product_lists": 123,
    -      "fixed_product_taxes_display_prices_in_sales_modules": 123,
    -      "fixed_product_taxes_display_prices_on_product_view_page": 123,
    +      "fixed_product_taxes_display_prices_in_sales_modules": 987,
    +      "fixed_product_taxes_display_prices_on_product_view_page": 987,
           "fixed_product_taxes_enable": true,
           "fixed_product_taxes_include_fpt_in_subtotal": false,
           "graphql_share_customer_group": false,
           "grid_per_page": 987,
           "grid_per_page_values": "xyz789",
           "grouped_product_image": "ITSELF",
    -      "is_checkout_agreements_enabled": false,
    -      "is_default_store": true,
    -      "is_default_store_group": true,
    -      "is_guest_checkout_enabled": false,
    -      "is_negotiable_quote_active": true,
    -      "is_one_page_checkout_enabled": true,
    +      "is_checkout_agreements_enabled": true,
    +      "is_default_store": false,
    +      "is_default_store_group": false,
    +      "is_guest_checkout_enabled": true,
    +      "is_negotiable_quote_active": false,
    +      "is_one_page_checkout_enabled": false,
           "is_requisition_list_active": "xyz789",
           "list_mode": "abc123",
    -      "list_per_page": 123,
    -      "list_per_page_values": "xyz789",
    -      "locale": "xyz789",
    -      "magento_reward_general_is_enabled": "xyz789",
    +      "list_per_page": 987,
    +      "list_per_page_values": "abc123",
    +      "locale": "abc123",
    +      "magento_reward_general_is_enabled": "abc123",
           "magento_reward_general_is_enabled_on_front": "xyz789",
    -      "magento_reward_general_min_points_balance": "abc123",
    -      "magento_reward_general_publish_history": "abc123",
    +      "magento_reward_general_min_points_balance": "xyz789",
    +      "magento_reward_general_publish_history": "xyz789",
           "magento_reward_points_invitation_customer": "abc123",
    -      "magento_reward_points_invitation_customer_limit": "xyz789",
    +      "magento_reward_points_invitation_customer_limit": "abc123",
           "magento_reward_points_invitation_order": "xyz789",
           "magento_reward_points_invitation_order_limit": "xyz789",
    -      "magento_reward_points_newsletter": "abc123",
    -      "magento_reward_points_order": "xyz789",
    -      "magento_reward_points_register": "xyz789",
    +      "magento_reward_points_newsletter": "xyz789",
    +      "magento_reward_points_order": "abc123",
    +      "magento_reward_points_register": "abc123",
           "magento_reward_points_review": "xyz789",
    -      "magento_reward_points_review_limit": "abc123",
    +      "magento_reward_points_review_limit": "xyz789",
           "magento_wishlist_general_is_enabled": "xyz789",
           "max_items_in_order_summary": 987,
           "maximum_number_of_wishlists": "abc123",
           "minicart_display": false,
    -      "minicart_max_items": 987,
    +      "minicart_max_items": 123,
           "minimum_password_length": "abc123",
    -      "newsletter_enabled": false,
    -      "optional_zip_countries": "abc123",
    +      "newsletter_enabled": true,
    +      "optional_zip_countries": "xyz789",
           "order_cancellation_enabled": false,
           "order_cancellation_reasons": [CancellationReason],
    -      "orders_invoices_credit_memos_display_full_summary": false,
    +      "orders_invoices_credit_memos_display_full_summary": true,
           "orders_invoices_credit_memos_display_grandtotal": false,
    -      "orders_invoices_credit_memos_display_price": 123,
    -      "orders_invoices_credit_memos_display_shipping_amount": 123,
    -      "orders_invoices_credit_memos_display_subtotal": 123,
    +      "orders_invoices_credit_memos_display_price": 987,
    +      "orders_invoices_credit_memos_display_shipping_amount": 987,
    +      "orders_invoices_credit_memos_display_subtotal": 987,
           "orders_invoices_credit_memos_display_zero_tax": false,
           "printed_card_priceV2": Money,
           "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
    -      "product_url_suffix": "abc123",
    -      "quickorder_active": true,
    +      "product_url_suffix": "xyz789",
    +      "quickorder_active": false,
           "required_character_classes_number": "abc123",
           "returns_enabled": "abc123",
           "root_category_uid": "4",
           "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
           "sales_gift_wrapping": "abc123",
    -      "sales_printed_card": "xyz789",
    +      "sales_printed_card": "abc123",
           "secure_base_link_url": "xyz789",
    -      "secure_base_media_url": "xyz789",
    +      "secure_base_media_url": "abc123",
           "secure_base_static_url": "xyz789",
           "secure_base_url": "abc123",
           "share_active_segments": false,
    -      "share_applied_cart_rule": false,
    -      "shopping_cart_display_full_summary": false,
    +      "share_applied_cart_rule": true,
    +      "shopping_cart_display_full_summary": true,
           "shopping_cart_display_grand_total": false,
           "shopping_cart_display_price": 123,
           "shopping_cart_display_shipping": 123,
    -      "shopping_cart_display_subtotal": 987,
    +      "shopping_cart_display_subtotal": 123,
           "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
           "shopping_cart_display_zero_tax": true,
    -      "store_code": "4",
    +      "store_code": 4,
           "store_group_code": 4,
    -      "store_group_name": "xyz789",
    +      "store_group_name": "abc123",
           "store_name": "xyz789",
           "store_sort_order": 123,
           "timezone": "xyz789",
    -      "title_separator": "xyz789",
    -      "use_store_in_url": true,
    +      "title_separator": "abc123",
    +      "use_store_in_url": false,
           "website_code": "4",
           "website_name": "xyz789",
           "weight_unit": "abc123",
           "zero_subtotal_enable_for_specific_countries": false,
    -      "zero_subtotal_enabled": false,
    -      "zero_subtotal_new_order_status": "abc123",
    -      "zero_subtotal_payment_action": "abc123",
    -      "zero_subtotal_payment_from_specific_countries": "xyz789",
    -      "zero_subtotal_sort_order": 987,
    -      "zero_subtotal_title": "xyz789"
    +      "zero_subtotal_enabled": true,
    +      "zero_subtotal_new_order_status": "xyz789",
    +      "zero_subtotal_payment_action": "xyz789",
    +      "zero_subtotal_payment_from_specific_countries": "abc123",
    +      "zero_subtotal_sort_order": 123,
    +      "zero_subtotal_title": "abc123"
         }
       }
     }
     
    - -
    back to top @@ -6801,9 +6302,7 @@
    Arguments

    Example

    Query
    - - -
    query variants(
    +                  
    query variants(
       $sku: String!,
       $optionIds: [String!],
       $pageSize: Int,
    @@ -6822,38 +6321,28 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "sku": "xyz789",
    -  "optionIds": ["abc123"],
    +  "optionIds": ["xyz789"],
       "pageSize": 123,
    -  "cursor": "abc123"
    +  "cursor": "xyz789"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "variants": {
           "variants": [ProductViewVariant],
    -      "cursor": "abc123"
    +      "cursor": "xyz789"
         }
       }
     }
     
    - -
    back to top @@ -6904,34 +6393,22 @@
    Arguments

    Example

    Query
    - - -
    mutation acceptCompanyInvitation($input: CompanyInvitationInput!) {
    +                  
    mutation acceptCompanyInvitation($input: CompanyInvitationInput!) {
       acceptCompanyInvitation(input: $input) {
         success
       }
     }
     
    - -
    Variables
    - - -
    {"input": CompanyInvitationInput}
    +                  
    {"input": CompanyInvitationInput}
     
    - -
    Response
    - - -
    {"data": {"acceptCompanyInvitation": {"success": false}}}
    +                  
    {"data": {"acceptCompanyInvitation": {"success": true}}}
     
    - -
    back to top @@ -6983,9 +6460,7 @@
    Arguments

    Example

    Query
    - - -
    mutation acceptNegotiableQuoteTemplate($input: AcceptNegotiableQuoteTemplateInput!) {
    +                  
    mutation acceptNegotiableQuoteTemplate($input: AcceptNegotiableQuoteTemplateInput!) {
       acceptNegotiableQuoteTemplate(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -7023,23 +6498,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AcceptNegotiableQuoteTemplateInput}
    +                  
    {"input": AcceptNegotiableQuoteTemplateInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "acceptNegotiableQuoteTemplate": {
           "buyer": NegotiableQuoteUser,
    @@ -7047,9 +6514,9 @@ 
    Response
    "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], @@ -7061,14 +6528,12 @@
    Response
    NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": "4", - "total_quantity": 987.65 + "template_id": 4, + "total_quantity": 123.45 } } }
    - -
    back to top @@ -7120,9 +6585,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addDownloadableProductsToCart($input: AddDownloadableProductsToCartInput) {
    +                  
    mutation addDownloadableProductsToCart($input: AddDownloadableProductsToCartInput) {
       addDownloadableProductsToCart(input: $input) {
         cart {
           ...CartFragment
    @@ -7130,30 +6593,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AddDownloadableProductsToCartInput}
    +                  
    {"input": AddDownloadableProductsToCartInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addDownloadableProductsToCart": {"cart": Cart}
       }
     }
     
    - -
    back to top @@ -7211,9 +6664,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addGiftRegistryRegistrants(
    +                  
    mutation addGiftRegistryRegistrants(
       $giftRegistryUid: ID!,
       $registrants: [AddGiftRegistryRegistrantInput!]!
     ) {
    @@ -7227,26 +6678,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "giftRegistryUid": 4,
    +                  
    {
    +  "giftRegistryUid": "4",
       "registrants": [AddGiftRegistryRegistrantInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addGiftRegistryRegistrants": {
           "gift_registry": GiftRegistry
    @@ -7254,8 +6697,6 @@ 
    Response
    } }
    - -
    back to top @@ -7313,9 +6754,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addProductsToCart(
    +                  
    mutation addProductsToCart(
       $cartId: String!,
       $cartItems: [CartItemInput!]!
     ) {
    @@ -7332,26 +6771,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "cartId": "xyz789",
       "cartItems": [CartItemInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addProductsToCart": {
           "cart": Cart,
    @@ -7360,8 +6791,6 @@ 
    Response
    } }
    - -
    back to top @@ -7413,9 +6842,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addProductsToCompareList($input: AddProductsToCompareListInput) {
    +                  
    mutation addProductsToCompareList($input: AddProductsToCompareListInput) {
       addProductsToCompareList(input: $input) {
         attributes {
           ...ComparableAttributeFragment
    @@ -7428,35 +6855,104 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AddProductsToCompareListInput}
    +                  
    {"input": AddProductsToCompareListInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addProductsToCompareList": {
           "attributes": [ComparableAttribute],
           "item_count": 987,
           "items": [ComparableItem],
    -      "uid": 4
    +      "uid": "4"
    +    }
    +  }
    +}
    +
    +
    + + back to top + + +
    +
    + Mutations +
    +

    + addProductsToNewCart +

    +
    +
    +
    +
    Description
    +

    Creates a new cart and add any type of product to it

    +
    +
    +
    +
    +
    +
    +
    Response
    +

    Returns an AddProductsToNewCartOutput +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + +
    NameDescription
    + cartItems - [CartItemInput!]! + An array that defines the products to add to the new cart
    +
    +
    +
    +

    Example

    +
    +
    Query
    +
    mutation addProductsToNewCart($cartItems: [CartItemInput!]!) {
    +  addProductsToNewCart(cartItems: $cartItems) {
    +    cart {
    +      ...CartFragment
    +    }
    +    user_errors {
    +      ...CartUserInputErrorFragment
    +    }
    +  }
    +}
    +
    +
    +
    +
    Variables
    +
    {"cartItems": [CartItemInput]}
    +
    +
    +
    +
    Response
    +
    {
    +  "data": {
    +    "addProductsToNewCart": {
    +      "cart": Cart,
    +      "user_errors": [CartUserInputError]
         }
       }
     }
     
    - -
    back to top @@ -7514,9 +7010,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addProductsToRequisitionList(
    +                  
    mutation addProductsToRequisitionList(
       $requisitionListUid: ID!,
       $requisitionListItems: [RequisitionListItemsInput!]!
     ) {
    @@ -7530,26 +7024,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "requisitionListUid": "4",
    +                  
    {
    +  "requisitionListUid": 4,
       "requisitionListItems": [RequisitionListItemsInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addProductsToRequisitionList": {
           "requisition_list": RequisitionList
    @@ -7557,8 +7043,6 @@ 
    Response
    } }
    - -
    back to top @@ -7616,9 +7100,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addProductsToWishlist(
    +                  
    mutation addProductsToWishlist(
       $wishlistId: ID!,
       $wishlistItems: [WishlistItemInput!]!
     ) {
    @@ -7635,23 +7117,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"wishlistId": 4, "wishlistItems": [WishlistItemInput]}
    +                  
    {
    +  "wishlistId": "4",
    +  "wishlistItems": [WishlistItemInput]
    +}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addProductsToWishlist": {
           "user_errors": [WishListUserInputError],
    @@ -7660,8 +7137,6 @@ 
    Response
    } }
    - -
    back to top @@ -7714,9 +7189,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addPurchaseOrderComment($input: AddPurchaseOrderCommentInput!) {
    +                  
    mutation addPurchaseOrderComment($input: AddPurchaseOrderCommentInput!) {
       addPurchaseOrderComment(input: $input) {
         comment {
           ...PurchaseOrderCommentFragment
    @@ -7724,23 +7197,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AddPurchaseOrderCommentInput}
    +                  
    {"input": AddPurchaseOrderCommentInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addPurchaseOrderComment": {
           "comment": PurchaseOrderComment
    @@ -7748,8 +7213,6 @@ 
    Response
    } }
    - -
    back to top @@ -7802,9 +7265,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addPurchaseOrderItemsToCart($input: AddPurchaseOrderItemsToCartInput!) {
    +                  
    mutation addPurchaseOrderItemsToCart($input: AddPurchaseOrderItemsToCartInput!) {
       addPurchaseOrderItemsToCart(input: $input) {
         cart {
           ...CartFragment
    @@ -7815,23 +7276,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AddPurchaseOrderItemsToCartInput}
    +                  
    {"input": AddPurchaseOrderItemsToCartInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addPurchaseOrderItemsToCart": {
           "cart": Cart,
    @@ -7840,8 +7293,6 @@ 
    Response
    } }
    - -
    back to top @@ -7899,9 +7350,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addRequisitionListItemsToCart(
    +                  
    mutation addRequisitionListItemsToCart(
       $requisitionListUid: ID!,
       $requisitionListItemUids: [ID!]
     ) {
    @@ -7919,26 +7368,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "requisitionListUid": "4",
       "requisitionListItemUids": [4]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addRequisitionListItemsToCart": {
           "add_requisition_list_items_to_cart_user_errors": [
    @@ -7950,8 +7391,6 @@ 
    Response
    } }
    - -
    back to top @@ -8003,9 +7442,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addReturnComment($input: AddReturnCommentInput!) {
    +                  
    mutation addReturnComment($input: AddReturnCommentInput!) {
       addReturnComment(input: $input) {
         return {
           ...ReturnFragment
    @@ -8013,26 +7450,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AddReturnCommentInput}
    +                  
    {"input": AddReturnCommentInput}
     
    - -
    Response
    - - -
    {"data": {"addReturnComment": {"return": Return}}}
    +                  
    {"data": {"addReturnComment": {"return": Return}}}
     
    - -
    back to top @@ -8084,9 +7511,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addReturnTracking($input: AddReturnTrackingInput!) {
    +                  
    mutation addReturnTracking($input: AddReturnTrackingInput!) {
       addReturnTracking(input: $input) {
         return {
           ...ReturnFragment
    @@ -8097,23 +7522,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": AddReturnTrackingInput}
    +                  
    {"input": AddReturnTrackingInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addReturnTracking": {
           "return": Return,
    @@ -8122,8 +7539,6 @@ 
    Response
    } }
    - -
    back to top @@ -8181,9 +7596,7 @@
    Arguments

    Example

    Query
    - - -
    mutation addWishlistItemsToCart(
    +                  
    mutation addWishlistItemsToCart(
       $wishlistId: ID!,
       $wishlistItemIds: [ID!]
     ) {
    @@ -8201,36 +7614,26 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"wishlistId": "4", "wishlistItemIds": [4]}
    +                  
    {"wishlistId": 4, "wishlistItemIds": ["4"]}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "addWishlistItemsToCart": {
           "add_wishlist_items_to_cart_user_errors": [
             WishlistCartUserInputError
           ],
    -      "status": false,
    +      "status": true,
           "wishlist": Wishlist
         }
       }
     }
     
    - -
    back to top @@ -8282,9 +7685,7 @@
    Arguments

    Example

    Query
    - - -
    mutation applyCouponToCart($input: ApplyCouponToCartInput) {
    +                  
    mutation applyCouponToCart($input: ApplyCouponToCartInput) {
       applyCouponToCart(input: $input) {
         cart {
           ...CartFragment
    @@ -8292,26 +7693,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ApplyCouponToCartInput}
    +                  
    {"input": ApplyCouponToCartInput}
     
    - -
    Response
    - - -
    {"data": {"applyCouponToCart": {"cart": Cart}}}
    +                  
    {"data": {"applyCouponToCart": {"cart": Cart}}}
     
    - -
    back to top @@ -8363,9 +7754,7 @@
    Arguments

    Example

    Query
    - - -
    mutation applyCouponsToCart($input: ApplyCouponsToCartInput) {
    +                  
    mutation applyCouponsToCart($input: ApplyCouponsToCartInput) {
       applyCouponsToCart(input: $input) {
         cart {
           ...CartFragment
    @@ -8373,26 +7762,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ApplyCouponsToCartInput}
    +                  
    {"input": ApplyCouponsToCartInput}
     
    - -
    Response
    - - -
    {"data": {"applyCouponsToCart": {"cart": Cart}}}
    +                  
    {"data": {"applyCouponsToCart": {"cart": Cart}}}
     
    - -
    back to top @@ -8444,9 +7823,7 @@
    Arguments

    Example

    Query
    - - -
    mutation applyGiftCardToCart($input: ApplyGiftCardToCartInput) {
    +                  
    mutation applyGiftCardToCart($input: ApplyGiftCardToCartInput) {
       applyGiftCardToCart(input: $input) {
         cart {
           ...CartFragment
    @@ -8454,26 +7831,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ApplyGiftCardToCartInput}
    +                  
    {"input": ApplyGiftCardToCartInput}
     
    - -
    Response
    - - -
    {"data": {"applyGiftCardToCart": {"cart": Cart}}}
    +                  
    {"data": {"applyGiftCardToCart": {"cart": Cart}}}
     
    - -
    back to top @@ -8526,9 +7893,7 @@
    Arguments

    Example

    Query
    - - -
    mutation applyRewardPointsToCart($cartId: ID!) {
    +                  
    mutation applyRewardPointsToCart($cartId: ID!) {
       applyRewardPointsToCart(cartId: $cartId) {
         cart {
           ...CartFragment
    @@ -8536,26 +7901,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"cartId": 4}
    +                  
    {"cartId": 4}
     
    - -
    Response
    - - -
    {"data": {"applyRewardPointsToCart": {"cart": Cart}}}
    +                  
    {"data": {"applyRewardPointsToCart": {"cart": Cart}}}
     
    - -
    back to top @@ -8607,9 +7962,7 @@
    Arguments

    Example

    Query
    - - -
    mutation applyStoreCreditToCart($input: ApplyStoreCreditToCartInput!) {
    +                  
    mutation applyStoreCreditToCart($input: ApplyStoreCreditToCartInput!) {
       applyStoreCreditToCart(input: $input) {
         cart {
           ...CartFragment
    @@ -8617,26 +7970,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ApplyStoreCreditToCartInput}
    +                  
    {"input": ApplyStoreCreditToCartInput}
     
    - -
    Response
    - - -
    {"data": {"applyStoreCreditToCart": {"cart": Cart}}}
    +                  
    {"data": {"applyStoreCreditToCart": {"cart": Cart}}}
     
    - -
    back to top @@ -8689,9 +8032,7 @@
    Arguments

    Example

    Query
    - - -
    mutation approvePurchaseOrders($input: PurchaseOrdersActionInput!) {
    +                  
    mutation approvePurchaseOrders($input: PurchaseOrdersActionInput!) {
       approvePurchaseOrders(input: $input) {
         errors {
           ...PurchaseOrderActionErrorFragment
    @@ -8702,23 +8043,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PurchaseOrdersActionInput}
    +                  
    {"input": PurchaseOrdersActionInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "approvePurchaseOrders": {
           "errors": [PurchaseOrderActionError],
    @@ -8727,8 +8060,6 @@ 
    Response
    } }
    - -
    back to top @@ -8780,9 +8111,7 @@
    Arguments

    Example

    Query
    - - -
    mutation assignCompareListToCustomer($uid: ID!) {
    +                  
    mutation assignCompareListToCustomer($uid: ID!) {
       assignCompareListToCustomer(uid: $uid) {
         compare_list {
           ...CompareListFragment
    @@ -8791,33 +8120,23 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"uid": 4}
    +                  
    {"uid": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "assignCompareListToCustomer": {
           "compare_list": CompareList,
    -      "result": true
    +      "result": false
         }
       }
     }
     
    - -
    back to top @@ -8870,9 +8189,7 @@
    Arguments

    Example

    Query
    - - -
    mutation assignCustomerToGuestCart($cart_id: String!) {
    +                  
    mutation assignCustomerToGuestCart($cart_id: String!) {
       assignCustomerToGuestCart(cart_id: $cart_id) {
         applied_coupons {
           ...AppliedCouponFragment
    @@ -8928,23 +8245,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"cart_id": "abc123"}
    +                  
    {"cart_id": "abc123"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "assignCustomerToGuestCart": {
           "applied_coupons": [AppliedCoupon],
    @@ -8962,20 +8271,18 @@ 
    Response
    "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "id": 4, - "is_virtual": true, + "is_virtual": false, "itemsV2": CartItems, "prices": CartPrices, "printed_card_included": true, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 987.65 + "total_quantity": 123.45 } } }
    - -
    back to top @@ -9027,9 +8334,7 @@
    Arguments

    Example

    Query
    - - -
    mutation cancelNegotiableQuoteTemplate($input: CancelNegotiableQuoteTemplateInput!) {
    +                  
    mutation cancelNegotiableQuoteTemplate($input: CancelNegotiableQuoteTemplateInput!) {
       cancelNegotiableQuoteTemplate(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -9067,31 +8372,23 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CancelNegotiableQuoteTemplateInput}
    +                  
    {"input": CancelNegotiableQuoteTemplateInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "cancelNegotiableQuoteTemplate": {
           "buyer": NegotiableQuoteUser,
           "comments": [NegotiableQuoteComment],
           "expiration_date": "xyz789",
           "history": [NegotiableQuoteHistoryEntry],
    -      "is_min_max_qty_used": false,
    -      "is_virtual": true,
    +      "is_min_max_qty_used": true,
    +      "is_virtual": false,
           "items": [CartItemInterface],
           "max_order_commitment": 987,
           "min_order_commitment": 987,
    @@ -9104,15 +8401,13 @@ 
    Response
    "shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", + "status": "xyz789", "template_id": 4, "total_quantity": 123.45 } } }
    - -
    back to top @@ -9165,9 +8460,7 @@
    Arguments

    Example

    Query
    - - -
    mutation cancelOrder($input: CancelOrderInput!) {
    +                  
    mutation cancelOrder($input: CancelOrderInput!) {
       cancelOrder(input: $input) {
         error
         errorV2 {
    @@ -9179,23 +8472,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CancelOrderInput}
    +                  
    {"input": CancelOrderInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "cancelOrder": {
           "error": "abc123",
    @@ -9205,8 +8490,6 @@ 
    Response
    } }
    - -
    back to top @@ -9259,9 +8542,7 @@
    Arguments

    Example

    Query
    - - -
    mutation cancelPurchaseOrders($input: PurchaseOrdersActionInput!) {
    +                  
    mutation cancelPurchaseOrders($input: PurchaseOrdersActionInput!) {
       cancelPurchaseOrders(input: $input) {
         errors {
           ...PurchaseOrderActionErrorFragment
    @@ -9272,23 +8553,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PurchaseOrdersActionInput}
    +                  
    {"input": PurchaseOrdersActionInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "cancelPurchaseOrders": {
           "errors": [PurchaseOrderActionError],
    @@ -9297,8 +8570,6 @@ 
    Response
    } }
    - -
    back to top @@ -9356,9 +8627,7 @@
    Arguments

    Example

    Query
    - - -
    mutation changeCustomerPassword(
    +                  
    mutation changeCustomerPassword(
       $currentPassword: String!,
       $newPassword: String!
     ) {
    @@ -9461,26 +8730,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "currentPassword": "xyz789",
       "newPassword": "abc123"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "changeCustomerPassword": {
           "addresses": [CustomerAddress],
    @@ -9494,16 +8755,16 @@ 
    Response
    "date_of_birth": "xyz789", "default_billing": "abc123", "default_shipping": "xyz789", - "email": "abc123", - "firstname": "xyz789", + "email": "xyz789", + "firstname": "abc123", "gender": 123, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, - "is_subscribed": false, + "is_subscribed": true, "job_title": "xyz789", "lastname": "abc123", - "middlename": "xyz789", + "middlename": "abc123", "orders": CustomerOrders, "prefix": "abc123", "purchase_order": PurchaseOrder, @@ -9520,9 +8781,9 @@
    Response
    "segments": [CustomerSegmentStorefront], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, + "structure_id": "4", "suffix": "abc123", - "taxvat": "xyz789", + "taxvat": "abc123", "team": CompanyTeam, "telephone": "xyz789", "wishlist_v2": Wishlist, @@ -9531,8 +8792,6 @@
    Response
    } }
    - -
    back to top @@ -9584,9 +8843,7 @@
    Arguments

    Example

    Query
    - - -
    mutation clearCustomerCart($cartUid: String!) {
    +                  
    mutation clearCustomerCart($cartUid: String!) {
       clearCustomerCart(cartUid: $cartUid) {
         cart {
           ...CartFragment
    @@ -9595,30 +8852,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"cartUid": "abc123"}
    +                  
    {"cartUid": "abc123"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "clearCustomerCart": {"cart": Cart, "status": false}
       }
     }
     
    - -
    back to top @@ -9670,9 +8917,7 @@
    Arguments

    Example

    Query
    - - -
    mutation clearWishlist($wishlistId: ID!) {
    +                  
    mutation clearWishlist($wishlistId: ID!) {
       clearWishlist(wishlistId: $wishlistId) {
         user_errors {
           ...WishListUserInputErrorFragment
    @@ -9683,23 +8928,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"wishlistId": "4"}
    +                  
    {"wishlistId": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "clearWishlist": {
           "user_errors": [WishListUserInputError],
    @@ -9708,8 +8945,6 @@ 
    Response
    } }
    - -
    back to top @@ -9761,9 +8996,7 @@
    Arguments

    Example

    Query
    - - -
    mutation closeNegotiableQuotes($input: CloseNegotiableQuotesInput!) {
    +                  
    mutation closeNegotiableQuotes($input: CloseNegotiableQuotesInput!) {
       closeNegotiableQuotes(input: $input) {
         negotiable_quotes {
           ...NegotiableQuotesOutputFragment
    @@ -9780,23 +9013,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CloseNegotiableQuotesInput}
    +                  
    {"input": CloseNegotiableQuotesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "closeNegotiableQuotes": {
           "negotiable_quotes": NegotiableQuotesOutput,
    @@ -9808,8 +9033,85 @@ 
    Response
    } }
    - - +
    + + back to top + +
    +
    +
    + Mutations +
    +

    + completeOrder +

    +
    +
    +
    +
    Description
    +

    Synchronizes order details and place the order

    +
    +
    +
    +
    +
    +
    +
    Response
    +

    Returns a PlaceOrderOutput +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + +
    NameDescription
    + input - CompleteOrderInput + Describes the variables needed to complete or place the order
    +
    +
    +
    +

    Example

    +
    +
    Query
    +
    mutation completeOrder($input: CompleteOrderInput) {
    +  completeOrder(input: $input) {
    +    errors {
    +      ...PlaceOrderErrorFragment
    +    }
    +    orderV2 {
    +      ...CustomerOrderFragment
    +    }
    +  }
    +}
    +
    +
    +
    +
    Variables
    +
    {"input": CompleteOrderInput}
    +
    +
    +
    +
    Response
    +
    {
    +  "data": {
    +    "completeOrder": {
    +      "errors": [PlaceOrderError],
    +      "orderV2": CustomerOrder
    +    }
    +  }
    +}
    +
    back to top @@ -9862,9 +9164,7 @@
    Arguments

    Example

    Query
    - - -
    mutation confirmCancelOrder($input: ConfirmCancelOrderInput!) {
    +                  
    mutation confirmCancelOrder($input: ConfirmCancelOrderInput!) {
       confirmCancelOrder(input: $input) {
         error
         errorV2 {
    @@ -9876,23 +9176,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ConfirmCancelOrderInput}
    +                  
    {"input": ConfirmCancelOrderInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "confirmCancelOrder": {
           "error": "xyz789",
    @@ -9902,8 +9194,6 @@ 
    Response
    } }
    - -
    back to top @@ -9955,9 +9245,7 @@
    Arguments

    Example

    Query
    - - -
    mutation confirmEmail($input: ConfirmEmailInput!) {
    +                  
    mutation confirmEmail($input: ConfirmEmailInput!) {
       confirmEmail(input: $input) {
         customer {
           ...CustomerFragment
    @@ -9965,26 +9253,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ConfirmEmailInput}
    +                  
    {"input": ConfirmEmailInput}
     
    - -
    Response
    - - -
    {"data": {"confirmEmail": {"customer": Customer}}}
    +                  
    {"data": {"confirmEmail": {"customer": Customer}}}
     
    - -
    back to top @@ -10037,9 +9315,7 @@
    Arguments

    Example

    Query
    - - -
    mutation confirmReturn($input: ConfirmReturnInput!) {
    +                  
    mutation confirmReturn($input: ConfirmReturnInput!) {
       confirmReturn(input: $input) {
         return {
           ...ReturnFragment
    @@ -10050,23 +9326,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ConfirmReturnInput}
    +                  
    {"input": ConfirmReturnInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "confirmReturn": {
           "return": Return,
    @@ -10075,8 +9343,6 @@ 
    Response
    } }
    - -
    back to top @@ -10128,34 +9394,22 @@
    Arguments

    Example

    Query
    - - -
    mutation contactUs($input: ContactUsInput!) {
    +                  
    mutation contactUs($input: ContactUsInput!) {
       contactUs(input: $input) {
         status
       }
     }
     
    - -
    Variables
    - - -
    {"input": ContactUsInput}
    +                  
    {"input": ContactUsInput}
     
    - -
    Response
    - - -
    {"data": {"contactUs": {"status": true}}}
    +                  
    {"data": {"contactUs": {"status": false}}}
     
    - -
    back to top @@ -10219,9 +9473,7 @@
    Arguments

    Example

    Query
    - - -
    mutation copyItemsBetweenRequisitionLists(
    +                  
    mutation copyItemsBetweenRequisitionLists(
       $sourceRequisitionListUid: ID!,
       $destinationRequisitionListUid: ID,
       $requisitionListItem: CopyItemsBetweenRequisitionListsInput
    @@ -10237,27 +9489,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "sourceRequisitionListUid": "4",
    +                  
    {
    +  "sourceRequisitionListUid": 4,
       "destinationRequisitionListUid": 4,
       "requisitionListItem": CopyItemsBetweenRequisitionListsInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "copyItemsBetweenRequisitionLists": {
           "requisition_list": RequisitionList
    @@ -10265,8 +9509,6 @@ 
    Response
    } }
    - -
    back to top @@ -10330,9 +9572,7 @@
    Arguments

    Example

    Query
    - - -
    mutation copyProductsBetweenWishlists(
    +                  
    mutation copyProductsBetweenWishlists(
       $sourceWishlistUid: ID!,
       $destinationWishlistUid: ID!,
       $wishlistItems: [WishlistItemCopyInput!]!
    @@ -10354,27 +9594,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "sourceWishlistUid": "4",
    -  "destinationWishlistUid": 4,
    +                  
    {
    +  "sourceWishlistUid": 4,
    +  "destinationWishlistUid": "4",
       "wishlistItems": [WishlistItemCopyInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "copyProductsBetweenWishlists": {
           "destination_wishlist": Wishlist,
    @@ -10384,8 +9616,6 @@ 
    Response
    } }
    - -
    back to top @@ -10438,9 +9668,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCompany($input: CompanyCreateInput!) {
    +                  
    mutation createCompany($input: CompanyCreateInput!) {
       createCompany(input: $input) {
         company {
           ...CompanyFragment
    @@ -10448,26 +9676,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyCreateInput}
    +                  
    {"input": CompanyCreateInput}
     
    - -
    Response
    - - -
    {"data": {"createCompany": {"company": Company}}}
    +                  
    {"data": {"createCompany": {"company": Company}}}
     
    - -
    back to top @@ -10520,9 +9738,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCompanyRole($input: CompanyRoleCreateInput!) {
    +                  
    mutation createCompanyRole($input: CompanyRoleCreateInput!) {
       createCompanyRole(input: $input) {
         role {
           ...CompanyRoleFragment
    @@ -10530,26 +9746,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyRoleCreateInput}
    +                  
    {"input": CompanyRoleCreateInput}
     
    - -
    Response
    - - -
    {"data": {"createCompanyRole": {"role": CompanyRole}}}
    +                  
    {"data": {"createCompanyRole": {"role": CompanyRole}}}
     
    - -
    back to top @@ -10602,9 +9808,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCompanyTeam($input: CompanyTeamCreateInput!) {
    +                  
    mutation createCompanyTeam($input: CompanyTeamCreateInput!) {
       createCompanyTeam(input: $input) {
         team {
           ...CompanyTeamFragment
    @@ -10612,26 +9816,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyTeamCreateInput}
    +                  
    {"input": CompanyTeamCreateInput}
     
    - -
    Response
    - - -
    {"data": {"createCompanyTeam": {"team": CompanyTeam}}}
    +                  
    {"data": {"createCompanyTeam": {"team": CompanyTeam}}}
     
    - -
    back to top @@ -10684,9 +9878,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCompanyUser($input: CompanyUserCreateInput!) {
    +                  
    mutation createCompanyUser($input: CompanyUserCreateInput!) {
       createCompanyUser(input: $input) {
         user {
           ...CustomerFragment
    @@ -10694,26 +9886,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyUserCreateInput}
    +                  
    {"input": CompanyUserCreateInput}
     
    - -
    Response
    - - -
    {"data": {"createCompanyUser": {"user": Customer}}}
    +                  
    {"data": {"createCompanyUser": {"user": Customer}}}
     
    - -
    back to top @@ -10766,9 +9948,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCompareList($input: CreateCompareListInput) {
    +                  
    mutation createCompareList($input: CreateCompareListInput) {
       createCompareList(input: $input) {
         attributes {
           ...ComparableAttributeFragment
    @@ -10781,23 +9961,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreateCompareListInput}
    +                  
    {"input": CreateCompareListInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createCompareList": {
           "attributes": [ComparableAttribute],
    @@ -10808,8 +9980,6 @@ 
    Response
    } }
    - -
    back to top @@ -10862,9 +10032,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCustomerAddress($input: CustomerAddressInput!) {
    +                  
    mutation createCustomerAddress($input: CustomerAddressInput!) {
       createCustomerAddress(input: $input) {
         city
         company
    @@ -10891,27 +10059,20 @@ 
    Query
    street suffix telephone + uid vat_id }
    }
    - -
    Variables
    - - -
    {"input": CustomerAddressInput}
    +                  
    {"input": CustomerAddressInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createCustomerAddress": {
           "city": "xyz789",
    @@ -10922,24 +10083,23 @@ 
    Response
    "default_shipping": true, "extension_attributes": [CustomerAddressAttribute], "fax": "xyz789", - "firstname": "abc123", - "id": 987, - "lastname": "xyz789", + "firstname": "xyz789", + "id": 123, + "lastname": "abc123", "middlename": "abc123", "postcode": "xyz789", "prefix": "abc123", "region": CustomerAddressRegion, - "region_id": 123, - "street": ["xyz789"], + "region_id": 987, + "street": ["abc123"], "suffix": "xyz789", "telephone": "abc123", - "vat_id": "xyz789" + "uid": "4", + "vat_id": "abc123" } } }
    - -
    back to top @@ -10991,9 +10151,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createCustomerV2($input: CustomerCreateInput!) {
    +                  
    mutation createCustomerV2($input: CustomerCreateInput!) {
       createCustomerV2(input: $input) {
         customer {
           ...CustomerFragment
    @@ -11001,26 +10159,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CustomerCreateInput}
    +                  
    {"input": CustomerCreateInput}
     
    - -
    Response
    - - -
    {"data": {"createCustomerV2": {"customer": Customer}}}
    +                  
    {"data": {"createCustomerV2": {"customer": Customer}}}
     
    - -
    back to top @@ -11072,9 +10220,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createGiftRegistry($giftRegistry: CreateGiftRegistryInput!) {
    +                  
    mutation createGiftRegistry($giftRegistry: CreateGiftRegistryInput!) {
       createGiftRegistry(giftRegistry: $giftRegistry) {
         gift_registry {
           ...GiftRegistryFragment
    @@ -11082,30 +10228,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"giftRegistry": CreateGiftRegistryInput}
    +                  
    {"giftRegistry": CreateGiftRegistryInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createGiftRegistry": {"gift_registry": GiftRegistry}
       }
     }
     
    - -
    back to top @@ -11158,9 +10294,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createGuestCart($input: CreateGuestCartInput) {
    +                  
    mutation createGuestCart($input: CreateGuestCartInput) {
       createGuestCart(input: $input) {
         cart {
           ...CartFragment
    @@ -11168,26 +10302,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreateGuestCartInput}
    +                  
    {"input": CreateGuestCartInput}
     
    - -
    Response
    - - -
    {"data": {"createGuestCart": {"cart": Cart}}}
    +                  
    {"data": {"createGuestCart": {"cart": Cart}}}
     
    - -
    back to top @@ -11239,9 +10363,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createPaymentOrder($input: CreatePaymentOrderInput!) {
    +                  
    mutation createPaymentOrder($input: CreatePaymentOrderInput!) {
       createPaymentOrder(input: $input) {
         amount
         currency_code
    @@ -11251,36 +10373,26 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreatePaymentOrderInput}
    +                  
    {"input": CreatePaymentOrderInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createPaymentOrder": {
           "amount": 987.65,
    -      "currency_code": "abc123",
    +      "currency_code": "xyz789",
           "id": "xyz789",
    -      "mp_order_id": "xyz789",
    -      "status": "xyz789"
    +      "mp_order_id": "abc123",
    +      "status": "abc123"
         }
       }
     }
     
    - -
    back to top @@ -11333,9 +10445,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createPurchaseOrderApprovalRule($input: PurchaseOrderApprovalRuleInput!) {
    +                  
    mutation createPurchaseOrderApprovalRule($input: PurchaseOrderApprovalRuleInput!) {
       createPurchaseOrderApprovalRule(input: $input) {
         applies_to_roles {
           ...CompanyRoleFragment
    @@ -11356,41 +10466,31 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PurchaseOrderApprovalRuleInput}
    +                  
    {"input": PurchaseOrderApprovalRuleInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createPurchaseOrderApprovalRule": {
           "applies_to_roles": [CompanyRole],
           "approver_roles": [CompanyRole],
           "condition": PurchaseOrderApprovalRuleConditionInterface,
           "created_at": "xyz789",
    -      "created_by": "xyz789",
    -      "description": "xyz789",
    -      "name": "abc123",
    +      "created_by": "abc123",
    +      "description": "abc123",
    +      "name": "xyz789",
           "status": "ENABLED",
    -      "uid": "4",
    +      "uid": 4,
           "updated_at": "xyz789"
         }
       }
     }
     
    - -
    back to top @@ -11443,9 +10543,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createRequisitionList($input: CreateRequisitionListInput) {
    +                  
    mutation createRequisitionList($input: CreateRequisitionListInput) {
       createRequisitionList(input: $input) {
         requisition_list {
           ...RequisitionListFragment
    @@ -11453,23 +10551,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreateRequisitionListInput}
    +                  
    {"input": CreateRequisitionListInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createRequisitionList": {
           "requisition_list": RequisitionList
    @@ -11477,8 +10567,6 @@ 
    Response
    } }
    - -
    back to top @@ -11530,9 +10618,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createVaultCardPaymentToken($input: CreateVaultCardPaymentTokenInput!) {
    +                  
    mutation createVaultCardPaymentToken($input: CreateVaultCardPaymentTokenInput!) {
       createVaultCardPaymentToken(input: $input) {
         payment_source {
           ...PaymentSourceOutputFragment
    @@ -11541,23 +10627,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreateVaultCardPaymentTokenInput}
    +                  
    {"input": CreateVaultCardPaymentTokenInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createVaultCardPaymentToken": {
           "payment_source": PaymentSourceOutput,
    @@ -11566,8 +10644,6 @@ 
    Response
    } }
    - -
    back to top @@ -11619,31 +10695,21 @@
    Arguments

    Example

    Query
    - - -
    mutation createVaultCardSetupToken($input: CreateVaultCardSetupTokenInput!) {
    +                  
    mutation createVaultCardSetupToken($input: CreateVaultCardSetupTokenInput!) {
       createVaultCardSetupToken(input: $input) {
         setup_token
       }
     }
     
    - -
    Variables
    - - -
    {"input": CreateVaultCardSetupTokenInput}
    +                  
    {"input": CreateVaultCardSetupTokenInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "createVaultCardSetupToken": {
           "setup_token": "abc123"
    @@ -11651,8 +10717,6 @@ 
    Response
    } }
    - -
    back to top @@ -11704,9 +10768,7 @@
    Arguments

    Example

    Query
    - - -
    mutation createWishlist($input: CreateWishlistInput!) {
    +                  
    mutation createWishlist($input: CreateWishlistInput!) {
       createWishlist(input: $input) {
         wishlist {
           ...WishlistFragment
    @@ -11714,26 +10776,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreateWishlistInput}
    +                  
    {"input": CreateWishlistInput}
     
    - -
    Response
    - - -
    {"data": {"createWishlist": {"wishlist": Wishlist}}}
    +                  
    {"data": {"createWishlist": {"wishlist": Wishlist}}}
     
    - -
    back to top @@ -11786,34 +10838,22 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteCompanyRole($id: ID!) {
    +                  
    mutation deleteCompanyRole($id: ID!) {
       deleteCompanyRole(id: $id) {
         success
       }
     }
     
    - -
    Variables
    - - -
    {"id": 4}
    +                  
    {"id": 4}
     
    - -
    Response
    - - -
    {"data": {"deleteCompanyRole": {"success": false}}}
    +                  
    {"data": {"deleteCompanyRole": {"success": false}}}
     
    - -
    back to top @@ -11866,34 +10906,22 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteCompanyTeam($id: ID!) {
    +                  
    mutation deleteCompanyTeam($id: ID!) {
       deleteCompanyTeam(id: $id) {
         success
       }
     }
     
    - -
    Variables
    - - -
    {"id": 4}
    +                  
    {"id": 4}
     
    - -
    Response
    - - -
    {"data": {"deleteCompanyTeam": {"success": true}}}
    +                  
    {"data": {"deleteCompanyTeam": {"success": true}}}
     
    - -
    back to top @@ -11946,34 +10974,22 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteCompanyUserV2($id: ID!) {
    +                  
    mutation deleteCompanyUserV2($id: ID!) {
       deleteCompanyUserV2(id: $id) {
         success
       }
     }
     
    - -
    Variables
    - - -
    {"id": 4}
    +                  
    {"id": "4"}
     
    - -
    Response
    - - -
    {"data": {"deleteCompanyUserV2": {"success": true}}}
    +                  
    {"data": {"deleteCompanyUserV2": {"success": false}}}
     
    - -
    back to top @@ -12025,34 +11041,22 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteCompareList($uid: ID!) {
    +                  
    mutation deleteCompareList($uid: ID!) {
       deleteCompareList(uid: $uid) {
         result
       }
     }
     
    - -
    Variables
    - - -
    {"uid": 4}
    +                  
    {"uid": "4"}
     
    - -
    Response
    - - -
    {"data": {"deleteCompareList": {"result": false}}}
    +                  
    {"data": {"deleteCompareList": {"result": true}}}
     
    - -
    back to top @@ -12085,23 +11089,15 @@
    Response

    Example

    Query
    - - -
    mutation deleteCustomer {
    +                  
    mutation deleteCustomer {
       deleteCustomer
     }
     
    - -
    Response
    - - -
    {"data": {"deleteCustomer": false}}
    +                  
    {"data": {"deleteCustomer": false}}
     
    - -
    back to top @@ -12153,32 +11149,20 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteCustomerAddress($id: Int!) {
    +                  
    mutation deleteCustomerAddress($id: Int!) {
       deleteCustomerAddress(id: $id)
     }
     
    - -
    Variables
    - - -
    {"id": 987}
    +                  
    {"id": 987}
     
    - -
    Response
    - - -
    {"data": {"deleteCustomerAddress": false}}
    +                  
    {"data": {"deleteCustomerAddress": false}}
     
    - -
    back to top @@ -12230,32 +11214,20 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteNegotiableQuoteTemplate($input: DeleteNegotiableQuoteTemplateInput!) {
    +                  
    mutation deleteNegotiableQuoteTemplate($input: DeleteNegotiableQuoteTemplateInput!) {
       deleteNegotiableQuoteTemplate(input: $input)
     }
     
    - -
    Variables
    - - -
    {"input": DeleteNegotiableQuoteTemplateInput}
    +                  
    {"input": DeleteNegotiableQuoteTemplateInput}
     
    - -
    Response
    - - -
    {"data": {"deleteNegotiableQuoteTemplate": false}}
    +                  
    {"data": {"deleteNegotiableQuoteTemplate": false}}
     
    - -
    back to top @@ -12307,9 +11279,7 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteNegotiableQuotes($input: DeleteNegotiableQuotesInput!) {
    +                  
    mutation deleteNegotiableQuotes($input: DeleteNegotiableQuotesInput!) {
       deleteNegotiableQuotes(input: $input) {
         negotiable_quotes {
           ...NegotiableQuotesOutputFragment
    @@ -12326,23 +11296,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": DeleteNegotiableQuotesInput}
    +                  
    {"input": DeleteNegotiableQuotesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "deleteNegotiableQuotes": {
           "negotiable_quotes": NegotiableQuotesOutput,
    @@ -12354,8 +11316,6 @@ 
    Response
    } }
    - -
    back to top @@ -12407,9 +11367,7 @@
    Arguments

    Example

    Query
    - - -
    mutation deletePaymentToken($public_hash: String!) {
    +                  
    mutation deletePaymentToken($public_hash: String!) {
       deletePaymentToken(public_hash: $public_hash) {
         customerPaymentTokens {
           ...CustomerPaymentTokensFragment
    @@ -12418,23 +11376,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"public_hash": "xyz789"}
    +                  
    {"public_hash": "xyz789"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "deletePaymentToken": {
           "customerPaymentTokens": CustomerPaymentTokens,
    @@ -12443,8 +11393,6 @@ 
    Response
    } }
    - -
    back to top @@ -12497,9 +11445,7 @@
    Arguments

    Example

    Query
    - - -
    mutation deletePurchaseOrderApprovalRule($input: DeletePurchaseOrderApprovalRuleInput!) {
    +                  
    mutation deletePurchaseOrderApprovalRule($input: DeletePurchaseOrderApprovalRuleInput!) {
       deletePurchaseOrderApprovalRule(input: $input) {
         errors {
           ...DeletePurchaseOrderApprovalRuleErrorFragment
    @@ -12507,23 +11453,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": DeletePurchaseOrderApprovalRuleInput}
    +                  
    {"input": DeletePurchaseOrderApprovalRuleInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "deletePurchaseOrderApprovalRule": {
           "errors": [DeletePurchaseOrderApprovalRuleError]
    @@ -12531,8 +11469,6 @@ 
    Response
    } }
    - -
    back to top @@ -12584,9 +11520,7 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteRequisitionList($requisitionListUid: ID!) {
    +                  
    mutation deleteRequisitionList($requisitionListUid: ID!) {
       deleteRequisitionList(requisitionListUid: $requisitionListUid) {
         requisition_lists {
           ...RequisitionListsFragment
    @@ -12595,33 +11529,23 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"requisitionListUid": "4"}
    +                  
    {"requisitionListUid": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "deleteRequisitionList": {
           "requisition_lists": RequisitionLists,
    -      "status": true
    +      "status": false
         }
       }
     }
     
    - -
    back to top @@ -12679,9 +11603,7 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteRequisitionListItems(
    +                  
    mutation deleteRequisitionListItems(
       $requisitionListUid: ID!,
       $requisitionListItemUids: [ID!]!
     ) {
    @@ -12695,26 +11617,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "requisitionListUid": "4",
    -  "requisitionListItemUids": ["4"]
    -}
    +                  
    {"requisitionListUid": 4, "requisitionListItemUids": [4]}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "deleteRequisitionListItems": {
           "requisition_list": RequisitionList
    @@ -12722,8 +11633,6 @@ 
    Response
    } }
    - -
    back to top @@ -12775,9 +11684,7 @@
    Arguments

    Example

    Query
    - - -
    mutation deleteWishlist($wishlistId: ID!) {
    +                  
    mutation deleteWishlist($wishlistId: ID!) {
       deleteWishlist(wishlistId: $wishlistId) {
         status
         wishlists {
    @@ -12786,33 +11693,23 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"wishlistId": 4}
    +                  
    {"wishlistId": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "deleteWishlist": {
    -      "status": true,
    +      "status": false,
           "wishlists": [Wishlist]
         }
       }
     }
     
    - -
    back to top @@ -12864,9 +11761,7 @@
    Arguments

    Example

    Query
    - - -
    mutation duplicateNegotiableQuote($input: DuplicateNegotiableQuoteInput!) {
    +                  
    mutation duplicateNegotiableQuote($input: DuplicateNegotiableQuoteInput!) {
       duplicateNegotiableQuote(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -12874,30 +11769,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": DuplicateNegotiableQuoteInput}
    +                  
    {"input": DuplicateNegotiableQuoteInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "duplicateNegotiableQuote": {"quote": NegotiableQuote}
       }
     }
     
    - -
    back to top @@ -12949,9 +11834,7 @@
    Arguments

    Example

    Query
    - - -
    mutation estimateShippingMethods($input: EstimateTotalsInput!) {
    +                  
    mutation estimateShippingMethods($input: EstimateTotalsInput!) {
       estimateShippingMethods(input: $input) {
         additional_data {
           ...ShippingAdditionalDataFragment
    @@ -12974,33 +11857,25 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": EstimateTotalsInput}
    +                  
    {"input": EstimateTotalsInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "estimateShippingMethods": [
           {
             "additional_data": [ShippingAdditionalData],
             "amount": Money,
    -        "available": false,
    -        "carrier_code": "abc123",
    -        "carrier_title": "xyz789",
    -        "error_message": "xyz789",
    -        "method_code": "abc123",
    +        "available": true,
    +        "carrier_code": "xyz789",
    +        "carrier_title": "abc123",
    +        "error_message": "abc123",
    +        "method_code": "xyz789",
             "method_title": "xyz789",
             "price_excl_tax": Money,
             "price_incl_tax": Money
    @@ -13009,8 +11884,6 @@ 
    Response
    } }
    - -
    back to top @@ -13062,9 +11935,7 @@
    Arguments

    Example

    Query
    - - -
    mutation estimateTotals($input: EstimateTotalsInput!) {
    +                  
    mutation estimateTotals($input: EstimateTotalsInput!) {
       estimateTotals(input: $input) {
         cart {
           ...CartFragment
    @@ -13072,26 +11943,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": EstimateTotalsInput}
    +                  
    {"input": EstimateTotalsInput}
     
    - -
    Response
    - - -
    {"data": {"estimateTotals": {"cart": Cart}}}
    +                  
    {"data": {"estimateTotals": {"cart": Cart}}}
     
    - -
    back to top @@ -13143,9 +12004,7 @@
    Arguments

    Example

    Query
    - - -
    mutation exchangeExternalCustomerToken($input: ExchangeExternalCustomerTokenInput) {
    +                  
    mutation exchangeExternalCustomerToken($input: ExchangeExternalCustomerTokenInput) {
       exchangeExternalCustomerToken(input: $input) {
         customer {
           ...CustomerFragment
    @@ -13154,33 +12013,93 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ExchangeExternalCustomerTokenInput}
    +                  
    {"input": ExchangeExternalCustomerTokenInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "exchangeExternalCustomerToken": {
           "customer": Customer,
    -      "token": "abc123"
    +      "token": "xyz789"
    +    }
    +  }
    +}
    +
    +
    + + back to top + +
    +
    +
    + Mutations +
    +

    + finishUpload +

    +
    +
    +
    +
    Response
    +

    Returns a finishUploadOutput +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + +
    NameDescription
    + input - finishUploadInput! + +
    +
    +
    +
    +

    Example

    +
    +
    Query
    +
    mutation finishUpload($input: finishUploadInput!) {
    +  finishUpload(input: $input) {
    +    key
    +    message
    +    success
    +  }
    +}
    +
    +
    +
    +
    Variables
    +
    {"input": finishUploadInput}
    +
    +
    +
    +
    Response
    +
    {
    +  "data": {
    +    "finishUpload": {
    +      "key": "abc123",
    +      "message": "xyz789",
    +      "success": true
         }
       }
     }
     
    - -
    back to top @@ -13238,9 +12157,7 @@
    Arguments

    Example

    Query
    - - -
    mutation generateCustomerToken(
    +                  
    mutation generateCustomerToken(
       $email: String!,
       $password: String!
     ) {
    @@ -13252,35 +12169,25 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "email": "xyz789",
    +                  
    {
    +  "email": "abc123",
       "password": "abc123"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "generateCustomerToken": {
    -      "token": "abc123"
    +      "token": "xyz789"
         }
       }
     }
     
    - -
    back to top @@ -13332,31 +12239,21 @@
    Arguments

    Example

    Query
    - - -
    mutation generateCustomerTokenAsAdmin($input: GenerateCustomerTokenAsAdminInput!) {
    +                  
    mutation generateCustomerTokenAsAdmin($input: GenerateCustomerTokenAsAdminInput!) {
       generateCustomerTokenAsAdmin(input: $input) {
         customer_token
       }
     }
     
    - -
    Variables
    - - -
    {"input": GenerateCustomerTokenAsAdminInput}
    +                  
    {"input": GenerateCustomerTokenAsAdminInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "generateCustomerTokenAsAdmin": {
           "customer_token": "xyz789"
    @@ -13364,8 +12261,6 @@ 
    Response
    } }
    - -
    back to top @@ -13417,34 +12312,98 @@
    Arguments

    Example

    Query
    - - -
    mutation generateNegotiableQuoteFromTemplate($input: GenerateNegotiableQuoteFromTemplateInput!) {
    +                  
    mutation generateNegotiableQuoteFromTemplate($input: GenerateNegotiableQuoteFromTemplateInput!) {
       generateNegotiableQuoteFromTemplate(input: $input) {
         negotiable_quote_uid
       }
     }
     
    - -
    Variables
    - - -
    {"input": GenerateNegotiableQuoteFromTemplateInput}
    +                  
    {"input": GenerateNegotiableQuoteFromTemplateInput}
     
    - -
    Response
    - - -
    {"data": {"generateNegotiableQuoteFromTemplate": {"negotiable_quote_uid": 4}}}
    +                  
    {
    +  "data": {
    +    "generateNegotiableQuoteFromTemplate": {
    +      "negotiable_quote_uid": "4"
    +    }
    +  }
    +}
    +
    +
    + + back to top + +
    +
    +
    + Mutations +
    +

    + initiateUpload +

    +
    +
    +
    +
    Response
    +

    Returns an initiateUploadOutput +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + +
    NameDescription
    + input - initiateUploadInput! + +
    +
    +
    +
    +

    Example

    +
    +
    Query
    +
    mutation initiateUpload($input: initiateUploadInput!) {
    +  initiateUpload(input: $input) {
    +    expires_at
    +    key
    +    upload_url
    +  }
    +}
    +
    +
    +
    +
    Variables
    +
    {"input": initiateUploadInput}
    +
    +
    +
    +
    Response
    +
    {
    +  "data": {
    +    "initiateUpload": {
    +      "expires_at": "xyz789",
    +      "key": "abc123",
    +      "upload_url": "abc123"
    +    }
    +  }
    +}
     
    - -
    back to top @@ -13502,9 +12461,7 @@
    Arguments

    Example

    Query
    - - -
    mutation mergeCarts(
    +                  
    mutation mergeCarts(
       $source_cart_id: String!,
       $destination_cart_id: String
     ) {
    @@ -13566,26 +12523,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "source_cart_id": "xyz789",
    -  "destination_cart_id": "abc123"
    +                  
    {
    +  "source_cart_id": "abc123",
    +  "destination_cart_id": "xyz789"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "mergeCarts": {
           "applied_coupons": [AppliedCoupon],
    @@ -13600,13 +12549,13 @@ 
    Response
    "custom_attributes": [CustomAttribute], "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, "id": "4", "is_virtual": true, "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": false, + "printed_card_included": true, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -13615,8 +12564,6 @@
    Response
    } }
    - -
    back to top @@ -13674,9 +12621,7 @@
    Arguments

    Example

    Query
    - - -
    mutation moveCartItemsToGiftRegistry(
    +                  
    mutation moveCartItemsToGiftRegistry(
       $cartUid: ID!,
       $giftRegistryUid: ID!
     ) {
    @@ -13694,34 +12639,24 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"cartUid": 4, "giftRegistryUid": 4}
    +                  
    {"cartUid": 4, "giftRegistryUid": "4"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "moveCartItemsToGiftRegistry": {
           "gift_registry": GiftRegistry,
    -      "status": true,
    +      "status": false,
           "user_errors": [GiftRegistryItemsUserError]
         }
       }
     }
     
    - -
    back to top @@ -13785,9 +12720,7 @@
    Arguments

    Example

    Query
    - - -
    mutation moveItemsBetweenRequisitionLists(
    +                  
    mutation moveItemsBetweenRequisitionLists(
       $sourceRequisitionListUid: ID!,
       $destinationRequisitionListUid: ID,
       $requisitionListItem: MoveItemsBetweenRequisitionListsInput
    @@ -13806,27 +12739,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "sourceRequisitionListUid": "4",
       "destinationRequisitionListUid": 4,
       "requisitionListItem": MoveItemsBetweenRequisitionListsInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "moveItemsBetweenRequisitionLists": {
           "destination_requisition_list": RequisitionList,
    @@ -13835,8 +12760,6 @@ 
    Response
    } }
    - -
    back to top @@ -13888,9 +12811,7 @@
    Arguments

    Example

    Query
    - - -
    mutation moveLineItemToRequisitionList($input: MoveLineItemToRequisitionListInput!) {
    +                  
    mutation moveLineItemToRequisitionList($input: MoveLineItemToRequisitionListInput!) {
       moveLineItemToRequisitionList(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -13898,23 +12819,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": MoveLineItemToRequisitionListInput}
    +                  
    {"input": MoveLineItemToRequisitionListInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "moveLineItemToRequisitionList": {
           "quote": NegotiableQuote
    @@ -13922,8 +12835,6 @@ 
    Response
    } }
    - -
    back to top @@ -13987,9 +12898,7 @@
    Arguments

    Example

    Query
    - - -
    mutation moveProductsBetweenWishlists(
    +                  
    mutation moveProductsBetweenWishlists(
       $sourceWishlistUid: ID!,
       $destinationWishlistUid: ID!,
       $wishlistItems: [WishlistItemMoveInput!]!
    @@ -14011,27 +12920,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "sourceWishlistUid": "4",
       "destinationWishlistUid": 4,
       "wishlistItems": [WishlistItemMoveInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "moveProductsBetweenWishlists": {
           "destination_wishlist": Wishlist,
    @@ -14041,8 +12942,6 @@ 
    Response
    } }
    - -
    back to top @@ -14094,9 +12993,7 @@
    Arguments

    Example

    Query
    - - -
    mutation openNegotiableQuoteTemplate($input: OpenNegotiableQuoteTemplateInput!) {
    +                  
    mutation openNegotiableQuoteTemplate($input: OpenNegotiableQuoteTemplateInput!) {
       openNegotiableQuoteTemplate(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -14134,23 +13031,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": OpenNegotiableQuoteTemplateInput}
    +                  
    {"input": OpenNegotiableQuoteTemplateInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "openNegotiableQuoteTemplate": {
           "buyer": NegotiableQuoteUser,
    @@ -14160,8 +13049,8 @@ 
    Response
    "is_min_max_qty_used": true, "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 987, - "min_order_commitment": 123, + "max_order_commitment": 123, + "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, @@ -14173,13 +13062,11 @@
    Response
    ], "status": "xyz789", "template_id": "4", - "total_quantity": 987.65 + "total_quantity": 123.45 } } }
    - -
    back to top @@ -14231,36 +13118,34 @@
    Arguments

    Example

    Query
    - - -
    mutation placeNegotiableQuoteOrder($input: PlaceNegotiableQuoteOrderInput!) {
    +                  
    mutation placeNegotiableQuoteOrder($input: PlaceNegotiableQuoteOrderInput!) {
       placeNegotiableQuoteOrder(input: $input) {
         order {
           ...OrderFragment
         }
    +    orderV2 {
    +      ...CustomerOrderFragment
    +    }
       }
     }
     
    - -
    Variables
    - - -
    {"input": PlaceNegotiableQuoteOrderInput}
    +                  
    {"input": PlaceNegotiableQuoteOrderInput}
     
    - -
    Response
    - - -
    {"data": {"placeNegotiableQuoteOrder": {"order": Order}}}
    +                  
    {
    +  "data": {
    +    "placeNegotiableQuoteOrder": {
    +      "order": Order,
    +      "orderV2": CustomerOrder
    +    }
    +  }
    +}
     
    - -
    back to top @@ -14312,9 +13197,7 @@
    Arguments

    Example

    Query
    - - -
    mutation placeOrder($input: PlaceOrderInput) {
    +                  
    mutation placeOrder($input: PlaceOrderInput) {
       placeOrder(input: $input) {
         errors {
           ...PlaceOrderErrorFragment
    @@ -14325,23 +13208,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PlaceOrderInput}
    +                  
    {"input": PlaceOrderInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "placeOrder": {
           "errors": [PlaceOrderError],
    @@ -14350,8 +13225,6 @@ 
    Response
    } }
    - -
    back to top @@ -14404,9 +13277,7 @@
    Arguments

    Example

    Query
    - - -
    mutation placeOrderForPurchaseOrder($input: PlaceOrderForPurchaseOrderInput!) {
    +                  
    mutation placeOrderForPurchaseOrder($input: PlaceOrderForPurchaseOrderInput!) {
       placeOrderForPurchaseOrder(input: $input) {
         order {
           ...CustomerOrderFragment
    @@ -14414,30 +13285,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PlaceOrderForPurchaseOrderInput}
    +                  
    {"input": PlaceOrderForPurchaseOrderInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "placeOrderForPurchaseOrder": {"order": CustomerOrder}
       }
     }
     
    - -
    back to top @@ -14490,9 +13351,7 @@
    Arguments

    Example

    Query
    - - -
    mutation placePurchaseOrder($input: PlacePurchaseOrderInput!) {
    +                  
    mutation placePurchaseOrder($input: PlacePurchaseOrderInput!) {
       placePurchaseOrder(input: $input) {
         purchase_order {
           ...PurchaseOrderFragment
    @@ -14500,23 +13359,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PlacePurchaseOrderInput}
    +                  
    {"input": PlacePurchaseOrderInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "placePurchaseOrder": {
           "purchase_order": PurchaseOrder
    @@ -14524,8 +13375,6 @@ 
    Response
    } }
    - -
    back to top @@ -14577,9 +13426,7 @@
    Arguments

    Example

    Query
    - - -
    mutation redeemGiftCardBalanceAsStoreCredit($input: GiftCardAccountInput!) {
    +                  
    mutation redeemGiftCardBalanceAsStoreCredit($input: GiftCardAccountInput!) {
       redeemGiftCardBalanceAsStoreCredit(input: $input) {
         balance {
           ...MoneyFragment
    @@ -14589,34 +13436,24 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": GiftCardAccountInput}
    +                  
    {"input": GiftCardAccountInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "redeemGiftCardBalanceAsStoreCredit": {
           "balance": Money,
           "code": "xyz789",
    -      "expiration_date": "xyz789"
    +      "expiration_date": "abc123"
         }
       }
     }
     
    - -
    back to top @@ -14669,9 +13506,7 @@
    Arguments

    Example

    Query
    - - -
    mutation rejectPurchaseOrders($input: PurchaseOrdersActionInput!) {
    +                  
    mutation rejectPurchaseOrders($input: PurchaseOrdersActionInput!) {
       rejectPurchaseOrders(input: $input) {
         errors {
           ...PurchaseOrderActionErrorFragment
    @@ -14682,23 +13517,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": PurchaseOrdersActionInput}
    +                  
    {"input": PurchaseOrdersActionInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "rejectPurchaseOrders": {
           "errors": [PurchaseOrderActionError],
    @@ -14707,8 +13534,6 @@ 
    Response
    } }
    - -
    back to top @@ -14760,9 +13585,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeCouponFromCart($input: RemoveCouponFromCartInput) {
    +                  
    mutation removeCouponFromCart($input: RemoveCouponFromCartInput) {
       removeCouponFromCart(input: $input) {
         cart {
           ...CartFragment
    @@ -14770,26 +13593,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveCouponFromCartInput}
    +                  
    {"input": RemoveCouponFromCartInput}
     
    - -
    Response
    - - -
    {"data": {"removeCouponFromCart": {"cart": Cart}}}
    +                  
    {"data": {"removeCouponFromCart": {"cart": Cart}}}
     
    - -
    back to top @@ -14841,9 +13654,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeCouponsFromCart($input: RemoveCouponsFromCartInput) {
    +                  
    mutation removeCouponsFromCart($input: RemoveCouponsFromCartInput) {
       removeCouponsFromCart(input: $input) {
         cart {
           ...CartFragment
    @@ -14851,26 +13662,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveCouponsFromCartInput}
    +                  
    {"input": RemoveCouponsFromCartInput}
     
    - -
    Response
    - - -
    {"data": {"removeCouponsFromCart": {"cart": Cart}}}
    +                  
    {"data": {"removeCouponsFromCart": {"cart": Cart}}}
     
    - -
    back to top @@ -14922,9 +13723,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeGiftCardFromCart($input: RemoveGiftCardFromCartInput) {
    +                  
    mutation removeGiftCardFromCart($input: RemoveGiftCardFromCartInput) {
       removeGiftCardFromCart(input: $input) {
         cart {
           ...CartFragment
    @@ -14932,26 +13731,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveGiftCardFromCartInput}
    +                  
    {"input": RemoveGiftCardFromCartInput}
     
    - -
    Response
    - - -
    {"data": {"removeGiftCardFromCart": {"cart": Cart}}}
    +                  
    {"data": {"removeGiftCardFromCart": {"cart": Cart}}}
     
    - -
    back to top @@ -15003,34 +13792,22 @@
    Arguments

    Example

    Query
    - - -
    mutation removeGiftRegistry($giftRegistryUid: ID!) {
    +                  
    mutation removeGiftRegistry($giftRegistryUid: ID!) {
       removeGiftRegistry(giftRegistryUid: $giftRegistryUid) {
         success
       }
     }
     
    - -
    Variables
    - - -
    {"giftRegistryUid": "4"}
    +                  
    {"giftRegistryUid": 4}
     
    - -
    Response
    - - -
    {"data": {"removeGiftRegistry": {"success": true}}}
    +                  
    {"data": {"removeGiftRegistry": {"success": false}}}
     
    - -
    back to top @@ -15088,9 +13865,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeGiftRegistryItems(
    +                  
    mutation removeGiftRegistryItems(
       $giftRegistryUid: ID!,
       $itemsUid: [ID!]!
     ) {
    @@ -15104,23 +13879,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"giftRegistryUid": 4, "itemsUid": [4]}
    +                  
    {"giftRegistryUid": "4", "itemsUid": [4]}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "removeGiftRegistryItems": {
           "gift_registry": GiftRegistry
    @@ -15128,8 +13895,6 @@ 
    Response
    } }
    - -
    back to top @@ -15187,9 +13952,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeGiftRegistryRegistrants(
    +                  
    mutation removeGiftRegistryRegistrants(
       $giftRegistryUid: ID!,
       $registrantsUid: [ID!]!
     ) {
    @@ -15203,26 +13966,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "giftRegistryUid": "4",
    -  "registrantsUid": ["4"]
    +  "registrantsUid": [4]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "removeGiftRegistryRegistrants": {
           "gift_registry": GiftRegistry
    @@ -15230,8 +13985,6 @@ 
    Response
    } }
    - -
    back to top @@ -15283,9 +14036,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeItemFromCart($input: RemoveItemFromCartInput) {
    +                  
    mutation removeItemFromCart($input: RemoveItemFromCartInput) {
       removeItemFromCart(input: $input) {
         cart {
           ...CartFragment
    @@ -15293,26 +14044,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveItemFromCartInput}
    +                  
    {"input": RemoveItemFromCartInput}
     
    - -
    Response
    - - -
    {"data": {"removeItemFromCart": {"cart": Cart}}}
    +                  
    {"data": {"removeItemFromCart": {"cart": Cart}}}
     
    - -
    back to top @@ -15364,9 +14105,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeNegotiableQuoteItems($input: RemoveNegotiableQuoteItemsInput!) {
    +                  
    mutation removeNegotiableQuoteItems($input: RemoveNegotiableQuoteItemsInput!) {
       removeNegotiableQuoteItems(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -15374,23 +14113,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveNegotiableQuoteItemsInput}
    +                  
    {"input": RemoveNegotiableQuoteItemsInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "removeNegotiableQuoteItems": {
           "quote": NegotiableQuote
    @@ -15398,8 +14129,6 @@ 
    Response
    } }
    - -
    back to top @@ -15451,9 +14180,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeNegotiableQuoteTemplateItems($input: RemoveNegotiableQuoteTemplateItemsInput!) {
    +                  
    mutation removeNegotiableQuoteTemplateItems($input: RemoveNegotiableQuoteTemplateItemsInput!) {
       removeNegotiableQuoteTemplateItems(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -15491,35 +14218,27 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveNegotiableQuoteTemplateItemsInput}
    +                  
    {"input": RemoveNegotiableQuoteTemplateItemsInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "removeNegotiableQuoteTemplateItems": {
           "buyer": NegotiableQuoteUser,
           "comments": [NegotiableQuoteComment],
    -      "expiration_date": "xyz789",
    +      "expiration_date": "abc123",
           "history": [NegotiableQuoteHistoryEntry],
           "is_min_max_qty_used": false,
    -      "is_virtual": false,
    +      "is_virtual": true,
           "items": [CartItemInterface],
           "max_order_commitment": 123,
           "min_order_commitment": 987,
    -      "name": "xyz789",
    +      "name": "abc123",
           "notifications": [QuoteTemplateNotificationMessage],
           "prices": CartPrices,
           "reference_document_links": [
    @@ -15528,15 +14247,13 @@ 
    Response
    "shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", + "status": "abc123", "template_id": "4", - "total_quantity": 987.65 + "total_quantity": 123.45 } } }
    - -
    back to top @@ -15588,9 +14305,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeProductsFromCompareList($input: RemoveProductsFromCompareListInput) {
    +                  
    mutation removeProductsFromCompareList($input: RemoveProductsFromCompareListInput) {
       removeProductsFromCompareList(input: $input) {
         attributes {
           ...ComparableAttributeFragment
    @@ -15603,35 +14318,25 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveProductsFromCompareListInput}
    +                  
    {"input": RemoveProductsFromCompareListInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "removeProductsFromCompareList": {
           "attributes": [ComparableAttribute],
           "item_count": 987,
           "items": [ComparableItem],
    -      "uid": "4"
    +      "uid": 4
         }
       }
     }
     
    - -
    back to top @@ -15689,9 +14394,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeProductsFromWishlist(
    +                  
    mutation removeProductsFromWishlist(
       $wishlistId: ID!,
       $wishlistItemsIds: [ID!]!
     ) {
    @@ -15708,26 +14411,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "wishlistId": "4",
    -  "wishlistItemsIds": ["4"]
    -}
    +                  
    {"wishlistId": 4, "wishlistItemsIds": ["4"]}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "removeProductsFromWishlist": {
           "user_errors": [WishListUserInputError],
    @@ -15736,8 +14428,6 @@ 
    Response
    } }
    - -
    back to top @@ -15789,9 +14479,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeReturnTracking($input: RemoveReturnTrackingInput!) {
    +                  
    mutation removeReturnTracking($input: RemoveReturnTrackingInput!) {
       removeReturnTracking(input: $input) {
         return {
           ...ReturnFragment
    @@ -15799,26 +14487,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveReturnTrackingInput}
    +                  
    {"input": RemoveReturnTrackingInput}
     
    - -
    Response
    - - -
    {"data": {"removeReturnTracking": {"return": Return}}}
    +                  
    {"data": {"removeReturnTracking": {"return": Return}}}
     
    - -
    back to top @@ -15871,9 +14549,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeRewardPointsFromCart($cartId: ID!) {
    +                  
    mutation removeRewardPointsFromCart($cartId: ID!) {
       removeRewardPointsFromCart(cartId: $cartId) {
         cart {
           ...CartFragment
    @@ -15881,26 +14557,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"cartId": "4"}
    +                  
    {"cartId": 4}
     
    - -
    Response
    - - -
    {"data": {"removeRewardPointsFromCart": {"cart": Cart}}}
    +                  
    {"data": {"removeRewardPointsFromCart": {"cart": Cart}}}
     
    - -
    back to top @@ -15952,9 +14618,7 @@
    Arguments

    Example

    Query
    - - -
    mutation removeStoreCreditFromCart($input: RemoveStoreCreditFromCartInput!) {
    +                  
    mutation removeStoreCreditFromCart($input: RemoveStoreCreditFromCartInput!) {
       removeStoreCreditFromCart(input: $input) {
         cart {
           ...CartFragment
    @@ -15962,26 +14626,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RemoveStoreCreditFromCartInput}
    +                  
    {"input": RemoveStoreCreditFromCartInput}
     
    - -
    Response
    - - -
    {"data": {"removeStoreCreditFromCart": {"cart": Cart}}}
    +                  
    {"data": {"removeStoreCreditFromCart": {"cart": Cart}}}
     
    - -
    back to top @@ -16033,9 +14687,7 @@
    Arguments

    Example

    Query
    - - -
    mutation renameNegotiableQuote($input: RenameNegotiableQuoteInput!) {
    +                  
    mutation renameNegotiableQuote($input: RenameNegotiableQuoteInput!) {
       renameNegotiableQuote(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -16043,30 +14695,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RenameNegotiableQuoteInput}
    +                  
    {"input": RenameNegotiableQuoteInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "renameNegotiableQuote": {"quote": NegotiableQuote}
       }
     }
     
    - -
    back to top @@ -16119,9 +14761,7 @@
    Arguments

    Example

    Query
    - - -
    mutation reorderItems($orderNumber: String!) {
    +                  
    mutation reorderItems($orderNumber: String!) {
       reorderItems(orderNumber: $orderNumber) {
         cart {
           ...CartFragment
    @@ -16132,23 +14772,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"orderNumber": "xyz789"}
    +                  
    {"orderNumber": "xyz789"}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "reorderItems": {
           "cart": Cart,
    @@ -16157,8 +14789,6 @@ 
    Response
    } }
    - -
    back to top @@ -16211,9 +14841,7 @@
    Arguments

    Example

    Query
    - - -
    mutation requestGuestOrderCancel($input: GuestOrderCancelInput!) {
    +                  
    mutation requestGuestOrderCancel($input: GuestOrderCancelInput!) {
       requestGuestOrderCancel(input: $input) {
         error
         errorV2 {
    @@ -16225,23 +14853,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": GuestOrderCancelInput}
    +                  
    {"input": GuestOrderCancelInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "requestGuestOrderCancel": {
           "error": "xyz789",
    @@ -16251,8 +14871,6 @@ 
    Response
    } }
    - -
    back to top @@ -16296,9 +14914,7 @@
    Arguments

    Example

    Query
    - - -
    mutation requestGuestReturn($input: RequestGuestReturnInput!) {
    +                  
    mutation requestGuestReturn($input: RequestGuestReturnInput!) {
       requestGuestReturn(input: $input) {
         return {
           ...ReturnFragment
    @@ -16309,23 +14925,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RequestGuestReturnInput}
    +                  
    {"input": RequestGuestReturnInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "requestGuestReturn": {
           "return": Return,
    @@ -16334,8 +14942,6 @@ 
    Response
    } }
    - -
    back to top @@ -16387,9 +14993,7 @@
    Arguments

    Example

    Query
    - - -
    mutation requestNegotiableQuote($input: RequestNegotiableQuoteInput!) {
    +                  
    mutation requestNegotiableQuote($input: RequestNegotiableQuoteInput!) {
       requestNegotiableQuote(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -16397,30 +15001,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RequestNegotiableQuoteInput}
    +                  
    {"input": RequestNegotiableQuoteInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "requestNegotiableQuote": {"quote": NegotiableQuote}
       }
     }
     
    - -
    back to top @@ -16472,9 +15066,7 @@
    Arguments

    Example

    Query
    - - -
    mutation requestNegotiableQuoteTemplateFromQuote($input: RequestNegotiableQuoteTemplateInput!) {
    +                  
    mutation requestNegotiableQuoteTemplateFromQuote($input: RequestNegotiableQuoteTemplateInput!) {
       requestNegotiableQuoteTemplateFromQuote(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -16512,23 +15104,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RequestNegotiableQuoteTemplateInput}
    +                  
    {"input": RequestNegotiableQuoteTemplateInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "requestNegotiableQuoteTemplateFromQuote": {
           "buyer": NegotiableQuoteUser,
    @@ -16536,7 +15120,7 @@ 
    Response
    "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "is_min_max_qty_used": true, - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 123, "min_order_commitment": 123, @@ -16549,15 +15133,13 @@
    Response
    "shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", - "template_id": "4", - "total_quantity": 123.45 + "status": "xyz789", + "template_id": 4, + "total_quantity": 987.65 } } }
    - -
    back to top @@ -16609,32 +15191,20 @@
    Arguments

    Example

    Query
    - - -
    mutation requestPasswordResetEmail($email: String!) {
    +                  
    mutation requestPasswordResetEmail($email: String!) {
       requestPasswordResetEmail(email: $email)
     }
     
    - -
    Variables
    - - -
    {"email": "abc123"}
    +                  
    {"email": "abc123"}
     
    - -
    Response
    - - -
    {"data": {"requestPasswordResetEmail": true}}
    +                  
    {"data": {"requestPasswordResetEmail": false}}
     
    - -
    back to top @@ -16686,9 +15256,7 @@
    Arguments

    Example

    Query
    - - -
    mutation requestReturn($input: RequestReturnInput!) {
    +                  
    mutation requestReturn($input: RequestReturnInput!) {
       requestReturn(input: $input) {
         return {
           ...ReturnFragment
    @@ -16699,23 +15267,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": RequestReturnInput}
    +                  
    {"input": RequestReturnInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "requestReturn": {
           "return": Return,
    @@ -16724,8 +15284,6 @@ 
    Response
    } }
    - -
    back to top @@ -16777,32 +15335,20 @@
    Arguments

    Example

    Query
    - - -
    mutation resendConfirmationEmail($email: String!) {
    +                  
    mutation resendConfirmationEmail($email: String!) {
       resendConfirmationEmail(email: $email)
     }
     
    - -
    Variables
    - - -
    {"email": "abc123"}
    +                  
    {"email": "abc123"}
     
    - -
    Response
    - - -
    {"data": {"resendConfirmationEmail": true}}
    +                  
    {"data": {"resendConfirmationEmail": true}}
     
    - -
    back to top @@ -16866,9 +15412,7 @@
    Arguments

    Example

    Query
    - - -
    mutation resetPassword(
    +                  
    mutation resetPassword(
       $email: String!,
       $resetPasswordToken: String!,
       $newPassword: String!
    @@ -16880,30 +15424,20 @@ 
    Query
    )
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "email": "xyz789",
       "resetPasswordToken": "abc123",
    -  "newPassword": "abc123"
    +  "newPassword": "xyz789"
     }
     
    - -
    Response
    - - -
    {"data": {"resetPassword": false}}
    +                  
    {"data": {"resetPassword": false}}
     
    - -
    back to top @@ -16936,25 +15470,17 @@
    Response

    Example

    Query
    - - -
    mutation revokeCustomerToken {
    +                  
    mutation revokeCustomerToken {
       revokeCustomerToken {
         result
       }
     }
     
    - -
    Response
    - - -
    {"data": {"revokeCustomerToken": {"result": false}}}
    +                  
    {"data": {"revokeCustomerToken": {"result": true}}}
     
    - -
    back to top @@ -17006,9 +15532,7 @@
    Arguments

    Example

    Query
    - - -
    mutation sendNegotiableQuoteForReview($input: SendNegotiableQuoteForReviewInput!) {
    +                  
    mutation sendNegotiableQuoteForReview($input: SendNegotiableQuoteForReviewInput!) {
       sendNegotiableQuoteForReview(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -17016,23 +15540,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SendNegotiableQuoteForReviewInput}
    +                  
    {"input": SendNegotiableQuoteForReviewInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "sendNegotiableQuoteForReview": {
           "quote": NegotiableQuote
    @@ -17040,8 +15556,6 @@ 
    Response
    } }
    - -
    back to top @@ -17093,9 +15607,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setBillingAddressOnCart($input: SetBillingAddressOnCartInput) {
    +                  
    mutation setBillingAddressOnCart($input: SetBillingAddressOnCartInput) {
       setBillingAddressOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -17103,26 +15615,91 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetBillingAddressOnCartInput}
    +                  
    {"input": SetBillingAddressOnCartInput}
     
    - -
    Response
    - - -
    {"data": {"setBillingAddressOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setBillingAddressOnCart": {"cart": Cart}}}
    +
    +
    + + back to top + +
    +
    +
    + Mutations +
    +

    + setCartAsInactive +

    +
    +
    +
    +
    Description
    +

    Sets the cart as inactive

    +
    +
    +
    +
    +
    +
    +
    Response
    +

    Returns a SetCartAsInactiveOutput +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + +
    NameDescription
    + cartId - String! + The customer cart ID
    +
    +
    +
    +

    Example

    +
    +
    Query
    +
    mutation setCartAsInactive($cartId: String!) {
    +  setCartAsInactive(cartId: $cartId) {
    +    error
    +    success
    +  }
    +}
    +
    +
    +
    +
    Variables
    +
    {"cartId": "abc123"}
    +
    +
    +
    +
    Response
    +
    {
    +  "data": {
    +    "setCartAsInactive": {
    +      "error": "abc123",
    +      "success": false
    +    }
    +  }
    +}
     
    - -
    back to top @@ -17175,9 +15752,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnCart($input: CartCustomAttributesInput) {
    +                  
    mutation setCustomAttributesOnCart($input: CartCustomAttributesInput) {
       setCustomAttributesOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -17185,26 +15760,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CartCustomAttributesInput}
    +                  
    {"input": CartCustomAttributesInput}
     
    - -
    Response
    - - -
    {"data": {"setCustomAttributesOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setCustomAttributesOnCart": {"cart": Cart}}}
     
    - -
    back to top @@ -17257,9 +15822,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnCartItem($input: CartItemCustomAttributesInput) {
    +                  
    mutation setCustomAttributesOnCartItem($input: CartItemCustomAttributesInput) {
       setCustomAttributesOnCartItem(input: $input) {
         cart {
           ...CartFragment
    @@ -17267,30 +15830,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CartItemCustomAttributesInput}
    +                  
    {"input": CartItemCustomAttributesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnCartItem": {"cart": Cart}
       }
     }
     
    - -
    back to top @@ -17342,9 +15895,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnCompany($input: SetCustomAttributesOnCompanyInput!) {
    +                  
    mutation setCustomAttributesOnCompany($input: SetCustomAttributesOnCompanyInput!) {
       setCustomAttributesOnCompany(input: $input) {
         company {
           ...CompanyFragment
    @@ -17352,30 +15903,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetCustomAttributesOnCompanyInput}
    +                  
    {"input": SetCustomAttributesOnCompanyInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnCompany": {"company": Company}
       }
     }
     
    - -
    back to top @@ -17428,9 +15969,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnCreditMemo($input: CreditMemoCustomAttributesInput) {
    +                  
    mutation setCustomAttributesOnCreditMemo($input: CreditMemoCustomAttributesInput) {
       setCustomAttributesOnCreditMemo(input: $input) {
         credit_memo {
           ...CreditMemoFragment
    @@ -17438,23 +15977,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreditMemoCustomAttributesInput}
    +                  
    {"input": CreditMemoCustomAttributesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnCreditMemo": {
           "credit_memo": CreditMemo
    @@ -17462,8 +15993,6 @@ 
    Response
    } }
    - -
    back to top @@ -17516,9 +16045,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnCreditMemoItem($input: CreditMemoItemCustomAttributesInput) {
    +                  
    mutation setCustomAttributesOnCreditMemoItem($input: CreditMemoItemCustomAttributesInput) {
       setCustomAttributesOnCreditMemoItem(input: $input) {
         credit_memo {
           ...CreditMemoFragment
    @@ -17526,23 +16053,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CreditMemoItemCustomAttributesInput}
    +                  
    {"input": CreditMemoItemCustomAttributesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnCreditMemoItem": {
           "credit_memo": CreditMemo
    @@ -17550,8 +16069,6 @@ 
    Response
    } }
    - -
    back to top @@ -17604,9 +16121,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnInvoice($input: InvoiceCustomAttributesInput) {
    +                  
    mutation setCustomAttributesOnInvoice($input: InvoiceCustomAttributesInput) {
       setCustomAttributesOnInvoice(input: $input) {
         invoice {
           ...InvoiceFragment
    @@ -17614,30 +16129,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": InvoiceCustomAttributesInput}
    +                  
    {"input": InvoiceCustomAttributesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnInvoice": {"invoice": Invoice}
       }
     }
     
    - -
    back to top @@ -17690,9 +16195,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnInvoiceItem($input: InvoiceItemCustomAttributesInput) {
    +                  
    mutation setCustomAttributesOnInvoiceItem($input: InvoiceItemCustomAttributesInput) {
       setCustomAttributesOnInvoiceItem(input: $input) {
         invoice {
           ...InvoiceFragment
    @@ -17700,23 +16203,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": InvoiceItemCustomAttributesInput}
    +                  
    {"input": InvoiceItemCustomAttributesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnInvoiceItem": {
           "invoice": Invoice
    @@ -17724,8 +16219,6 @@ 
    Response
    } }
    - -
    back to top @@ -17777,9 +16270,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setCustomAttributesOnNegotiableQuote($input: SetCustomAttributesOnNegotiableQuoteInput!) {
    +                  
    mutation setCustomAttributesOnNegotiableQuote($input: SetCustomAttributesOnNegotiableQuoteInput!) {
       setCustomAttributesOnNegotiableQuote(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -17787,23 +16278,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetCustomAttributesOnNegotiableQuoteInput}
    +                  
    {"input": SetCustomAttributesOnNegotiableQuoteInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setCustomAttributesOnNegotiableQuote": {
           "quote": NegotiableQuote
    @@ -17811,8 +16294,6 @@ 
    Response
    } }
    - -
    back to top @@ -17864,9 +16345,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setGiftOptionsOnCart($input: SetGiftOptionsOnCartInput) {
    +                  
    mutation setGiftOptionsOnCart($input: SetGiftOptionsOnCartInput) {
       setGiftOptionsOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -17874,26 +16353,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetGiftOptionsOnCartInput}
    +                  
    {"input": SetGiftOptionsOnCartInput}
     
    - -
    Response
    - - -
    {"data": {"setGiftOptionsOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setGiftOptionsOnCart": {"cart": Cart}}}
     
    - -
    back to top @@ -17945,9 +16414,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setGuestEmailOnCart($input: SetGuestEmailOnCartInput) {
    +                  
    mutation setGuestEmailOnCart($input: SetGuestEmailOnCartInput) {
       setGuestEmailOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -17955,26 +16422,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetGuestEmailOnCartInput}
    +                  
    {"input": SetGuestEmailOnCartInput}
     
    - -
    Response
    - - -
    {"data": {"setGuestEmailOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setGuestEmailOnCart": {"cart": Cart}}}
     
    - -
    back to top @@ -18026,9 +16483,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setLineItemNote($input: LineItemNoteInput!) {
    +                  
    mutation setLineItemNote($input: LineItemNoteInput!) {
       setLineItemNote(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -18036,26 +16491,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": LineItemNoteInput}
    +                  
    {"input": LineItemNoteInput}
     
    - -
    Response
    - - -
    {"data": {"setLineItemNote": {"quote": NegotiableQuote}}}
    +                  
    {"data": {"setLineItemNote": {"quote": NegotiableQuote}}}
     
    - -
    back to top @@ -18107,9 +16552,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setNegotiableQuoteBillingAddress($input: SetNegotiableQuoteBillingAddressInput!) {
    +                  
    mutation setNegotiableQuoteBillingAddress($input: SetNegotiableQuoteBillingAddressInput!) {
       setNegotiableQuoteBillingAddress(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -18117,23 +16560,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetNegotiableQuoteBillingAddressInput}
    +                  
    {"input": SetNegotiableQuoteBillingAddressInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setNegotiableQuoteBillingAddress": {
           "quote": NegotiableQuote
    @@ -18141,8 +16576,6 @@ 
    Response
    } }
    - -
    back to top @@ -18194,9 +16627,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setNegotiableQuotePaymentMethod($input: SetNegotiableQuotePaymentMethodInput!) {
    +                  
    mutation setNegotiableQuotePaymentMethod($input: SetNegotiableQuotePaymentMethodInput!) {
       setNegotiableQuotePaymentMethod(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -18204,23 +16635,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetNegotiableQuotePaymentMethodInput}
    +                  
    {"input": SetNegotiableQuotePaymentMethodInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setNegotiableQuotePaymentMethod": {
           "quote": NegotiableQuote
    @@ -18228,8 +16651,6 @@ 
    Response
    } }
    - -
    back to top @@ -18281,9 +16702,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setNegotiableQuoteShippingAddress($input: SetNegotiableQuoteShippingAddressInput!) {
    +                  
    mutation setNegotiableQuoteShippingAddress($input: SetNegotiableQuoteShippingAddressInput!) {
       setNegotiableQuoteShippingAddress(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -18291,23 +16710,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetNegotiableQuoteShippingAddressInput}
    +                  
    {"input": SetNegotiableQuoteShippingAddressInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setNegotiableQuoteShippingAddress": {
           "quote": NegotiableQuote
    @@ -18315,8 +16726,6 @@ 
    Response
    } }
    - -
    back to top @@ -18368,9 +16777,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setNegotiableQuoteShippingMethods($input: SetNegotiableQuoteShippingMethodsInput!) {
    +                  
    mutation setNegotiableQuoteShippingMethods($input: SetNegotiableQuoteShippingMethodsInput!) {
       setNegotiableQuoteShippingMethods(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -18378,23 +16785,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetNegotiableQuoteShippingMethodsInput}
    +                  
    {"input": SetNegotiableQuoteShippingMethodsInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setNegotiableQuoteShippingMethods": {
           "quote": NegotiableQuote
    @@ -18402,8 +16801,6 @@ 
    Response
    } }
    - -
    back to top @@ -18455,9 +16852,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setNegotiableQuoteTemplateShippingAddress($input: SetNegotiableQuoteTemplateShippingAddressInput!) {
    +                  
    mutation setNegotiableQuoteTemplateShippingAddress($input: SetNegotiableQuoteTemplateShippingAddressInput!) {
       setNegotiableQuoteTemplateShippingAddress(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -18495,35 +16890,27 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetNegotiableQuoteTemplateShippingAddressInput}
    +                  
    {"input": SetNegotiableQuoteTemplateShippingAddressInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setNegotiableQuoteTemplateShippingAddress": {
           "buyer": NegotiableQuoteUser,
           "comments": [NegotiableQuoteComment],
    -      "expiration_date": "xyz789",
    +      "expiration_date": "abc123",
           "history": [NegotiableQuoteHistoryEntry],
           "is_min_max_qty_used": false,
    -      "is_virtual": true,
    +      "is_virtual": false,
           "items": [CartItemInterface],
           "max_order_commitment": 123,
    -      "min_order_commitment": 987,
    -      "name": "xyz789",
    +      "min_order_commitment": 123,
    +      "name": "abc123",
           "notifications": [QuoteTemplateNotificationMessage],
           "prices": CartPrices,
           "reference_document_links": [
    @@ -18534,13 +16921,11 @@ 
    Response
    ], "status": "abc123", "template_id": 4, - "total_quantity": 123.45 + "total_quantity": 987.65 } } }
    - -
    back to top @@ -18592,9 +16977,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setPaymentMethodOnCart($input: SetPaymentMethodOnCartInput) {
    +                  
    mutation setPaymentMethodOnCart($input: SetPaymentMethodOnCartInput) {
       setPaymentMethodOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -18602,26 +16985,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetPaymentMethodOnCartInput}
    +                  
    {"input": SetPaymentMethodOnCartInput}
     
    - -
    Response
    - - -
    {"data": {"setPaymentMethodOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setPaymentMethodOnCart": {"cart": Cart}}}
     
    - -
    back to top @@ -18673,9 +17046,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setQuoteTemplateLineItemNote($input: QuoteTemplateLineItemNoteInput!) {
    +                  
    mutation setQuoteTemplateLineItemNote($input: QuoteTemplateLineItemNoteInput!) {
       setQuoteTemplateLineItemNote(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -18713,34 +17084,26 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": QuoteTemplateLineItemNoteInput}
    +                  
    {"input": QuoteTemplateLineItemNoteInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "setQuoteTemplateLineItemNote": {
           "buyer": NegotiableQuoteUser,
           "comments": [NegotiableQuoteComment],
    -      "expiration_date": "abc123",
    +      "expiration_date": "xyz789",
           "history": [NegotiableQuoteHistoryEntry],
    -      "is_min_max_qty_used": false,
    -      "is_virtual": false,
    +      "is_min_max_qty_used": true,
    +      "is_virtual": true,
           "items": [CartItemInterface],
           "max_order_commitment": 123,
    -      "min_order_commitment": 123,
    +      "min_order_commitment": 987,
           "name": "xyz789",
           "notifications": [QuoteTemplateNotificationMessage],
           "prices": CartPrices,
    @@ -18751,14 +17114,12 @@ 
    Response
    NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": "4", - "total_quantity": 123.45 + "template_id": 4, + "total_quantity": 987.65 } } }
    - -
    back to top @@ -18810,9 +17171,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setShippingAddressesOnCart($input: SetShippingAddressesOnCartInput) {
    +                  
    mutation setShippingAddressesOnCart($input: SetShippingAddressesOnCartInput) {
       setShippingAddressesOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -18820,26 +17179,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetShippingAddressesOnCartInput}
    +                  
    {"input": SetShippingAddressesOnCartInput}
     
    - -
    Response
    - - -
    {"data": {"setShippingAddressesOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setShippingAddressesOnCart": {"cart": Cart}}}
     
    - -
    back to top @@ -18891,9 +17240,7 @@
    Arguments

    Example

    Query
    - - -
    mutation setShippingMethodsOnCart($input: SetShippingMethodsOnCartInput) {
    +                  
    mutation setShippingMethodsOnCart($input: SetShippingMethodsOnCartInput) {
       setShippingMethodsOnCart(input: $input) {
         cart {
           ...CartFragment
    @@ -18901,26 +17248,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SetShippingMethodsOnCartInput}
    +                  
    {"input": SetShippingMethodsOnCartInput}
     
    - -
    Response
    - - -
    {"data": {"setShippingMethodsOnCart": {"cart": Cart}}}
    +                  
    {"data": {"setShippingMethodsOnCart": {"cart": Cart}}}
     
    - -
    back to top @@ -18984,9 +17321,7 @@
    Arguments

    Example

    Query
    - - -
    mutation shareGiftRegistry(
    +                  
    mutation shareGiftRegistry(
       $giftRegistryUid: ID!,
       $sender: ShareGiftRegistrySenderInput!,
       $invitees: [ShareGiftRegistryInviteeInput!]!
    @@ -19000,30 +17335,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "giftRegistryUid": 4,
    +                  
    {
    +  "giftRegistryUid": "4",
       "sender": ShareGiftRegistrySenderInput,
       "invitees": [ShareGiftRegistryInviteeInput]
     }
     
    - -
    Response
    - - -
    {"data": {"shareGiftRegistry": {"is_shared": false}}}
    +                  
    {"data": {"shareGiftRegistry": {"is_shared": true}}}
     
    - -
    back to top @@ -19075,9 +17400,7 @@
    Arguments

    Example

    Query
    - - -
    mutation submitNegotiableQuoteTemplateForReview($input: SubmitNegotiableQuoteTemplateForReviewInput!) {
    +                  
    mutation submitNegotiableQuoteTemplateForReview($input: SubmitNegotiableQuoteTemplateForReviewInput!) {
       submitNegotiableQuoteTemplateForReview(input: $input) {
         buyer {
           ...NegotiableQuoteUserFragment
    @@ -19115,30 +17438,22 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": SubmitNegotiableQuoteTemplateForReviewInput}
    +                  
    {"input": SubmitNegotiableQuoteTemplateForReviewInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "submitNegotiableQuoteTemplateForReview": {
           "buyer": NegotiableQuoteUser,
           "comments": [NegotiableQuoteComment],
    -      "expiration_date": "xyz789",
    +      "expiration_date": "abc123",
           "history": [NegotiableQuoteHistoryEntry],
    -      "is_min_max_qty_used": true,
    +      "is_min_max_qty_used": false,
           "is_virtual": true,
           "items": [CartItemInterface],
           "max_order_commitment": 987,
    @@ -19159,8 +17474,6 @@ 
    Response
    } }
    - -
    back to top @@ -19212,34 +17525,22 @@
    Arguments

    Example

    Query
    - - -
    mutation subscribeEmailToNewsletter($email: String!) {
    +                  
    mutation subscribeEmailToNewsletter($email: String!) {
       subscribeEmailToNewsletter(email: $email) {
         status
       }
     }
     
    - -
    Variables
    - - -
    {"email": "xyz789"}
    +                  
    {"email": "abc123"}
     
    - -
    Response
    - - -
    {"data": {"subscribeEmailToNewsletter": {"status": "NOT_ACTIVE"}}}
    +                  
    {"data": {"subscribeEmailToNewsletter": {"status": "NOT_ACTIVE"}}}
     
    - -
    back to top @@ -19291,32 +17592,20 @@
    Arguments

    Example

    Query
    - - -
    mutation syncPaymentOrder($input: SyncPaymentOrderInput) {
    +                  
    mutation syncPaymentOrder($input: SyncPaymentOrderInput) {
       syncPaymentOrder(input: $input)
     }
     
    - -
    Variables
    - - -
    {"input": SyncPaymentOrderInput}
    +                  
    {"input": SyncPaymentOrderInput}
     
    - -
    Response
    - - -
    {"data": {"syncPaymentOrder": false}}
    +                  
    {"data": {"syncPaymentOrder": true}}
     
    - -
    back to top @@ -19368,9 +17657,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCartItems($input: UpdateCartItemsInput) {
    +                  
    mutation updateCartItems($input: UpdateCartItemsInput) {
       updateCartItems(input: $input) {
         cart {
           ...CartFragment
    @@ -19381,23 +17668,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": UpdateCartItemsInput}
    +                  
    {"input": UpdateCartItemsInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateCartItems": {
           "cart": Cart,
    @@ -19406,8 +17685,6 @@ 
    Response
    } }
    - -
    back to top @@ -19460,9 +17737,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCompany($input: CompanyUpdateInput!) {
    +                  
    mutation updateCompany($input: CompanyUpdateInput!) {
       updateCompany(input: $input) {
         company {
           ...CompanyFragment
    @@ -19470,26 +17745,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyUpdateInput}
    +                  
    {"input": CompanyUpdateInput}
     
    - -
    Response
    - - -
    {"data": {"updateCompany": {"company": Company}}}
    +                  
    {"data": {"updateCompany": {"company": Company}}}
     
    - -
    back to top @@ -19542,9 +17807,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCompanyRole($input: CompanyRoleUpdateInput!) {
    +                  
    mutation updateCompanyRole($input: CompanyRoleUpdateInput!) {
       updateCompanyRole(input: $input) {
         role {
           ...CompanyRoleFragment
    @@ -19552,26 +17815,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyRoleUpdateInput}
    +                  
    {"input": CompanyRoleUpdateInput}
     
    - -
    Response
    - - -
    {"data": {"updateCompanyRole": {"role": CompanyRole}}}
    +                  
    {"data": {"updateCompanyRole": {"role": CompanyRole}}}
     
    - -
    back to top @@ -19624,9 +17877,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCompanyStructure($input: CompanyStructureUpdateInput!) {
    +                  
    mutation updateCompanyStructure($input: CompanyStructureUpdateInput!) {
       updateCompanyStructure(input: $input) {
         company {
           ...CompanyFragment
    @@ -19634,26 +17885,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyStructureUpdateInput}
    +                  
    {"input": CompanyStructureUpdateInput}
     
    - -
    Response
    - - -
    {"data": {"updateCompanyStructure": {"company": Company}}}
    +                  
    {"data": {"updateCompanyStructure": {"company": Company}}}
     
    - -
    back to top @@ -19706,9 +17947,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCompanyTeam($input: CompanyTeamUpdateInput!) {
    +                  
    mutation updateCompanyTeam($input: CompanyTeamUpdateInput!) {
       updateCompanyTeam(input: $input) {
         team {
           ...CompanyTeamFragment
    @@ -19716,26 +17955,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyTeamUpdateInput}
    +                  
    {"input": CompanyTeamUpdateInput}
     
    - -
    Response
    - - -
    {"data": {"updateCompanyTeam": {"team": CompanyTeam}}}
    +                  
    {"data": {"updateCompanyTeam": {"team": CompanyTeam}}}
     
    - -
    back to top @@ -19788,9 +18017,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCompanyUser($input: CompanyUserUpdateInput!) {
    +                  
    mutation updateCompanyUser($input: CompanyUserUpdateInput!) {
       updateCompanyUser(input: $input) {
         user {
           ...CustomerFragment
    @@ -19798,26 +18025,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CompanyUserUpdateInput}
    +                  
    {"input": CompanyUserUpdateInput}
     
    - -
    Response
    - - -
    {"data": {"updateCompanyUser": {"user": Customer}}}
    +                  
    {"data": {"updateCompanyUser": {"user": Customer}}}
     
    - -
    back to top @@ -19875,9 +18092,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCustomerAddress(
    +                  
    mutation updateCustomerAddress(
       $id: Int!,
       $input: CustomerAddressInput
     ) {
    @@ -19910,55 +18125,47 @@ 
    Query
    street suffix telephone + uid vat_id }
    }
    - -
    Variables
    - - -
    {"id": 987, "input": CustomerAddressInput}
    +                  
    {"id": 987, "input": CustomerAddressInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateCustomerAddress": {
    -      "city": "abc123",
    -      "company": "abc123",
    +      "city": "xyz789",
    +      "company": "xyz789",
           "country_code": "AF",
           "custom_attributesV2": [AttributeValueInterface],
    -      "default_billing": false,
    +      "default_billing": true,
           "default_shipping": true,
           "extension_attributes": [CustomerAddressAttribute],
    -      "fax": "xyz789",
    +      "fax": "abc123",
           "firstname": "xyz789",
    -      "id": 123,
    +      "id": 987,
           "lastname": "xyz789",
           "middlename": "xyz789",
    -      "postcode": "abc123",
    +      "postcode": "xyz789",
           "prefix": "abc123",
           "region": CustomerAddressRegion,
    -      "region_id": 123,
    +      "region_id": 987,
           "street": ["abc123"],
    -      "suffix": "abc123",
    -      "telephone": "xyz789",
    +      "suffix": "xyz789",
    +      "telephone": "abc123",
    +      "uid": 4,
           "vat_id": "xyz789"
         }
       }
     }
     
    - -
    back to top @@ -20016,9 +18223,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCustomerEmail(
    +                  
    mutation updateCustomerEmail(
       $email: String!,
       $password: String!
     ) {
    @@ -20032,29 +18237,19 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "email": "xyz789",
       "password": "abc123"
     }
     
    - -
    Response
    - - -
    {"data": {"updateCustomerEmail": {"customer": Customer}}}
    +                  
    {"data": {"updateCustomerEmail": {"customer": Customer}}}
     
    - -
    back to top @@ -20106,9 +18301,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateCustomerV2($input: CustomerUpdateInput!) {
    +                  
    mutation updateCustomerV2($input: CustomerUpdateInput!) {
       updateCustomerV2(input: $input) {
         customer {
           ...CustomerFragment
    @@ -20116,26 +18309,16 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": CustomerUpdateInput}
    +                  
    {"input": CustomerUpdateInput}
     
    - -
    Response
    - - -
    {"data": {"updateCustomerV2": {"customer": Customer}}}
    +                  
    {"data": {"updateCustomerV2": {"customer": Customer}}}
     
    - -
    back to top @@ -20193,9 +18376,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateGiftRegistry(
    +                  
    mutation updateGiftRegistry(
       $giftRegistryUid: ID!,
       $giftRegistry: UpdateGiftRegistryInput!
     ) {
    @@ -20209,33 +18390,23 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "giftRegistryUid": 4,
    +                  
    {
    +  "giftRegistryUid": "4",
       "giftRegistry": UpdateGiftRegistryInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateGiftRegistry": {"gift_registry": GiftRegistry}
       }
     }
     
    - -
    back to top @@ -20293,9 +18464,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateGiftRegistryItems(
    +                  
    mutation updateGiftRegistryItems(
       $giftRegistryUid: ID!,
       $items: [UpdateGiftRegistryItemInput!]!
     ) {
    @@ -20309,26 +18478,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "giftRegistryUid": "4",
    +                  
    {
    +  "giftRegistryUid": 4,
       "items": [UpdateGiftRegistryItemInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateGiftRegistryItems": {
           "gift_registry": GiftRegistry
    @@ -20336,8 +18497,6 @@ 
    Response
    } }
    - -
    back to top @@ -20395,9 +18554,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateGiftRegistryRegistrants(
    +                  
    mutation updateGiftRegistryRegistrants(
       $giftRegistryUid: ID!,
       $registrants: [UpdateGiftRegistryRegistrantInput!]!
     ) {
    @@ -20411,26 +18568,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    -  "giftRegistryUid": 4,
    +                  
    {
    +  "giftRegistryUid": "4",
       "registrants": [UpdateGiftRegistryRegistrantInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateGiftRegistryRegistrants": {
           "gift_registry": GiftRegistry
    @@ -20438,8 +18587,6 @@ 
    Response
    } }
    - -
    back to top @@ -20491,9 +18638,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateNegotiableQuoteQuantities($input: UpdateNegotiableQuoteQuantitiesInput!) {
    +                  
    mutation updateNegotiableQuoteQuantities($input: UpdateNegotiableQuoteQuantitiesInput!) {
       updateNegotiableQuoteQuantities(input: $input) {
         quote {
           ...NegotiableQuoteFragment
    @@ -20501,23 +18646,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": UpdateNegotiableQuoteQuantitiesInput}
    +                  
    {"input": UpdateNegotiableQuoteQuantitiesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateNegotiableQuoteQuantities": {
           "quote": NegotiableQuote
    @@ -20525,8 +18662,6 @@ 
    Response
    } }
    - -
    back to top @@ -20578,9 +18713,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateNegotiableQuoteTemplateQuantities($input: UpdateNegotiableQuoteTemplateQuantitiesInput!) {
    +                  
    mutation updateNegotiableQuoteTemplateQuantities($input: UpdateNegotiableQuoteTemplateQuantitiesInput!) {
       updateNegotiableQuoteTemplateQuantities(input: $input) {
         quote_template {
           ...NegotiableQuoteTemplateFragment
    @@ -20588,23 +18721,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": UpdateNegotiableQuoteTemplateQuantitiesInput}
    +                  
    {"input": UpdateNegotiableQuoteTemplateQuantitiesInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateNegotiableQuoteTemplateQuantities": {
           "quote_template": NegotiableQuoteTemplate
    @@ -20612,8 +18737,6 @@ 
    Response
    } }
    - -
    back to top @@ -20671,9 +18794,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateProductsInWishlist(
    +                  
    mutation updateProductsInWishlist(
       $wishlistId: ID!,
       $wishlistItems: [WishlistItemUpdateInput!]!
     ) {
    @@ -20690,26 +18811,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "wishlistId": 4,
       "wishlistItems": [WishlistItemUpdateInput]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateProductsInWishlist": {
           "user_errors": [WishListUserInputError],
    @@ -20718,8 +18831,6 @@ 
    Response
    } }
    - -
    back to top @@ -20772,9 +18883,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updatePurchaseOrderApprovalRule($input: UpdatePurchaseOrderApprovalRuleInput!) {
    +                  
    mutation updatePurchaseOrderApprovalRule($input: UpdatePurchaseOrderApprovalRuleInput!) {
       updatePurchaseOrderApprovalRule(input: $input) {
         applies_to_roles {
           ...CompanyRoleFragment
    @@ -20795,41 +18904,31 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": UpdatePurchaseOrderApprovalRuleInput}
    +                  
    {"input": UpdatePurchaseOrderApprovalRuleInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updatePurchaseOrderApprovalRule": {
           "applies_to_roles": [CompanyRole],
           "approver_roles": [CompanyRole],
           "condition": PurchaseOrderApprovalRuleConditionInterface,
    -      "created_at": "xyz789",
    -      "created_by": "abc123",
    -      "description": "abc123",
    -      "name": "xyz789",
    +      "created_at": "abc123",
    +      "created_by": "xyz789",
    +      "description": "xyz789",
    +      "name": "abc123",
           "status": "ENABLED",
    -      "uid": "4",
    -      "updated_at": "abc123"
    +      "uid": 4,
    +      "updated_at": "xyz789"
         }
       }
     }
     
    - -
    back to top @@ -20888,9 +18987,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateRequisitionList(
    +                  
    mutation updateRequisitionList(
       $requisitionListUid: ID!,
       $input: UpdateRequisitionListInput
     ) {
    @@ -20904,26 +19001,18 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "requisitionListUid": "4",
       "input": UpdateRequisitionListInput
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateRequisitionList": {
           "requisition_list": RequisitionList
    @@ -20931,8 +19020,6 @@ 
    Response
    } }
    - -
    back to top @@ -20990,9 +19077,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateRequisitionListItems(
    +                  
    mutation updateRequisitionListItems(
       $requisitionListUid: ID!,
       $requisitionListItems: [UpdateRequisitionListItemsInput!]!
     ) {
    @@ -21006,28 +19091,20 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "requisitionListUid": "4",
       "requisitionListItems": [
         UpdateRequisitionListItemsInput
       ]
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateRequisitionListItems": {
           "requisition_list": RequisitionList
    @@ -21035,8 +19112,6 @@ 
    Response
    } }
    - -
    back to top @@ -21100,9 +19175,7 @@
    Arguments

    Example

    Query
    - - -
    mutation updateWishlist(
    +                  
    mutation updateWishlist(
       $wishlistId: ID!,
       $name: String,
       $visibility: WishlistVisibilityEnum
    @@ -21118,38 +19191,28 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {
    +                  
    {
       "wishlistId": 4,
       "name": "xyz789",
       "visibility": "PUBLIC"
     }
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "updateWishlist": {
    -      "name": "xyz789",
    +      "name": "abc123",
           "uid": 4,
           "visibility": "PUBLIC"
         }
       }
     }
     
    - -
    back to top @@ -21202,9 +19265,7 @@
    Arguments

    Example

    Query
    - - -
    mutation validatePurchaseOrders($input: ValidatePurchaseOrdersInput!) {
    +                  
    mutation validatePurchaseOrders($input: ValidatePurchaseOrdersInput!) {
       validatePurchaseOrders(input: $input) {
         errors {
           ...ValidatePurchaseOrderErrorFragment
    @@ -21215,23 +19276,15 @@ 
    Query
    }
    }
    - -
    Variables
    - - -
    {"input": ValidatePurchaseOrdersInput}
    +                  
    {"input": ValidatePurchaseOrdersInput}
     
    - -
    Response
    - - -
    {
    +                  
    {
       "data": {
         "validatePurchaseOrders": {
           "errors": [ValidatePurchaseOrderError],
    @@ -21240,8 +19293,6 @@ 
    Response
    } }
    - -
    back to top @@ -21279,12 +19330,8 @@
    Fields
    Example
    - - -
    {"template_id": 4}
    +                  
    {"template_id": "4"}
     
    - -
    back to top @@ -21323,12 +19370,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -21370,15 +19413,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "abc123",
       "cart_items": [DownloadableProductCartItemInput]
     }
     
    - -
    back to top @@ -21417,12 +19456,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -21480,9 +19515,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dynamic_attributes": [
         GiftRegistryDynamicAttributeInput
       ],
    @@ -21491,8 +19524,6 @@ 
    Example
    "lastname": "xyz789" }
    - -
    back to top @@ -21531,12 +19562,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -21580,15 +19607,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart": Cart,
       "user_errors": [Error]
     }
     
    - -
    back to top @@ -21634,12 +19657,56 @@
    Fields
    Example
    - - -
    {"products": [4], "uid": "4"}
    +                  
    {"products": ["4"], "uid": 4}
    +
    +
    +
    + back to top + +
    +
    +
    + Types +
    +

    AddProductsToNewCartOutput

    +
    +
    +
    +
    Description
    +

    Contains details about the cart after adding products to it.

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Field NameDescription
    cart - Cart + The cart after products have been added.
    user_errors - [CartUserInputError] + Contains errors encountered while adding an item to the cart.
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "cart": Cart,
    +  "user_errors": [CartUserInputError]
    +}
     
    - -
    back to top @@ -21678,12 +19745,8 @@
    Fields
    Example
    - - -
    {"requisition_list": RequisitionList}
    +                  
    {"requisition_list": RequisitionList}
     
    - -
    back to top @@ -21727,15 +19790,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "user_errors": [WishListUserInputError],
       "wishlist": Wishlist
     }
     
    - -
    back to top @@ -21781,15 +19840,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment": "abc123",
    -  "purchase_order_uid": "4"
    +  "purchase_order_uid": 4
     }
     
    - -
    back to top @@ -21828,12 +19883,8 @@
    Fields
    Example
    - - -
    {"comment": PurchaseOrderComment}
    +                  
    {"comment": PurchaseOrderComment}
     
    - -
    back to top @@ -21885,16 +19936,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "xyz789",
    -  "purchase_order_uid": "4",
    -  "replace_existing_cart_items": false
    +  "purchase_order_uid": 4,
    +  "replace_existing_cart_items": true
     }
     
    - -
    back to top @@ -21938,15 +19985,11 @@
    Fields
    Example
    - - -
    {
    -  "message": "xyz789",
    +                  
    {
    +  "message": "abc123",
       "type": "OUT_OF_STOCK"
     }
     
    - -
    back to top @@ -22004,12 +20047,8 @@
    Values
    Example
    - - -
    "OUT_OF_STOCK"
    +                  
    "OUT_OF_STOCK"
     
    - -
    back to top @@ -22058,9 +20097,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "add_requisition_list_items_to_cart_user_errors": [
         AddRequisitionListItemToCartUserError
       ],
    @@ -22068,8 +20105,6 @@ 
    Example
    "status": false }
    - -
    back to top @@ -22115,15 +20150,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment_text": "xyz789",
       "return_uid": "4"
     }
     
    - -
    back to top @@ -22162,12 +20193,8 @@
    Fields
    Example
    - - -
    {"return": Return}
    +                  
    {"return": Return}
     
    - -
    back to top @@ -22219,16 +20246,12 @@
    Fields
    Example
    - - -
    {
    -  "carrier_uid": 4,
    +                  
    {
    +  "carrier_uid": "4",
       "return_uid": 4,
       "tracking_number": "abc123"
     }
     
    - -
    back to top @@ -22272,15 +20295,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "return": Return,
       "return_shipping_tracking": ReturnShippingTracking
     }
     
    - -
    back to top @@ -22329,9 +20348,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "add_wishlist_items_to_cart_user_errors": [
         WishlistCartUserInputError
       ],
    @@ -22339,8 +20356,6 @@ 
    Example
    "wishlist": Wishlist }
    - -
    back to top @@ -22394,17 +20409,13 @@
    Fields
    Example
    - - -
    {
    -  "attribute": "xyz789",
    +                  
    {
    +  "attribute": "abc123",
       "buckets": [Bucket],
       "title": "abc123",
       "type": "INTELLIGENT"
     }
     
    - -
    back to top @@ -22459,12 +20470,8 @@
    Values
    Example
    - - -
    "INTELLIGENT"
    +                  
    "INTELLIGENT"
     
    - -
    back to top @@ -22534,21 +20541,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "button_styles": ButtonStyles,
    -  "code": "xyz789",
    +  "code": "abc123",
       "is_visible": true,
       "payment_intent": "abc123",
       "payment_source": "xyz789",
       "sdk_params": [SDKParams],
    -  "sort_order": "abc123",
    -  "title": "xyz789"
    +  "sort_order": "xyz789",
    +  "title": "abc123"
     }
     
    - -
    back to top @@ -22600,16 +20603,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "payment_source": "abc123",
    -  "payments_order_id": "abc123",
    -  "paypal_order_id": "xyz789"
    +  "payments_order_id": "xyz789",
    +  "paypal_order_id": "abc123"
     }
     
    - -
    back to top @@ -22648,12 +20647,8 @@
    Fields
    Example
    - - -
    {"code": "xyz789"}
    +                  
    {"code": "xyz789"}
     
    - -
    back to top @@ -22707,17 +20702,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applied_balance": Money,
       "code": "xyz789",
       "current_balance": Money,
    -  "expiration_date": "xyz789"
    +  "expiration_date": "abc123"
     }
     
    - -
    back to top @@ -22766,16 +20757,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "action_type": "BOOST",
    -  "rule_id": "abc123",
    -  "rule_name": "xyz789"
    +  "rule_id": "xyz789",
    +  "rule_name": "abc123"
     }
     
    - -
    back to top @@ -22830,12 +20817,8 @@
    Values
    Example
    - - -
    "BOOST"
    +                  
    "BOOST"
     
    - -
    back to top @@ -22884,16 +20867,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applied_balance": Money,
       "current_balance": Money,
       "enabled": true
     }
     
    - -
    back to top @@ -22939,15 +20918,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "abc123",
       "coupon_code": "xyz789"
     }
     
    - -
    back to top @@ -22986,12 +20961,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -23037,12 +21008,8 @@
    Values
    Example
    - - -
    "APPEND"
    +                  
    "APPEND"
     
    - -
    back to top @@ -23096,16 +21063,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "abc123",
       "coupon_codes": ["xyz789"],
       "type": "APPEND"
     }
     
    - -
    back to top @@ -23151,15 +21114,11 @@
    Fields
    Example
    - - -
    {
    -  "cart_id": "abc123",
    +                  
    {
    +  "cart_id": "xyz789",
       "gift_card_code": "abc123"
     }
     
    - -
    back to top @@ -23198,12 +21157,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -23247,15 +21202,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applied_balance": Money,
       "code": "xyz789"
     }
     
    - -
    back to top @@ -23294,12 +21245,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -23339,12 +21286,8 @@
    Fields
    Example
    - - -
    {"cart_id": "abc123"}
    +                  
    {"cart_id": "xyz789"}
     
    - -
    back to top @@ -23383,12 +21326,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -23434,12 +21373,8 @@
    Fields
    Example
    - - -
    {"radius": 123, "search_term": "abc123"}
    +                  
    {"radius": 123, "search_term": "abc123"}
     
    - -
    back to top @@ -23498,18 +21433,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "asset_image": ProductMediaGalleryEntriesAssetImage,
       "disabled": true,
    -  "label": "xyz789",
    -  "position": 123,
    -  "url": "xyz789"
    +  "label": "abc123",
    +  "position": 987,
    +  "url": "abc123"
     }
     
    - -
    back to top @@ -23568,18 +21499,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "asset_video": ProductMediaGalleryEntriesAssetVideo,
       "disabled": true,
       "label": "abc123",
       "position": 123,
    -  "url": "xyz789"
    +  "url": "abc123"
     }
     
    - -
    back to top @@ -23623,12 +21550,8 @@
    Fields
    Example
    - - -
    {"compare_list": CompareList, "result": false}
    +                  
    {"compare_list": CompareList, "result": true}
     
    - -
    back to top @@ -23697,12 +21620,49 @@
    Values
    Example
    - - -
    "CATALOG_PRODUCT"
    +                  
    "CATALOG_PRODUCT"
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    AttributeFile

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Field NameDescription
    code - ID! + The attribute code.
    url - String + File URL to download the file
    +
    +
    +
    +
    +
    Example
    +
    {"code": 4, "url": "abc123"}
     
    - -
    back to top @@ -23808,25 +21768,21 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "is_comparable": false,
    -  "is_filterable": true,
    +  "is_filterable": false,
       "is_filterable_in_search": true,
       "is_html_allowed_on_front": false,
       "is_searchable": false,
    -  "is_used_for_customer_segment": true,
    +  "is_used_for_customer_segment": false,
       "is_used_for_price_rules": false,
    -  "is_used_for_promo_rules": true,
    -  "is_visible_in_advanced_search": true,
    -  "is_visible_on_front": false,
    +  "is_used_for_promo_rules": false,
    +  "is_visible_in_advanced_search": false,
    +  "is_visible_on_front": true,
       "is_wysiwyg_enabled": false,
       "used_in_product_listing": false
     }
     
    - -
    back to top @@ -23972,12 +21928,8 @@
    Values
    Example
    - - -
    "BOOLEAN"
    +                  
    "BOOLEAN"
     
    - -
    back to top @@ -24023,15 +21975,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute_code": "abc123",
       "entity_type": "abc123"
     }
     
    - -
    back to top @@ -24071,12 +22019,8 @@
    Fields
    Example
    - - -
    {"value": "abc123"}
    +                  
    {"value": "abc123"}
     
    - -
    back to top @@ -24155,22 +22099,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": 4,
       "default_value": "abc123",
       "entity_type": "CATALOG_PRODUCT",
    -  "frontend_class": "xyz789",
    +  "frontend_class": "abc123",
       "frontend_input": "BOOLEAN",
    -  "is_required": true,
    +  "is_required": false,
       "is_unique": false,
    -  "label": "xyz789",
    +  "label": "abc123",
       "options": [CustomAttributeOptionInterface]
     }
     
    - -
    back to top @@ -24214,15 +22154,11 @@
    Fields
    Example
    - - -
    {
    -  "message": "xyz789",
    +                  
    {
    +  "message": "abc123",
       "type": "ENTITY_NOT_FOUND"
     }
     
    - -
    back to top @@ -24280,12 +22216,8 @@
    Values
    Example
    - - -
    "ENTITY_NOT_FOUND"
    +                  
    "ENTITY_NOT_FOUND"
     
    - -
    back to top @@ -24329,15 +22261,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "filterableInSearch": [FilterableInSearchAttribute],
       "sortable": [SortableAttribute]
     }
     
    - -
    back to top @@ -24386,16 +22314,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "is_default": false,
       "label": "xyz789",
       "value": "xyz789"
     }
     
    - -
    back to top @@ -24435,15 +22359,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "abc123",
    -  "value": "abc123"
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -24500,15 +22420,11 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "label": "xyz789",
       "value": "abc123"
     }
     
    - -
    back to top @@ -24549,15 +22465,11 @@
    Fields
    Example
    - - -
    {
    -  "code": 4,
    +                  
    {
    +  "code": "4",
       "selected_options": [AttributeSelectedOptionInterface]
     }
     
    - -
    back to top @@ -24597,15 +22509,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "4",
    -  "value": "xyz789"
    +  "value": "abc123"
     }
     
    - -
    back to top @@ -24657,16 +22565,12 @@
    Fields
    Example
    - - -
    {
    -  "attribute_code": "xyz789",
    +                  
    {
    +  "attribute_code": "abc123",
       "selected_options": [AttributeInputSelectedOption],
       "value": "xyz789"
     }
     
    - -
    back to top @@ -24706,6 +22610,11 @@
    Possible Types
    + + +

    AttributeFile

    + +

    AttributeSelectedOptions

    @@ -24723,12 +22632,8 @@
    Possible Types
    Example
    - - -
    {"code": "4"}
    +                  
    {"code": 4}
     
    - -
    back to top @@ -24772,15 +22677,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [AttributeMetadataError],
       "items": [CustomAttributeMetadataInterface]
     }
     
    - -
    back to top @@ -24824,15 +22725,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [AttributeMetadataError],
       "items": [CustomAttributeMetadataInterface]
     }
     
    - -
    back to top @@ -24876,12 +22773,8 @@
    Fields
    Example
    - - -
    {"code": "AFN", "symbol": "xyz789"}
    +                  
    {"code": "AFN", "symbol": "abc123"}
     
    - -
    back to top @@ -24935,17 +22828,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "abc123",
       "is_deferred": true,
       "oope_payment_method_config": OopePaymentMethodConfig,
       "title": "abc123"
     }
     
    - -
    back to top @@ -25029,23 +22918,19 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "additional_data": [ShippingAdditionalData],
       "amount": Money,
    -  "available": true,
    +  "available": false,
       "carrier_code": "xyz789",
    -  "carrier_title": "xyz789",
    +  "carrier_title": "abc123",
       "error_message": "xyz789",
    -  "method_code": "abc123",
    -  "method_title": "abc123",
    +  "method_code": "xyz789",
    +  "method_title": "xyz789",
       "price_excl_tax": Money,
       "price_incl_tax": Money
     }
     
    - -
    back to top @@ -25096,12 +22981,8 @@
    Values
    Example
    - - -
    "SUCCESS"
    +                  
    "SUCCESS"
     
    - -
    back to top @@ -25159,17 +23040,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address": CartAddressInput,
       "customer_address_id": 123,
    -  "same_as_shipping": false,
    -  "use_for_shipping": true
    +  "same_as_shipping": true,
    +  "use_for_shipping": false
     }
     
    - -
    back to top @@ -25239,19 +23116,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address_line_1": "xyz789",
       "address_line_2": "abc123",
    -  "city": "xyz789",
    +  "city": "abc123",
       "country_code": "abc123",
    -  "postal_code": "xyz789",
    -  "region": "abc123"
    +  "postal_code": "abc123",
    +  "region": "xyz789"
     }
     
    - -
    back to top @@ -25370,30 +23243,26 @@
    Fields
    Example
    - - -
    {
    -  "city": "xyz789",
    +                  
    {
    +  "city": "abc123",
       "company": "abc123",
       "country": CartAddressCountry,
       "custom_attributes": [AttributeValueInterface],
    -  "fax": "xyz789",
    +  "fax": "abc123",
       "firstname": "abc123",
       "id": 123,
       "lastname": "xyz789",
    -  "middlename": "xyz789",
    -  "postcode": "abc123",
    -  "prefix": "abc123",
    +  "middlename": "abc123",
    +  "postcode": "xyz789",
    +  "prefix": "xyz789",
       "region": CartAddressRegion,
       "street": ["abc123"],
       "suffix": "xyz789",
       "telephone": "xyz789",
       "uid": "abc123",
    -  "vat_id": "abc123"
    +  "vat_id": "xyz789"
     }
     
    - -
    back to top @@ -25469,9 +23338,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "category_level": 987,
       "category_name": "xyz789",
       "category_uid": "4",
    @@ -25479,8 +23346,6 @@ 
    Example
    "category_url_path": "xyz789" }
    - -
    back to top @@ -25556,12 +23421,8 @@
    Possible Types
    Example
    - - -
    {"title": "xyz789"}
    +                  
    {"title": "abc123"}
     
    - -
    back to top @@ -25686,9 +23547,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_gift_wrapping": [GiftWrapping],
       "bundle_options": [SelectedBundleOption],
       "custom_attributes": [CustomAttribute],
    @@ -25697,20 +23556,18 @@ 
    Example
    "errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": true, + "is_available": false, "max_qty": 123.45, - "min_qty": 987.65, + "min_qty": 123.45, "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": 4 + "quantity": 123.45, + "uid": "4" }
    - -
    back to top @@ -25789,22 +23646,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "bundle_options": [ItemSelectedBundleOption],
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "id": "4",
       "order_item": OrderItemInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    -  "quantity_refunded": 987.65
    +  "product_sku": "abc123",
    +  "quantity_refunded": 123.45
     }
     
    - -
    back to top @@ -25883,22 +23736,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "bundle_options": [ItemSelectedBundleOption],
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    -  "id": "4",
    +  "id": 4,
       "order_item": OrderItemInterface,
    -  "product_name": "xyz789",
    +  "product_name": "abc123",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    -  "quantity_invoiced": 123.45
    +  "product_sku": "abc123",
    +  "quantity_invoiced": 987.65
     }
     
    - -
    back to top @@ -25972,21 +23821,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "options": [BundleItemOption],
       "position": 123,
       "price_range": PriceRange,
       "required": false,
       "sku": "abc123",
    -  "title": "abc123",
    -  "type": "abc123",
    -  "uid": "4"
    +  "title": "xyz789",
    +  "type": "xyz789",
    +  "uid": 4
     }
     
    - -
    back to top @@ -26065,22 +23910,18 @@
    Fields
    Example
    - - -
    {
    -  "can_change_quantity": false,
    -  "is_default": true,
    +                  
    {
    +  "can_change_quantity": true,
    +  "is_default": false,
       "label": "abc123",
       "position": 987,
    -  "price": 987.65,
    +  "price": 123.45,
       "price_type": "FIXED",
       "product": ProductInterface,
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "uid": 4
     }
     
    - -
    back to top @@ -26158,7 +23999,7 @@
    Fields
    Contains details about the price of the item, including taxes and discounts. - product - ProductInterface! + product - ProductInterface The ProductInterface object, which contains details about the base product Product information is part of a composable Catalog Service. @@ -26240,9 +24081,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "bundle_options": [ItemSelectedBundleOption],
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    @@ -26250,28 +24089,26 @@ 
    Example
    "entered_options": [OrderItemOption], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "4", + "id": 4, "parent_sku": "abc123", "prices": OrderItemPrices, "product": ProductInterface, "product_name": "abc123", "product_sale_price": Money, "product_sku": "xyz789", - "product_type": "abc123", + "product_type": "xyz789", "product_url_key": "abc123", - "quantity_canceled": 123.45, + "quantity_canceled": 987.65, "quantity_invoiced": 987.65, - "quantity_ordered": 123.45, - "quantity_refunded": 987.65, - "quantity_return_requested": 123.45, - "quantity_returned": 123.45, + "quantity_ordered": 987.65, + "quantity_refunded": 123.45, + "quantity_return_requested": 987.65, + "quantity_returned": 987.65, "quantity_shipped": 987.65, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
    - -
    back to top @@ -26558,9 +24395,7 @@
    filters
    Example
    - - -
    {
    +                  
    {
       "canonical_url": "abc123",
       "categories": [CategoryInterface],
       "country_of_manufacture": "xyz789",
    @@ -26571,24 +24406,24 @@ 
    Example
    "dynamic_sku": false, "dynamic_weight": false, "gift_message_available": true, - "gift_wrapping_available": true, + "gift_wrapping_available": false, "gift_wrapping_price": Money, "image": ProductImage, "is_returnable": "abc123", "items": [BundleItem], - "manufacturer": 123, - "max_sale_qty": 123.45, + "manufacturer": 987, + "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "meta_description": "xyz789", "meta_keyword": "xyz789", - "meta_title": "abc123", + "meta_title": "xyz789", "min_sale_qty": 987.65, "name": "abc123", - "new_from_date": "xyz789", - "new_to_date": "abc123", - "only_x_left_in_stock": 987.65, + "new_from_date": "abc123", + "new_to_date": "xyz789", + "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], - "options_container": "abc123", + "options_container": "xyz789", "price_details": PriceDetails, "price_range": PriceRange, "price_tiers": [TierPrice], @@ -26600,19 +24435,17 @@
    Example
    "short_description": ComplexTextValue, "sku": "abc123", "small_image": ProductImage, - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "xyz789", "stock_status": "IN_STOCK", "swatch_image": "xyz789", "thumbnail": ProductImage, - "uid": "4", + "uid": 4, "upsell_products": [ProductInterface], - "url_key": "xyz789", + "url_key": "abc123", "weight": 123.45 }
    - -
    back to top @@ -26671,18 +24504,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "bundle_options": [SelectedBundleOption],
       "customizable_options": [SelectedCustomizableOption],
       "product": ProductInterface,
    -  "quantity": 123.45,
    +  "quantity": 987.65,
       "uid": 4
     }
     
    - -
    back to top @@ -26751,20 +24580,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "bundle_options": [ItemSelectedBundleOption],
    -  "id": 4,
    +  "id": "4",
       "order_item": OrderItemInterface,
       "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "abc123",
    +  "product_sku": "xyz789",
       "quantity_shipped": 123.45
     }
     
    - -
    back to top @@ -26834,20 +24659,16 @@
    Fields
    Example
    - - -
    {
    -  "added_at": "abc123",
    +                  
    {
    +  "added_at": "xyz789",
       "bundle_options": [SelectedBundleOption],
       "customizable_options": [SelectedCustomizableOption],
       "description": "xyz789",
       "id": "4",
       "product": ProductInterface,
    -  "quantity": 987.65
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -26912,20 +24733,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "color": "xyz789",
       "height": 987,
    -  "label": "abc123",
    +  "label": "xyz789",
       "layout": "xyz789",
    -  "shape": "abc123",
    -  "tagline": false,
    -  "use_default_height": false
    +  "shape": "xyz789",
    +  "tagline": true,
    +  "use_default_height": true
     }
     
    - -
    back to top @@ -26971,15 +24788,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cancellation_comment": "xyz789",
       "template_id": "4"
     }
     
    - -
    back to top @@ -27019,15 +24832,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "ORDER_CANCELLATION_DISABLED",
    -  "message": "xyz789"
    +  "message": "abc123"
     }
     
    - -
    back to top @@ -27099,12 +24908,8 @@
    Values
    Example
    - - -
    "ORDER_CANCELLATION_DISABLED"
    +                  
    "ORDER_CANCELLATION_DISABLED"
     
    - -
    back to top @@ -27150,12 +24955,8 @@
    Fields
    Example
    - - -
    {"order_id": 4, "reason": "abc123"}
    +                  
    {"order_id": 4, "reason": "abc123"}
     
    - -
    back to top @@ -27205,16 +25006,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "error": "abc123",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
     
    - -
    back to top @@ -27250,12 +25047,8 @@
    Fields
    Example
    - - -
    {"description": "xyz789"}
    +                  
    {"description": "xyz789"}
     
    - -
    back to top @@ -27310,18 +25103,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "bin_details": CardBin,
       "card_expiry_month": "abc123",
       "card_expiry_year": "xyz789",
    -  "last_digits": "abc123",
    -  "name": "abc123"
    +  "last_digits": "xyz789",
    +  "name": "xyz789"
     }
     
    - -
    back to top @@ -27356,12 +25145,8 @@
    Fields
    Example
    - - -
    {"bin": "xyz789"}
    +                  
    {"bin": "abc123"}
     
    - -
    back to top @@ -27407,15 +25192,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "billing_address": BillingAddressPaymentSourceInput,
       "name": "xyz789"
     }
     
    - -
    back to top @@ -27464,16 +25245,12 @@
    Fields
    Example
    - - -
    {
    -  "brand": "abc123",
    +                  
    {
    +  "brand": "xyz789",
       "expiry": "xyz789",
       "last_digits": "abc123"
     }
     
    - -
    back to top @@ -27634,9 +25411,7 @@
    sort
    Example
    - - -
    {
    +                  
    {
       "applied_coupons": [AppliedCoupon],
       "applied_gift_cards": [AppliedGiftCard],
       "applied_reward_points": RewardPointsAmount,
    @@ -27649,19 +25424,17 @@ 
    Example
    "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": "4", + "id": 4, "is_virtual": false, "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": false, + "printed_card_included": true, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], "total_quantity": 123.45 }
    - -
    back to top @@ -27705,15 +25478,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "xyz789",
    -  "label": "xyz789"
    +  "label": "abc123"
     }
     
    - -
    back to top @@ -27849,30 +25618,26 @@
    Fields
    Example
    - - -
    {
    -  "city": "xyz789",
    -  "company": "xyz789",
    -  "country_code": "xyz789",
    +                  
    {
    +  "city": "abc123",
    +  "company": "abc123",
    +  "country_code": "abc123",
       "custom_attributes": [AttributeValueInput],
       "fax": "abc123",
    -  "firstname": "xyz789",
    -  "lastname": "xyz789",
    -  "middlename": "xyz789",
    -  "postcode": "xyz789",
    +  "firstname": "abc123",
    +  "lastname": "abc123",
    +  "middlename": "abc123",
    +  "postcode": "abc123",
       "prefix": "abc123",
    -  "region": "xyz789",
    +  "region": "abc123",
       "region_id": 123,
    -  "save_in_address_book": true,
    +  "save_in_address_book": false,
       "street": ["xyz789"],
       "suffix": "xyz789",
       "telephone": "abc123",
       "vat_id": "abc123"
     }
     
    - -
    back to top @@ -28009,30 +25774,26 @@
    Possible Types
    Example
    - - -
    {
    -  "city": "xyz789",
    +                  
    {
    +  "city": "abc123",
       "company": "xyz789",
       "country": CartAddressCountry,
       "custom_attributes": [AttributeValueInterface],
       "fax": "xyz789",
    -  "firstname": "abc123",
    -  "id": 987,
    +  "firstname": "xyz789",
    +  "id": 123,
       "lastname": "xyz789",
    -  "middlename": "abc123",
    +  "middlename": "xyz789",
       "postcode": "abc123",
       "prefix": "xyz789",
       "region": CartAddressRegion,
       "street": ["xyz789"],
    -  "suffix": "abc123",
    -  "telephone": "abc123",
    +  "suffix": "xyz789",
    +  "telephone": "xyz789",
       "uid": "xyz789",
    -  "vat_id": "xyz789"
    +  "vat_id": "abc123"
     }
     
    - -
    back to top @@ -28081,16 +25842,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "xyz789",
    -  "label": "xyz789",
    -  "region_id": 123
    +  "label": "abc123",
    +  "region_id": 987
     }
     
    - -
    back to top @@ -28136,15 +25893,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "abc123",
       "custom_attributes": [CustomAttributeInput]
     }
     
    - -
    back to top @@ -28188,12 +25941,8 @@
    Values
    Example
    - - -
    "ITEM"
    +                  
    "ITEM"
     
    - -
    back to top @@ -28245,16 +25994,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "xyz789",
    -  "cart_item_id": "xyz789",
    +  "cart_item_id": "abc123",
       "custom_attributes": [CustomAttributeInput]
     }
     
    - -
    back to top @@ -28294,12 +26039,8 @@
    Fields
    Example
    - - -
    {"code": "UNDEFINED", "message": "abc123"}
    +                  
    {"code": "UNDEFINED", "message": "abc123"}
     
    - -
    back to top @@ -28350,12 +26091,8 @@
    Values
    Example
    - - -
    "UNDEFINED"
    +                  
    "UNDEFINED"
     
    - -
    back to top @@ -28419,18 +26156,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "entered_options": [EnteredOptionInput],
    -  "parent_sku": "abc123",
    +  "parent_sku": "xyz789",
       "quantity": 123.45,
    -  "selected_options": [4],
    +  "selected_options": ["4"],
       "sku": "abc123"
     }
     
    - -
    back to top @@ -28572,26 +26305,22 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discount": [Discount],
       "errors": [CartItemError],
    -  "is_available": true,
    -  "max_qty": 123.45,
    -  "min_qty": 987.65,
    +  "is_available": false,
    +  "max_qty": 987.65,
    +  "min_qty": 123.45,
       "not_available_message": "abc123",
       "note_from_buyer": [ItemNote],
       "note_from_seller": [ItemNote],
       "prices": CartItemPrices,
       "product": ProductInterface,
       "quantity": 987.65,
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -28680,9 +26409,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "catalog_discount": ProductDiscount,
       "discounts": [Discount],
       "fixed_product_taxes": [FixedProductTax],
    @@ -28696,8 +26423,6 @@ 
    Example
    "total_item_discount": Money }
    - -
    back to top @@ -28746,16 +26471,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "type": "FIXED",
    -  "units": "abc123",
    +  "units": "xyz789",
       "value": 987.65
     }
     
    - -
    back to top @@ -28819,18 +26540,14 @@
    Fields
    Example
    - - -
    {
    -  "cart_item_uid": 4,
    +                  
    {
    +  "cart_item_uid": "4",
       "customizable_options": [CustomizableOptionInput],
       "gift_message": GiftMessageInput,
       "gift_wrapping_id": 4,
       "quantity": 123.45
     }
     
    - -
    back to top @@ -28875,16 +26592,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [CartItemInterface],
       "page_info": SearchResultPageInfo,
       "total_count": 123
     }
     
    - -
    back to top @@ -28958,9 +26671,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applied_taxes": [CartTaxItem],
       "discounts": [Discount],
       "gift_options": GiftOptionsPrices,
    @@ -28971,8 +26682,6 @@ 
    Example
    "subtotal_with_discount_excluding_tax": Money }
    - -
    back to top @@ -29007,12 +26716,8 @@
    Fields
    Example
    - - -
    {"uid": 4}
    +                  
    {"uid": "4"}
     
    - -
    back to top @@ -29056,15 +26761,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
    -  "label": "xyz789"
    +  "label": "abc123"
     }
     
    - -
    back to top @@ -29104,15 +26805,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "PRODUCT_NOT_FOUND",
    -  "message": "xyz789"
    +  "message": "abc123"
     }
     
    - -
    back to top @@ -29198,12 +26895,8 @@
    Values
    Example
    - - -
    "PRODUCT_NOT_FOUND"
    +                  
    "PRODUCT_NOT_FOUND"
     
    - -
    back to top @@ -29282,12 +26975,8 @@
    Values
    Example
    - - -
    "SIMPLE"
    +                  
    "SIMPLE"
     
    - -
    back to top @@ -29441,37 +27130,33 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "apply_to": ["SIMPLE"],
       "code": "4",
       "default_value": "xyz789",
       "entity_type": "CATALOG_PRODUCT",
       "frontend_class": "abc123",
       "frontend_input": "BOOLEAN",
    -  "is_comparable": true,
    -  "is_filterable": false,
    -  "is_filterable_in_search": false,
    -  "is_html_allowed_on_front": true,
    -  "is_required": true,
    +  "is_comparable": false,
    +  "is_filterable": true,
    +  "is_filterable_in_search": true,
    +  "is_html_allowed_on_front": false,
    +  "is_required": false,
       "is_searchable": false,
    -  "is_unique": false,
    +  "is_unique": true,
       "is_used_for_price_rules": false,
    -  "is_used_for_promo_rules": false,
    -  "is_visible_in_advanced_search": true,
    -  "is_visible_on_front": false,
    -  "is_wysiwyg_enabled": false,
    +  "is_used_for_promo_rules": true,
    +  "is_visible_in_advanced_search": false,
    +  "is_visible_on_front": true,
    +  "is_wysiwyg_enabled": true,
       "label": "xyz789",
       "options": [CustomAttributeOptionInterface],
       "swatch_input_type": "BOOLEAN",
       "update_product_preview_image": true,
       "use_product_image_for_swatch": true,
    -  "used_in_product_listing": true
    +  "used_in_product_listing": false
     }
     
    - -
    back to top @@ -29529,17 +27214,13 @@
    Fields
    Example
    - - -
    {
    -  "count": 123,
    +                  
    {
    +  "count": 987,
       "id": "4",
       "path": "xyz789",
       "title": "xyz789"
     }
     
    - -
    back to top @@ -29592,12 +27273,8 @@
    Possible Types
    Example
    - - -
    {"id": 4}
    +                  
    {"id": 4}
     
    - -
    back to top @@ -29785,38 +27462,34 @@
    Possible Types
    Example
    - - -
    {
    -  "available_sort_by": ["xyz789"],
    +                  
    {
    +  "available_sort_by": ["abc123"],
       "breadcrumbs": [Breadcrumb],
       "canonical_url": "xyz789",
       "children_count": "xyz789",
       "custom_layout_update_file": "abc123",
    -  "default_sort_by": "xyz789",
    -  "description": "xyz789",
    +  "default_sort_by": "abc123",
    +  "description": "abc123",
       "display_mode": "xyz789",
       "filter_price_range": 987.65,
    -  "image": "xyz789",
    +  "image": "abc123",
       "include_in_menu": 123,
    -  "is_anchor": 123,
    -  "landing_page": 987,
    +  "is_anchor": 987,
    +  "landing_page": 123,
       "level": 123,
    -  "meta_description": "xyz789",
    -  "meta_keywords": "abc123",
    -  "meta_title": "xyz789",
    -  "name": "abc123",
    +  "meta_description": "abc123",
    +  "meta_keywords": "xyz789",
    +  "meta_title": "abc123",
    +  "name": "xyz789",
       "path": "abc123",
       "path_in_store": "xyz789",
    -  "position": 123,
    +  "position": 987,
       "product_count": 123,
       "uid": "4",
    -  "url_key": "abc123",
    +  "url_key": "xyz789",
       "url_path": "xyz789"
     }
     
    - -
    back to top @@ -29987,38 +27660,34 @@
    Fields
    Example
    - - -
    {
    -  "available_sort_by": ["abc123"],
    +                  
    {
    +  "available_sort_by": ["xyz789"],
       "breadcrumbs": [Breadcrumb],
       "canonical_url": "xyz789",
    -  "children_count": "xyz789",
    -  "custom_layout_update_file": "xyz789",
    +  "children_count": "abc123",
    +  "custom_layout_update_file": "abc123",
       "default_sort_by": "abc123",
       "description": "xyz789",
       "display_mode": "xyz789",
    -  "filter_price_range": 987.65,
    -  "image": "xyz789",
    +  "filter_price_range": 123.45,
    +  "image": "abc123",
       "include_in_menu": 987,
       "is_anchor": 123,
    -  "landing_page": 987,
    +  "landing_page": 123,
       "level": 123,
       "meta_description": "abc123",
       "meta_keywords": "xyz789",
    -  "meta_title": "xyz789",
    +  "meta_title": "abc123",
       "name": "xyz789",
       "path": "xyz789",
       "path_in_store": "abc123",
    -  "position": 987,
    -  "product_count": 123,
    -  "uid": 4,
    -  "url_key": "xyz789",
    +  "position": 123,
    +  "product_count": 987,
    +  "uid": "4",
    +  "url_key": "abc123",
       "url_path": "abc123"
     }
     
    - -
    back to top @@ -30134,26 +27803,22 @@
    Fields
    Example
    - - -
    {
    -  "availableSortBy": ["xyz789"],
    -  "children": ["xyz789"],
    +                  
    {
    +  "availableSortBy": ["abc123"],
    +  "children": ["abc123"],
       "defaultSortBy": "xyz789",
       "id": "4",
       "level": 123,
    -  "name": "abc123",
    -  "parentId": "abc123",
    -  "path": "abc123",
    +  "name": "xyz789",
    +  "parentId": "xyz789",
    +  "path": "xyz789",
       "roles": ["xyz789"],
    -  "urlKey": "abc123",
    +  "urlKey": "xyz789",
       "urlPath": "abc123",
    -  "count": 987,
    +  "count": 123,
       "title": "abc123"
     }
     
    - -
    back to top @@ -30255,22 +27920,18 @@
    Possible Types
    Example
    - - -
    {
    -  "availableSortBy": ["xyz789"],
    -  "defaultSortBy": "xyz789",
    -  "id": 4,
    +                  
    {
    +  "availableSortBy": ["abc123"],
    +  "defaultSortBy": "abc123",
    +  "id": "4",
       "level": 987,
       "name": "xyz789",
    -  "path": "xyz789",
    +  "path": "abc123",
       "roles": ["xyz789"],
    -  "urlKey": "xyz789",
    -  "urlPath": "xyz789"
    +  "urlKey": "abc123",
    +  "urlPath": "abc123"
     }
     
    - -
    back to top @@ -30339,20 +28000,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "agreement_id": 987,
    -  "checkbox_text": "abc123",
    -  "content": "abc123",
    +  "checkbox_text": "xyz789",
    +  "content": "xyz789",
       "content_height": "xyz789",
    -  "is_html": false,
    +  "is_html": true,
       "mode": "AUTO",
       "name": "abc123"
     }
     
    - -
    back to top @@ -30398,12 +28055,8 @@
    Values
    Example
    - - -
    "AUTO"
    +                  
    "AUTO"
     
    - -
    back to top @@ -30452,16 +28105,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "REORDER_NOT_AVAILABLE",
       "message": "abc123",
    -  "path": ["abc123"]
    +  "path": ["xyz789"]
     }
     
    - -
    back to top @@ -30526,12 +28175,8 @@
    Values
    Example
    - - -
    "REORDER_NOT_AVAILABLE"
    +                  
    "REORDER_NOT_AVAILABLE"
     
    - -
    back to top @@ -30575,12 +28220,8 @@
    Fields
    Example
    - - -
    {"cart": Cart, "status": false}
    +                  
    {"cart": Cart, "status": false}
     
    - -
    back to top @@ -30624,12 +28265,8 @@
    Types
    Example
    - - -
    NegotiableQuoteInvalidStateError
    +                  
    NegotiableQuoteInvalidStateError
     
    - -
    back to top @@ -30673,15 +28310,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [NegotiableQuoteInvalidStateError],
       "quote_uid": 4
     }
     
    - -
    back to top @@ -30720,12 +28353,8 @@
    Types
    Example
    - - -
    NegotiableQuoteUidOperationSuccess
    +                  
    NegotiableQuoteUidOperationSuccess
     
    - -
    back to top @@ -30765,12 +28394,8 @@
    Fields
    Example
    - - -
    {"quote_uids": [4]}
    +                  
    {"quote_uids": [4]}
     
    - -
    back to top @@ -30848,9 +28473,7 @@
    sort
    Example
    - - -
    {
    +                  
    {
       "negotiable_quotes": NegotiableQuotesOutput,
       "operation_results": [
         NegotiableQuoteUidOperationSuccess
    @@ -30858,8 +28481,6 @@ 
    Example
    "result_status": "SUCCESS" }
    - -
    back to top @@ -30894,12 +28515,8 @@
    Fields
    Example
    - - -
    {"value": "abc123"}
    +                  
    {"value": "abc123"}
     
    - -
    back to top @@ -30939,12 +28556,8 @@
    Values
    Example
    - - -
    "NAME"
    +                  
    "NAME"
     
    - -
    back to top @@ -30990,12 +28603,8 @@
    Fields
    Example
    - - -
    {"field": "NAME", "order": "ASC"}
    +                  
    {"field": "NAME", "order": "ASC"}
     
    - -
    back to top @@ -31027,6 +28636,16 @@
    Fields
    The list of all resources defined within the company. + + available_payment_methods - [AvailablePaymentMethod] + + Available payment methods for the company with proper B2B configuration and company-specific filtering. + + + available_shipping_methods - [CompanyAvailableShippingMethod] + + Available shipping carriers for the company with proper B2B configuration and company-specific filtering. + company_admin - Customer @@ -31251,18 +28870,20 @@
    currentPage
    Example
    - - -
    {
    +                  
    {
       "acl_resources": [CompanyAclResource],
    +  "available_payment_methods": [AvailablePaymentMethod],
    +  "available_shipping_methods": [
    +    CompanyAvailableShippingMethod
    +  ],
       "company_admin": Customer,
       "credit": CompanyCredit,
       "credit_history": CompanyCreditHistory,
       "custom_attributes": [CustomAttribute],
       "email": "abc123",
    -  "id": 4,
    +  "id": "4",
       "legal_address": CompanyLegalAddress,
    -  "legal_name": "xyz789",
    +  "legal_name": "abc123",
       "name": "abc123",
       "payment_methods": ["abc123"],
       "reseller_id": "abc123",
    @@ -31273,11 +28894,9 @@ 
    Example
    "team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "xyz789" + "vat_tax_id": "abc123" }
    - -
    back to top @@ -31331,17 +28950,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "children": [CompanyAclResource],
    -  "id": 4,
    -  "sort_order": 123,
    +  "id": "4",
    +  "sort_order": 987,
       "text": "abc123"
     }
     
    - -
    back to top @@ -31417,20 +29032,66 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [AttributeValueInput],
    -  "email": "xyz789",
    -  "firstname": "xyz789",
    -  "gender": 123,
    -  "job_title": "xyz789",
    +  "email": "abc123",
    +  "firstname": "abc123",
    +  "gender": 987,
    +  "job_title": "abc123",
       "lastname": "abc123",
    -  "telephone": "xyz789"
    +  "telephone": "abc123"
    +}
    +
    +
    +
    + back to top + +
    +
    +
    + Types +
    +

    CompanyAvailableShippingMethod

    +
    +
    +
    +
    Description
    +

    Describes a carrier-level shipping option available to the company.

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Field NameDescription
    code - String! + +
    title - String! + +
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "code": "abc123",
    +  "title": "abc123"
     }
     
    - -
    back to top @@ -31479,16 +29140,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "id": 4,
    -  "legal_name": "abc123",
    +  "legal_name": "xyz789",
       "name": "xyz789"
     }
     
    - -
    back to top @@ -31564,20 +29221,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "company_admin": CompanyAdminInput,
       "company_email": "xyz789",
    -  "company_name": "abc123",
    +  "company_name": "xyz789",
       "legal_address": CompanyLegalAddressCreateInput,
    -  "legal_name": "xyz789",
    -  "reseller_id": "abc123",
    +  "legal_name": "abc123",
    +  "reseller_id": "xyz789",
       "vat_tax_id": "abc123"
     }
     
    - -
    back to top @@ -31626,16 +29279,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_credit": Money,
       "credit_limit": Money,
       "outstanding_balance": Money
     }
     
    - -
    back to top @@ -31684,16 +29333,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [CompanyCreditOperation],
       "page_info": SearchResultPageInfo,
       "total_count": 123
     }
     
    - -
    back to top @@ -31745,16 +29390,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_reference_number": "abc123",
       "operation_type": "ALLOCATION",
    -  "updated_by": "abc123"
    +  "updated_by": "xyz789"
     }
     
    - -
    back to top @@ -31818,19 +29459,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
       "balance": CompanyCredit,
    -  "custom_reference_number": "xyz789",
    -  "date": "abc123",
    +  "custom_reference_number": "abc123",
    +  "date": "xyz789",
       "type": "ALLOCATION",
       "updated_by": CompanyCreditOperationUser
     }
     
    - -
    back to top @@ -31902,12 +29539,8 @@
    Values
    Example
    - - -
    "ALLOCATION"
    +                  
    "ALLOCATION"
     
    - -
    back to top @@ -31951,12 +29584,8 @@
    Fields
    Example
    - - -
    {"name": "xyz789", "type": "CUSTOMER"}
    +                  
    {"name": "abc123", "type": "CUSTOMER"}
     
    - -
    back to top @@ -32000,12 +29629,8 @@
    Values
    Example
    - - -
    "CUSTOMER"
    +                  
    "CUSTOMER"
     
    - -
    back to top @@ -32057,16 +29682,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "xyz789",
    -  "role_id": 4,
    +  "role_id": "4",
       "user": CompanyInvitationUserInput
     }
     
    - -
    back to top @@ -32105,12 +29726,8 @@
    Fields
    Example
    - - -
    {"success": false}
    +                  
    {"success": false}
     
    - -
    back to top @@ -32174,18 +29791,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "company_id": 4,
       "customer_id": "4",
    -  "job_title": "abc123",
    +  "job_title": "xyz789",
       "status": "ACTIVE",
    -  "telephone": "abc123"
    +  "telephone": "xyz789"
     }
     
    - -
    back to top @@ -32249,10 +29862,8 @@
    Fields
    Example
    - - -
    {
    -  "city": "xyz789",
    +                  
    {
    +  "city": "abc123",
       "country_code": "AF",
       "postcode": "abc123",
       "region": CustomerAddressRegion,
    @@ -32260,8 +29871,6 @@ 
    Example
    "telephone": "abc123" }
    - -
    back to top @@ -32331,19 +29940,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": "abc123",
       "country_id": "AF",
    -  "postcode": "xyz789",
    +  "postcode": "abc123",
       "region": CustomerAddressRegionInput,
       "street": ["xyz789"],
       "telephone": "abc123"
     }
     
    - -
    back to top @@ -32413,19 +30018,15 @@
    Fields
    Example
    - - -
    {
    -  "city": "abc123",
    +                  
    {
    +  "city": "xyz789",
       "country_id": "AF",
       "postcode": "xyz789",
       "region": CustomerAddressRegionInput,
       "street": ["abc123"],
    -  "telephone": "abc123"
    +  "telephone": "xyz789"
     }
     
    - -
    back to top @@ -32479,17 +30080,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "id": 4,
    -  "name": "xyz789",
    +  "name": "abc123",
       "permissions": [CompanyAclResource],
       "users_count": 987
     }
     
    - -
    back to top @@ -32535,15 +30132,11 @@
    Fields
    Example
    - - -
    {
    -  "name": "xyz789",
    +                  
    {
    +  "name": "abc123",
       "permissions": ["xyz789"]
     }
     
    - -
    back to top @@ -32595,16 +30188,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "id": 4,
       "name": "xyz789",
    -  "permissions": ["xyz789"]
    +  "permissions": ["abc123"]
     }
     
    - -
    back to top @@ -32653,16 +30242,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [CompanyRole],
       "page_info": SearchResultPageInfo,
       "total_count": 123
     }
     
    - -
    back to top @@ -32711,16 +30296,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "email": "abc123",
    -  "firstname": "abc123",
    -  "lastname": "abc123"
    +  "firstname": "xyz789",
    +  "lastname": "xyz789"
     }
     
    - -
    back to top @@ -32759,12 +30340,8 @@
    Fields
    Example
    - - -
    {"items": [CompanyStructureItem]}
    +                  
    {"items": [CompanyStructureItem]}
     
    - -
    back to top @@ -32803,12 +30380,8 @@
    Types
    Example
    - - -
    CompanyTeam
    +                  
    CompanyTeam
     
    - -
    back to top @@ -32857,16 +30430,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "entity": CompanyTeam,
    -  "id": 4,
    +  "id": "4",
       "parent_id": "4"
     }
     
    - -
    back to top @@ -32912,12 +30481,11 @@
    Fields
    Example
    - - -
    {"parent_tree_id": 4, "tree_id": 4}
    +                  
    {
    +  "parent_tree_id": "4",
    +  "tree_id": "4"
    +}
     
    - -
    back to top @@ -32971,17 +30539,13 @@
    Fields
    Example
    - - -
    {
    -  "description": "abc123",
    +                  
    {
    +  "description": "xyz789",
       "id": "4",
       "name": "xyz789",
    -  "structure_id": 4
    +  "structure_id": "4"
     }
     
    - -
    back to top @@ -33033,16 +30597,12 @@
    Fields
    Example
    - - -
    {
    -  "description": "abc123",
    +                  
    {
    +  "description": "xyz789",
       "name": "xyz789",
       "target_id": "4"
     }
     
    - -
    back to top @@ -33094,16 +30654,12 @@
    Fields
    Example
    - - -
    {
    -  "description": "xyz789",
    -  "id": 4,
    -  "name": "xyz789"
    +                  
    {
    +  "description": "abc123",
    +  "id": "4",
    +  "name": "abc123"
     }
     
    - -
    back to top @@ -33173,19 +30729,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "company_email": "xyz789",
    -  "company_name": "xyz789",
    +  "company_name": "abc123",
       "legal_address": CompanyLegalAddressUpdateInput,
       "legal_name": "xyz789",
    -  "reseller_id": "xyz789",
    +  "reseller_id": "abc123",
       "vat_tax_id": "xyz789"
     }
     
    - -
    back to top @@ -33267,21 +30819,17 @@
    Fields
    Example
    - - -
    {
    -  "email": "abc123",
    +                  
    {
    +  "email": "xyz789",
       "firstname": "abc123",
       "job_title": "abc123",
    -  "lastname": "abc123",
    -  "role_id": "4",
    +  "lastname": "xyz789",
    +  "role_id": 4,
       "status": "ACTIVE",
       "target_id": 4,
       "telephone": "xyz789"
     }
     
    - -
    back to top @@ -33327,12 +30875,8 @@
    Values
    Example
    - - -
    "ACTIVE"
    +                  
    "ACTIVE"
     
    - -
    back to top @@ -33414,21 +30958,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "email": "xyz789",
       "firstname": "xyz789",
       "id": "4",
    -  "job_title": "xyz789",
    -  "lastname": "abc123",
    +  "job_title": "abc123",
    +  "lastname": "xyz789",
       "role_id": 4,
       "status": "ACTIVE",
    -  "telephone": "xyz789"
    +  "telephone": "abc123"
     }
     
    - -
    back to top @@ -33477,16 +31017,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [Customer],
       "page_info": SearchResultPageInfo,
       "total_count": 123
     }
     
    - -
    back to top @@ -33526,12 +31062,8 @@
    Fields
    Example
    - - -
    {"status": "ACTIVE"}
    +                  
    {"status": "ACTIVE"}
     
    - -
    back to top @@ -33575,15 +31107,11 @@
    Fields
    Example
    - - -
    {
    -  "code": "xyz789",
    +                  
    {
    +  "code": "abc123",
       "label": "abc123"
     }
     
    - -
    back to top @@ -33633,16 +31161,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attributes": [ProductAttribute],
       "product": ProductInterface,
       "uid": "4"
     }
     
    - -
    back to top @@ -33696,17 +31220,63 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attributes": [ComparableAttribute],
    -  "item_count": 123,
    +  "item_count": 987,
       "items": [ComparableItem],
    -  "uid": "4"
    +  "uid": 4
    +}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    CompleteOrderInput

    +
    +
    +
    +
    Description
    +

    Update the quote and complete the order

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Input FieldDescription
    + cartId - String! + The customer cart ID
    + id - String! + PayPal order ID
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "cartId": "abc123",
    +  "id": "xyz789"
     }
     
    - -
    back to top @@ -33905,12 +31475,10 @@
    linkTypes
    Example
    - - -
    {
    -  "addToCartAllowed": false,
    -  "inStock": true,
    -  "lowStock": false,
    +                  
    {
    +  "addToCartAllowed": true,
    +  "inStock": false,
    +  "lowStock": true,
       "attributes": [ProductViewAttribute],
       "description": "abc123",
       "id": "4",
    @@ -33918,24 +31486,22 @@ 
    Example
    "videos": [ProductViewVideo], "lastModifiedAt": "2007-12-03T10:15:30Z", "metaDescription": "xyz789", - "metaKeyword": "xyz789", + "metaKeyword": "abc123", "metaTitle": "abc123", "name": "xyz789", "inputOptions": [ProductViewInputOption], "options": [ProductViewOption], "priceRange": ProductViewPriceRange, - "shortDescription": "xyz789", - "sku": "abc123", + "shortDescription": "abc123", + "sku": "xyz789", "externalId": "abc123", "url": "abc123", "urlKey": "xyz789", "links": [ProductViewLink], - "queryType": "abc123", - "visibility": "xyz789" + "queryType": "xyz789", + "visibility": "abc123" }
    - -
    back to top @@ -33970,12 +31536,8 @@
    Fields
    Example
    - - -
    {"html": "xyz789"}
    +                  
    {"html": "abc123"}
     
    - -
    back to top @@ -34029,17 +31591,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "abc123",
    -  "label": "abc123",
    +  "label": "xyz789",
       "uid": "4",
    -  "value_index": 987
    +  "value_index": 123
     }
     
    - -
    back to top @@ -34169,9 +31727,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_gift_wrapping": [GiftWrapping],
       "configurable_options": [SelectedConfigurableOption],
       "configured_variant": ProductInterface,
    @@ -34181,20 +31737,18 @@ 
    Example
    "errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": false, - "max_qty": 123.45, + "is_available": true, + "max_qty": 987.65, "min_qty": 987.65, "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": 4 + "quantity": 123.45, + "uid": "4" }
    - -
    back to top @@ -34238,15 +31792,11 @@
    Fields
    Example
    - - -
    {
    -  "attribute_code": "abc123",
    +                  
    {
    +  "attribute_code": "xyz789",
       "option_value_uids": ["4"]
     }
     
    - -
    back to top @@ -34315,7 +31865,7 @@
    Fields
    Contains details about the price of the item, including taxes and discounts. - product - ProductInterface! + product - ProductInterface The ProductInterface object, which contains details about the base product Product information is part of a composable Catalog Service. @@ -34397,37 +31947,33 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    -  "eligible_for_return": false,
    +  "eligible_for_return": true,
       "entered_options": [OrderItemOption],
       "gift_message": GiftMessage,
       "gift_wrapping": GiftWrapping,
       "id": "4",
    -  "parent_sku": "xyz789",
    +  "parent_sku": "abc123",
       "prices": OrderItemPrices,
       "product": ProductInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    -  "product_type": "xyz789",
    +  "product_sku": "abc123",
    +  "product_type": "abc123",
       "product_url_key": "xyz789",
    -  "quantity_canceled": 987.65,
    -  "quantity_invoiced": 987.65,
    -  "quantity_ordered": 987.65,
    +  "quantity_canceled": 123.45,
    +  "quantity_invoiced": 123.45,
    +  "quantity_ordered": 123.45,
       "quantity_refunded": 987.65,
       "quantity_return_requested": 987.65,
    -  "quantity_returned": 987.65,
    +  "quantity_returned": 123.45,
       "quantity_shipped": 987.65,
       "selected_options": [OrderItemOption],
    -  "status": "abc123"
    +  "status": "xyz789"
     }
     
    - -
    back to top @@ -34707,10 +32253,8 @@
    filters
    Example
    - - -
    {
    -  "canonical_url": "abc123",
    +                  
    {
    +  "canonical_url": "xyz789",
       "categories": [CategoryInterface],
       "configurable_options": [ConfigurableProductOptions],
       "configurable_product_options_selection": ConfigurableProductOptionsSelection,
    @@ -34723,41 +32267,39 @@ 
    Example
    "gift_wrapping_price": Money, "image": ProductImage, "is_returnable": "xyz789", - "manufacturer": 123, - "max_sale_qty": 987.65, + "manufacturer": 987, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "xyz789", - "meta_keyword": "abc123", - "meta_title": "xyz789", - "min_sale_qty": 123.45, + "meta_description": "abc123", + "meta_keyword": "xyz789", + "meta_title": "abc123", + "min_sale_qty": 987.65, "name": "abc123", - "new_from_date": "xyz789", + "new_from_date": "abc123", "new_to_date": "abc123", - "only_x_left_in_stock": 987.65, + "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], - "options_container": "abc123", + "options_container": "xyz789", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 987.65, + "quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, "sku": "xyz789", "small_image": ProductImage, - "special_price": 987.65, + "special_price": 123.45, "special_to_date": "xyz789", "stock_status": "IN_STOCK", "swatch_image": "abc123", "thumbnail": ProductImage, "uid": 4, "upsell_products": [ProductInterface], - "url_key": "xyz789", + "url_key": "abc123", "variants": [ConfigurableVariant], "weight": 987.65 }
    - -
    back to top @@ -34811,17 +32353,13 @@
    Fields
    Example
    - - -
    {
    -  "attribute_code": "xyz789",
    +                  
    {
    +  "attribute_code": "abc123",
       "label": "xyz789",
       "uid": "4",
       "values": [ConfigurableProductOptionValue]
     }
     
    - -
    back to top @@ -34880,18 +32418,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "is_available": false,
    -  "is_use_default": false,
    +  "is_use_default": true,
       "label": "abc123",
       "swatch": SwatchDataInterface,
       "uid": 4
     }
     
    - -
    back to top @@ -34960,20 +32494,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute_code": "xyz789",
    -  "attribute_uid": "4",
    -  "label": "xyz789",
    -  "position": 987,
    +  "attribute_uid": 4,
    +  "label": "abc123",
    +  "position": 123,
       "uid": 4,
       "use_default": true,
       "values": [ConfigurableProductOptionsValues]
     }
     
    - -
    back to top @@ -35027,9 +32557,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "configurable_options": [ConfigurableProductOption],
       "media_gallery": [MediaGalleryInterface],
       "options_available_for_selection": [
    @@ -35038,8 +32566,6 @@ 
    Example
    "variant": SimpleProduct }
    - -
    back to top @@ -35103,19 +32629,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "default_label": "abc123",
       "label": "xyz789",
    -  "store_label": "abc123",
    +  "store_label": "xyz789",
       "swatch_data": SwatchDataInterface,
    -  "uid": "4",
    -  "use_default_value": false
    +  "uid": 4,
    +  "use_default_value": true
     }
     
    - -
    back to top @@ -35174,18 +32696,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "configurable_options": [SelectedConfigurableOption],
       "customizable_options": [SelectedCustomizableOption],
       "product": ProductInterface,
    -  "quantity": 987.65,
    -  "uid": "4"
    +  "quantity": 123.45,
    +  "uid": 4
     }
     
    - -
    back to top @@ -35229,15 +32747,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attributes": [ConfigurableAttributeOption],
       "product": SimpleProduct
     }
     
    - -
    back to top @@ -35312,21 +32826,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "added_at": "xyz789",
       "configurable_options": [SelectedConfigurableOption],
       "configured_variant": ProductInterface,
       "customizable_options": [SelectedCustomizableOption],
    -  "description": "abc123",
    -  "id": 4,
    +  "description": "xyz789",
    +  "id": "4",
       "product": ProductInterface,
    -  "quantity": 987.65
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -35368,15 +32878,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "confirmation_key": "xyz789",
    -  "order_id": "4"
    +  "order_id": 4
     }
     
    - -
    back to top @@ -35422,15 +32928,11 @@
    Fields
    Example
    - - -
    {
    -  "confirmation_key": "abc123",
    +                  
    {
    +  "confirmation_key": "xyz789",
       "email": "abc123"
     }
     
    - -
    back to top @@ -35472,15 +32974,11 @@
    Fields
    Example
    - - -
    {
    -  "confirmation_key": "abc123",
    +                  
    {
    +  "confirmation_key": "xyz789",
       "order_id": "4"
     }
     
    - -
    back to top @@ -35526,12 +33024,8 @@
    Values
    Example
    - - -
    "ACCOUNT_CONFIRMED"
    +                  
    "ACCOUNT_CONFIRMED"
     
    - -
    back to top @@ -35585,17 +33079,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment": "abc123",
    -  "email": "abc123",
    +  "email": "xyz789",
       "name": "xyz789",
       "telephone": "xyz789"
     }
     
    - -
    back to top @@ -35634,12 +33124,8 @@
    Fields
    Example
    - - -
    {"status": false}
    +                  
    {"status": false}
     
    - -
    back to top @@ -35679,12 +33165,8 @@
    Fields
    Example
    - - -
    {"requisitionListItemUids": ["4"]}
    +                  
    {"requisitionListItemUids": ["4"]}
     
    - -
    back to top @@ -35723,12 +33205,8 @@
    Fields
    Example
    - - -
    {"requisition_list": RequisitionList}
    +                  
    {"requisition_list": RequisitionList}
     
    - -
    back to top @@ -35777,16 +33255,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "destination_wishlist": Wishlist,
       "source_wishlist": Wishlist,
       "user_errors": [WishListUserInputError]
     }
     
    - -
    back to top @@ -35846,19 +33320,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_regions": [Region],
    -  "full_name_english": "xyz789",
    -  "full_name_locale": "abc123",
    -  "id": "xyz789",
    +  "full_name_english": "abc123",
    +  "full_name_locale": "xyz789",
    +  "id": "abc123",
       "three_letter_abbreviation": "xyz789",
    -  "two_letter_abbreviation": "xyz789"
    +  "two_letter_abbreviation": "abc123"
     }
     
    - -
    back to top @@ -37362,12 +34832,8 @@
    Values
    Example
    - - -
    "AF"
    +                  
    "AF"
     
    - -
    back to top @@ -37406,12 +34872,8 @@
    Fields
    Example
    - - -
    {"company": Company}
    +                  
    {"company": Company}
     
    - -
    back to top @@ -37450,12 +34912,8 @@
    Fields
    Example
    - - -
    {"role": CompanyRole}
    +                  
    {"role": CompanyRole}
     
    - -
    back to top @@ -37494,12 +34952,8 @@
    Fields
    Example
    - - -
    {"team": CompanyTeam}
    +                  
    {"team": CompanyTeam}
     
    - -
    back to top @@ -37538,12 +34992,8 @@
    Fields
    Example
    - - -
    {"user": Customer}
    +                  
    {"user": Customer}
     
    - -
    back to top @@ -37583,12 +35033,8 @@
    Fields
    Example
    - - -
    {"products": [4]}
    +                  
    {"products": [4]}
     
    - -
    back to top @@ -37670,23 +35116,19 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dynamic_attributes": [
         GiftRegistryDynamicAttributeInput
       ],
    -  "event_name": "abc123",
    -  "gift_registry_type_uid": "4",
    -  "message": "xyz789",
    +  "event_name": "xyz789",
    +  "gift_registry_type_uid": 4,
    +  "message": "abc123",
       "privacy_settings": "PRIVATE",
       "registrants": [AddGiftRegistryRegistrantInput],
       "shipping_address": GiftRegistryShippingAddressInput,
       "status": "ACTIVE"
     }
     
    - -
    back to top @@ -37725,12 +35167,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -37766,12 +35204,8 @@
    Fields
    Example
    - - -
    {"cart_uid": "4"}
    +                  
    {"cart_uid": 4}
     
    - -
    back to top @@ -37806,12 +35240,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -37875,18 +35305,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cartId": "abc123",
       "location": "PRODUCT_DETAIL",
    -  "methodCode": "xyz789",
    -  "paymentSource": "xyz789",
    -  "vaultIntent": true
    +  "methodCode": "abc123",
    +  "paymentSource": "abc123",
    +  "vaultIntent": false
     }
     
    - -
    back to top @@ -37945,18 +35371,14 @@
    Fields
    Example
    - - -
    {
    -  "amount": 123.45,
    +                  
    {
    +  "amount": 987.65,
       "currency_code": "xyz789",
    -  "id": "xyz789",
    -  "mp_order_id": "abc123",
    +  "id": "abc123",
    +  "mp_order_id": "xyz789",
       "status": "xyz789"
     }
     
    - -
    back to top @@ -38002,12 +35424,8 @@
    Fields
    Example
    - - -
    {"currency": "AFN", "value": 987.65}
    +                  
    {"currency": "AFN", "value": 987.65}
     
    - -
    back to top @@ -38065,17 +35483,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": CreatePurchaseOrderApprovalRuleConditionAmountInput,
       "attribute": "GRAND_TOTAL",
       "operator": "MORE_THAN",
    -  "quantity": 987
    +  "quantity": 123
     }
     
    - -
    back to top @@ -38121,15 +35535,11 @@
    Fields
    Example
    - - -
    {
    -  "description": "abc123",
    +                  
    {
    +  "description": "xyz789",
       "name": "xyz789"
     }
     
    - -
    back to top @@ -38168,12 +35578,8 @@
    Fields
    Example
    - - -
    {"requisition_list": RequisitionList}
    +                  
    {"requisition_list": RequisitionList}
     
    - -
    back to top @@ -38219,15 +35625,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "card_description": "abc123",
    -  "setup_token_id": "xyz789"
    +  "setup_token_id": "abc123"
     }
     
    - -
    back to top @@ -38271,15 +35673,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "payment_source": PaymentSourceOutput,
    -  "vault_token_id": "xyz789"
    +  "vault_token_id": "abc123"
     }
     
    - -
    back to top @@ -38325,15 +35723,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "setup_token": VaultSetupTokenInput,
       "three_ds_mode": "OFF"
     }
     
    - -
    back to top @@ -38372,12 +35766,8 @@
    Fields
    Example
    - - -
    {"setup_token": "xyz789"}
    +                  
    {"setup_token": "abc123"}
     
    - -
    back to top @@ -38423,12 +35813,8 @@
    Fields
    Example
    - - -
    {"name": "abc123", "visibility": "PUBLIC"}
    +                  
    {"name": "abc123", "visibility": "PUBLIC"}
     
    - -
    back to top @@ -38467,12 +35853,8 @@
    Fields
    Example
    - - -
    {"wishlist": Wishlist}
    +                  
    {"wishlist": Wishlist}
     
    - -
    back to top @@ -38536,19 +35918,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comments": [SalesCommentItem],
       "custom_attributes": [CustomAttribute],
    -  "id": "4",
    +  "id": 4,
       "items": [CreditMemoItemInterface],
       "number": "xyz789",
       "total": CreditMemoTotal
     }
     
    - -
    back to top @@ -38594,15 +35972,11 @@
    Fields
    Example
    - - -
    {
    -  "credit_memo_id": "abc123",
    +                  
    {
    +  "credit_memo_id": "xyz789",
       "custom_attributes": [CustomAttributeInput]
     }
     
    - -
    back to top @@ -38672,21 +36046,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    -  "id": 4,
    +  "id": "4",
       "order_item": OrderItemInterface,
       "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    +  "product_sku": "abc123",
       "quantity_refunded": 123.45
     }
     
    - -
    back to top @@ -38738,16 +36108,12 @@
    Fields
    Example
    - - -
    {
    -  "credit_memo_id": "xyz789",
    -  "credit_memo_item_id": "abc123",
    +                  
    {
    +  "credit_memo_id": "abc123",
    +  "credit_memo_item_id": "xyz789",
       "custom_attributes": [CustomAttributeInput]
     }
     
    - -
    back to top @@ -38853,21 +36219,17 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    -  "id": "4",
    +  "id": 4,
       "order_item": OrderItemInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
       "product_sku": "xyz789",
       "quantity_refunded": 123.45
     }
     
    - -
    back to top @@ -38906,12 +36268,8 @@
    Fields
    Example
    - - -
    {"credit_memo": CreditMemo}
    +                  
    {"credit_memo": CreditMemo}
     
    - -
    back to top @@ -38990,9 +36348,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "adjustment": Money,
       "base_grand_total": Money,
       "discounts": [Discount],
    @@ -39004,8 +36360,6 @@ 
    Example
    "total_tax": Money }
    - -
    back to top @@ -39065,19 +36419,15 @@
    Fields
    Example
    - - -
    {
    -  "available_currency_codes": ["xyz789"],
    -  "base_currency_code": "abc123",
    -  "base_currency_symbol": "abc123",
    +                  
    {
    +  "available_currency_codes": ["abc123"],
    +  "base_currency_code": "xyz789",
    +  "base_currency_symbol": "xyz789",
       "default_display_currency_code": "abc123",
       "default_display_currency_symbol": "abc123",
       "exchange_rates": [ExchangeRate]
     }
     
    - -
    back to top @@ -40294,12 +37644,8 @@
    Values
    Example
    - - -
    "AFN"
    +                  
    "AFN"
     
    - -
    back to top @@ -40343,15 +37689,11 @@
    Fields
    Example
    - - -
    {
    -  "attribute_code": "xyz789",
    +                  
    {
    +  "attribute_code": "abc123",
       "value": "abc123"
     }
     
    - -
    back to top @@ -40397,15 +37739,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute_code": "abc123",
    -  "value": "abc123"
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -40516,22 +37854,18 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "code": "4",
       "default_value": "abc123",
       "entity_type": "CATALOG_PRODUCT",
       "frontend_class": "abc123",
       "frontend_input": "BOOLEAN",
    -  "is_required": true,
    +  "is_required": false,
       "is_unique": false,
    -  "label": "abc123",
    +  "label": "xyz789",
       "options": [CustomAttributeOptionInterface]
     }
     
    - -
    back to top @@ -40593,16 +37927,12 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "is_default": false,
    -  "label": "abc123",
    +  "label": "xyz789",
       "value": "abc123"
     }
     
    - -
    back to top @@ -40648,15 +37978,11 @@
    Fields
    Example
    - - -
    {
    -  "key": "abc123",
    -  "value": "abc123"
    +                  
    {
    +  "key": "xyz789",
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -41155,28 +38481,26 @@
    currentPage
    Example
    - - -
    {
    +                  
    {
       "addresses": [CustomerAddress],
       "addressesV2": CustomerAddresses,
    -  "allow_remote_shopping_assistance": false,
    +  "allow_remote_shopping_assistance": true,
       "companies": UserCompaniesOutput,
       "compare_list": CompareList,
       "confirmation_status": "ACCOUNT_CONFIRMED",
       "created_at": "abc123",
       "custom_attributes": [AttributeValueInterface],
       "date_of_birth": "abc123",
    -  "default_billing": "abc123",
    +  "default_billing": "xyz789",
       "default_shipping": "xyz789",
       "email": "xyz789",
       "firstname": "abc123",
    -  "gender": 123,
    +  "gender": 987,
       "gift_registries": [GiftRegistry],
       "gift_registry": GiftRegistry,
       "group": CustomerGroupStorefront,
       "is_subscribed": false,
    -  "job_title": "xyz789",
    +  "job_title": "abc123",
       "lastname": "xyz789",
       "middlename": "xyz789",
       "orders": CustomerOrders,
    @@ -41186,7 +38510,7 @@ 
    Example
    "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": false, + "purchase_orders_enabled": true, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -41204,8 +38528,6 @@
    Example
    "wishlists": [Wishlist] }
    - -
    back to top @@ -41340,6 +38662,11 @@
    attributeCodes The customer's telephone number. + + uid - ID! + + The unique ID for a CustomerAddress object. + vat_id - String @@ -41352,33 +38679,30 @@
    attributeCodes
    Example
    - - -
    {
    -  "city": "xyz789",
    +                  
    {
    +  "city": "abc123",
       "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
    -  "default_billing": false,
    -  "default_shipping": true,
    +  "default_billing": true,
    +  "default_shipping": false,
       "extension_attributes": [CustomerAddressAttribute],
       "fax": "abc123",
    -  "firstname": "abc123",
    -  "id": 987,
    +  "firstname": "xyz789",
    +  "id": 123,
       "lastname": "xyz789",
       "middlename": "xyz789",
    -  "postcode": "xyz789",
    +  "postcode": "abc123",
       "prefix": "xyz789",
       "region": CustomerAddressRegion,
       "region_id": 987,
    -  "street": ["xyz789"],
    -  "suffix": "abc123",
    -  "telephone": "xyz789",
    -  "vat_id": "xyz789"
    +  "street": ["abc123"],
    +  "suffix": "xyz789",
    +  "telephone": "abc123",
    +  "uid": "4",
    +  "vat_id": "abc123"
     }
     
    - -
    back to top @@ -41422,15 +38746,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute_code": "xyz789",
       "value": "abc123"
     }
     
    - -
    back to top @@ -41566,30 +38886,26 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": "abc123",
       "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInput],
    -  "default_billing": true,
    +  "default_billing": false,
       "default_shipping": true,
       "fax": "abc123",
       "firstname": "abc123",
       "lastname": "abc123",
       "middlename": "xyz789",
    -  "postcode": "abc123",
    +  "postcode": "xyz789",
       "prefix": "abc123",
       "region": CustomerAddressRegionInput,
    -  "street": ["xyz789"],
    -  "suffix": "xyz789",
    -  "telephone": "abc123",
    -  "vat_id": "abc123"
    +  "street": ["abc123"],
    +  "suffix": "abc123",
    +  "telephone": "xyz789",
    +  "vat_id": "xyz789"
     }
     
    - -
    back to top @@ -41638,16 +38954,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "region": "abc123",
    -  "region_code": "abc123",
    +  "region_code": "xyz789",
       "region_id": 123
     }
     
    - -
    back to top @@ -41699,16 +39011,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "region": "xyz789",
    -  "region_code": "xyz789",
    -  "region_id": 987
    +  "region_code": "abc123",
    +  "region_id": 123
     }
     
    - -
    back to top @@ -41753,16 +39061,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [CustomerAddress],
       "page_info": SearchResultPageInfo,
       "total_count": 987
     }
     
    - -
    back to top @@ -41861,17 +39165,15 @@
    Fields
    Example
    - - -
    {
    -  "code": "4",
    -  "default_value": "abc123",
    +                  
    {
    +  "code": 4,
    +  "default_value": "xyz789",
       "entity_type": "CATALOG_PRODUCT",
       "frontend_class": "abc123",
       "frontend_input": "BOOLEAN",
       "input_filter": "NONE",
    -  "is_required": false,
    -  "is_unique": true,
    +  "is_required": true,
    +  "is_unique": false,
       "label": "xyz789",
       "multiline_count": 123,
       "options": [CustomAttributeOptionInterface],
    @@ -41879,8 +39181,6 @@ 
    Example
    "validate_rules": [ValidationRule] }
    - -
    back to top @@ -41992,26 +39292,22 @@
    Fields
    Example
    - - -
    {
    -  "allow_remote_shopping_assistance": true,
    +                  
    {
    +  "allow_remote_shopping_assistance": false,
       "custom_attributes": [AttributeValueInput],
       "date_of_birth": "abc123",
       "email": "xyz789",
       "firstname": "xyz789",
    -  "gender": 987,
    -  "is_subscribed": false,
    +  "gender": 123,
    +  "is_subscribed": true,
       "lastname": "abc123",
    -  "middlename": "xyz789",
    -  "password": "abc123",
    +  "middlename": "abc123",
    +  "password": "xyz789",
       "prefix": "abc123",
    -  "suffix": "abc123",
    -  "taxvat": "xyz789"
    +  "suffix": "xyz789",
    +  "taxvat": "abc123"
     }
     
    - -
    back to top @@ -42070,18 +39366,14 @@
    Fields
    Example
    - - -
    {
    -  "date": "xyz789",
    -  "download_url": "xyz789",
    -  "order_increment_id": "abc123",
    -  "remaining_downloads": "abc123",
    -  "status": "xyz789"
    +                  
    {
    +  "date": "abc123",
    +  "download_url": "abc123",
    +  "order_increment_id": "xyz789",
    +  "remaining_downloads": "xyz789",
    +  "status": "abc123"
     }
     
    - -
    back to top @@ -42120,12 +39412,8 @@
    Fields
    Example
    - - -
    {"items": [CustomerDownloadableProduct]}
    +                  
    {"items": [CustomerDownloadableProduct]}
     
    - -
    back to top @@ -42164,12 +39452,8 @@
    Fields
    Example
    - - -
    {"uid": "4"}
    +                  
    {"uid": 4}
     
    - -
    back to top @@ -42374,14 +39658,12 @@
    currentPage
    Example
    - - -
    {
    +                  
    {
       "applied_coupons": [AppliedCoupon],
       "applied_gift_cards": [ApplyGiftCardToOrder],
       "available_actions": ["REORDER"],
       "billing_address": OrderAddress,
    -  "carrier": "abc123",
    +  "carrier": "xyz789",
       "comments": [SalesCommentItem],
       "credit_memos": [CreditMemo],
       "custom_attributes": [CustomAttribute],
    @@ -42390,27 +39672,25 @@ 
    Example
    "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": "4", + "id": 4, "invoices": [Invoice], - "is_virtual": false, + "is_virtual": true, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], - "number": "xyz789", + "number": "abc123", "order_date": "xyz789", - "order_status_change_date": "xyz789", + "order_status_change_date": "abc123", "payment_methods": [OrderPaymentMethod], - "printed_card_included": false, + "printed_card_included": true, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "abc123", - "status": "abc123", - "token": "abc123", + "shipping_method": "xyz789", + "status": "xyz789", + "token": "xyz789", "total": OrderTotal }
    - -
    back to top @@ -42456,12 +39736,8 @@
    Fields
    Example
    - - -
    {"sort_direction": "ASC", "sort_field": "NUMBER"}
    +                  
    {"sort_direction": "ASC", "sort_field": "NUMBER"}
     
    - -
    back to top @@ -42507,12 +39783,8 @@
    Values
    Example
    - - -
    "NUMBER"
    +                  
    "NUMBER"
     
    - -
    back to top @@ -42566,17 +39838,13 @@
    Fields
    Example
    - - -
    {
    -  "date_of_first_order": "abc123",
    +                  
    {
    +  "date_of_first_order": "xyz789",
       "items": [CustomerOrder],
       "page_info": SearchResultPageInfo,
    -  "total_count": 987
    +  "total_count": 123
     }
     
    - -
    back to top @@ -42634,17 +39902,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "grand_total": FilterRangeTypeInput,
       "number": FilterStringTypeInput,
       "order_date": FilterRangeTypeInput,
       "status": FilterEqualTypeInput
     }
     
    - -
    back to top @@ -42683,12 +39947,8 @@
    Fields
    Example
    - - -
    {"customer": Customer}
    +                  
    {"customer": Customer}
     
    - -
    back to top @@ -42727,12 +39987,8 @@
    Fields
    Example
    - - -
    {"items": [PaymentToken]}
    +                  
    {"items": [PaymentToken]}
     
    - -
    back to top @@ -42771,12 +40027,8 @@
    Fields
    Example
    - - -
    {"uid": 4}
    +                  
    {"uid": 4}
     
    - -
    back to top @@ -42844,16 +40096,12 @@
    currentPage
    Example
    - - -
    {
    +                  
    {
       "balance_history": CustomerStoreCreditHistory,
       "current_balance": Money,
    -  "enabled": true
    +  "enabled": false
     }
     
    - -
    back to top @@ -42902,16 +40150,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [CustomerStoreCreditHistoryItem],
       "page_info": SearchResultPageInfo,
    -  "total_count": 123
    +  "total_count": 987
     }
     
    - -
    back to top @@ -42965,17 +40209,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "action": "xyz789",
       "actual_balance": Money,
       "balance_change": Money,
       "date_time_changed": "abc123"
     }
     
    - -
    back to top @@ -43014,12 +40254,8 @@
    Fields
    Example
    - - -
    {"token": "abc123"}
    +                  
    {"token": "xyz789"}
     
    - -
    back to top @@ -43119,24 +40355,20 @@
    Fields
    Example
    - - -
    {
    -  "allow_remote_shopping_assistance": false,
    +                  
    {
    +  "allow_remote_shopping_assistance": true,
       "custom_attributes": [AttributeValueInput],
    -  "date_of_birth": "abc123",
    +  "date_of_birth": "xyz789",
       "firstname": "xyz789",
    -  "gender": 123,
    -  "is_subscribed": false,
    -  "lastname": "xyz789",
    +  "gender": 987,
    +  "is_subscribed": true,
    +  "lastname": "abc123",
       "middlename": "abc123",
       "prefix": "abc123",
       "suffix": "xyz789",
       "taxvat": "abc123"
     }
     
    - -
    back to top @@ -43200,19 +40432,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "product_sku": "abc123",
       "required": false,
       "sort_order": 123,
    -  "title": "abc123",
    +  "title": "xyz789",
       "uid": 4,
       "value": CustomizableAreaValue
     }
     
    - -
    back to top @@ -43271,18 +40499,14 @@
    Fields
    Example
    - - -
    {
    -  "max_characters": 987,
    -  "price": 123.45,
    +                  
    {
    +  "max_characters": 123,
    +  "price": 987.65,
       "price_type": "FIXED",
    -  "sku": "abc123",
    +  "sku": "xyz789",
       "uid": 4
     }
     
    - -
    back to top @@ -43341,18 +40565,14 @@
    Fields
    Example
    - - -
    {
    -  "required": false,
    +                  
    {
    +  "required": true,
       "sort_order": 123,
       "title": "xyz789",
       "uid": 4,
       "value": [CustomizableCheckboxValue]
     }
     
    - -
    back to top @@ -43421,20 +40641,16 @@
    Fields
    Example
    - - -
    {
    -  "option_type_id": 987,
    +                  
    {
    +  "option_type_id": 123,
       "price": 123.45,
       "price_type": "FIXED",
    -  "sku": "abc123",
    -  "sort_order": 123,
    -  "title": "xyz789",
    +  "sku": "xyz789",
    +  "sort_order": 987,
    +  "title": "abc123",
       "uid": "4"
     }
     
    - -
    back to top @@ -43498,19 +40714,15 @@
    Fields
    Example
    - - -
    {
    -  "product_sku": "xyz789",
    -  "required": true,
    +                  
    {
    +  "product_sku": "abc123",
    +  "required": false,
       "sort_order": 987,
       "title": "abc123",
       "uid": 4,
       "value": CustomizableDateValue
     }
     
    - -
    back to top @@ -43565,12 +40777,8 @@
    Values
    Example
    - - -
    "DATE"
    +                  
    "DATE"
     
    - -
    back to top @@ -43629,18 +40837,14 @@
    Fields
    Example
    - - -
    {
    -  "price": 123.45,
    +                  
    {
    +  "price": 987.65,
       "price_type": "FIXED",
       "sku": "abc123",
       "type": "DATE",
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -43699,18 +40903,14 @@
    Fields
    Example
    - - -
    {
    -  "required": true,
    +                  
    {
    +  "required": false,
       "sort_order": 123,
    -  "title": "xyz789",
    -  "uid": 4,
    +  "title": "abc123",
    +  "uid": "4",
       "value": [CustomizableDropDownValue]
     }
     
    - -
    back to top @@ -43779,20 +40979,16 @@
    Fields
    Example
    - - -
    {
    -  "option_type_id": 987,
    -  "price": 987.65,
    +                  
    {
    +  "option_type_id": 123,
    +  "price": 123.45,
       "price_type": "FIXED",
       "sku": "abc123",
    -  "sort_order": 987,
    +  "sort_order": 123,
       "title": "abc123",
       "uid": 4
     }
     
    - -
    back to top @@ -43856,19 +41052,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "product_sku": "abc123",
       "required": false,
       "sort_order": 987,
       "title": "xyz789",
    -  "uid": "4",
    +  "uid": 4,
       "value": CustomizableFieldValue
     }
     
    - -
    back to top @@ -43927,18 +41119,14 @@
    Fields
    Example
    - - -
    {
    -  "max_characters": 123,
    -  "price": 123.45,
    +                  
    {
    +  "max_characters": 987,
    +  "price": 987.65,
       "price_type": "FIXED",
       "sku": "xyz789",
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -44002,19 +41190,15 @@
    Fields
    Example
    - - -
    {
    -  "product_sku": "abc123",
    -  "required": false,
    +                  
    {
    +  "product_sku": "xyz789",
    +  "required": true,
       "sort_order": 987,
       "title": "abc123",
    -  "uid": "4",
    +  "uid": 4,
       "value": CustomizableFileValue
     }
     
    - -
    back to top @@ -44083,20 +41267,16 @@
    Fields
    Example
    - - -
    {
    -  "file_extension": "abc123",
    +                  
    {
    +  "file_extension": "xyz789",
       "image_size_x": 123,
       "image_size_y": 987,
    -  "price": 123.45,
    +  "price": 987.65,
       "price_type": "FIXED",
    -  "sku": "abc123",
    +  "sku": "xyz789",
       "uid": "4"
     }
     
    - -
    back to top @@ -44155,18 +41335,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "required": false,
    -  "sort_order": 123,
    +  "sort_order": 987,
       "title": "abc123",
    -  "uid": "4",
    +  "uid": 4,
       "value": [CustomizableMultipleValue]
     }
     
    - -
    back to top @@ -44235,20 +41411,16 @@
    Fields
    Example
    - - -
    {
    -  "option_type_id": 987,
    -  "price": 987.65,
    +                  
    {
    +  "option_type_id": 123,
    +  "price": 123.45,
       "price_type": "FIXED",
    -  "sku": "abc123",
    -  "sort_order": 987,
    +  "sku": "xyz789",
    +  "sort_order": 123,
       "title": "xyz789",
       "uid": "4"
     }
     
    - -
    back to top @@ -44294,12 +41466,8 @@
    Fields
    Example
    - - -
    {"uid": 4, "value_string": "abc123"}
    +                  
    {"uid": 4, "value_string": "abc123"}
     
    - -
    back to top @@ -44405,17 +41573,13 @@
    Possible Types
    Example
    - - -
    {
    -  "required": true,
    +                  
    {
    +  "required": false,
       "sort_order": 123,
       "title": "abc123",
    -  "uid": 4
    +  "uid": "4"
     }
     
    - -
    back to top @@ -44496,12 +41660,8 @@
    Possible Types
    Example
    - - -
    {"options": [CustomizableOptionInterface]}
    +                  
    {"options": [CustomizableOptionInterface]}
     
    - -
    back to top @@ -44560,18 +41720,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "required": true,
       "sort_order": 123,
       "title": "xyz789",
    -  "uid": "4",
    +  "uid": 4,
       "value": [CustomizableRadioValue]
     }
     
    - -
    back to top @@ -44640,11 +41796,9 @@
    Fields
    Example
    - - -
    {
    -  "option_type_id": 123,
    -  "price": 987.65,
    +                  
    {
    +  "option_type_id": 987,
    +  "price": 123.45,
       "price_type": "FIXED",
       "sku": "xyz789",
       "sort_order": 123,
    @@ -44652,8 +41806,6 @@ 
    Example
    "uid": 4 }
    - -
    back to top @@ -44674,12 +41826,8 @@
    Description
    Example
    - - -
    "2007-12-03T10:15:30Z"
    +                  
    "2007-12-03T10:15:30Z"
     
    - -
    back to top @@ -44718,12 +41866,8 @@
    Fields
    Example
    - - -
    {"success": true}
    +                  
    {"success": true}
     
    - -
    back to top @@ -44762,12 +41906,8 @@
    Fields
    Example
    - - -
    {"success": true}
    +                  
    {"success": true}
     
    - -
    back to top @@ -44806,12 +41946,8 @@
    Fields
    Example
    - - -
    {"success": true}
    +                  
    {"success": false}
     
    - -
    back to top @@ -44850,12 +41986,8 @@
    Fields
    Example
    - - -
    {"result": false}
    +                  
    {"result": true}
     
    - -
    back to top @@ -44899,12 +42031,8 @@
    Types
    Example
    - - -
    NegotiableQuoteInvalidStateError
    +                  
    NegotiableQuoteInvalidStateError
     
    - -
    back to top @@ -44949,15 +42077,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [NegotiableQuoteInvalidStateError],
       "quote_uid": "4"
     }
     
    - -
    back to top @@ -44996,12 +42120,8 @@
    Types
    Example
    - - -
    NegotiableQuoteUidOperationSuccess
    +                  
    NegotiableQuoteUidOperationSuccess
     
    - -
    back to top @@ -45041,12 +42161,8 @@
    Fields
    Example
    - - -
    {"template_id": 4}
    +                  
    {"template_id": "4"}
     
    - -
    back to top @@ -45082,12 +42198,8 @@
    Fields
    Example
    - - -
    {"quote_uids": ["4"]}
    +                  
    {"quote_uids": [4]}
     
    - -
    back to top @@ -45165,9 +42277,7 @@
    sort
    Example
    - - -
    {
    +                  
    {
       "negotiable_quotes": NegotiableQuotesOutput,
       "operation_results": [
         NegotiableQuoteUidOperationSuccess
    @@ -45175,8 +42285,6 @@ 
    Example
    "result_status": "SUCCESS" }
    - -
    back to top @@ -45220,15 +42328,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customerPaymentTokens": CustomerPaymentTokens,
       "result": true
     }
     
    - -
    back to top @@ -45272,12 +42376,8 @@
    Fields
    Example
    - - -
    {"message": "abc123", "type": "UNDEFINED"}
    +                  
    {"message": "abc123", "type": "UNDEFINED"}
     
    - -
    back to top @@ -45321,12 +42421,8 @@
    Values
    Example
    - - -
    "UNDEFINED"
    +                  
    "UNDEFINED"
     
    - -
    back to top @@ -45366,12 +42462,8 @@
    Fields
    Example
    - - -
    {"approval_rule_uids": ["4"]}
    +                  
    {"approval_rule_uids": ["4"]}
     
    - -
    back to top @@ -45410,12 +42502,8 @@
    Fields
    Example
    - - -
    {"errors": [DeletePurchaseOrderApprovalRuleError]}
    +                  
    {"errors": [DeletePurchaseOrderApprovalRuleError]}
     
    - -
    back to top @@ -45454,12 +42542,8 @@
    Fields
    Example
    - - -
    {"requisition_list": RequisitionList}
    +                  
    {"requisition_list": RequisitionList}
     
    - -
    back to top @@ -45503,12 +42587,8 @@
    Fields
    Example
    - - -
    {"requisition_lists": RequisitionLists, "status": true}
    +                  
    {"requisition_lists": RequisitionLists, "status": true}
     
    - -
    back to top @@ -45552,12 +42632,8 @@
    Fields
    Example
    - - -
    {"status": true, "wishlists": [Wishlist]}
    +                  
    {"status": false, "wishlists": [Wishlist]}
     
    - -
    back to top @@ -45626,20 +42702,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
       "applied_to": "ITEM",
       "coupon": AppliedCoupon,
    -  "is_discounting_locked": false,
    -  "label": "xyz789",
    +  "is_discounting_locked": true,
    +  "label": "abc123",
       "type": "abc123",
    -  "value": 987.65
    +  "value": 123.45
     }
     
    - -
    back to top @@ -45754,17 +42826,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "customizable_options": [SelectedCustomizableOption],
       "discount": [Discount],
       "errors": [CartItemError],
    -  "is_available": false,
    +  "is_available": true,
       "links": [DownloadableProductLinks],
    -  "max_qty": 987.65,
    -  "min_qty": 123.45,
    +  "max_qty": 123.45,
    +  "min_qty": 987.65,
       "not_available_message": "abc123",
       "note_from_buyer": [ItemNote],
       "note_from_seller": [ItemNote],
    @@ -45775,8 +42845,6 @@ 
    Example
    "uid": "4" }
    - -
    back to top @@ -45855,22 +42923,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "downloadable_links": [DownloadableItemsLinks],
       "id": 4,
       "order_item": OrderItemInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
       "product_sku": "xyz789",
    -  "quantity_refunded": 123.45
    +  "quantity_refunded": 987.65
     }
     
    - -
    back to top @@ -45949,22 +43013,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "downloadable_links": [DownloadableItemsLinks],
    -  "id": 4,
    +  "id": "4",
       "order_item": OrderItemInterface,
       "product_name": "abc123",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    +  "product_sku": "abc123",
       "quantity_invoiced": 987.65
     }
     
    - -
    back to top @@ -46013,16 +43073,12 @@
    Fields
    Example
    - - -
    {
    -  "sort_order": 123,
    +                  
    {
    +  "sort_order": 987,
       "title": "abc123",
       "uid": 4
     }
     
    - -
    back to top @@ -46095,7 +43151,7 @@
    Fields
    Contains details about the price of the item, including taxes and discounts. - product - ProductInterface! + product - ProductInterface The ProductInterface object, which contains details about the base product Product information is part of a composable Catalog Service. @@ -46177,37 +43233,33 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "downloadable_links": [DownloadableItemsLinks],
    -  "eligible_for_return": false,
    +  "eligible_for_return": true,
       "entered_options": [OrderItemOption],
       "gift_message": GiftMessage,
       "gift_wrapping": GiftWrapping,
    -  "id": "4",
    +  "id": 4,
       "prices": OrderItemPrices,
       "product": ProductInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    -  "product_type": "abc123",
    +  "product_sku": "abc123",
    +  "product_type": "xyz789",
       "product_url_key": "abc123",
    -  "quantity_canceled": 987.65,
    +  "quantity_canceled": 123.45,
       "quantity_invoiced": 987.65,
       "quantity_ordered": 987.65,
       "quantity_refunded": 123.45,
       "quantity_return_requested": 987.65,
    -  "quantity_returned": 987.65,
    -  "quantity_shipped": 123.45,
    +  "quantity_returned": 123.45,
    +  "quantity_shipped": 987.65,
       "selected_options": [OrderItemOption],
    -  "status": "xyz789"
    +  "status": "abc123"
     }
     
    - -
    back to top @@ -46474,12 +43526,10 @@
    filters
    Example
    - - -
    {
    +                  
    {
       "canonical_url": "abc123",
       "categories": [CategoryInterface],
    -  "country_of_manufacture": "xyz789",
    +  "country_of_manufacture": "abc123",
       "crosssell_products": [ProductInterface],
       "custom_attributesV2": ProductCustomAttributes,
       "description": ComplexTextValue,
    @@ -46493,42 +43543,40 @@ 
    Example
    "gift_wrapping_available": false, "gift_wrapping_price": Money, "image": ProductImage, - "is_returnable": "xyz789", + "is_returnable": "abc123", "links_purchased_separately": 123, "links_title": "abc123", - "manufacturer": 987, + "manufacturer": 123, "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "abc123", - "meta_keyword": "xyz789", - "meta_title": "abc123", + "meta_description": "xyz789", + "meta_keyword": "abc123", + "meta_title": "xyz789", "min_sale_qty": 987.65, "name": "abc123", - "new_from_date": "abc123", - "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "new_from_date": "xyz789", + "new_to_date": "xyz789", + "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], "options_container": "abc123", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 123.45, + "quantity": 987.65, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "abc123", + "sku": "xyz789", "small_image": ProductImage, - "special_price": 123.45, - "special_to_date": "abc123", + "special_price": 987.65, + "special_to_date": "xyz789", "stock_status": "IN_STOCK", - "swatch_image": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, "uid": 4, "upsell_products": [ProductInterface], - "url_key": "xyz789" + "url_key": "abc123" }
    - -
    back to top @@ -46580,9 +43628,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customizable_options": [CustomizableOptionInput],
       "data": CartItemInput,
       "downloadable_product_links": [
    @@ -46590,8 +43636,6 @@ 
    Example
    ] }
    - -
    back to top @@ -46650,18 +43694,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "price": 123.45,
    -  "sample_url": "xyz789",
    -  "sort_order": 123,
    -  "title": "xyz789",
    +  "sample_url": "abc123",
    +  "sort_order": 987,
    +  "title": "abc123",
       "uid": "4"
     }
     
    - -
    back to top @@ -46701,12 +43741,8 @@
    Fields
    Example
    - - -
    {"link_id": 123}
    +                  
    {"link_id": 987}
     
    - -
    back to top @@ -46755,16 +43791,12 @@
    Fields
    Example
    - - -
    {
    -  "sample_url": "abc123",
    -  "sort_order": 987,
    +                  
    {
    +  "sample_url": "xyz789",
    +  "sort_order": 123,
       "title": "xyz789"
     }
     
    - -
    back to top @@ -46828,19 +43860,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customizable_options": [SelectedCustomizableOption],
       "links": [DownloadableProductLinks],
       "product": ProductInterface,
       "quantity": 987.65,
       "samples": [DownloadableProductSamples],
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -46915,9 +43943,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "added_at": "xyz789",
       "customizable_options": [SelectedCustomizableOption],
       "description": "xyz789",
    @@ -46928,8 +43954,6 @@ 
    Example
    "samples": [DownloadableProductSamples] }
    - -
    back to top @@ -46975,15 +43999,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "duplicated_quote_uid": "4",
       "quote_uid": 4
     }
     
    - -
    back to top @@ -47022,12 +44042,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -47073,15 +44089,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute_code": "xyz789",
    -  "value": "abc123"
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -47127,12 +44139,11 @@
    Fields
    Example
    - - -
    {"uid": 4, "value": "xyz789"}
    +                  
    {
    +  "uid": "4",
    +  "value": "xyz789"
    +}
     
    - -
    back to top @@ -47198,15 +44209,11 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "code": "PRODUCT_NOT_FOUND",
       "message": "xyz789"
     }
     
    - -
    back to top @@ -47268,12 +44275,8 @@
    Possible Types
    Example
    - - -
    {"message": "abc123"}
    +                  
    {"message": "abc123"}
     
    - -
    back to top @@ -47325,16 +44328,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "country_code": "AF",
       "postcode": "xyz789",
       "region": CustomerAddressRegionInput
     }
     
    - -
    back to top @@ -47382,16 +44381,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address": EstimateAddressInput,
    -  "cart_id": "abc123",
    +  "cart_id": "xyz789",
       "shipping_method": ShippingMethodInput
     }
     
    - -
    back to top @@ -47430,12 +44425,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -47475,12 +44466,8 @@
    Fields
    Example
    - - -
    {"customer": CustomerCreateInput}
    +                  
    {"customer": CustomerCreateInput}
     
    - -
    back to top @@ -47524,15 +44511,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customer": Customer,
    -  "token": "xyz789"
    +  "token": "abc123"
     }
     
    - -
    back to top @@ -47576,12 +44559,132 @@
    Fields
    Example
    - - -
    {"currency_to": "abc123", "rate": 123.45}
    +                  
    {"currency_to": "xyz789", "rate": 987.65}
    +
    +
    +
    + back to top + +
    +
    +
    + Types +
    +

    FastlaneConfig

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    code - String + The payment method code as defined in the payment gateway
    is_visible - Boolean + Indicates whether the payment method is displayed
    payment_intent - String + Defines the payment intent (Authorize or Capture
    payment_source - String + The payment source for the payment method
    sdk_params - [SDKParams] + The PayPal parameters required to load the JS SDK
    sort_order - String + The relative order the payment method is displayed on the checkout page
    title - String + The name displayed for the payment method
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "code": "xyz789",
    +  "is_visible": false,
    +  "payment_intent": "xyz789",
    +  "payment_source": "abc123",
    +  "sdk_params": [SDKParams],
    +  "sort_order": "abc123",
    +  "title": "abc123"
    +}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    FastlaneMethodInput

    +
    +
    +
    +
    Description
    +

    Fastlane Payment inputs

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Input FieldDescription
    + payment_source - String + The payment source for the payment method
    + paypal_fastlane_token - String + The single use token from Fastlane
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "payment_source": "abc123",
    +  "paypal_fastlane_token": "abc123"
    +}
     
    - -
    back to top @@ -47627,15 +44730,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "eq": "abc123",
    -  "in": ["abc123"]
    +  "in": ["xyz789"]
     }
     
    - -
    back to top @@ -47679,12 +44778,8 @@
    Values
    Example
    - - -
    "FULL"
    +                  
    "FULL"
     
    - -
    back to top @@ -47730,12 +44825,8 @@
    Fields
    Example
    - - -
    {"match": "abc123", "match_type": "FULL"}
    +                  
    {"match": "xyz789", "match_type": "FULL"}
     
    - -
    back to top @@ -47781,15 +44872,11 @@
    Fields
    Example
    - - -
    {
    -  "from": "xyz789",
    +                  
    {
    +  "from": "abc123",
       "to": "xyz789"
     }
     
    - -
    back to top @@ -47841,16 +44928,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "eq": "abc123",
    -  "in": ["xyz789"],
    -  "match": "xyz789"
    +  "in": ["abc123"],
    +  "match": "abc123"
     }
     
    - -
    back to top @@ -47968,27 +45051,23 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "eq": "xyz789",
       "from": "abc123",
       "gt": "xyz789",
    -  "gteq": "xyz789",
    -  "in": ["abc123"],
    +  "gteq": "abc123",
    +  "in": ["xyz789"],
       "like": "abc123",
       "lt": "abc123",
    -  "lteq": "xyz789",
    +  "lteq": "abc123",
       "moreq": "abc123",
    -  "neq": "abc123",
    -  "nin": ["abc123"],
    +  "neq": "xyz789",
    +  "nin": ["xyz789"],
       "notnull": "xyz789",
    -  "null": "abc123",
    -  "to": "abc123"
    +  "null": "xyz789",
    +  "to": "xyz789"
     }
     
    - -
    back to top @@ -48042,17 +45121,13 @@
    Fields
    Example
    - - -
    {
    -  "attribute": "abc123",
    +                  
    {
    +  "attribute": "xyz789",
       "frontendInput": "xyz789",
    -  "label": "abc123",
    -  "numeric": true
    +  "label": "xyz789",
    +  "numeric": false
     }
     
    - -
    back to top @@ -48096,15 +45171,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
    -  "label": "xyz789"
    +  "label": "abc123"
     }
     
    - -
    back to top @@ -48168,12 +45239,8 @@
    Values
    Example
    - - -
    "INCLUDE_FPT_WITHOUT_DETAILS"
    +                  
    "INCLUDE_FPT_WITHOUT_DETAILS"
     
    - -
    back to top @@ -48194,12 +45261,8 @@
    Description
    Example
    - - -
    123.45
    +                  
    987.65
     
    - -
    back to top @@ -48239,12 +45302,8 @@
    Fields
    Example
    - - -
    {"customer_email": "abc123"}
    +                  
    {"customer_email": "xyz789"}
     
    - -
    back to top @@ -48283,12 +45342,8 @@
    Fields
    Example
    - - -
    {"customer_token": "xyz789"}
    +                  
    {"customer_token": "abc123"}
     
    - -
    back to top @@ -48328,12 +45383,8 @@
    Fields
    Example
    - - -
    {"template_id": 4}
    +                  
    {"template_id": 4}
     
    - -
    back to top @@ -48372,12 +45423,8 @@
    Fields
    Example
    - - -
    {"negotiable_quote_uid": "4"}
    +                  
    {"negotiable_quote_uid": 4}
     
    - -
    back to top @@ -48416,12 +45463,8 @@
    Fields
    Example
    - - -
    {"sdkParams": [PaymentSDKParamsItem]}
    +                  
    {"sdkParams": [PaymentSDKParamsItem]}
     
    - -
    back to top @@ -48470,16 +45513,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "balance": Money,
    -  "code": "abc123",
    +  "code": "xyz789",
       "expiration_date": "abc123"
     }
     
    - -
    back to top @@ -48519,12 +45558,8 @@
    Fields
    Example
    - - -
    {"gift_card_code": "abc123"}
    +                  
    {"gift_card_code": "abc123"}
     
    - -
    back to top @@ -48583,18 +45618,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute_id": 987,
    -  "uid": 4,
    -  "value": 123.45,
    -  "website_id": 123,
    +  "uid": "4",
    +  "value": 987.65,
    +  "website_id": 987,
       "website_value": 987.65
     }
     
    - -
    back to top @@ -48744,9 +45775,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
       "available_gift_wrapping": [GiftWrapping],
       "custom_attributes": [CustomAttribute],
    @@ -48759,21 +45788,19 @@ 
    Example
    "max_qty": 123.45, "message": "abc123", "min_qty": 987.65, - "not_available_message": "abc123", + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "recipient_email": "abc123", - "recipient_name": "abc123", + "recipient_name": "xyz789", "sender_email": "abc123", - "sender_name": "abc123", + "sender_name": "xyz789", "uid": 4 }
    - -
    back to top @@ -48848,22 +45875,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "gift_card": GiftCardItem,
       "id": "4",
       "order_item": OrderItemInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "xyz789",
    -  "quantity_refunded": 987.65
    +  "product_sku": "abc123",
    +  "quantity_refunded": 123.45
     }
     
    - -
    back to top @@ -48938,22 +45961,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "gift_card": GiftCardItem,
       "id": "4",
       "order_item": OrderItemInterface,
    -  "product_name": "xyz789",
    +  "product_name": "abc123",
       "product_sale_price": Money,
       "product_sku": "xyz789",
    -  "quantity_invoiced": 987.65
    +  "quantity_invoiced": 123.45
     }
     
    - -
    back to top @@ -49012,18 +46031,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "message": "abc123",
    -  "recipient_email": "xyz789",
    +  "recipient_email": "abc123",
       "recipient_name": "xyz789",
    -  "sender_email": "abc123",
    +  "sender_email": "xyz789",
       "sender_name": "xyz789"
     }
     
    - -
    back to top @@ -49092,20 +46107,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
       "custom_giftcard_amount": Money,
       "message": "abc123",
    -  "recipient_email": "abc123",
    +  "recipient_email": "xyz789",
       "recipient_name": "xyz789",
    -  "sender_email": "xyz789",
    +  "sender_email": "abc123",
       "sender_name": "xyz789"
     }
     
    - -
    back to top @@ -49174,7 +46185,7 @@
    Fields
    Contains details about the price of the item, including taxes and discounts. - product - ProductInterface! + product - ProductInterface The ProductInterface object, which contains details about the base product Product information is part of a composable Catalog Service. @@ -49256,9 +46267,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "eligible_for_return": true,
    @@ -49266,27 +46275,25 @@ 
    Example
    "gift_card": GiftCardItem, "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "prices": OrderItemPrices, "product": ProductInterface, "product_name": "xyz789", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "xyz789", - "product_url_key": "abc123", - "quantity_canceled": 123.45, - "quantity_invoiced": 987.65, + "product_type": "abc123", + "product_url_key": "xyz789", + "quantity_canceled": 987.65, + "quantity_invoiced": 123.45, "quantity_ordered": 987.65, - "quantity_refunded": 123.45, - "quantity_return_requested": 123.45, - "quantity_returned": 987.65, + "quantity_refunded": 987.65, + "quantity_return_requested": 987.65, + "quantity_returned": 123.45, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
    - -
    back to top @@ -49588,11 +46595,9 @@
    filters
    Example
    - - -
    {
    +                  
    {
       "allow_message": false,
    -  "allow_open_amount": false,
    +  "allow_open_amount": true,
       "canonical_url": "abc123",
       "categories": [CategoryInterface],
       "country_of_manufacture": "abc123",
    @@ -49600,52 +46605,50 @@ 
    Example
    "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, "gift_card_options": [CustomizableOptionInterface], - "gift_message_available": false, + "gift_message_available": true, "gift_wrapping_available": false, "gift_wrapping_price": Money, "giftcard_amounts": [GiftCardAmounts], "giftcard_type": "VIRTUAL", "image": ProductImage, "is_redeemable": true, - "is_returnable": "abc123", + "is_returnable": "xyz789", "lifetime": 123, "manufacturer": 987, - "max_sale_qty": 123.45, + "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "message_max_length": 123, "meta_description": "xyz789", - "meta_keyword": "xyz789", - "meta_title": "abc123", + "meta_keyword": "abc123", + "meta_title": "xyz789", "min_sale_qty": 987.65, - "name": "abc123", - "new_from_date": "xyz789", + "name": "xyz789", + "new_from_date": "abc123", "new_to_date": "abc123", "only_x_left_in_stock": 123.45, - "open_amount_max": 987.65, - "open_amount_min": 123.45, + "open_amount_max": 123.45, + "open_amount_min": 987.65, "options": [CustomizableOptionInterface], "options_container": "xyz789", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 123.45, + "quantity": 987.65, "related_products": [ProductInterface], "short_description": ComplexTextValue, "sku": "xyz789", "small_image": ProductImage, "special_price": 987.65, - "special_to_date": "abc123", + "special_to_date": "xyz789", "stock_status": "IN_STOCK", - "swatch_image": "xyz789", + "swatch_image": "abc123", "thumbnail": ProductImage, "uid": "4", "upsell_products": [ProductInterface], "url_key": "xyz789", - "weight": 123.45 + "weight": 987.65 }
    - -
    back to top @@ -49705,18 +46708,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customizable_options": [SelectedCustomizableOption],
       "gift_card_options": GiftCardOptions,
       "product": ProductInterface,
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "uid": "4"
     }
     
    - -
    back to top @@ -49781,20 +46780,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "gift_card": GiftCardItem,
    -  "id": 4,
    +  "id": "4",
       "order_item": OrderItemInterface,
    -  "product_name": "xyz789",
    +  "product_name": "abc123",
       "product_sale_price": Money,
       "product_sku": "abc123",
       "quantity_shipped": 123.45
     }
     
    - -
    back to top @@ -49849,12 +46844,8 @@
    Values
    Example
    - - -
    "VIRTUAL"
    +                  
    "VIRTUAL"
     
    - -
    back to top @@ -49924,20 +46915,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "added_at": "abc123",
       "customizable_options": [SelectedCustomizableOption],
    -  "description": "xyz789",
    +  "description": "abc123",
       "gift_card_options": GiftCardOptions,
    -  "id": "4",
    +  "id": 4,
       "product": ProductInterface,
    -  "quantity": 987.65
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -49986,16 +46973,12 @@
    Fields
    Example
    - - -
    {
    -  "from": "abc123",
    +                  
    {
    +  "from": "xyz789",
       "message": "abc123",
    -  "to": "abc123"
    +  "to": "xyz789"
     }
     
    - -
    back to top @@ -50047,16 +47030,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "from": "xyz789",
    -  "message": "xyz789",
    +  "message": "abc123",
       "to": "xyz789"
     }
     
    - -
    back to top @@ -50120,9 +47099,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "gift_wrapping_for_items": Money,
       "gift_wrapping_for_items_incl_tax": Money,
       "gift_wrapping_for_order": Money,
    @@ -50131,8 +47108,6 @@ 
    Example
    "printed_card_incl_tax": Money }
    - -
    back to top @@ -50226,9 +47201,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "created_at": "abc123",
       "dynamic_attributes": [GiftRegistryDynamicAttribute],
       "event_name": "xyz789",
    @@ -50243,8 +47216,6 @@ 
    Example
    "uid": "4" }
    - -
    back to top @@ -50294,17 +47265,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": 4,
       "group": "EVENT_INFORMATION",
       "label": "abc123",
       "value": "abc123"
     }
     
    - -
    back to top @@ -50380,12 +47347,8 @@
    Values
    Example
    - - -
    "EVENT_INFORMATION"
    +                  
    "EVENT_INFORMATION"
     
    - -
    back to top @@ -50431,12 +47394,8 @@
    Fields
    Example
    - - -
    {"code": 4, "value": "abc123"}
    +                  
    {"code": 4, "value": "xyz789"}
     
    - -
    back to top @@ -50503,16 +47462,12 @@
    Possible Types
    Example
    - - -
    {
    -  "code": 4,
    +                  
    {
    +  "code": "4",
       "label": "xyz789",
       "value": "xyz789"
     }
     
    - -
    back to top @@ -50572,19 +47527,15 @@
    Fields
    Example
    - - -
    {
    -  "attribute_group": "abc123",
    -  "code": 4,
    -  "input_type": "abc123",
    -  "is_required": false,
    +                  
    {
    +  "attribute_group": "xyz789",
    +  "code": "4",
    +  "input_type": "xyz789",
    +  "is_required": true,
       "label": "abc123",
    -  "sort_order": 123
    +  "sort_order": 987
     }
     
    - -
    back to top @@ -50661,19 +47612,15 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "attribute_group": "abc123",
    -  "code": 4,
    -  "input_type": "abc123",
    +  "code": "4",
    +  "input_type": "xyz789",
       "is_required": false,
    -  "label": "abc123",
    -  "sort_order": 123
    +  "label": "xyz789",
    +  "sort_order": 987
     }
     
    - -
    back to top @@ -50734,19 +47681,15 @@
    Fields
    Example
    - - -
    {
    -  "created_at": "abc123",
    -  "note": "abc123",
    +                  
    {
    +  "created_at": "xyz789",
    +  "note": "xyz789",
       "product": ProductInterface,
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "quantity_fulfilled": 123.45,
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -50824,19 +47767,15 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "created_at": "xyz789",
    -  "note": "xyz789",
    +  "note": "abc123",
       "product": ProductInterface,
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "quantity_fulfilled": 123.45,
    -  "uid": 4
    +  "uid": "4"
     }
     
    - -
    back to top @@ -50897,15 +47836,11 @@
    Possible Types
    Example
    - - -
    {
    -  "status": true,
    +                  
    {
    +  "status": false,
       "user_errors": [GiftRegistryItemsUserError]
     }
     
    - -
    back to top @@ -50964,18 +47899,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "OUT_OF_STOCK",
       "gift_registry_item_uid": 4,
    -  "gift_registry_uid": "4",
    +  "gift_registry_uid": 4,
       "message": "abc123",
    -  "product_uid": "4"
    +  "product_uid": 4
     }
     
    - -
    back to top @@ -51027,12 +47958,8 @@
    Values
    Example
    - - -
    "OUT_OF_STOCK"
    +                  
    "OUT_OF_STOCK"
     
    - -
    back to top @@ -51088,12 +48015,8 @@
    Possible Types
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -51141,12 +48064,8 @@
    Values
    Example
    - - -
    "PRIVATE"
    +                  
    "PRIVATE"
     
    - -
    back to top @@ -51205,20 +48124,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dynamic_attributes": [
         GiftRegistryRegistrantDynamicAttribute
       ],
    -  "email": "xyz789",
    -  "firstname": "xyz789",
    -  "lastname": "xyz789",
    +  "email": "abc123",
    +  "firstname": "abc123",
    +  "lastname": "abc123",
       "uid": "4"
     }
     
    - -
    back to top @@ -51263,16 +48178,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "4",
       "label": "xyz789",
       "value": "abc123"
     }
     
    - -
    back to top @@ -51336,19 +48247,15 @@
    Fields
    Example
    - - -
    {
    -  "event_date": "xyz789",
    +                  
    {
    +  "event_date": "abc123",
       "event_title": "xyz789",
    -  "gift_registry_uid": "4",
    -  "location": "xyz789",
    -  "name": "xyz789",
    +  "gift_registry_uid": 4,
    +  "location": "abc123",
    +  "name": "abc123",
       "type": "xyz789"
     }
     
    - -
    back to top @@ -51394,12 +48301,11 @@
    Fields
    Example
    - - -
    {"address_data": CustomerAddressInput, "address_id": 4}
    +                  
    {
    +  "address_data": CustomerAddressInput,
    +  "address_id": "4"
    +}
     
    - -
    back to top @@ -51447,12 +48353,8 @@
    Values
    Example
    - - -
    "ACTIVE"
    +                  
    "ACTIVE"
     
    - -
    back to top @@ -51501,18 +48403,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dynamic_attributes_metadata": [
         GiftRegistryDynamicAttributeMetadataInterface
       ],
       "label": "abc123",
    -  "uid": 4
    +  "uid": "4"
     }
     
    - -
    back to top @@ -51566,17 +48464,13 @@
    Fields
    Example
    - - -
    {
    -  "design": "abc123",
    +                  
    {
    +  "design": "xyz789",
       "image": GiftWrappingImage,
       "price": Money,
       "uid": "4"
     }
     
    - -
    back to top @@ -51620,15 +48514,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "abc123",
    -  "url": "xyz789"
    +  "url": "abc123"
     }
     
    - -
    back to top @@ -51673,16 +48563,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "color": "abc123",
    -  "height": 987,
    +  "height": 123,
       "type": "abc123"
     }
     
    - -
    back to top @@ -51757,22 +48643,18 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "button_styles": GooglePayButtonStyles,
    -  "code": "xyz789",
    +  "code": "abc123",
       "is_visible": false,
    -  "payment_intent": "xyz789",
    +  "payment_intent": "abc123",
       "payment_source": "abc123",
       "sdk_params": [SDKParams],
    -  "sort_order": "abc123",
    +  "sort_order": "xyz789",
       "three_ds_mode": "OFF",
       "title": "abc123"
     }
     
    - -
    back to top @@ -51824,16 +48706,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "payment_source": "xyz789",
    -  "payments_order_id": "xyz789",
    +  "payments_order_id": "abc123",
       "paypal_order_id": "abc123"
     }
     
    - -
    back to top @@ -52085,54 +48963,50 @@
    filters
    Example
    - - -
    {
    -  "canonical_url": "abc123",
    +                  
    {
    +  "canonical_url": "xyz789",
       "categories": [CategoryInterface],
       "country_of_manufacture": "xyz789",
       "crosssell_products": [ProductInterface],
       "custom_attributesV2": ProductCustomAttributes,
       "description": ComplexTextValue,
    -  "gift_message_available": true,
    -  "gift_wrapping_available": false,
    +  "gift_message_available": false,
    +  "gift_wrapping_available": true,
       "gift_wrapping_price": Money,
       "image": ProductImage,
       "is_returnable": "xyz789",
       "items": [GroupedProductItem],
       "manufacturer": 987,
    -  "max_sale_qty": 987.65,
    +  "max_sale_qty": 123.45,
       "media_gallery": [MediaGalleryInterface],
    -  "meta_description": "xyz789",
    +  "meta_description": "abc123",
       "meta_keyword": "abc123",
    -  "meta_title": "xyz789",
    +  "meta_title": "abc123",
       "min_sale_qty": 123.45,
       "name": "abc123",
    -  "new_from_date": "xyz789",
    -  "new_to_date": "abc123",
    -  "only_x_left_in_stock": 987.65,
    +  "new_from_date": "abc123",
    +  "new_to_date": "xyz789",
    +  "only_x_left_in_stock": 123.45,
       "options_container": "xyz789",
       "price_range": PriceRange,
       "price_tiers": [TierPrice],
       "product_links": [ProductLinksInterface],
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "related_products": [ProductInterface],
       "short_description": ComplexTextValue,
    -  "sku": "abc123",
    +  "sku": "xyz789",
       "small_image": ProductImage,
    -  "special_price": 987.65,
    -  "special_to_date": "abc123",
    +  "special_price": 123.45,
    +  "special_to_date": "xyz789",
       "stock_status": "IN_STOCK",
       "swatch_image": "xyz789",
       "thumbnail": ProductImage,
    -  "uid": "4",
    +  "uid": 4,
       "upsell_products": [ProductInterface],
       "url_key": "abc123",
    -  "weight": 123.45
    +  "weight": 987.65
     }
     
    - -
    back to top @@ -52182,16 +49056,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "position": 987,
       "product": ProductInterface,
       "qty": 123.45
     }
     
    - -
    back to top @@ -52256,19 +49126,15 @@
    Fields
    Example
    - - -
    {
    -  "added_at": "abc123",
    +                  
    {
    +  "added_at": "xyz789",
       "customizable_options": [SelectedCustomizableOption],
       "description": "xyz789",
       "id": 4,
       "product": ProductInterface,
    -  "quantity": 987.65
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -52314,15 +49180,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "reason": "abc123",
    -  "token": "abc123"
    +  "token": "xyz789"
     }
     
    - -
    back to top @@ -52374,16 +49236,12 @@
    Fields
    Example
    - - -
    {
    -  "email": "xyz789",
    -  "lastname": "abc123",
    -  "number": "xyz789"
    +                  
    {
    +  "email": "abc123",
    +  "lastname": "xyz789",
    +  "number": "abc123"
     }
     
    - -
    back to top @@ -52432,16 +49290,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute": "abc123",
    -  "matched_words": ["abc123"],
    -  "value": "xyz789"
    +  "matched_words": ["xyz789"],
    +  "value": "abc123"
     }
     
    - -
    back to top @@ -52526,24 +49380,20 @@
    Fields
    Example
    - - -
    {
    -  "cc_vault_code": "abc123",
    +                  
    {
    +  "cc_vault_code": "xyz789",
       "code": "xyz789",
    -  "is_vault_enabled": false,
    +  "is_vault_enabled": true,
       "is_visible": true,
       "payment_intent": "abc123",
    -  "payment_source": "abc123",
    -  "requires_card_details": true,
    +  "payment_source": "xyz789",
    +  "requires_card_details": false,
       "sdk_params": [SDKParams],
    -  "sort_order": "xyz789",
    +  "sort_order": "abc123",
       "three_ds_mode": "OFF",
       "title": "xyz789"
     }
     
    - -
    back to top @@ -52631,22 +49481,18 @@
    Fields
    Example
    - - -
    {
    -  "cardBin": "abc123",
    -  "cardExpiryMonth": "abc123",
    +                  
    {
    +  "cardBin": "xyz789",
    +  "cardExpiryMonth": "xyz789",
       "cardExpiryYear": "abc123",
    -  "cardLast4": "xyz789",
    +  "cardLast4": "abc123",
       "holderName": "xyz789",
    -  "is_active_payment_token_enabler": true,
    -  "payment_source": "xyz789",
    -  "payments_order_id": "abc123",
    -  "paypal_order_id": "xyz789"
    +  "is_active_payment_token_enabler": false,
    +  "payment_source": "abc123",
    +  "payments_order_id": "xyz789",
    +  "paypal_order_id": "abc123"
     }
     
    - -
    back to top @@ -52667,12 +49513,8 @@
    Description
    Example
    - - -
    "4"
    +                  
    "4"
     
    - -
    back to top @@ -52712,15 +49554,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "thumbnail": "abc123",
    -  "value": "abc123"
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -52784,12 +49622,8 @@
    Values
    Example
    - - -
    "NONE"
    +                  
    "NONE"
     
    - -
    back to top @@ -52834,16 +49668,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "PRODUCT_NOT_FOUND",
    -  "message": "xyz789",
    -  "quantity": 987.65
    +  "message": "abc123",
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -52864,12 +49694,8 @@
    Description
    Example
    - - -
    987
    +                  
    987
     
    - -
    back to top @@ -52908,12 +49734,8 @@
    Fields
    Example
    - - -
    {"message": "abc123"}
    +                  
    {"message": "abc123"}
     
    - -
    back to top @@ -52977,19 +49799,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comments": [SalesCommentItem],
       "custom_attributes": [CustomAttribute],
       "id": 4,
       "items": [InvoiceItemInterface],
    -  "number": "xyz789",
    +  "number": "abc123",
       "total": InvoiceTotal
     }
     
    - -
    back to top @@ -53035,15 +49853,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttributeInput],
    -  "invoice_id": "xyz789"
    +  "invoice_id": "abc123"
     }
     
    - -
    back to top @@ -53113,21 +49927,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    -  "id": 4,
    +  "id": "4",
       "order_item": OrderItemInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
    -  "product_sku": "abc123",
    +  "product_sku": "xyz789",
       "quantity_invoiced": 123.45
     }
     
    - -
    back to top @@ -53179,16 +49989,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttributeInput],
    -  "invoice_id": "xyz789",
    -  "invoice_item_id": "xyz789"
    +  "invoice_id": "abc123",
    +  "invoice_item_id": "abc123"
     }
     
    - -
    back to top @@ -53294,9 +50100,7 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "id": 4,
    @@ -53307,8 +50111,6 @@ 
    Example
    "quantity_invoiced": 987.65 }
    - -
    back to top @@ -53347,12 +50149,8 @@
    Fields
    Example
    - - -
    {"invoice": Invoice}
    +                  
    {"invoice": Invoice}
     
    - -
    back to top @@ -53426,9 +50224,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "base_grand_total": Money,
       "discounts": [Discount],
       "grand_total": Money,
    @@ -53439,8 +50235,6 @@ 
    Example
    "total_tax": Money }
    - -
    back to top @@ -53479,12 +50273,8 @@
    Fields
    Example
    - - -
    {"is_email_available": true}
    +                  
    {"is_email_available": false}
     
    - -
    back to top @@ -53523,12 +50313,8 @@
    Fields
    Example
    - - -
    {"is_email_available": true}
    +                  
    {"is_email_available": false}
     
    - -
    back to top @@ -53567,12 +50353,8 @@
    Fields
    Example
    - - -
    {"is_role_name_available": true}
    +                  
    {"is_role_name_available": false}
     
    - -
    back to top @@ -53611,12 +50393,8 @@
    Fields
    Example
    - - -
    {"is_email_available": false}
    +                  
    {"is_email_available": true}
     
    - -
    back to top @@ -53655,12 +50433,8 @@
    Fields
    Example
    - - -
    {"is_email_available": false}
    +                  
    {"is_email_available": true}
     
    - -
    back to top @@ -53724,19 +50498,15 @@
    Fields
    Example
    - - -
    {
    -  "created_at": "xyz789",
    -  "creator_id": 987,
    +                  
    {
    +  "created_at": "abc123",
    +  "creator_id": 123,
       "creator_type": 987,
       "negotiable_quote_item_uid": 4,
    -  "note": "abc123",
    +  "note": "xyz789",
       "note_uid": 4
     }
     
    - -
    back to top @@ -53785,16 +50555,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "abc123",
       "uid": 4,
       "values": [ItemSelectedBundleOptionValue]
     }
     
    - -
    back to top @@ -53853,18 +50619,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "price": Money,
       "product_name": "abc123",
       "product_sku": "xyz789",
    -  "quantity": 987.65,
    -  "uid": "4"
    +  "quantity": 123.45,
    +  "uid": 4
     }
     
    - -
    back to top @@ -53885,12 +50647,8 @@
    Description
    Example
    - - -
    {}
    +                  
    {}
     
    - -
    back to top @@ -53934,15 +50692,11 @@
    Fields
    Example
    - - -
    {
    -  "name": "xyz789",
    +                  
    {
    +  "name": "abc123",
       "value": "xyz789"
     }
     
    - -
    back to top @@ -53994,16 +50748,12 @@
    Fields
    Example
    - - -
    {
    -  "note": "abc123",
    +                  
    {
    +  "note": "xyz789",
       "quote_item_uid": 4,
    -  "quote_uid": 4
    +  "quote_uid": "4"
     }
     
    - -
    back to top @@ -54089,17 +50839,54 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "disabled": false,
    -  "label": "xyz789",
    -  "position": 987,
    -  "url": "xyz789"
    +  "label": "abc123",
    +  "position": 123,
    +  "url": "abc123"
     }
     
    - - +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    MediaResourceType

    +
    +
    +
    +
    Description
    +

    Enumeration of media resource types

    +
    +
    +
    Values
    + + + + + + + + + + + + + +
    Enum ValueDescription
    +

    CUSTOMER_ATTRIBUTE_FILE

    +
    Customer file resource type
    +
    +
    +
    +
    +
    Example
    +
    "CUSTOMER_ATTRIBUTE_FILE"
    +
    back to top @@ -54134,12 +50921,8 @@
    Fields
    Example
    - - -
    {"type": "xyz789"}
    +                  
    {"type": "abc123"}
     
    - -
    back to top @@ -54179,15 +50962,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "layout": "abc123",
       "logo": MessageStyleLogo
     }
     
    - -
    back to top @@ -54231,12 +51010,8 @@
    Fields
    Example
    - - -
    {"currency": "AFN", "value": 987.65}
    +                  
    {"currency": "AFN", "value": 123.45}
     
    - -
    back to top @@ -54285,16 +51060,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "gift_registry": GiftRegistry,
    -  "status": false,
    +  "status": true,
       "user_errors": [GiftRegistryItemsUserError]
     }
     
    - -
    back to top @@ -54334,12 +51105,8 @@
    Fields
    Example
    - - -
    {"requisitionListItemUids": ["4"]}
    +                  
    {"requisitionListItemUids": [4]}
     
    - -
    back to top @@ -54383,15 +51150,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "destination_requisition_list": RequisitionList,
       "source_requisition_list": RequisitionList
     }
     
    - -
    back to top @@ -54443,12 +51206,8 @@
    Fields
    Example
    - - -
    {"quote_item_uid": 4, "quote_uid": 4, "requisition_list_uid": 4}
    +                  
    {"quote_item_uid": 4, "quote_uid": 4, "requisition_list_uid": 4}
     
    - -
    back to top @@ -54487,12 +51246,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -54541,16 +51296,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "destination_wishlist": Wishlist,
       "source_wishlist": Wishlist,
       "user_errors": [WishListUserInputError]
     }
     
    - -
    back to top @@ -54674,16 +51425,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_payment_methods": [AvailablePaymentMethod],
       "billing_address": NegotiableQuoteBillingAddress,
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
       "created_at": "xyz789",
       "custom_attributes": [CustomAttribute],
    -  "email": "xyz789",
    +  "email": "abc123",
       "history": [NegotiableQuoteHistoryEntry],
       "is_virtual": false,
       "items": [CartItemInterface],
    @@ -54693,12 +51442,10 @@ 
    Example
    "shipping_addresses": [NegotiableQuoteShippingAddress], "status": "SUBMITTED", "total_quantity": 123.45, - "uid": "4", - "updated_at": "abc123" + "uid": 4, + "updated_at": "xyz789" }
    - -
    back to top @@ -54742,15 +51489,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "abc123",
    -  "label": "xyz789"
    +  "label": "abc123"
     }
     
    - -
    back to top @@ -54795,6 +51538,18 @@
    Fields
    The country code and label for the billing or shipping address. + + + custom_attributes - [AttributeValueInput] + + The custom attribute values of the billing or shipping negotiable quote address. + + + + fax - String + + The fax number of the customer. + firstname - String! @@ -54807,12 +51562,24 @@
    Fields
    The last name of the company user. + + + middlename - String + + The middle name of the person associated with the billing/shipping address. + postcode - String The ZIP or postal code of the billing or shipping address. + + + prefix - String + + An honorific, such as Dr., Mr., or Mrs. + region - String @@ -54837,12 +51604,24 @@
    Fields
    An array containing the street for the billing or shipping address. + + + suffix - String + + A value such as Sr., Jr., or III. + telephone - String The telephone number for the billing or shipping address. + + + vat_id - String + + The customer's Tax/VAT number (for corporate customers). +
    @@ -54850,24 +51629,26 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": "xyz789",
       "company": "xyz789",
       "country_code": "xyz789",
    +  "custom_attributes": [AttributeValueInput],
    +  "fax": "abc123",
       "firstname": "abc123",
    -  "lastname": "xyz789",
    -  "postcode": "abc123",
    +  "lastname": "abc123",
    +  "middlename": "xyz789",
    +  "postcode": "xyz789",
    +  "prefix": "xyz789",
       "region": "xyz789",
    -  "region_id": 987,
    +  "region_id": 123,
       "save_in_address_book": true,
    -  "street": ["abc123"],
    -  "telephone": "xyz789"
    +  "street": ["xyz789"],
    +  "suffix": "abc123",
    +  "telephone": "abc123",
    +  "vat_id": "abc123"
     }
     
    - -
    back to top @@ -54905,6 +51686,16 @@
    Fields
    The company's country. + + custom_attributes - [AttributeValueInterface] + + The custom attribute values of the billing or shipping negotiable quote address. + + + fax - String + + The fax number of the customer. + firstname - String! @@ -54915,11 +51706,21 @@
    Fields
    The last name of the company user. + + middlename - String + + The middle name of the person associated with the billing/shipping address. + postcode - String The company's ZIP or postal code. + + prefix - String + + An honorific, such as Dr., Mr., or Mrs. + region - NegotiableQuoteAddressRegion @@ -54930,11 +51731,26 @@
    Fields
    An array of strings that define the street number and name. + + suffix - String + + A value such as Sr., Jr., or III. + telephone - String The customer's telephone number. + + uid - ID! + + The unique identifier of the address. + + + vat_id - String + + The customer's Tax/VAT number (for corporate customers). + @@ -54964,22 +51780,25 @@
    Possible Types
    Example
    - - -
    {
    -  "city": "xyz789",
    +                  
    {
    +  "city": "abc123",
       "company": "abc123",
       "country": NegotiableQuoteAddressCountry,
    -  "firstname": "abc123",
    +  "custom_attributes": [AttributeValueInterface],
    +  "fax": "abc123",
    +  "firstname": "xyz789",
       "lastname": "xyz789",
    +  "middlename": "abc123",
       "postcode": "xyz789",
    +  "prefix": "xyz789",
       "region": NegotiableQuoteAddressRegion,
    -  "street": ["abc123"],
    -  "telephone": "xyz789"
    +  "street": ["xyz789"],
    +  "suffix": "xyz789",
    +  "telephone": "abc123",
    +  "uid": 4,
    +  "vat_id": "abc123"
     }
     
    - -
    back to top @@ -55028,16 +51847,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "xyz789",
       "label": "abc123",
    -  "region_id": 123
    +  "region_id": 987
     }
     
    - -
    back to top @@ -55075,6 +51890,16 @@
    Fields
    The company's country. + + custom_attributes - [AttributeValueInterface] + + The custom attribute values of the billing or shipping negotiable quote address. + + + fax - String + + The fax number of the customer. + firstname - String! @@ -55085,11 +51910,21 @@
    Fields
    The last name of the company user. + + middlename - String + + The middle name of the person associated with the billing/shipping address. + postcode - String The company's ZIP or postal code. + + prefix - String + + An honorific, such as Dr., Mr., or Mrs. + region - NegotiableQuoteAddressRegion @@ -55100,11 +51935,26 @@
    Fields
    An array of strings that define the street number and name. + + suffix - String + + A value such as Sr., Jr., or III. + telephone - String The customer's telephone number. + + uid - ID! + + The unique identifier of the address. + + + vat_id - String + + The customer's Tax/VAT number (for corporate customers). + @@ -55112,22 +51962,25 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": "abc123",
    -  "company": "xyz789",
    +  "company": "abc123",
       "country": NegotiableQuoteAddressCountry,
    +  "custom_attributes": [AttributeValueInterface],
    +  "fax": "abc123",
       "firstname": "abc123",
    -  "lastname": "abc123",
    -  "postcode": "abc123",
    +  "lastname": "xyz789",
    +  "middlename": "xyz789",
    +  "postcode": "xyz789",
    +  "prefix": "abc123",
       "region": NegotiableQuoteAddressRegion,
    -  "street": ["xyz789"],
    -  "telephone": "abc123"
    +  "street": ["abc123"],
    +  "suffix": "xyz789",
    +  "telephone": "xyz789",
    +  "uid": "4",
    +  "vat_id": "xyz789"
     }
     
    - -
    back to top @@ -55185,17 +52038,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address": NegotiableQuoteAddressInput,
    -  "customer_address_uid": "4",
    +  "customer_address_uid": 4,
       "same_as_shipping": false,
    -  "use_for_shipping": true
    +  "use_for_shipping": false
     }
     
    - -
    back to top @@ -55254,18 +52103,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "author": NegotiableQuoteUser,
       "created_at": "abc123",
       "creator_type": "BUYER",
       "text": "xyz789",
    -  "uid": 4
    +  "uid": "4"
     }
     
    - -
    back to top @@ -55309,12 +52154,8 @@
    Values
    Example
    - - -
    "BUYER"
    +                  
    "BUYER"
     
    - -
    back to top @@ -55354,12 +52195,8 @@
    Fields
    Example
    - - -
    {"comment": "abc123"}
    +                  
    {"comment": "abc123"}
     
    - -
    back to top @@ -55408,16 +52245,12 @@
    Fields
    Example
    - - -
    {
    -  "new_value": "xyz789",
    -  "old_value": "abc123",
    -  "title": "abc123"
    +                  
    {
    +  "new_value": "abc123",
    +  "old_value": "xyz789",
    +  "title": "xyz789"
     }
     
    - -
    back to top @@ -55463,15 +52296,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "ids": FilterEqualTypeInput,
       "name": FilterMatchTypeInput
     }
     
    - -
    back to top @@ -55535,9 +52364,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment_added": NegotiableQuoteHistoryCommentChange,
       "custom_changes": NegotiableQuoteCustomLogChange,
       "expiration": NegotiableQuoteHistoryExpirationChange,
    @@ -55546,8 +52373,6 @@ 
    Example
    "total": NegotiableQuoteHistoryTotalChange }
    - -
    back to top @@ -55586,12 +52411,8 @@
    Fields
    Example
    - - -
    {"comment": "xyz789"}
    +                  
    {"comment": "xyz789"}
     
    - -
    back to top @@ -55650,18 +52471,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "author": NegotiableQuoteUser,
       "change_type": "CREATED",
       "changes": NegotiableQuoteHistoryChanges,
    -  "created_at": "xyz789",
    +  "created_at": "abc123",
       "uid": "4"
     }
     
    - -
    back to top @@ -55719,12 +52536,8 @@
    Values
    Example
    - - -
    "CREATED"
    +                  
    "CREATED"
     
    - -
    back to top @@ -55768,15 +52581,11 @@
    Fields
    Example
    - - -
    {
    -  "new_expiration": "abc123",
    -  "old_expiration": "xyz789"
    +                  
    {
    +  "new_expiration": "xyz789",
    +  "old_expiration": "abc123"
     }
     
    - -
    back to top @@ -55821,15 +52630,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "products_removed_from_catalog": ["4"],
       "products_removed_from_quote": [ProductInterface]
     }
     
    - -
    back to top @@ -55873,12 +52678,8 @@
    Fields
    Example
    - - -
    {"new_status": "SUBMITTED", "old_status": "SUBMITTED"}
    +                  
    {"new_status": "SUBMITTED", "old_status": "SUBMITTED"}
     
    - -
    back to top @@ -55917,12 +52718,8 @@
    Fields
    Example
    - - -
    {"changes": [NegotiableQuoteHistoryStatusChange]}
    +                  
    {"changes": [NegotiableQuoteHistoryStatusChange]}
     
    - -
    back to top @@ -55966,15 +52763,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "new_price": Money,
       "old_price": Money
     }
     
    - -
    back to top @@ -56013,12 +52806,8 @@
    Fields
    Example
    - - -
    {"message": "abc123"}
    +                  
    {"message": "abc123"}
     
    - -
    back to top @@ -56064,12 +52853,8 @@
    Fields
    Example
    - - -
    {"quantity": 987.65, "quote_item_uid": 4}
    +                  
    {"quantity": 123.45, "quote_item_uid": 4}
     
    - -
    back to top @@ -56115,15 +52900,11 @@
    Fields
    Example
    - - -
    {
    -  "code": "abc123",
    +                  
    {
    +  "code": "xyz789",
       "purchase_order_number": "abc123"
     }
     
    - -
    back to top @@ -56177,17 +52958,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "document_identifier": "abc123",
       "document_name": "abc123",
    -  "link_id": 4,
    +  "link_id": "4",
       "reference_document_url": "abc123"
     }
     
    - -
    back to top @@ -56230,6 +53007,16 @@
    Fields
    The company's country. + + custom_attributes - [AttributeValueInterface] + + The custom attribute values of the billing or shipping negotiable quote address. + + + fax - String + + The fax number of the customer. + firstname - String! @@ -56240,11 +53027,21 @@
    Fields
    The last name of the company user. + + middlename - String + + The middle name of the person associated with the billing/shipping address. + postcode - String The company's ZIP or postal code. + + prefix - String + + An honorific, such as Dr., Mr., or Mrs. + region - NegotiableQuoteAddressRegion @@ -56260,11 +53057,26 @@
    Fields
    An array of strings that define the street number and name. + + suffix - String + + A value such as Sr., Jr., or III. + telephone - String The customer's telephone number. + + uid - ID! + + The unique identifier of the address. + + + vat_id - String + + The customer's Tax/VAT number (for corporate customers). + @@ -56272,24 +53084,27 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_shipping_methods": [AvailableShippingMethod],
    -  "city": "xyz789",
    +  "city": "abc123",
       "company": "xyz789",
       "country": NegotiableQuoteAddressCountry,
    +  "custom_attributes": [AttributeValueInterface],
    +  "fax": "abc123",
       "firstname": "abc123",
    -  "lastname": "abc123",
    +  "lastname": "xyz789",
    +  "middlename": "xyz789",
       "postcode": "abc123",
    +  "prefix": "xyz789",
       "region": NegotiableQuoteAddressRegion,
       "selected_shipping_method": SelectedShippingMethod,
    -  "street": ["abc123"],
    -  "telephone": "abc123"
    +  "street": ["xyz789"],
    +  "suffix": "xyz789",
    +  "telephone": "abc123",
    +  "uid": 4,
    +  "vat_id": "abc123"
     }
     
    - -
    back to top @@ -56341,16 +53156,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address": NegotiableQuoteAddressInput,
    -  "customer_address_uid": "4",
    +  "customer_address_uid": 4,
       "customer_notes": "xyz789"
     }
     
    - -
    back to top @@ -56396,12 +53207,8 @@
    Fields
    Example
    - - -
    {"sort_direction": "ASC", "sort_field": "QUOTE_NAME"}
    +                  
    {"sort_direction": "ASC", "sort_field": "QUOTE_NAME"}
     
    - -
    back to top @@ -56449,12 +53256,8 @@
    Values
    Example
    - - -
    "QUOTE_NAME"
    +                  
    "QUOTE_NAME"
     
    - -
    back to top @@ -56547,12 +53350,8 @@
    Values
    Example
    - - -
    "SUBMITTED"
    +                  
    "SUBMITTED"
     
    - -
    back to top @@ -56671,19 +53470,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "buyer": NegotiableQuoteUser,
       "comments": [NegotiableQuoteComment],
       "expiration_date": "xyz789",
       "history": [NegotiableQuoteHistoryEntry],
       "is_min_max_qty_used": true,
    -  "is_virtual": false,
    +  "is_virtual": true,
       "items": [CartItemInterface],
       "max_order_commitment": 123,
       "min_order_commitment": 987,
    -  "name": "abc123",
    +  "name": "xyz789",
       "notifications": [QuoteTemplateNotificationMessage],
       "prices": CartPrices,
       "reference_document_links": [
    @@ -56692,11 +53489,9 @@ 
    Example
    "shipping_addresses": [NegotiableQuoteShippingAddress], "status": "xyz789", "template_id": 4, - "total_quantity": 987.65 + "total_quantity": 123.45 }
    - -
    back to top @@ -56742,15 +53537,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "state": FilterEqualTypeInput,
       "status": FilterEqualTypeInput
     }
     
    - -
    back to top @@ -56859,28 +53650,24 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "activated_at": "xyz789",
    -  "company_name": "xyz789",
    +  "company_name": "abc123",
       "expiration_date": "xyz789",
       "is_min_max_qty_used": false,
    -  "last_shared_at": "xyz789",
    +  "last_shared_at": "abc123",
       "max_order_commitment": 123,
    -  "min_negotiated_grand_total": 123.45,
    +  "min_negotiated_grand_total": 987.65,
       "min_order_commitment": 987,
    -  "name": "abc123",
    -  "orders_placed": 123,
    +  "name": "xyz789",
    +  "orders_placed": 987,
       "sales_rep_name": "xyz789",
    -  "state": "abc123",
    -  "status": "xyz789",
    -  "submitted_by": "abc123",
    +  "state": "xyz789",
    +  "status": "abc123",
    +  "submitted_by": "xyz789",
       "template_id": 4
     }
     
    - -
    back to top @@ -56938,17 +53725,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "item_id": "4",
       "max_qty": 987.65,
       "min_qty": 123.45,
    -  "quantity": 987.65
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -57006,17 +53789,13 @@
    Fields
    Example
    - - -
    {
    -  "document_identifier": "abc123",
    -  "document_name": "abc123",
    +                  
    {
    +  "document_identifier": "xyz789",
    +  "document_name": "xyz789",
       "link_id": "4",
       "reference_document_url": "xyz789"
     }
     
    - -
    back to top @@ -57068,16 +53847,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address": NegotiableQuoteAddressInput,
       "customer_address_uid": 4,
    -  "customer_notes": "abc123"
    +  "customer_notes": "xyz789"
     }
     
    - -
    back to top @@ -57123,12 +53898,8 @@
    Fields
    Example
    - - -
    {"sort_direction": "ASC", "sort_field": "TEMPLATE_ID"}
    +                  
    {"sort_direction": "ASC", "sort_field": "TEMPLATE_ID"}
     
    - -
    back to top @@ -57170,12 +53941,8 @@
    Values
    Example
    - - -
    "TEMPLATE_ID"
    +                  
    "TEMPLATE_ID"
     
    - -
    back to top @@ -57229,17 +53996,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [NegotiableQuoteTemplateGridItem],
       "page_info": SearchResultPageInfo,
       "sort_fields": SortFields,
    -  "total_count": 123
    +  "total_count": 987
     }
     
    - -
    back to top @@ -57291,12 +54054,8 @@
    Possible Types
    Example
    - - -
    {"quote_uid": 4}
    +                  
    {"quote_uid": 4}
     
    - -
    back to top @@ -57335,12 +54094,8 @@
    Fields
    Example
    - - -
    {"quote_uid": "4"}
    +                  
    {"quote_uid": 4}
     
    - -
    back to top @@ -57384,15 +54139,11 @@
    Fields
    Example
    - - -
    {
    -  "firstname": "xyz789",
    +                  
    {
    +  "firstname": "abc123",
       "lastname": "abc123"
     }
     
    - -
    back to top @@ -57446,17 +54197,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [NegotiableQuote],
       "page_info": SearchResultPageInfo,
       "sort_fields": SortFields,
    -  "total_count": 987
    +  "total_count": 123
     }
     
    - -
    back to top @@ -57500,12 +54247,8 @@
    Fields
    Example
    - - -
    {"message": "xyz789", "uid": 4}
    +                  
    {"message": "xyz789", "uid": 4}
     
    - -
    back to top @@ -57545,15 +54288,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "backend_integration_url": "xyz789",
       "custom_config": [CustomConfigKeyValue]
     }
     
    - -
    back to top @@ -57593,12 +54332,8 @@
    Fields
    Example
    - - -
    {"template_id": "4"}
    +                  
    {"template_id": 4}
     
    - -
    back to top @@ -57637,12 +54372,8 @@
    Fields
    Example
    - - -
    {"order_number": "xyz789"}
    +                  
    {"order_number": "abc123"}
     
    - -
    back to top @@ -57697,12 +54428,8 @@
    Values
    Example
    - - -
    "REORDER"
    +                  
    "REORDER"
     
    - -
    back to top @@ -57829,29 +54556,25 @@
    attributeCodes
    Example
    - - -
    {
    +                  
    {
       "city": "abc123",
    -  "company": "xyz789",
    +  "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
    -  "fax": "xyz789",
    +  "fax": "abc123",
       "firstname": "abc123",
    -  "lastname": "xyz789",
    -  "middlename": "xyz789",
    +  "lastname": "abc123",
    +  "middlename": "abc123",
       "postcode": "xyz789",
    -  "prefix": "abc123",
    +  "prefix": "xyz789",
       "region": "abc123",
    -  "region_id": "4",
    -  "street": ["abc123"],
    +  "region_id": 4,
    +  "street": ["xyz789"],
       "suffix": "abc123",
       "telephone": "abc123",
    -  "vat_id": "abc123"
    +  "vat_id": "xyz789"
     }
     
    - -
    back to top @@ -57906,18 +54629,14 @@
    Fields
    Example
    - - -
    {
    -  "firstname": "abc123",
    -  "lastname": "abc123",
    -  "middlename": "xyz789",
    -  "prefix": "abc123",
    -  "suffix": "xyz789"
    +                  
    {
    +  "firstname": "xyz789",
    +  "lastname": "xyz789",
    +  "middlename": "abc123",
    +  "prefix": "xyz789",
    +  "suffix": "abc123"
     }
     
    - -
    back to top @@ -57981,7 +54700,7 @@
    Fields
    Contains details about the price of the item, including taxes and discounts. - product - ProductInterface! + product - ProductInterface The ProductInterface object, which contains details about the base product Product information is part of a composable Catalog Service. @@ -58063,36 +54782,32 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
       "eligible_for_return": false,
       "entered_options": [OrderItemOption],
       "gift_message": GiftMessage,
       "gift_wrapping": GiftWrapping,
    -  "id": 4,
    +  "id": "4",
       "prices": OrderItemPrices,
       "product": ProductInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
       "product_sku": "abc123",
       "product_type": "abc123",
    -  "product_url_key": "xyz789",
    -  "quantity_canceled": 987.65,
    -  "quantity_invoiced": 987.65,
    +  "product_url_key": "abc123",
    +  "quantity_canceled": 123.45,
    +  "quantity_invoiced": 123.45,
       "quantity_ordered": 987.65,
    -  "quantity_refunded": 987.65,
    +  "quantity_refunded": 123.45,
       "quantity_return_requested": 987.65,
       "quantity_returned": 123.45,
    -  "quantity_shipped": 123.45,
    +  "quantity_shipped": 987.65,
       "selected_options": [OrderItemOption],
    -  "status": "xyz789"
    +  "status": "abc123"
     }
     
    - -
    back to top @@ -58160,7 +54875,7 @@
    Fields
    Contains details about the price of the item, including taxes and discounts. - product - ProductInterface! + product - ProductInterface The ProductInterface object, which contains details about the base product Product information is part of a composable Catalog Service. @@ -58279,12 +54994,10 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "discounts": [Discount],
    -  "eligible_for_return": false,
    +  "eligible_for_return": true,
       "entered_options": [OrderItemOption],
       "gift_message": GiftMessage,
       "gift_wrapping": GiftWrapping,
    @@ -58294,21 +55007,19 @@ 
    Example
    "product_name": "xyz789", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "xyz789", - "product_url_key": "abc123", - "quantity_canceled": 123.45, + "product_type": "abc123", + "product_url_key": "xyz789", + "quantity_canceled": 987.65, "quantity_invoiced": 123.45, - "quantity_ordered": 123.45, - "quantity_refunded": 123.45, - "quantity_return_requested": 123.45, + "quantity_ordered": 987.65, + "quantity_refunded": 987.65, + "quantity_return_requested": 987.65, "quantity_returned": 123.45, - "quantity_shipped": 987.65, + "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
    - -
    back to top @@ -58352,15 +55063,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "abc123",
    -  "value": "xyz789"
    +  "value": "abc123"
     }
     
    - -
    back to top @@ -58446,9 +55153,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "discounts": [Discount],
       "fixed_product_taxes": [FixedProductTax],
       "original_price": Money,
    @@ -58462,8 +55167,6 @@ 
    Example
    "total_item_discount": Money }
    - -
    back to top @@ -58512,16 +55215,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "additional_data": [KeyValue],
       "name": "abc123",
    -  "type": "abc123"
    +  "type": "xyz789"
     }
     
    - -
    back to top @@ -58580,18 +55279,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comments": [SalesCommentItem],
       "id": 4,
       "items": [ShipmentItemInterface],
    -  "number": "xyz789",
    +  "number": "abc123",
       "tracking": [ShipmentTracking]
     }
     
    - -
    back to top @@ -58631,12 +55326,8 @@
    Fields
    Example
    - - -
    {"token": "xyz789"}
    +                  
    {"token": "xyz789"}
     
    - -
    back to top @@ -58684,6 +55375,11 @@
    Fields
    The final total amount, including shipping, discounts, and taxes. + + grand_total_excl_tax - Money! + + The grand total of the order, excluding taxes. + shipping_handling - ShippingHandling @@ -58736,13 +55432,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "base_grand_total": Money,
       "discounts": [Discount],
       "gift_options": GiftOptionsPrices,
       "grand_total": Money,
    +  "grand_total_excl_tax": Money,
       "shipping_handling": ShippingHandling,
       "subtotal_excl_tax": Money,
       "subtotal_incl_tax": Money,
    @@ -58754,8 +55449,6 @@ 
    Example
    "total_tax": Money }
    - -
    back to top @@ -58832,12 +55525,8 @@
    Values
    Example
    - - -
    "CMS"
    +                  
    "CMS"
     
    - -
    back to top @@ -58883,15 +55572,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "key": "xyz789",
       "value": "xyz789"
     }
     
    - -
    back to top @@ -58965,6 +55650,11 @@
    Possible Types

    ApplePayConfig

    + + +

    FastlaneConfig

    + +

    GooglePayConfig

    @@ -58987,19 +55677,15 @@
    Possible Types
    Example
    - - -
    {
    -  "code": "abc123",
    +                  
    {
    +  "code": "xyz789",
       "is_visible": true,
    -  "payment_intent": "xyz789",
    +  "payment_intent": "abc123",
       "sdk_params": [SDKParams],
       "sort_order": "abc123",
       "title": "abc123"
     }
     
    - -
    back to top @@ -59031,6 +55717,11 @@
    Fields
    ApplePay payment method configuration + + fastlane - FastlaneConfig + + Fastlane payment method configuration + google_pay - GooglePayConfig @@ -59053,17 +55744,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "apple_pay": ApplePayConfig,
    +  "fastlane": FastlaneConfig,
       "google_pay": GooglePayConfig,
       "hosted_fields": HostedFieldsConfig,
       "smart_buttons": SmartButtonsConfig
     }
     
    - -
    back to top @@ -59132,12 +55820,8 @@
    Values
    Example
    - - -
    "PRODUCT_DETAIL"
    +                  
    "PRODUCT_DETAIL"
     
    - -
    back to top @@ -59182,6 +55866,12 @@
    Fields
    Required input for Apple Pay button + + + payment_services_paypal_fastlane - FastlaneMethodInput + + Required input for fastlane + payment_services_paypal_google_pay - GooglePayMethodInput @@ -59219,12 +55909,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "additional_data": [PaymentAttributeInput],
    -  "code": "xyz789",
    +  "code": "abc123",
       "payment_services_paypal_apple_pay": ApplePayMethodInput,
    +  "payment_services_paypal_fastlane": FastlaneMethodInput,
       "payment_services_paypal_google_pay": GooglePayMethodInput,
       "payment_services_paypal_hosted_fields": HostedFieldsInput,
       "payment_services_paypal_smart_buttons": SmartButtonMethodInput,
    @@ -59232,8 +55921,6 @@ 
    Example
    "purchase_order_number": "xyz789" }
    - -
    back to top @@ -59287,17 +55974,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "id": "abc123",
    -  "mp_order_id": "abc123",
    +  "mp_order_id": "xyz789",
       "payment_source_details": PaymentSourceDetails,
    -  "status": "abc123"
    +  "status": "xyz789"
     }
     
    - -
    back to top @@ -59337,15 +56020,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "xyz789",
       "params": [SDKParams]
     }
     
    - -
    back to top @@ -59380,12 +56059,8 @@
    Fields
    Example
    - - -
    {"card": Card}
    +                  
    {"card": Card}
     
    - -
    back to top @@ -59425,12 +56100,8 @@
    Fields
    Example
    - - -
    {"card": CardPaymentSourceInput}
    +                  
    {"card": CardPaymentSourceInput}
     
    - -
    back to top @@ -59469,12 +56140,8 @@
    Fields
    Example
    - - -
    {"card": CardPaymentSourceOutput}
    +                  
    {"card": CardPaymentSourceOutput}
     
    - -
    back to top @@ -59528,17 +56195,13 @@
    Fields
    Example
    - - -
    {
    -  "details": "abc123",
    -  "payment_method_code": "abc123",
    -  "public_hash": "abc123",
    +                  
    {
    +  "details": "xyz789",
    +  "payment_method_code": "xyz789",
    +  "public_hash": "xyz789",
       "type": "card"
     }
     
    - -
    back to top @@ -59584,12 +56247,8 @@
    Values
    Example
    - - -
    "card"
    +                  
    "card"
     
    - -
    back to top @@ -59665,12 +56324,8 @@
    Possible Types
    Example
    - - -
    {"weight": 987.65}
    +                  
    {"weight": 123.45}
     
    - -
    back to top @@ -59794,28 +56449,24 @@
    Fields
    Example
    - - -
    {
    -  "city": "abc123",
    -  "contact_name": "xyz789",
    +                  
    {
    +  "city": "xyz789",
    +  "contact_name": "abc123",
       "country_id": "xyz789",
       "description": "xyz789",
       "email": "abc123",
    -  "fax": "xyz789",
    +  "fax": "abc123",
       "latitude": 123.45,
       "longitude": 123.45,
    -  "name": "abc123",
    -  "phone": "xyz789",
    -  "pickup_location_code": "abc123",
    +  "name": "xyz789",
    +  "phone": "abc123",
    +  "pickup_location_code": "xyz789",
       "postcode": "xyz789",
       "region": "abc123",
       "region_id": 123,
       "street": "xyz789"
     }
     
    - -
    back to top @@ -59897,9 +56548,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": FilterTypeInput,
       "country_id": FilterTypeInput,
       "name": FilterTypeInput,
    @@ -59910,8 +56559,6 @@ 
    Example
    "street": FilterTypeInput }
    - -
    back to top @@ -60041,9 +56688,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": "ASC",
       "contact_name": "ASC",
       "country_id": "ASC",
    @@ -60062,8 +56707,6 @@ 
    Example
    "street": "ASC" }
    - -
    back to top @@ -60112,16 +56755,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [PickupLocation],
       "page_info": SearchResultPageInfo,
       "total_count": 123
     }
     
    - -
    back to top @@ -60161,12 +56800,8 @@
    Fields
    Example
    - - -
    {"quote_uid": 4}
    +                  
    {"quote_uid": 4}
     
    - -
    back to top @@ -60198,6 +56833,11 @@
    Fields
    Contains the generated order number. + + orderV2 - CustomerOrder + + Full order information. + @@ -60205,12 +56845,11 @@
    Fields
    Example
    - - -
    {"order": Order}
    +                  
    {
    +  "order": Order,
    +  "orderV2": CustomerOrder
    +}
     
    - -
    back to top @@ -60254,15 +56893,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "CART_NOT_FOUND",
       "message": "xyz789"
     }
     
    - -
    back to top @@ -60327,12 +56962,8 @@
    Values
    Example
    - - -
    "CART_NOT_FOUND"
    +                  
    "CART_NOT_FOUND"
     
    - -
    back to top @@ -60372,12 +57003,8 @@
    Fields
    Example
    - - -
    {"purchase_order_uid": "4"}
    +                  
    {"purchase_order_uid": "4"}
     
    - -
    back to top @@ -60416,12 +57043,8 @@
    Fields
    Example
    - - -
    {"order": CustomerOrder}
    +                  
    {"order": CustomerOrder}
     
    - -
    back to top @@ -60461,12 +57084,8 @@
    Fields
    Example
    - - -
    {"cart_id": "abc123"}
    +                  
    {"cart_id": "abc123"}
     
    - -
    back to top @@ -60510,15 +57129,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [PlaceOrderError],
       "orderV2": CustomerOrder
     }
     
    - -
    back to top @@ -60558,12 +57173,8 @@
    Fields
    Example
    - - -
    {"cart_id": "xyz789"}
    +                  
    {"cart_id": "xyz789"}
     
    - -
    back to top @@ -60602,12 +57213,8 @@
    Fields
    Example
    - - -
    {"purchase_order": PurchaseOrder}
    +                  
    {"purchase_order": PurchaseOrder}
     
    - -
    back to top @@ -60651,15 +57258,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "adjustments": [PriceAdjustment],
       "amount": ProductViewMoney
     }
     
    - -
    back to top @@ -60703,12 +57306,8 @@
    Fields
    Example
    - - -
    {"amount": 987.65, "code": "xyz789"}
    +                  
    {"amount": 987.65, "code": "abc123"}
     
    - -
    back to top @@ -60757,16 +57356,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "discount_percentage": 987.65,
       "main_final_price": 123.45,
    -  "main_price": 987.65
    +  "main_price": 123.45
     }
     
    - -
    back to top @@ -60810,15 +57405,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "maximum_price": ProductPrice,
       "minimum_price": ProductPrice
     }
     
    - -
    back to top @@ -60873,12 +57464,8 @@
    Values
    Example
    - - -
    "FIXED"
    +                  
    "FIXED"
     
    - -
    back to top @@ -60926,12 +57513,8 @@
    Values
    Example
    - - -
    "PRICE_RANGE"
    +                  
    "PRICE_RANGE"
     
    - -
    back to top @@ -60975,15 +57558,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "abc123",
       "value": "abc123"
     }
     
    - -
    back to top @@ -61027,15 +57606,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [AttributeMetadataError],
       "items": [AttributeValueInterface]
     }
     
    - -
    back to top @@ -61079,12 +57654,8 @@
    Fields
    Example
    - - -
    {"amount_off": 987.65, "percent_off": 123.45}
    +                  
    {"amount_off": 123.45, "percent_off": 987.65}
     
    - -
    back to top @@ -61138,17 +57709,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "disabled": false,
    -  "label": "abc123",
    +  "label": "xyz789",
       "position": 123,
       "url": "abc123"
     }
     
    - -
    back to top @@ -61190,12 +57757,8 @@
    Values
    Example
    - - -
    "ITSELF"
    +                  
    "ITSELF"
     
    - -
    back to top @@ -61235,12 +57798,8 @@
    Fields
    Example
    - - -
    {"sku": "abc123"}
    +                  
    {"sku": "xyz789"}
     
    - -
    back to top @@ -61529,12 +58088,10 @@
    Possible Types
    Example
    - - -
    {
    -  "canonical_url": "abc123",
    +                  
    {
    +  "canonical_url": "xyz789",
       "categories": [CategoryInterface],
    -  "country_of_manufacture": "xyz789",
    +  "country_of_manufacture": "abc123",
       "crosssell_products": [ProductInterface],
       "custom_attributesV2": ProductCustomAttributes,
       "description": ComplexTextValue,
    @@ -61543,38 +58100,36 @@ 
    Example
    "gift_wrapping_price": Money, "image": ProductImage, "is_returnable": "abc123", - "manufacturer": 987, + "manufacturer": 123, "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], - "meta_description": "abc123", - "meta_keyword": "abc123", - "meta_title": "xyz789", + "meta_description": "xyz789", + "meta_keyword": "xyz789", + "meta_title": "abc123", "min_sale_qty": 123.45, "name": "xyz789", - "new_from_date": "abc123", - "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "new_from_date": "xyz789", + "new_to_date": "xyz789", + "only_x_left_in_stock": 987.65, "options_container": "abc123", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 123.45, + "quantity": 987.65, "related_products": [ProductInterface], "short_description": ComplexTextValue, "sku": "xyz789", "small_image": ProductImage, - "special_price": 123.45, - "special_to_date": "xyz789", + "special_price": 987.65, + "special_to_date": "abc123", "stock_status": "IN_STOCK", - "swatch_image": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, "uid": "4", "upsell_products": [ProductInterface], "url_key": "abc123" }
    - -
    back to top @@ -61633,18 +58188,14 @@
    Fields
    Example
    - - -
    {
    -  "link_type": "abc123",
    +                  
    {
    +  "link_type": "xyz789",
       "linked_product_sku": "abc123",
       "linked_product_type": "xyz789",
    -  "position": 987,
    +  "position": 123,
       "sku": "abc123"
     }
     
    - -
    back to top @@ -61720,18 +58271,14 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "link_type": "xyz789",
    -  "linked_product_sku": "abc123",
    +  "linked_product_sku": "xyz789",
       "linked_product_type": "abc123",
    -  "position": 987,
    +  "position": 123,
       "sku": "abc123"
     }
     
    - -
    back to top @@ -61780,16 +58327,12 @@
    Fields
    Example
    - - -
    {
    -  "asset_id": "abc123",
    +                  
    {
    +  "asset_id": "xyz789",
       "media_type": "abc123",
       "media_url": "abc123"
     }
     
    - -
    back to top @@ -61838,16 +58381,12 @@
    Fields
    Example
    - - -
    {
    -  "media_type": "xyz789",
    +                  
    {
    +  "media_type": "abc123",
       "video_asset_id": "abc123",
       "video_media_url": "abc123"
     }
     
    - -
    back to top @@ -61911,19 +58450,15 @@
    Fields
    Example
    - - -
    {
    -  "media_type": "abc123",
    -  "video_description": "xyz789",
    +                  
    {
    +  "media_type": "xyz789",
    +  "video_description": "abc123",
       "video_metadata": "abc123",
    -  "video_provider": "xyz789",
    +  "video_provider": "abc123",
       "video_title": "abc123",
       "video_url": "xyz789"
     }
     
    - -
    back to top @@ -61977,17 +58512,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "discount": ProductDiscount,
       "final_price": Money,
       "fixed_product_taxes": [FixedProductTax],
       "regular_price": Money
     }
     
    - -
    back to top @@ -62036,16 +58567,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applied_query_rule": AppliedQueryRule,
       "highlights": [Highlight],
       "productView": ProductView
     }
     
    - -
    back to top @@ -62109,19 +58636,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "facets": [Aggregation],
       "items": [ProductSearchItem],
       "page_info": SearchResultPageInfo,
    -  "related_terms": ["xyz789"],
    -  "suggestions": ["xyz789"],
    -  "total_count": 123
    +  "related_terms": ["abc123"],
    +  "suggestions": ["abc123"],
    +  "total_count": 987
     }
     
    - -
    back to top @@ -62167,12 +58690,8 @@
    Fields
    Example
    - - -
    {"attribute": "abc123", "direction": "ASC"}
    +                  
    {"attribute": "xyz789", "direction": "ASC"}
     
    - -
    back to top @@ -62220,12 +58739,8 @@
    Values
    Example
    - - -
    "IN_STOCK"
    +                  
    "IN_STOCK"
     
    - -
    back to top @@ -62284,18 +58799,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "disabled": false,
    -  "label": "abc123",
    -  "position": 123,
    +  "label": "xyz789",
    +  "position": 987,
       "url": "abc123",
       "video_content": ProductMediaGalleryEntriesVideoContent
     }
     
    - -
    back to top @@ -62506,35 +59017,31 @@
    Possible Types
    Example
    - - -
    {
    -  "addToCartAllowed": false,
    -  "inStock": false,
    -  "lowStock": true,
    +                  
    {
    +  "addToCartAllowed": true,
    +  "inStock": true,
    +  "lowStock": false,
       "attributes": [ProductViewAttribute],
       "description": "xyz789",
    -  "id": 4,
    +  "id": "4",
       "images": [ProductViewImage],
       "videos": [ProductViewVideo],
       "lastModifiedAt": "2007-12-03T10:15:30Z",
    -  "metaDescription": "xyz789",
    +  "metaDescription": "abc123",
       "metaKeyword": "xyz789",
    -  "metaTitle": "abc123",
    +  "metaTitle": "xyz789",
       "name": "xyz789",
       "shortDescription": "abc123",
       "inputOptions": [ProductViewInputOption],
    -  "sku": "abc123",
    -  "externalId": "xyz789",
    +  "sku": "xyz789",
    +  "externalId": "abc123",
       "url": "xyz789",
    -  "urlKey": "abc123",
    +  "urlKey": "xyz789",
       "links": [ProductViewLink],
    -  "queryType": "abc123",
    -  "visibility": "xyz789"
    +  "queryType": "xyz789",
    +  "visibility": "abc123"
     }
     
    - -
    back to top @@ -62588,17 +59095,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "xyz789",
    -  "name": "xyz789",
    -  "roles": ["xyz789"],
    +  "name": "abc123",
    +  "roles": ["abc123"],
       "value": {}
     }
     
    - -
    back to top @@ -63822,12 +60325,8 @@
    Values
    Example
    - - -
    "AED"
    +                  
    "AED"
     
    - -
    back to top @@ -63876,16 +60375,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "abc123",
    -  "roles": ["xyz789"],
    -  "url": "xyz789"
    +  "roles": ["abc123"],
    +  "url": "abc123"
     }
     
    - -
    back to top @@ -63972,23 +60467,19 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "id": "4",
    -  "title": "xyz789",
    -  "required": false,
    +  "title": "abc123",
    +  "required": true,
       "type": "abc123",
    -  "markupAmount": 123.45,
    -  "suffix": "xyz789",
    +  "markupAmount": 987.65,
    +  "suffix": "abc123",
       "sortOrder": 987,
       "range": ProductViewInputOptionRange,
       "imageSize": ProductViewInputOptionImageSize,
       "fileExtensions": "abc123"
     }
     
    - -
    back to top @@ -64030,12 +60521,8 @@
    Fields
    Example
    - - -
    {"width": 987, "height": 123}
    +                  
    {"width": 123, "height": 987}
     
    - -
    back to top @@ -64077,12 +60564,8 @@
    Fields
    Example
    - - -
    {"from": 987.65, "to": 123.45}
    +                  
    {"from": 987.65, "to": 987.65}
     
    - -
    back to top @@ -64126,15 +60609,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "product": ProductView,
       "linkTypes": ["abc123"]
     }
     
    - -
    back to top @@ -64178,12 +60657,8 @@
    Fields
    Example
    - - -
    {"currency": "AED", "value": 987.65}
    +                  
    {"currency": "AED", "value": 987.65}
     
    - -
    back to top @@ -64242,18 +60717,14 @@
    Fields
    Example
    - - -
    {
    -  "id": 4,
    +                  
    {
    +  "id": "4",
       "multi": true,
    -  "required": true,
    +  "required": false,
       "title": "abc123",
       "values": [ProductViewOptionValue]
     }
     
    - -
    back to top @@ -64329,16 +60800,12 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "id": "4",
       "title": "abc123",
       "inStock": false
     }
     
    - -
    back to top @@ -64387,16 +60854,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "id": "4",
    -  "title": "xyz789",
    -  "inStock": false
    +  "title": "abc123",
    +  "inStock": true
     }
     
    - -
    back to top @@ -64460,19 +60923,15 @@
    Fields
    Example
    - - -
    {
    -  "id": "4",
    -  "isDefault": true,
    +                  
    {
    +  "id": 4,
    +  "isDefault": false,
       "product": SimpleProductView,
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "title": "abc123",
    -  "inStock": false
    +  "inStock": true
     }
     
    - -
    back to top @@ -64531,18 +60990,14 @@
    Fields
    Example
    - - -
    {
    -  "id": 4,
    +                  
    {
    +  "id": "4",
       "title": "abc123",
       "type": "TEXT",
    -  "value": "abc123",
    -  "inStock": true
    +  "value": "xyz789",
    +  "inStock": false
     }
     
    - -
    back to top @@ -64579,6 +61034,11 @@
    Fields
    Base product price specified by the merchant. + + tiers - [ProductViewTierPrice] + + Volume based pricing + roles - [String] @@ -64591,16 +61051,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "final": Price,
       "regular": Price,
    -  "roles": ["xyz789"]
    +  "tiers": [ProductViewTierPrice],
    +  "roles": ["abc123"]
     }
     
    - -
    back to top @@ -64644,15 +61101,175 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "maximum": ProductViewPrice,
       "minimum": ProductViewPrice
     }
     
    - - +
    +
    + back to top + +
    +
    +
    + Types +
    +

    ProductViewTierCondition

    +
    +
    +
    +
    Types
    + + + + + + + + + + + + + + +
    Union Types
    +

    ProductViewTierRangeCondition

    +
    +

    ProductViewTierExactMatchCondition

    +
    +
    +
    +
    +
    +
    Example
    +
    ProductViewTierRangeCondition
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    ProductViewTierExactMatchCondition

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + +
    Field NameDescription
    in - [Float] + +
    +
    +
    +
    +
    +
    Example
    +
    {"in": [987.65]}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    ProductViewTierPrice

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Field NameDescription
    tier - Price + Volume based price
    quantity - [ProductViewTierCondition!]! + Condition to active price
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "tier": Price,
    +  "quantity": [ProductViewTierRangeCondition]
    +}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    ProductViewTierRangeCondition

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Field NameDescription
    gte - Float + +
    lt - Float + +
    +
    +
    +
    +
    +
    Example
    +
    {"gte": 987.65, "lt": 123.45}
    +
    back to top @@ -64692,15 +61309,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "selections": ["xyz789"],
       "product": ProductView
     }
     
    - -
    back to top @@ -64740,15 +61353,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "variants": [ProductViewVariant],
       "cursor": "xyz789"
     }
     
    - -
    back to top @@ -64802,17 +61411,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "preview": ProductViewImage,
    -  "url": "xyz789",
    -  "description": "abc123",
    -  "title": "abc123"
    +  "url": "abc123",
    +  "description": "xyz789",
    +  "title": "xyz789"
     }
     
    - -
    back to top @@ -64860,15 +61465,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "date": "2007-12-03T10:15:30Z",
    -  "items": ["abc123"]
    +  "items": ["xyz789"]
     }
     
    - -
    back to top @@ -64962,25 +61563,21 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "approval_flow": [PurchaseOrderRuleApprovalFlow],
       "available_actions": ["REJECT"],
       "comments": [PurchaseOrderComment],
       "created_at": "xyz789",
       "created_by": Customer,
       "history_log": [PurchaseOrderHistoryItem],
    -  "number": "abc123",
    +  "number": "xyz789",
       "order": CustomerOrder,
       "quote": Cart,
       "status": "PENDING",
    -  "uid": 4,
    +  "uid": "4",
       "updated_at": "xyz789"
     }
     
    - -
    back to top @@ -65045,12 +61642,8 @@
    Values
    Example
    - - -
    "REJECT"
    +                  
    "REJECT"
     
    - -
    back to top @@ -65094,12 +61687,8 @@
    Fields
    Example
    - - -
    {"message": "xyz789", "type": "NOT_FOUND"}
    +                  
    {"message": "xyz789", "type": "NOT_FOUND"}
     
    - -
    back to top @@ -65158,18 +61747,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "message": "xyz789",
       "name": "abc123",
    -  "role": "xyz789",
    +  "role": "abc123",
       "status": "PENDING",
    -  "updated_at": "abc123"
    +  "updated_at": "xyz789"
     }
     
    - -
    back to top @@ -65220,12 +61805,8 @@
    Values
    Example
    - - -
    "PENDING"
    +                  
    "PENDING"
     
    - -
    back to top @@ -65309,23 +61890,19 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applies_to_roles": [CompanyRole],
       "approver_roles": [CompanyRole],
       "condition": PurchaseOrderApprovalRuleConditionInterface,
    -  "created_at": "xyz789",
    +  "created_at": "abc123",
       "created_by": "xyz789",
    -  "description": "abc123",
    +  "description": "xyz789",
       "name": "abc123",
       "status": "ENABLED",
    -  "uid": "4",
    +  "uid": 4,
       "updated_at": "abc123"
     }
     
    - -
    back to top @@ -65374,16 +61951,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
       "attribute": "GRAND_TOTAL",
       "operator": "MORE_THAN"
     }
     
    - -
    back to top @@ -65449,12 +62022,8 @@
    Possible Types
    Example
    - - -
    {"attribute": "GRAND_TOTAL", "operator": "MORE_THAN"}
    +                  
    {"attribute": "GRAND_TOTAL", "operator": "MORE_THAN"}
     
    - -
    back to top @@ -65512,12 +62081,8 @@
    Values
    Example
    - - -
    "MORE_THAN"
    +                  
    "MORE_THAN"
     
    - -
    back to top @@ -65566,12 +62131,8 @@
    Fields
    Example
    - - -
    {"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
    +                  
    {"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
     
    - -
    back to top @@ -65641,19 +62202,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applies_to": ["4"],
    -  "approvers": [4],
    +  "approvers": ["4"],
       "condition": CreatePurchaseOrderApprovalRuleConditionInput,
       "description": "xyz789",
       "name": "abc123",
       "status": "ENABLED"
     }
     
    - -
    back to top @@ -65702,16 +62259,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_applies_to": [CompanyRole],
       "available_condition_currencies": [AvailableCurrency],
       "available_requires_approval_from": [CompanyRole]
     }
     
    - -
    back to top @@ -65755,12 +62308,8 @@
    Values
    Example
    - - -
    "ENABLED"
    +                  
    "ENABLED"
     
    - -
    back to top @@ -65811,12 +62360,8 @@
    Values
    Example
    - - -
    "GRAND_TOTAL"
    +                  
    "GRAND_TOTAL"
     
    - -
    back to top @@ -65865,16 +62410,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [PurchaseOrderApprovalRule],
       "page_info": SearchResultPageInfo,
       "total_count": 123
     }
     
    - -
    back to top @@ -65928,17 +62469,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "author": Customer,
    -  "created_at": "abc123",
    +  "created_at": "xyz789",
       "text": "xyz789",
       "uid": "4"
     }
     
    - -
    back to top @@ -66003,12 +62540,8 @@
    Values
    Example
    - - -
    "NOT_FOUND"
    +                  
    "NOT_FOUND"
     
    - -
    back to top @@ -66062,17 +62595,13 @@
    Fields
    Example
    - - -
    {
    -  "activity": "abc123",
    -  "created_at": "xyz789",
    +                  
    {
    +  "activity": "xyz789",
    +  "created_at": "abc123",
       "message": "xyz789",
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -66116,15 +62645,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "events": [PurchaseOrderApprovalFlowEvent],
       "rule_name": "xyz789"
     }
     
    - -
    back to top @@ -66217,12 +62742,8 @@
    Values
    Example
    - - -
    "PENDING"
    +                  
    "PENDING"
     
    - -
    back to top @@ -66271,16 +62792,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [PurchaseOrder],
       "page_info": SearchResultPageInfo,
       "total_count": 987
     }
     
    - -
    back to top @@ -66320,12 +62837,8 @@
    Fields
    Example
    - - -
    {"purchase_order_uids": [4]}
    +                  
    {"purchase_order_uids": ["4"]}
     
    - -
    back to top @@ -66369,15 +62882,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [PurchaseOrderActionError],
       "purchase_orders": [PurchaseOrder]
     }
     
    - -
    back to top @@ -66435,17 +62944,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "company_purchase_orders": false,
       "created_date": FilterRangeTypeInput,
    -  "require_my_approval": false,
    +  "require_my_approval": true,
       "status": "PENDING"
     }
     
    - -
    back to top @@ -66487,15 +62992,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customerGroup": "xyz789",
       "userViewHistory": [ViewHistoryInput]
     }
     
    - -
    back to top @@ -66541,12 +63042,8 @@
    Fields
    Example
    - - -
    {"field": "ITEM_ID", "order": "ASC"}
    +                  
    {"field": "ITEM_ID", "order": "ASC"}
     
    - -
    back to top @@ -66598,16 +63095,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "item_id": "4",
    -  "note": "abc123",
    +  "note": "xyz789",
       "templateId": "4"
     }
     
    - -
    back to top @@ -66651,15 +63144,11 @@
    Fields
    Example
    - - -
    {
    -  "message": "abc123",
    -  "type": "xyz789"
    +                  
    {
    +  "message": "xyz789",
    +  "type": "abc123"
     }
     
    - -
    back to top @@ -66713,17 +63202,13 @@
    Fields
    Example
    - - -
    {
    -  "count": 987,
    +                  
    {
    +  "count": 123,
       "from": 123.45,
    -  "title": "xyz789",
    -  "to": 123.45
    +  "title": "abc123",
    +  "to": 987.65
     }
     
    - -
    back to top @@ -66763,15 +63248,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "configurations": ReCaptchaConfiguration,
    -  "is_enabled": false
    +  "is_enabled": true
     }
     
    - -
    back to top @@ -66846,21 +63327,17 @@
    Fields
    Example
    - - -
    {
    -  "badge_position": "abc123",
    +                  
    {
    +  "badge_position": "xyz789",
       "language_code": "abc123",
       "minimum_score": 987.65,
       "re_captcha_type": "INVISIBLE",
    -  "technical_failure_message": "xyz789",
    +  "technical_failure_message": "abc123",
       "theme": "xyz789",
       "validation_failure_message": "abc123",
       "website_key": "xyz789"
     }
     
    - -
    back to top @@ -66934,21 +63411,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "badge_position": "xyz789",
       "failure_message": "xyz789",
       "forms": ["PLACE_ORDER"],
       "is_enabled": true,
    -  "language_code": "xyz789",
    -  "minimum_score": 987.65,
    -  "theme": "xyz789",
    -  "website_key": "abc123"
    +  "language_code": "abc123",
    +  "minimum_score": 123.45,
    +  "theme": "abc123",
    +  "website_key": "xyz789"
     }
     
    - -
    back to top @@ -67055,12 +63528,8 @@
    Values
    Example
    - - -
    "PLACE_ORDER"
    +                  
    "PLACE_ORDER"
     
    - -
    back to top @@ -67111,12 +63580,8 @@
    Values
    Example
    - - -
    "INVISIBLE"
    +                  
    "INVISIBLE"
     
    - -
    back to top @@ -67190,21 +63655,17 @@
    Fields
    Example
    - - -
    {
    -  "displayOrder": 987,
    -  "pageType": "xyz789",
    +                  
    {
    +  "displayOrder": 123,
    +  "pageType": "abc123",
       "productsView": [ProductView],
    -  "storefrontLabel": "xyz789",
    +  "storefrontLabel": "abc123",
       "totalProducts": 987,
       "typeId": "abc123",
       "unitId": "abc123",
       "unitName": "xyz789"
     }
     
    - -
    back to top @@ -67248,12 +63709,8 @@
    Fields
    Example
    - - -
    {"results": [RecommendationUnit], "totalResults": 123}
    +                  
    {"results": [RecommendationUnit], "totalResults": 987}
     
    - -
    back to top @@ -67298,16 +63755,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "abc123",
    -  "id": 987,
    -  "name": "abc123"
    +  "id": 123,
    +  "name": "xyz789"
     }
     
    - -
    back to top @@ -67347,12 +63800,8 @@
    Fields
    Example
    - - -
    {"cart_id": "abc123"}
    +                  
    {"cart_id": "abc123"}
     
    - -
    back to top @@ -67391,12 +63840,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -67442,15 +63887,11 @@
    Fields
    Example
    - - -
    {
    -  "cart_id": "xyz789",
    +                  
    {
    +  "cart_id": "abc123",
       "coupon_codes": ["xyz789"]
     }
     
    - -
    back to top @@ -67496,15 +63937,11 @@
    Fields
    Example
    - - -
    {
    -  "cart_id": "xyz789",
    +                  
    {
    +  "cart_id": "abc123",
       "gift_card_code": "abc123"
     }
     
    - -
    back to top @@ -67543,12 +63980,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -67587,12 +64020,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -67631,12 +64060,8 @@
    Fields
    Example
    - - -
    {"success": false}
    +                  
    {"success": false}
     
    - -
    back to top @@ -67675,12 +64100,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -67726,12 +64147,11 @@
    Fields
    Example
    - - -
    {"cart_id": "abc123", "cart_item_uid": 4}
    +                  
    {
    +  "cart_id": "xyz789",
    +  "cart_item_uid": "4"
    +}
     
    - -
    back to top @@ -67770,12 +64190,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -67821,12 +64237,8 @@
    Fields
    Example
    - - -
    {"quote_item_uids": [4], "quote_uid": 4}
    +                  
    {"quote_item_uids": ["4"], "quote_uid": 4}
     
    - -
    back to top @@ -67865,12 +64277,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -67916,12 +64324,8 @@
    Fields
    Example
    - - -
    {"item_uids": [4], "template_id": 4}
    +                  
    {"item_uids": [4], "template_id": 4}
     
    - -
    back to top @@ -67967,12 +64371,8 @@
    Fields
    Example
    - - -
    {"products": ["4"], "uid": 4}
    +                  
    {"products": ["4"], "uid": 4}
     
    - -
    back to top @@ -68016,15 +64416,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "user_errors": [WishListUserInputError],
       "wishlist": Wishlist
     }
     
    - -
    back to top @@ -68064,12 +64460,8 @@
    Fields
    Example
    - - -
    {"return_shipping_tracking_uid": 4}
    +                  
    {"return_shipping_tracking_uid": "4"}
     
    - -
    back to top @@ -68108,12 +64500,8 @@
    Fields
    Example
    - - -
    {"return": Return}
    +                  
    {"return": Return}
     
    - -
    back to top @@ -68152,12 +64540,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -68197,12 +64581,8 @@
    Fields
    Example
    - - -
    {"cart_id": "xyz789"}
    +                  
    {"cart_id": "abc123"}
     
    - -
    back to top @@ -68241,12 +64621,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -68298,16 +64674,12 @@
    Fields
    Example
    - - -
    {
    -  "quote_comment": "abc123",
    -  "quote_name": "xyz789",
    -  "quote_uid": "4"
    +                  
    {
    +  "quote_comment": "xyz789",
    +  "quote_name": "abc123",
    +  "quote_uid": 4
     }
     
    - -
    back to top @@ -68346,12 +64718,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -68395,15 +64763,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart": Cart,
       "userInputErrors": [CheckoutUserInputError]
     }
     
    - -
    back to top @@ -68461,17 +64825,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment_text": "xyz789",
       "contact_email": "xyz789",
       "items": [RequestReturnItemInput],
    -  "token": "xyz789"
    +  "token": "abc123"
     }
     
    - -
    back to top @@ -68529,17 +64889,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "4",
       "comment": NegotiableQuoteCommentInput,
    -  "is_draft": false,
    -  "quote_name": "abc123"
    +  "is_draft": true,
    +  "quote_name": "xyz789"
     }
     
    - -
    back to top @@ -68578,12 +64934,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -68623,12 +64975,8 @@
    Fields
    Example
    - - -
    {"cart_id": "4"}
    +                  
    {"cart_id": "4"}
     
    - -
    back to top @@ -68686,17 +65034,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment_text": "abc123",
       "contact_email": "xyz789",
       "items": [RequestReturnItemInput],
       "order_uid": 4
     }
     
    - -
    back to top @@ -68754,21 +65098,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "entered_custom_attributes": [
         EnteredCustomAttributeInput
       ],
    -  "order_item_uid": "4",
    +  "order_item_uid": 4,
       "quantity_to_return": 123.45,
       "selected_custom_attributes": [
         SelectedCustomAttributeInput
       ]
     }
     
    - -
    back to top @@ -68831,15 +65171,11 @@
    currentPage
    Example
    - - -
    {
    +                  
    {
       "return": Return,
       "returns": Returns
     }
     
    - -
    back to top @@ -68922,19 +65258,15 @@
    pageSize
    Example
    - - -
    {
    +                  
    {
       "description": "xyz789",
       "items": RequistionListItems,
       "items_count": 987,
    -  "name": "xyz789",
    +  "name": "abc123",
       "uid": 4,
    -  "updated_at": "abc123"
    +  "updated_at": "xyz789"
     }
     
    - -
    back to top @@ -68980,15 +65312,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "name": FilterMatchTypeInput,
       "uids": FilterEqualTypeInput
     }
     
    - -
    back to top @@ -69085,17 +65413,13 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "customizable_options": [SelectedCustomizableOption],
       "product": ProductInterface,
    -  "quantity": 123.45,
    -  "uid": 4
    +  "quantity": 987.65,
    +  "uid": "4"
     }
     
    - -
    back to top @@ -69159,18 +65483,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "entered_options": [EnteredOptionInput],
    -  "parent_sku": "abc123",
    -  "quantity": 987.65,
    +  "parent_sku": "xyz789",
    +  "quantity": 123.45,
       "selected_options": ["abc123"],
    -  "sku": "abc123"
    +  "sku": "xyz789"
     }
     
    - -
    back to top @@ -69219,16 +65539,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [RequisitionList],
       "page_info": SearchResultPageInfo,
    -  "total_count": 987
    +  "total_count": 123
     }
     
    - -
    back to top @@ -69277,16 +65593,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [RequisitionListItemInterface],
       "page_info": SearchResultPageInfo,
       "total_pages": 987
     }
     
    - -
    back to top @@ -69370,23 +65682,19 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_shipping_carriers": [ReturnShippingCarrier],
       "comments": [ReturnComment],
    -  "created_at": "xyz789",
    +  "created_at": "abc123",
       "customer": ReturnCustomer,
       "items": [ReturnItem],
    -  "number": "xyz789",
    +  "number": "abc123",
       "order": CustomerOrder,
       "shipping": ReturnShipping,
       "status": "PENDING",
       "uid": "4"
     }
     
    - -
    back to top @@ -69440,17 +65748,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "author_name": "xyz789",
    -  "created_at": "xyz789",
    +  "created_at": "abc123",
       "text": "xyz789",
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -69499,16 +65803,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "email": "abc123",
       "firstname": "xyz789",
    -  "lastname": "abc123"
    +  "lastname": "xyz789"
     }
     
    - -
    back to top @@ -69572,19 +65872,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributesV2": [AttributeValueInterface],
       "order_item": OrderItemInterface,
    -  "quantity": 123.45,
    +  "quantity": 987.65,
       "request_quantity": 123.45,
       "status": "PENDING",
    -  "uid": 4
    +  "uid": "4"
     }
     
    - -
    back to top @@ -69683,26 +65979,22 @@
    Fields
    Example
    - - -
    {
    -  "code": "4",
    -  "default_value": "xyz789",
    +                  
    {
    +  "code": 4,
    +  "default_value": "abc123",
       "entity_type": "CATALOG_PRODUCT",
       "frontend_class": "abc123",
       "frontend_input": "BOOLEAN",
       "input_filter": "NONE",
    -  "is_required": false,
    -  "is_unique": false,
    -  "label": "xyz789",
    +  "is_required": true,
    +  "is_unique": true,
    +  "label": "abc123",
       "multiline_count": 987,
       "options": [CustomAttributeOptionInterface],
       "sort_order": 987,
       "validate_rules": [ValidationRule]
     }
     
    - -
    back to top @@ -69774,12 +66066,8 @@
    Values
    Example
    - - -
    "PENDING"
    +                  
    "PENDING"
     
    - -
    back to top @@ -69836,15 +66124,11 @@
    uid
    Example
    - - -
    {
    +                  
    {
       "address": ReturnShippingAddress,
       "tracking": [ReturnShippingTracking]
     }
     
    - -
    back to top @@ -69913,20 +66197,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "city": "xyz789",
    -  "contact_name": "xyz789",
    +  "contact_name": "abc123",
       "country": Country,
    -  "postcode": "abc123",
    +  "postcode": "xyz789",
       "region": Region,
    -  "street": ["abc123"],
    +  "street": ["xyz789"],
       "telephone": "abc123"
     }
     
    - -
    back to top @@ -69970,15 +66250,11 @@
    Fields
    Example
    - - -
    {
    -  "label": "xyz789",
    +                  
    {
    +  "label": "abc123",
       "uid": "4"
     }
     
    - -
    back to top @@ -70032,17 +66308,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "carrier": ReturnShippingCarrier,
       "status": ReturnShippingTrackingStatus,
    -  "tracking_number": "xyz789",
    -  "uid": "4"
    +  "tracking_number": "abc123",
    +  "uid": 4
     }
     
    - -
    back to top @@ -70086,12 +66358,8 @@
    Fields
    Example
    - - -
    {"text": "xyz789", "type": "INFORMATION"}
    +                  
    {"text": "abc123", "type": "INFORMATION"}
     
    - -
    back to top @@ -70135,12 +66403,8 @@
    Values
    Example
    - - -
    "INFORMATION"
    +                  
    "INFORMATION"
     
    - -
    back to top @@ -70261,12 +66525,8 @@
    Values
    Example
    - - -
    "PENDING"
    +                  
    "PENDING"
     
    - -
    back to top @@ -70315,16 +66575,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [Return],
       "page_info": SearchResultPageInfo,
    -  "total_count": 123
    +  "total_count": 987
     }
     
    - -
    back to top @@ -70363,12 +66619,8 @@
    Fields
    Example
    - - -
    {"result": true}
    +                  
    {"result": false}
     
    - -
    back to top @@ -70422,17 +66674,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "balance": RewardPointsAmount,
       "balance_history": [RewardPointsBalanceHistoryItem],
       "exchange_rates": RewardPointsExchangeRates,
       "subscription_status": RewardPointsSubscriptionStatus
     }
     
    - -
    back to top @@ -70472,12 +66720,8 @@
    Fields
    Example
    - - -
    {"money": Money, "points": 987.65}
    +                  
    {"money": Money, "points": 123.45}
     
    - -
    back to top @@ -70531,17 +66775,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "balance": RewardPointsAmount,
    -  "change_reason": "xyz789",
    -  "date": "abc123",
    +  "change_reason": "abc123",
    +  "date": "xyz789",
       "points_change": 123.45
     }
     
    - -
    back to top @@ -70585,15 +66825,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "earning": RewardPointsRate,
       "redemption": RewardPointsRate
     }
     
    - -
    back to top @@ -70637,12 +66873,8 @@
    Fields
    Example
    - - -
    {"currency_amount": 987.65, "points": 123.45}
    +                  
    {"currency_amount": 123.45, "points": 987.65}
     
    - -
    back to top @@ -70686,15 +66918,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "balance_updates": "SUBSCRIBED",
       "points_expiration_notifications": "SUBSCRIBED"
     }
     
    - -
    back to top @@ -70738,12 +66966,8 @@
    Values
    Example
    - - -
    "SUBSCRIBED"
    +                  
    "SUBSCRIBED"
     
    - -
    back to top @@ -70787,15 +67011,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "name": "xyz789",
    -  "value": "xyz789"
    +  "value": "abc123"
     }
     
    - -
    back to top @@ -70839,15 +67059,11 @@
    Fields
    Example
    - - -
    {
    -  "message": "abc123",
    -  "timestamp": "abc123"
    +                  
    {
    +  "message": "xyz789",
    +  "timestamp": "xyz789"
     }
     
    - -
    back to top @@ -70896,12 +67112,8 @@
    Fields
    Example
    - - -
    {"count": 123, "id": 4, "title": "xyz789"}
    +                  
    {"count": 123, "id": 4, "title": "xyz789"}
     
    - -
    back to top @@ -70956,12 +67168,8 @@
    Values
    Example
    - - -
    "GLOBAL"
    +                  
    "GLOBAL"
     
    - -
    back to top @@ -71031,19 +67239,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "attribute": "abc123",
    -  "contains": "abc123",
    +  "contains": "xyz789",
       "eq": "xyz789",
    -  "in": ["abc123"],
    +  "in": ["xyz789"],
       "range": SearchRangeInput,
       "startsWith": "abc123"
     }
     
    - -
    back to top @@ -71089,12 +67293,8 @@
    Fields
    Example
    - - -
    {"from": 123.45, "to": 123.45}
    +                  
    {"from": 987.65, "to": 123.45}
     
    - -
    back to top @@ -71143,12 +67343,8 @@
    Fields
    Example
    - - -
    {"current_page": 987, "page_size": 987, "total_pages": 123}
    +                  
    {"current_page": 987, "page_size": 123, "total_pages": 123}
     
    - -
    back to top @@ -71202,17 +67398,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "xyz789",
    -  "type": "xyz789",
    +  "type": "abc123",
       "uid": 4,
       "values": [SelectedBundleOptionValue]
     }
     
    - -
    back to top @@ -71271,9 +67463,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "label": "xyz789",
       "original_price": Money,
       "priceV2": Money,
    @@ -71281,8 +67471,6 @@ 
    Example
    "uid": "4" }
    - -
    back to top @@ -71336,17 +67524,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "configurable_product_option_uid": 4,
       "configurable_product_option_value_uid": "4",
    -  "option_label": "abc123",
    -  "value_label": "xyz789"
    +  "option_label": "xyz789",
    +  "value_label": "abc123"
     }
     
    - -
    back to top @@ -71392,15 +67576,11 @@
    Fields
    Example
    - - -
    {
    -  "attribute_code": "abc123",
    +                  
    {
    +  "attribute_code": "xyz789",
       "value": "abc123"
     }
     
    - -
    back to top @@ -71464,19 +67644,15 @@
    Fields
    Example
    - - -
    {
    -  "customizable_option_uid": "4",
    -  "is_required": true,
    +                  
    {
    +  "customizable_option_uid": 4,
    +  "is_required": false,
       "label": "xyz789",
    -  "sort_order": 987,
    +  "sort_order": 123,
       "type": "abc123",
       "values": [SelectedCustomizableOptionValue]
     }
     
    - -
    back to top @@ -71530,17 +67706,13 @@
    Fields
    Example
    - - -
    {
    -  "customizable_option_value_uid": "4",
    +                  
    {
    +  "customizable_option_value_uid": 4,
       "label": "abc123",
       "price": CartItemSelectedOptionValuePrice,
    -  "value": "abc123"
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -71594,17 +67766,13 @@
    Fields
    Example
    - - -
    {
    -  "code": "xyz789",
    +                  
    {
    +  "code": "abc123",
       "oope_payment_method_config": OopePaymentMethodConfig,
    -  "purchase_order_number": "abc123",
    -  "title": "xyz789"
    +  "purchase_order_number": "xyz789",
    +  "title": "abc123"
     }
     
    - -
    back to top @@ -71678,21 +67846,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "additional_data": [ShippingAdditionalData],
       "amount": Money,
       "carrier_code": "xyz789",
    -  "carrier_title": "xyz789",
    +  "carrier_title": "abc123",
       "method_code": "abc123",
    -  "method_title": "abc123",
    +  "method_title": "xyz789",
       "price_excl_tax": Money,
       "price_incl_tax": Money
     }
     
    - -
    back to top @@ -71738,15 +67902,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "comment": NegotiableQuoteCommentInput,
       "quote_uid": "4"
     }
     
    - -
    back to top @@ -71785,12 +67945,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -71836,15 +67992,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "billing_address": BillingAddressInput,
       "cart_id": "xyz789"
     }
     
    - -
    back to top @@ -71883,12 +68035,53 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
    +
    +
    +
    + back to top + +
    +
    +
    + Types +
    +

    SetCartAsInactiveOutput

    +
    +
    +
    +
    Description
    +

    Sets the cart as inactive

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Field NameDescription
    error - String + The error message returned after failing to set the cart as inactive
    success - Boolean! + Indicates whether the cart was set as inactive
    +
    +
    +
    +
    +
    Example
    +
    {"error": "xyz789", "success": true}
     
    - -
    back to top @@ -71934,15 +68127,8 @@
    Fields
    Example
    - - -
    {
    -  "custom_attributes": [CustomAttributeInput],
    -  "id": "4"
    -}
    +                  
    {"custom_attributes": [CustomAttributeInput], "id": 4}
     
    - -
    back to top @@ -71981,12 +68167,8 @@
    Fields
    Example
    - - -
    {"company": Company}
    +                  
    {"company": Company}
     
    - -
    back to top @@ -72032,15 +68214,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttributeInput],
       "quote_uid": 4
     }
     
    - -
    back to top @@ -72079,12 +68257,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -72148,18 +68322,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "abc123",
       "gift_message": GiftMessageInput,
    -  "gift_receipt_included": false,
    +  "gift_receipt_included": true,
       "gift_wrapping_id": 4,
       "printed_card_included": false
     }
     
    - -
    back to top @@ -72198,12 +68368,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -72249,15 +68415,11 @@
    Fields
    Example
    - - -
    {
    -  "cart_id": "xyz789",
    +                  
    {
    +  "cart_id": "abc123",
       "email": "abc123"
     }
     
    - -
    back to top @@ -72296,12 +68458,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -72340,12 +68498,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -72391,15 +68545,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "billing_address": NegotiableQuoteBillingAddressInput,
    -  "quote_uid": 4
    +  "quote_uid": "4"
     }
     
    - -
    back to top @@ -72438,12 +68588,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -72489,15 +68635,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "payment_method": NegotiableQuotePaymentMethodInput,
    -  "quote_uid": 4
    +  "quote_uid": "4"
     }
     
    - -
    back to top @@ -72536,12 +68678,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -72587,17 +68725,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "quote_uid": 4,
       "shipping_addresses": [
         NegotiableQuoteShippingAddressInput
       ]
     }
     
    - -
    back to top @@ -72636,12 +68770,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -72687,15 +68817,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "quote_uid": 4,
       "shipping_methods": [ShippingMethodInput]
     }
     
    - -
    back to top @@ -72734,12 +68860,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -72785,15 +68907,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "shipping_address": NegotiableQuoteTemplateShippingAddressInput,
    -  "template_id": "4"
    +  "template_id": 4
     }
     
    - -
    back to top @@ -72839,15 +68957,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "xyz789",
       "payment_method": PaymentMethodInput
     }
     
    - -
    back to top @@ -72886,12 +69000,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -72937,15 +69047,11 @@
    Fields
    Example
    - - -
    {
    -  "cart_id": "xyz789",
    +                  
    {
    +  "cart_id": "abc123",
       "shipping_addresses": [ShippingAddressInput]
     }
     
    - -
    back to top @@ -72984,12 +69090,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -73035,15 +69137,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "xyz789",
       "shipping_methods": [ShippingMethodInput]
     }
     
    - -
    back to top @@ -73082,12 +69180,8 @@
    Fields
    Example
    - - -
    {"cart": Cart}
    +                  
    {"cart": Cart}
     
    - -
    back to top @@ -73133,15 +69227,11 @@
    Fields
    Example
    - - -
    {
    -  "email": "abc123",
    -  "name": "abc123"
    +                  
    {
    +  "email": "xyz789",
    +  "name": "xyz789"
     }
     
    - -
    back to top @@ -73180,12 +69270,8 @@
    Fields
    Example
    - - -
    {"is_shared": true}
    +                  
    {"is_shared": true}
     
    - -
    back to top @@ -73231,15 +69317,11 @@
    Fields
    Example
    - - -
    {
    -  "message": "xyz789",
    +                  
    {
    +  "message": "abc123",
       "name": "xyz789"
     }
     
    - -
    back to top @@ -73287,12 +69369,8 @@
    Values
    Example
    - - -
    "TOGETHER"
    +                  
    "TOGETHER"
     
    - -
    back to top @@ -73352,19 +69430,15 @@
    Fields
    Example
    - - -
    {
    -  "id": "4",
    +                  
    {
    +  "id": 4,
       "order_item": OrderItemInterface,
    -  "product_name": "xyz789",
    +  "product_name": "abc123",
       "product_sale_price": Money,
       "product_sku": "abc123",
       "quantity_shipped": 987.65
     }
     
    - -
    back to top @@ -73455,19 +69529,15 @@
    Possible Types
    Example
    - - -
    {
    -  "id": "4",
    +                  
    {
    +  "id": 4,
       "order_item": OrderItemInterface,
    -  "product_name": "abc123",
    +  "product_name": "xyz789",
       "product_sale_price": Money,
       "product_sku": "abc123",
    -  "quantity_shipped": 987.65
    +  "quantity_shipped": 123.45
     }
     
    - -
    back to top @@ -73516,16 +69586,12 @@
    Fields
    Example
    - - -
    {
    -  "carrier": "abc123",
    +                  
    {
    +  "carrier": "xyz789",
       "number": "xyz789",
    -  "title": "abc123"
    +  "title": "xyz789"
     }
     
    - -
    back to top @@ -73571,15 +69637,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "key": "abc123",
    -  "value": "abc123"
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -73637,17 +69699,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "address": CartAddressInput,
    -  "customer_address_id": 123,
    +  "customer_address_id": 987,
       "customer_notes": "abc123",
    -  "pickup_location_code": "xyz789"
    +  "pickup_location_code": "abc123"
     }
     
    - -
    back to top @@ -73797,36 +69855,32 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_shipping_methods": [AvailableShippingMethod],
       "cart_items_v2": [CartItemInterface],
    -  "city": "abc123",
    +  "city": "xyz789",
       "company": "xyz789",
       "country": CartAddressCountry,
       "custom_attributes": [AttributeValueInterface],
    -  "customer_notes": "xyz789",
    -  "fax": "abc123",
    -  "firstname": "abc123",
    +  "customer_notes": "abc123",
    +  "fax": "xyz789",
    +  "firstname": "xyz789",
       "id": 987,
       "lastname": "abc123",
    -  "middlename": "abc123",
    +  "middlename": "xyz789",
       "pickup_location_code": "abc123",
       "postcode": "xyz789",
       "prefix": "abc123",
       "region": CartAddressRegion,
    -  "same_as_billing": true,
    +  "same_as_billing": false,
       "selected_shipping_method": SelectedShippingMethod,
    -  "street": ["xyz789"],
    -  "suffix": "xyz789",
    -  "telephone": "xyz789",
    +  "street": ["abc123"],
    +  "suffix": "abc123",
    +  "telephone": "abc123",
       "uid": "abc123",
    -  "vat_id": "xyz789"
    +  "vat_id": "abc123"
     }
     
    - -
    back to top @@ -73865,12 +69919,8 @@
    Fields
    Example
    - - -
    {"amount": Money}
    +                  
    {"amount": Money}
     
    - -
    back to top @@ -73929,9 +69979,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount_excluding_tax": Money,
       "amount_including_tax": Money,
       "discounts": [ShippingDiscount],
    @@ -73939,8 +69987,6 @@ 
    Example
    "total_amount": Money }
    - -
    back to top @@ -73986,15 +70032,11 @@
    Fields
    Example
    - - -
    {
    -  "carrier_code": "abc123",
    -  "method_code": "xyz789"
    +                  
    {
    +  "carrier_code": "xyz789",
    +  "method_code": "abc123"
     }
     
    - -
    back to top @@ -74114,9 +70156,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "available_gift_wrapping": [GiftWrapping],
       "custom_attributes": [CustomAttribute],
       "customizable_options": [SelectedCustomizableOption],
    @@ -74127,17 +70167,15 @@ 
    Example
    "is_available": true, "max_qty": 987.65, "min_qty": 123.45, - "not_available_message": "xyz789", + "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, "quantity": 987.65, - "uid": "4" + "uid": 4 }
    - -
    back to top @@ -74389,12 +70427,10 @@
    filters
    Example
    - - -
    {
    -  "canonical_url": "abc123",
    +                  
    {
    +  "canonical_url": "xyz789",
       "categories": [CategoryInterface],
    -  "country_of_manufacture": "xyz789",
    +  "country_of_manufacture": "abc123",
       "crosssell_products": [ProductInterface],
       "custom_attributesV2": ProductCustomAttributes,
       "description": ComplexTextValue,
    @@ -74403,17 +70439,17 @@ 
    Example
    "gift_wrapping_price": Money, "image": ProductImage, "is_returnable": "xyz789", - "manufacturer": 123, - "max_sale_qty": 987.65, + "manufacturer": 987, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "abc123", - "meta_keyword": "abc123", + "meta_description": "xyz789", + "meta_keyword": "xyz789", "meta_title": "xyz789", "min_sale_qty": 123.45, "name": "abc123", "new_from_date": "xyz789", "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], "options_container": "xyz789", "price_range": PriceRange, @@ -74435,8 +70471,6 @@
    Example
    "weight": 987.65 }
    - -
    back to top @@ -74630,12 +70664,10 @@
    linkTypes
    Example
    - - -
    {
    -  "addToCartAllowed": false,
    -  "inStock": true,
    -  "lowStock": true,
    +                  
    {
    +  "addToCartAllowed": true,
    +  "inStock": false,
    +  "lowStock": false,
       "attributes": [ProductViewAttribute],
       "description": "abc123",
       "id": 4,
    @@ -74644,22 +70676,20 @@ 
    Example
    "inputOptions": [ProductViewInputOption], "lastModifiedAt": "2007-12-03T10:15:30Z", "metaDescription": "xyz789", - "metaKeyword": "abc123", - "metaTitle": "xyz789", + "metaKeyword": "xyz789", + "metaTitle": "abc123", "name": "abc123", "price": ProductViewPrice, "shortDescription": "xyz789", - "sku": "xyz789", + "sku": "abc123", "externalId": "xyz789", - "url": "abc123", - "urlKey": "abc123", + "url": "xyz789", + "urlKey": "xyz789", "links": [ProductViewLink], - "queryType": "xyz789", + "queryType": "abc123", "visibility": "xyz789" }
    - -
    back to top @@ -74714,17 +70744,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customizable_options": [SelectedCustomizableOption],
       "product": ProductInterface,
    -  "quantity": 123.45,
    +  "quantity": 987.65,
       "uid": "4"
     }
     
    - -
    back to top @@ -74789,19 +70815,15 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "added_at": "xyz789",
       "customizable_options": [SelectedCustomizableOption],
       "description": "xyz789",
    -  "id": "4",
    +  "id": 4,
       "product": ProductInterface,
    -  "quantity": 123.45
    +  "quantity": 987.65
     }
     
    - -
    back to top @@ -74853,16 +70875,12 @@
    Fields
    Example
    - - -
    {
    -  "payment_source": "abc123",
    -  "payments_order_id": "abc123",
    -  "paypal_order_id": "abc123"
    +                  
    {
    +  "payment_source": "xyz789",
    +  "payments_order_id": "xyz789",
    +  "paypal_order_id": "xyz789"
     }
     
    - -
    back to top @@ -74942,23 +70960,19 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "button_styles": ButtonStyles,
       "code": "xyz789",
    -  "display_message": false,
    +  "display_message": true,
       "display_venmo": true,
       "is_visible": false,
       "message_styles": MessageStyles,
    -  "payment_intent": "xyz789",
    +  "payment_intent": "abc123",
       "sdk_params": [SDKParams],
       "sort_order": "abc123",
       "title": "xyz789"
     }
     
    - -
    back to top @@ -75006,12 +71020,8 @@
    Values
    Example
    - - -
    "ASC"
    +                  
    "ASC"
     
    - -
    back to top @@ -75055,15 +71065,11 @@
    Fields
    Example
    - - -
    {
    -  "label": "abc123",
    -  "value": "abc123"
    +                  
    {
    +  "label": "xyz789",
    +  "value": "xyz789"
     }
     
    - -
    back to top @@ -75107,15 +71113,11 @@
    Fields
    Example
    - - -
    {
    -  "default": "xyz789",
    +                  
    {
    +  "default": "abc123",
       "options": [SortField]
     }
     
    - -
    back to top @@ -75380,12 +71382,8 @@
    Values
    Example
    - - -
    "ITEM_ID"
    +                  
    "ITEM_ID"
     
    - -
    back to top @@ -75439,17 +71437,13 @@
    Fields
    Example
    - - -
    {
    -  "attribute": "xyz789",
    -  "frontendInput": "abc123",
    +                  
    {
    +  "attribute": "abc123",
    +  "frontendInput": "xyz789",
       "label": "xyz789",
       "numeric": true
     }
     
    - -
    back to top @@ -75498,16 +71492,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "max": 123.45,
    -  "min": 123.45,
    -  "title": "xyz789"
    +  "min": 987.65,
    +  "title": "abc123"
     }
     
    - -
    back to top @@ -75604,6 +71594,11 @@
    Fields
    Indicates if gift wrapping prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No). + + cart_merge_preference - String! + + Configuration data from checkout/cart/cart_merge_preference + cart_printed_card - String @@ -76206,146 +72201,143 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "allow_gift_receipt": "abc123",
       "allow_gift_wrapping_on_order": "abc123",
    -  "allow_gift_wrapping_on_order_items": "xyz789",
    -  "allow_items": "abc123",
    +  "allow_gift_wrapping_on_order_items": "abc123",
    +  "allow_items": "xyz789",
       "allow_order": "abc123",
    -  "allow_printed_card": "xyz789",
    -  "autocomplete_on_storefront": false,
    +  "allow_printed_card": "abc123",
    +  "autocomplete_on_storefront": true,
       "base_currency_code": "xyz789",
       "base_link_url": "xyz789",
       "base_media_url": "xyz789",
       "base_static_url": "abc123",
    -  "base_url": "abc123",
    +  "base_url": "xyz789",
       "cart_expires_in_days": 123,
       "cart_gift_wrapping": "xyz789",
    -  "cart_printed_card": "abc123",
    +  "cart_merge_preference": "xyz789",
    +  "cart_printed_card": "xyz789",
       "cart_summary_display_quantity": 987,
       "catalog_default_sort_by": "xyz789",
       "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
       "category_url_suffix": "abc123",
    -  "check_money_order_enable_for_specific_countries": false,
    +  "check_money_order_enable_for_specific_countries": true,
       "check_money_order_enabled": true,
    -  "check_money_order_make_check_payable_to": "abc123",
    -  "check_money_order_max_order_total": "abc123",
    -  "check_money_order_min_order_total": "abc123",
    -  "check_money_order_new_order_status": "xyz789",
    -  "check_money_order_payment_from_specific_countries": "xyz789",
    +  "check_money_order_make_check_payable_to": "xyz789",
    +  "check_money_order_max_order_total": "xyz789",
    +  "check_money_order_min_order_total": "xyz789",
    +  "check_money_order_new_order_status": "abc123",
    +  "check_money_order_payment_from_specific_countries": "abc123",
       "check_money_order_send_check_to": "abc123",
    -  "check_money_order_sort_order": 123,
    +  "check_money_order_sort_order": 987,
       "check_money_order_title": "abc123",
       "configurable_product_image": "ITSELF",
       "configurable_thumbnail_source": "abc123",
    -  "contact_enabled": true,
    +  "contact_enabled": false,
       "countries_with_required_region": "abc123",
       "create_account_confirmation": false,
       "customer_access_token_lifetime": 123.45,
    -  "default_country": "xyz789",
    +  "default_country": "abc123",
       "default_display_currency_code": "abc123",
    -  "display_product_prices_in_catalog": 987,
    +  "display_product_prices_in_catalog": 123,
       "display_shipping_prices": 987,
       "display_state_if_optional": false,
    -  "enable_multiple_wishlists": "abc123",
    +  "enable_multiple_wishlists": "xyz789",
       "fixed_product_taxes_apply_tax_to_fpt": false,
       "fixed_product_taxes_display_prices_in_emails": 987,
    -  "fixed_product_taxes_display_prices_in_product_lists": 123,
    -  "fixed_product_taxes_display_prices_in_sales_modules": 123,
    +  "fixed_product_taxes_display_prices_in_product_lists": 987,
    +  "fixed_product_taxes_display_prices_in_sales_modules": 987,
       "fixed_product_taxes_display_prices_on_product_view_page": 123,
    -  "fixed_product_taxes_enable": true,
    -  "fixed_product_taxes_include_fpt_in_subtotal": true,
    -  "graphql_share_customer_group": false,
    +  "fixed_product_taxes_enable": false,
    +  "fixed_product_taxes_include_fpt_in_subtotal": false,
    +  "graphql_share_customer_group": true,
       "grid_per_page": 987,
    -  "grid_per_page_values": "xyz789",
    +  "grid_per_page_values": "abc123",
       "grouped_product_image": "ITSELF",
    -  "is_checkout_agreements_enabled": false,
    -  "is_default_store": true,
    -  "is_default_store_group": false,
    +  "is_checkout_agreements_enabled": true,
    +  "is_default_store": false,
    +  "is_default_store_group": true,
       "is_guest_checkout_enabled": true,
       "is_negotiable_quote_active": false,
    -  "is_one_page_checkout_enabled": false,
    +  "is_one_page_checkout_enabled": true,
       "is_requisition_list_active": "xyz789",
    -  "list_mode": "abc123",
    -  "list_per_page": 123,
    -  "list_per_page_values": "xyz789",
    +  "list_mode": "xyz789",
    +  "list_per_page": 987,
    +  "list_per_page_values": "abc123",
       "locale": "abc123",
       "magento_reward_general_is_enabled": "abc123",
       "magento_reward_general_is_enabled_on_front": "abc123",
       "magento_reward_general_min_points_balance": "xyz789",
       "magento_reward_general_publish_history": "abc123",
    -  "magento_reward_points_invitation_customer": "abc123",
    +  "magento_reward_points_invitation_customer": "xyz789",
       "magento_reward_points_invitation_customer_limit": "xyz789",
    -  "magento_reward_points_invitation_order": "abc123",
    -  "magento_reward_points_invitation_order_limit": "abc123",
    +  "magento_reward_points_invitation_order": "xyz789",
    +  "magento_reward_points_invitation_order_limit": "xyz789",
       "magento_reward_points_newsletter": "xyz789",
    -  "magento_reward_points_order": "abc123",
    +  "magento_reward_points_order": "xyz789",
       "magento_reward_points_register": "abc123",
    -  "magento_reward_points_review": "xyz789",
    +  "magento_reward_points_review": "abc123",
       "magento_reward_points_review_limit": "abc123",
    -  "magento_wishlist_general_is_enabled": "abc123",
    +  "magento_wishlist_general_is_enabled": "xyz789",
       "max_items_in_order_summary": 123,
    -  "maximum_number_of_wishlists": "xyz789",
    +  "maximum_number_of_wishlists": "abc123",
       "minicart_display": false,
    -  "minicart_max_items": 123,
    -  "minimum_password_length": "xyz789",
    -  "newsletter_enabled": true,
    +  "minicart_max_items": 987,
    +  "minimum_password_length": "abc123",
    +  "newsletter_enabled": false,
       "optional_zip_countries": "abc123",
       "order_cancellation_enabled": true,
       "order_cancellation_reasons": [CancellationReason],
    -  "orders_invoices_credit_memos_display_full_summary": true,
    +  "orders_invoices_credit_memos_display_full_summary": false,
       "orders_invoices_credit_memos_display_grandtotal": true,
       "orders_invoices_credit_memos_display_price": 123,
    -  "orders_invoices_credit_memos_display_shipping_amount": 987,
    -  "orders_invoices_credit_memos_display_subtotal": 987,
    +  "orders_invoices_credit_memos_display_shipping_amount": 123,
    +  "orders_invoices_credit_memos_display_subtotal": 123,
       "orders_invoices_credit_memos_display_zero_tax": false,
       "printed_card_priceV2": Money,
       "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
    -  "product_url_suffix": "abc123",
    +  "product_url_suffix": "xyz789",
       "quickorder_active": false,
    -  "required_character_classes_number": "xyz789",
    +  "required_character_classes_number": "abc123",
       "returns_enabled": "xyz789",
    -  "root_category_uid": 4,
    +  "root_category_uid": "4",
       "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
       "sales_gift_wrapping": "abc123",
    -  "sales_printed_card": "abc123",
    -  "secure_base_link_url": "xyz789",
    -  "secure_base_media_url": "abc123",
    -  "secure_base_static_url": "abc123",
    +  "sales_printed_card": "xyz789",
    +  "secure_base_link_url": "abc123",
    +  "secure_base_media_url": "xyz789",
    +  "secure_base_static_url": "xyz789",
       "secure_base_url": "abc123",
    -  "share_active_segments": true,
    +  "share_active_segments": false,
       "share_applied_cart_rule": true,
    -  "shopping_cart_display_full_summary": true,
    +  "shopping_cart_display_full_summary": false,
       "shopping_cart_display_grand_total": true,
       "shopping_cart_display_price": 987,
    -  "shopping_cart_display_shipping": 123,
    +  "shopping_cart_display_shipping": 987,
       "shopping_cart_display_subtotal": 987,
       "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
       "shopping_cart_display_zero_tax": false,
       "store_code": "4",
    -  "store_group_code": "4",
    -  "store_group_name": "abc123",
    +  "store_group_code": 4,
    +  "store_group_name": "xyz789",
       "store_name": "abc123",
    -  "store_sort_order": 123,
    +  "store_sort_order": 987,
       "timezone": "abc123",
       "title_separator": "abc123",
       "use_store_in_url": true,
    -  "website_code": 4,
    -  "website_name": "xyz789",
    -  "weight_unit": "abc123",
    -  "zero_subtotal_enable_for_specific_countries": true,
    +  "website_code": "4",
    +  "website_name": "abc123",
    +  "weight_unit": "xyz789",
    +  "zero_subtotal_enable_for_specific_countries": false,
       "zero_subtotal_enabled": true,
    -  "zero_subtotal_new_order_status": "abc123",
    -  "zero_subtotal_payment_action": "abc123",
    -  "zero_subtotal_payment_from_specific_countries": "xyz789",
    +  "zero_subtotal_new_order_status": "xyz789",
    +  "zero_subtotal_payment_action": "xyz789",
    +  "zero_subtotal_payment_from_specific_countries": "abc123",
       "zero_subtotal_sort_order": 987,
    -  "zero_subtotal_title": "xyz789"
    +  "zero_subtotal_title": "abc123"
     }
     
    - -
    back to top @@ -76366,12 +72358,8 @@
    Description
    Example
    - - -
    "abc123"
    +                  
    "abc123"
     
    - -
    back to top @@ -76441,21 +72429,17 @@
    Fields
    Example
    - - -
    {
    -  "comment": "xyz789",
    -  "max_order_commitment": 987,
    -  "min_order_commitment": 123,
    -  "name": "abc123",
    +                  
    {
    +  "comment": "abc123",
    +  "max_order_commitment": 123,
    +  "min_order_commitment": 987,
    +  "name": "xyz789",
       "reference_document_links": [
         NegotiableQuoteTemplateReferenceDocumentLinkInput
       ],
    -  "template_id": "4"
    +  "template_id": 4
     }
     
    - -
    back to top @@ -76494,12 +72478,8 @@
    Fields
    Example
    - - -
    {"status": "NOT_ACTIVE"}
    +                  
    {"status": "NOT_ACTIVE"}
     
    - -
    back to top @@ -76561,12 +72541,8 @@
    Values
    Example
    - - -
    "NOT_ACTIVE"
    +                  
    "NOT_ACTIVE"
     
    - -
    back to top @@ -76610,12 +72586,8 @@
    Fields
    Example
    - - -
    {"depth": 123, "startLevel": 987}
    +                  
    {"depth": 123, "startLevel": 987}
     
    - -
    back to top @@ -76677,12 +72649,8 @@
    Possible Types
    Example
    - - -
    {"value": "xyz789"}
    +                  
    {"value": "abc123"}
     
    - -
    back to top @@ -76842,12 +72810,8 @@
    Values
    Example
    - - -
    "BOOLEAN"
    +                  
    "BOOLEAN"
     
    - -
    back to top @@ -76905,12 +72869,8 @@
    Values
    Example
    - - -
    "TEXT"
    +                  
    "TEXT"
     
    - -
    back to top @@ -76956,15 +72916,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cartId": "abc123",
    -  "id": "abc123"
    +  "id": "xyz789"
     }
     
    - -
    back to top @@ -77013,16 +72969,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "amount": Money,
    -  "rate": 123.45,
    -  "title": "xyz789"
    +  "rate": 987.65,
    +  "title": "abc123"
     }
     
    - -
    back to top @@ -77073,12 +73025,8 @@
    Values
    Example
    - - -
    "DISPLAY_EXCLUDING_TAX"
    +                  
    "DISPLAY_EXCLUDING_TAX"
     
    - -
    back to top @@ -77113,12 +73061,8 @@
    Fields
    Example
    - - -
    {"value": "xyz789"}
    +                  
    {"value": "xyz789"}
     
    - -
    back to top @@ -77173,12 +73117,8 @@
    Values
    Example
    - - -
    "OFF"
    +                  
    "OFF"
     
    - -
    back to top @@ -77227,16 +73167,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "discount": ProductDiscount,
       "final_price": Money,
    -  "quantity": 123.45
    +  "quantity": 987.65
     }
     
    - -
    back to top @@ -77282,15 +73218,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart_id": "xyz789",
       "cart_items": [CartItemUpdateInput]
     }
     
    - -
    back to top @@ -77334,15 +73266,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "cart": Cart,
       "errors": [CartUserInputError]
     }
     
    - -
    back to top @@ -77381,12 +73309,8 @@
    Fields
    Example
    - - -
    {"company": Company}
    +                  
    {"company": Company}
     
    - -
    back to top @@ -77425,12 +73349,8 @@
    Fields
    Example
    - - -
    {"role": CompanyRole}
    +                  
    {"role": CompanyRole}
     
    - -
    back to top @@ -77469,12 +73389,8 @@
    Fields
    Example
    - - -
    {"company": Company}
    +                  
    {"company": Company}
     
    - -
    back to top @@ -77513,12 +73429,8 @@
    Fields
    Example
    - - -
    {"team": CompanyTeam}
    +                  
    {"team": CompanyTeam}
     
    - -
    back to top @@ -77557,12 +73469,8 @@
    Fields
    Example
    - - -
    {"user": Customer}
    +                  
    {"user": Customer}
     
    - -
    back to top @@ -77632,21 +73540,17 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dynamic_attributes": [
         GiftRegistryDynamicAttributeInput
       ],
    -  "event_name": "xyz789",
    -  "message": "xyz789",
    +  "event_name": "abc123",
    +  "message": "abc123",
       "privacy_settings": "PRIVATE",
       "shipping_address": GiftRegistryShippingAddressInput,
       "status": "ACTIVE"
     }
     
    - -
    back to top @@ -77698,16 +73602,12 @@
    Fields
    Example
    - - -
    {
    -  "gift_registry_item_uid": "4",
    +                  
    {
    +  "gift_registry_item_uid": 4,
       "note": "abc123",
    -  "quantity": 987.65
    +  "quantity": 123.45
     }
     
    - -
    back to top @@ -77746,12 +73646,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -77790,12 +73686,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -77859,20 +73751,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dynamic_attributes": [
         GiftRegistryDynamicAttributeInput
       ],
    -  "email": "abc123",
    -  "firstname": "abc123",
    -  "gift_registry_registrant_uid": 4,
    -  "lastname": "xyz789"
    +  "email": "xyz789",
    +  "firstname": "xyz789",
    +  "gift_registry_registrant_uid": "4",
    +  "lastname": "abc123"
     }
     
    - -
    back to top @@ -77911,12 +73799,8 @@
    Fields
    Example
    - - -
    {"gift_registry": GiftRegistry}
    +                  
    {"gift_registry": GiftRegistry}
     
    - -
    back to top @@ -77955,12 +73839,8 @@
    Fields
    Example
    - - -
    {"quote": NegotiableQuote}
    +                  
    {"quote": NegotiableQuote}
     
    - -
    back to top @@ -78006,15 +73886,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [NegotiableQuoteItemQuantityInput],
    -  "quote_uid": "4"
    +  "quote_uid": 4
     }
     
    - -
    back to top @@ -78053,12 +73929,8 @@
    Fields
    Example
    - - -
    {"quote_template": NegotiableQuoteTemplate}
    +                  
    {"quote_template": NegotiableQuoteTemplate}
     
    - -
    back to top @@ -78104,15 +73976,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [NegotiableQuoteTemplateItemQuantityInput],
    -  "template_id": "4"
    +  "template_id": 4
     }
     
    - -
    back to top @@ -78156,15 +74024,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "user_errors": [WishListUserInputError],
       "wishlist": Wishlist
     }
     
    - -
    back to top @@ -78240,20 +74104,16 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "applies_to": [4],
    -  "approvers": [4],
    +  "approvers": ["4"],
       "condition": CreatePurchaseOrderApprovalRuleConditionInput,
       "description": "abc123",
    -  "name": "xyz789",
    +  "name": "abc123",
       "status": "ENABLED",
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -78299,15 +74159,11 @@
    Fields
    Example
    - - -
    {
    -  "description": "abc123",
    +                  
    {
    +  "description": "xyz789",
       "name": "abc123"
     }
     
    - -
    back to top @@ -78365,17 +74221,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "entered_options": [EnteredOptionInput],
       "item_id": 4,
       "quantity": 123.45,
       "selected_options": ["xyz789"]
     }
     
    - -
    back to top @@ -78414,12 +74266,8 @@
    Fields
    Example
    - - -
    {"requisition_list": RequisitionList}
    +                  
    {"requisition_list": RequisitionList}
     
    - -
    back to top @@ -78458,12 +74306,8 @@
    Fields
    Example
    - - -
    {"requisition_list": RequisitionList}
    +                  
    {"requisition_list": RequisitionList}
     
    - -
    back to top @@ -78512,16 +74356,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "name": "xyz789",
       "uid": "4",
       "visibility": "PUBLIC"
     }
     
    - -
    back to top @@ -78573,16 +74413,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "currentPage": 987,
       "pageSize": 123,
       "sort": [CompaniesSortInput]
     }
     
    - -
    back to top @@ -78626,15 +74462,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [CompanyBasicInfo],
       "page_info": SearchResultPageInfo
     }
     
    - -
    back to top @@ -78678,12 +74510,8 @@
    Fields
    Example
    - - -
    {"message": "abc123", "type": "NOT_FOUND"}
    +                  
    {"message": "abc123", "type": "NOT_FOUND"}
     
    - -
    back to top @@ -78748,12 +74576,8 @@
    Values
    Example
    - - -
    "NOT_FOUND"
    +                  
    "NOT_FOUND"
     
    - -
    back to top @@ -78793,12 +74617,8 @@
    Fields
    Example
    - - -
    {"purchase_order_uids": [4]}
    +                  
    {"purchase_order_uids": [4]}
     
    - -
    back to top @@ -78842,15 +74662,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "errors": [ValidatePurchaseOrderError],
       "purchase_orders": [PurchaseOrder]
     }
     
    - -
    back to top @@ -78894,15 +74710,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "name": "DATE_RANGE_MAX",
    -  "value": "xyz789"
    +  "value": "abc123"
     }
     
    - -
    back to top @@ -78999,12 +74811,8 @@
    Values
    Example
    - - -
    "DATE_RANGE_MAX"
    +                  
    "DATE_RANGE_MAX"
     
    - -
    back to top @@ -79043,12 +74851,8 @@
    Fields
    Example
    - - -
    {"credit_card": VaultCreditCardConfig}
    +                  
    {"credit_card": VaultCreditCardConfig}
     
    - -
    back to top @@ -79093,16 +74897,12 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "is_vault_enabled": false,
       "sdk_params": [SDKParams],
       "three_ds_mode": "OFF"
     }
     
    - -
    back to top @@ -79160,17 +74960,13 @@
    Fields
    Example
    - - -
    {
    -  "payment_source": "xyz789",
    -  "payments_order_id": "xyz789",
    -  "paypal_order_id": "abc123",
    -  "public_hash": "abc123"
    +                  
    {
    +  "payment_source": "abc123",
    +  "payments_order_id": "abc123",
    +  "paypal_order_id": "xyz789",
    +  "public_hash": "xyz789"
     }
     
    - -
    back to top @@ -79210,12 +75006,8 @@
    Fields
    Example
    - - -
    {"payment_source": PaymentSourceInput}
    +                  
    {"payment_source": PaymentSourceInput}
     
    - -
    back to top @@ -79263,15 +75055,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "date": "2007-12-03T10:15:30Z",
       "sku": "xyz789"
     }
     
    - -
    back to top @@ -79319,15 +75107,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "dateTime": "2007-12-03T10:15:30Z",
    -  "sku": "abc123"
    +  "sku": "xyz789"
     }
     
    - -
    back to top @@ -79432,9 +75216,7 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "custom_attributes": [CustomAttribute],
       "customizable_options": [SelectedCustomizableOption],
       "discount": [Discount],
    @@ -79442,17 +75224,15 @@ 
    Example
    "is_available": false, "max_qty": 987.65, "min_qty": 123.45, - "not_available_message": "abc123", + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": "4" }
    - -
    back to top @@ -79699,43 +75479,41 @@
    filters
    Example
    - - -
    {
    -  "canonical_url": "xyz789",
    +                  
    {
    +  "canonical_url": "abc123",
       "categories": [CategoryInterface],
    -  "country_of_manufacture": "xyz789",
    +  "country_of_manufacture": "abc123",
       "crosssell_products": [ProductInterface],
       "custom_attributesV2": ProductCustomAttributes,
       "description": ComplexTextValue,
    -  "gift_message_available": false,
    -  "gift_wrapping_available": true,
    +  "gift_message_available": true,
    +  "gift_wrapping_available": false,
       "gift_wrapping_price": Money,
       "image": ProductImage,
       "is_returnable": "xyz789",
       "manufacturer": 123,
       "max_sale_qty": 123.45,
       "media_gallery": [MediaGalleryInterface],
    -  "meta_description": "abc123",
    -  "meta_keyword": "abc123",
    -  "meta_title": "xyz789",
    -  "min_sale_qty": 987.65,
    +  "meta_description": "xyz789",
    +  "meta_keyword": "xyz789",
    +  "meta_title": "abc123",
    +  "min_sale_qty": 123.45,
       "name": "abc123",
    -  "new_from_date": "abc123",
    +  "new_from_date": "xyz789",
       "new_to_date": "xyz789",
    -  "only_x_left_in_stock": 123.45,
    +  "only_x_left_in_stock": 987.65,
       "options": [CustomizableOptionInterface],
       "options_container": "abc123",
       "price_range": PriceRange,
       "price_tiers": [TierPrice],
       "product_links": [ProductLinksInterface],
    -  "quantity": 987.65,
    +  "quantity": 123.45,
       "related_products": [ProductInterface],
       "short_description": ComplexTextValue,
       "sku": "xyz789",
       "small_image": ProductImage,
       "special_price": 123.45,
    -  "special_to_date": "xyz789",
    +  "special_to_date": "abc123",
       "stock_status": "IN_STOCK",
       "swatch_image": "abc123",
       "thumbnail": ProductImage,
    @@ -79744,8 +75522,6 @@ 
    Example
    "url_key": "xyz789" }
    - -
    back to top @@ -79800,17 +75576,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "customizable_options": [SelectedCustomizableOption],
       "product": ProductInterface,
       "quantity": 987.65,
    -  "uid": "4"
    +  "uid": 4
     }
     
    - -
    back to top @@ -79875,19 +75647,15 @@
    Fields
    Example
    - - -
    {
    -  "added_at": "abc123",
    +                  
    {
    +  "added_at": "xyz789",
       "customizable_options": [SelectedCustomizableOption],
       "description": "xyz789",
    -  "id": "4",
    +  "id": 4,
       "product": ProductInterface,
       "quantity": 987.65
     }
     
    - -
    back to top @@ -79931,15 +75699,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "PRODUCT_NOT_FOUND",
    -  "message": "abc123"
    +  "message": "xyz789"
     }
     
    - -
    back to top @@ -79987,12 +75751,8 @@
    Values
    Example
    - - -
    "PRODUCT_NOT_FOUND"
    +                  
    "PRODUCT_NOT_FOUND"
     
    - -
    back to top @@ -80078,20 +75838,16 @@
    pageSize
    Example
    - - -
    {
    -  "id": "4",
    +                  
    {
    +  "id": 4,
       "items_count": 987,
       "items_v2": WishlistItems,
       "name": "abc123",
    -  "sharing_code": "xyz789",
    -  "updated_at": "abc123",
    +  "sharing_code": "abc123",
    +  "updated_at": "xyz789",
       "visibility": "PUBLIC"
     }
     
    - -
    back to top @@ -80145,17 +75901,13 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "code": "PRODUCT_NOT_FOUND",
       "message": "abc123",
       "wishlistId": "4",
    -  "wishlistItemId": 4
    +  "wishlistItemId": "4"
     }
     
    - -
    back to top @@ -80210,6 +75962,13 @@
    Values
    + + +

    REQUIRED_PARAMETER_MISSING

    + + + + @@ -80217,12 +75976,8 @@
    Values
    Example
    - - -
    "PRODUCT_NOT_FOUND"
    +                  
    "PRODUCT_NOT_FOUND"
     
    - -
    back to top @@ -80268,15 +76023,11 @@
    Fields
    Example
    - - -
    {
    -  "quantity": 123.45,
    +                  
    {
    +  "quantity": 987.65,
       "wishlist_item_id": "4"
     }
     
    - -
    back to top @@ -80340,18 +76091,14 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "entered_options": [EnteredOptionInput],
    -  "parent_sku": "abc123",
    +  "parent_sku": "xyz789",
       "quantity": 123.45,
    -  "selected_options": ["4"],
    -  "sku": "abc123"
    +  "selected_options": [4],
    +  "sku": "xyz789"
     }
     
    - -
    back to top @@ -80463,19 +76210,15 @@
    Possible Types
    Example
    - - -
    {
    +                  
    {
       "added_at": "abc123",
       "customizable_options": [SelectedCustomizableOption],
    -  "description": "abc123",
    -  "id": "4",
    +  "description": "xyz789",
    +  "id": 4,
       "product": ProductInterface,
       "quantity": 123.45
     }
     
    - -
    back to top @@ -80521,12 +76264,11 @@
    Fields
    Example
    - - -
    {"quantity": 123.45, "wishlist_item_id": 4}
    +                  
    {
    +  "quantity": 123.45,
    +  "wishlist_item_id": "4"
    +}
     
    - -
    back to top @@ -80590,18 +76332,14 @@
    Fields
    Example
    - - -
    {
    -  "description": "abc123",
    +                  
    {
    +  "description": "xyz789",
       "entered_options": [EnteredOptionInput],
       "quantity": 123.45,
    -  "selected_options": [4],
    +  "selected_options": ["4"],
       "wishlist_item_id": 4
     }
     
    - -
    back to top @@ -80645,15 +76383,11 @@
    Fields
    Example
    - - -
    {
    +                  
    {
       "items": [WishlistItemInterface],
       "page_info": SearchResultPageInfo
     }
     
    - -
    back to top @@ -80701,12 +76435,200 @@
    Values
    Example
    - - -
    "PUBLIC"
    +                  
    "PUBLIC"
    +
    +
    +
    + back to top + +
    +
    +
    + Types +
    +

    finishUploadInput

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Input FieldDescription
    + key - String! + The unique key identifier from the upload
    + media_resource_type - MediaResourceType! + The type of media resource being uploaded
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "key": "xyz789",
    +  "media_resource_type": "CUSTOMER_ATTRIBUTE_FILE"
    +}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    finishUploadOutput

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    key - String! + The unique key identifier
    message - String + Additional information about the confirmation
    success - Boolean! + Whether the confirmation was successful
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "key": "xyz789",
    +  "message": "xyz789",
    +  "success": false
    +}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    initiateUploadInput

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + +
    Input FieldDescription
    + key - String! + The name of the file to be uploaded, cannot contain slashes
    + media_resource_type - MediaResourceType! + The type of media resource being uploaded
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "key": "xyz789",
    +  "media_resource_type": "CUSTOMER_ATTRIBUTE_FILE"
    +}
    +
    +
    +
    + back to top +
    +
    +
    +
    + Types +
    +

    initiateUploadOutput

    +
    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    expires_at - String! + The expiration timestamp of the URL
    key - String! + The unique key identifier for the upload
    upload_url - String! + The presigned URL for uploading the file
    +
    +
    +
    +
    +
    Example
    +
    {
    +  "expires_at": "abc123",
    +  "key": "abc123",
    +  "upload_url": "xyz789"
    +}
     
    - -
    back to top diff --git a/yarn.lock b/yarn.lock index 0c8183880..13b034bd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,9 +33,9 @@ __metadata: languageName: node linkType: hard -"@adobe/gatsby-theme-aio@npm:4.15.3": - version: 4.15.3 - resolution: "@adobe/gatsby-theme-aio@npm:4.15.3" +"@adobe/gatsby-theme-aio@npm:4.15.5": + version: 4.15.5 + resolution: "@adobe/gatsby-theme-aio@npm:4.15.5" dependencies: "@adobe/focus-ring-polyfill": ^0.1.5 "@adobe/gatsby-source-github-file-contributors": ^0.3.1 @@ -131,7 +131,7 @@ __metadata: gatsby: ^4.22.0 react: ^17.0.2 react-dom: ^17.0.2 - checksum: b3d3ba8960bb3516bedd56f5da82a7d7f3b7b693496294ce914a32691c3c29b3036c415a1f03475b794172fb907f3a44565ffce27975bbc3c351b6bd8defee6c + checksum: 5184b9506d5aa9bacf8053db80529dbfd0524debece4b405dd993d949faa114fcb7b12cab7996c4962838c941b7c51913b8a4f38f47a4ce857cc13dd87710af8 languageName: node linkType: hard @@ -2413,6 +2413,18 @@ __metadata: languageName: node linkType: hard +"@graphql-tools/merge@npm:^9.1.1": + version: 9.1.1 + resolution: "@graphql-tools/merge@npm:9.1.1" + dependencies: + "@graphql-tools/utils": ^10.9.1 + tslib: ^2.4.0 + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: b530f02dc4f6503f47c3d509d142d2384833c8ab9a45f1b0c2f2fae71f0fcc7ba2ca6cc84f967e68ea073557e42aec99f5acfb66cef206bd7d48bdd44cb1c7ad + languageName: node + linkType: hard + "@graphql-tools/optimize@npm:^1.3.0": version: 1.3.1 resolution: "@graphql-tools/optimize@npm:1.3.1" @@ -2437,7 +2449,7 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/schema@npm:9.0.9, @graphql-tools/schema@npm:^9.0.0, @graphql-tools/schema@npm:^9.0.1": +"@graphql-tools/schema@npm:9.0.9, @graphql-tools/schema@npm:^9.0.0": version: 9.0.9 resolution: "@graphql-tools/schema@npm:9.0.9" dependencies: @@ -2451,6 +2463,19 @@ __metadata: languageName: node linkType: hard +"@graphql-tools/schema@npm:^10.0.6": + version: 10.0.25 + resolution: "@graphql-tools/schema@npm:10.0.25" + dependencies: + "@graphql-tools/merge": ^9.1.1 + "@graphql-tools/utils": ^10.9.1 + tslib: ^2.4.0 + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: b54e13b6c1fe375849c410377c035a3542895c28db9718375cdc1da0fb1bccc83f003acd2da2ec5bfb16dbe8c0965312c4e186293f5048673b09498b63982550 + languageName: node + linkType: hard + "@graphql-tools/utils@npm:9.0.0": version: 9.0.0 resolution: "@graphql-tools/utils@npm:9.0.0" @@ -2473,26 +2498,29 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/utils@npm:^8.8.0": - version: 8.13.1 - resolution: "@graphql-tools/utils@npm:8.13.1" +"@graphql-tools/utils@npm:^10.6.1, @graphql-tools/utils@npm:^10.9.1": + version: 10.9.1 + resolution: "@graphql-tools/utils@npm:10.9.1" dependencies: + "@graphql-typed-document-node/core": ^3.1.1 + "@whatwg-node/promise-helpers": ^1.0.0 + cross-inspect: 1.0.1 + dset: ^3.1.4 tslib: ^2.4.0 peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: ff04fdeb29e9ac596ea53386cd5b23cd741bb14c1997c6b0ba3c34ca165bd82b528a355e8c8e2ba726eb39e833ba9cbb0851ba0addb8c6d367089a1145bf9a49 + checksum: 345d444b6487ff1baefef50eb86becf7c8344e71709b624c42b783ad379dd25fbeb1d1d531cafbc023aaac3e091aa917d52234e5ef4124b807f54c96b79d0b3a languageName: node linkType: hard -"@graphql-tools/utils@npm:^9.1.1": - version: 9.2.1 - resolution: "@graphql-tools/utils@npm:9.2.1" +"@graphql-tools/utils@npm:^8.8.0": + version: 8.13.1 + resolution: "@graphql-tools/utils@npm:8.13.1" dependencies: - "@graphql-typed-document-node/core": ^3.1.1 tslib: ^2.4.0 peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 94ed12df5f49e5c338322ffd931236a687a3d5c443bf499f9baab5d4fcd9792234111142be8aa506a01ca2e82732996c4e1d8f6159ff9cc7fdc5c97f63e55226 + checksum: ff04fdeb29e9ac596ea53386cd5b23cd741bb14c1997c6b0ba3c34ca165bd82b528a355e8c8e2ba726eb39e833ba9cbb0851ba0addb8c6d367089a1145bf9a49 languageName: node linkType: hard @@ -5339,6 +5367,15 @@ __metadata: languageName: node linkType: hard +"@whatwg-node/promise-helpers@npm:^1.0.0": + version: 1.3.2 + resolution: "@whatwg-node/promise-helpers@npm:1.3.2" + dependencies: + tslib: ^2.6.3 + checksum: 62efb129a2c1f36ee3ea63cf65dbd517fab13e8dd6968e32a29219558a76a7725bbff646f4fc9fb80f793466659a8e6b9e70cf5de258ddaa60c5a7bd762630a4 + languageName: node + linkType: hard + "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" @@ -7287,12 +7324,12 @@ __metadata: linkType: hard "cipher-base@npm:^1.0.0, cipher-base@npm:^1.0.1, cipher-base@npm:^1.0.3": - version: 1.0.4 - resolution: "cipher-base@npm:1.0.4" + version: 1.0.6 + resolution: "cipher-base@npm:1.0.6" dependencies: - inherits: ^2.0.1 - safe-buffer: ^5.0.1 - checksum: 47d3568dbc17431a339bad1fe7dff83ac0891be8206911ace3d3b818fc695f376df809bea406e759cdea07fff4b454fa25f1013e648851bec790c1d75763032e + inherits: ^2.0.4 + safe-buffer: ^5.2.1 + checksum: 64a1738a8583163cf096bc85321a69ef3075bb0873f34cf89dc705e62b9eee058dd6b2e5c672f774ede0b6bdbe56fe7b710e0d38c4f08a2f355d8ab828f05c6f languageName: node linkType: hard @@ -7570,7 +7607,7 @@ __metadata: version: 0.0.0-use.local resolution: "commerce-webapi@workspace:." dependencies: - "@adobe/gatsby-theme-aio": 4.15.3 + "@adobe/gatsby-theme-aio": 4.15.5 gatsby: 4.22.0 react: ^17.0.2 react-dom: ^17.0.2 @@ -7579,7 +7616,7 @@ __metadata: remark-heading-id: ^1.0.1 remark-lint-frontmatter-schema: ^3.15.4 remark-validate-links: ^13.0.1 - spectaql: ^3.0.2 + spectaql: ^3.0.5 languageName: unknown linkType: soft @@ -7975,6 +8012,15 @@ __metadata: languageName: node linkType: hard +"cross-inspect@npm:1.0.1": + version: 1.0.1 + resolution: "cross-inspect@npm:1.0.1" + dependencies: + tslib: ^2.4.0 + checksum: 7c1e02e0a9670b62416a3ea1df7ae880fdad3aa0a857de8932c4e5f8acd71298c7e3db9da8e9da603f5692cd1879938f5e72e34a9f5d1345987bef656d117fc1 + languageName: node + linkType: hard + "cross-spawn@npm:^6.0.0, cross-spawn@npm:^6.0.5": version: 6.0.6 resolution: "cross-spawn@npm:6.0.6" @@ -8997,6 +9043,13 @@ __metadata: languageName: node linkType: hard +"dset@npm:^3.1.4": + version: 3.1.4 + resolution: "dset@npm:3.1.4" + checksum: 9a7677e9ffd3c13ad850f7cf367aa94b39984006510e84c3c09b7b88bba0a5b3b7196d85a99d0c4cae4e47d67bdeca43dc1834a41d80f31bcdc86dd26121ecec + languageName: node + linkType: hard + "dunder-proto@npm:^1.0.1": version: 1.0.1 resolution: "dunder-proto@npm:1.0.1" @@ -20362,19 +20415,7 @@ __metadata: languageName: node linkType: hard -"sha.js@npm:^2.4.0, sha.js@npm:^2.4.8": - version: 2.4.11 - resolution: "sha.js@npm:2.4.11" - dependencies: - inherits: ^2.0.1 - safe-buffer: ^5.0.1 - bin: - sha.js: ./bin.js - checksum: ebd3f59d4b799000699097dadb831c8e3da3eb579144fd7eb7a19484cbcbb7aca3c68ba2bb362242eb09e33217de3b4ea56e4678184c334323eca24a58e3ad07 - languageName: node - linkType: hard - -"sha.js@npm:^2.4.11": +"sha.js@npm:^2.4.0, sha.js@npm:^2.4.11, sha.js@npm:^2.4.8": version: 2.4.12 resolution: "sha.js@npm:2.4.12" dependencies: @@ -20898,15 +20939,15 @@ __metadata: languageName: node linkType: hard -"spectaql@npm:^3.0.2": - version: 3.0.2 - resolution: "spectaql@npm:3.0.2" +"spectaql@npm:^3.0.5": + version: 3.0.5 + resolution: "spectaql@npm:3.0.5" dependencies: "@anvilco/apollo-server-plugin-introspection-metadata": ^2.2.3 "@graphql-tools/load-files": ^6.3.2 "@graphql-tools/merge": ^8.1.2 - "@graphql-tools/schema": ^9.0.1 - "@graphql-tools/utils": ^9.1.1 + "@graphql-tools/schema": ^10.0.6 + "@graphql-tools/utils": ^10.6.1 cheerio: 1.0.0-rc.12 coffeescript: ^2.6.1 commander: ^10.0.0 @@ -20936,10 +20977,10 @@ __metadata: postcss: ^8.4.19 sass: ^1.32.13 sync-request: ^6.1.0 - tmp: 0.2.1 + tmp: 0.2.4 bin: spectaql: bin/spectaql.js - checksum: 132da4d326d3d4ab3667ef93a501d3d3a9fb522f612e1de8b8a2da2c38f655531ea2b26d584fbbe669733d46547b5827c35899e19d45f23f08328ece10b47a20 + checksum: 4ae3798db1fa3dd4cc7c9df454da918f0247ef5d9b0b7f6eeec94c8155b9ad9e21276d154dad85aa1ca506a986694026f5e5aa17eb37092e9d553b4daec0fc07 languageName: node linkType: hard @@ -21874,12 +21915,10 @@ __metadata: languageName: node linkType: hard -"tmp@npm:0.2.1, tmp@npm:^0.2.1": - version: 0.2.1 - resolution: "tmp@npm:0.2.1" - dependencies: - rimraf: ^3.0.0 - checksum: 8b1214654182575124498c87ca986ac53dc76ff36e8f0e0b67139a8d221eaecfdec108c0e6ec54d76f49f1f72ab9325500b246f562b926f85bcdfca8bf35df9e +"tmp@npm:0.2.4": + version: 0.2.4 + resolution: "tmp@npm:0.2.4" + checksum: fde5fcdbd741c957458d6f7310750879172b399ac62b468c6707cef6fd0e77d0e632dd05471f607530a248c483abaa00187a6eee8561030268ac98bfb5e41720 languageName: node linkType: hard @@ -21892,6 +21931,15 @@ __metadata: languageName: node linkType: hard +"tmp@npm:^0.2.1": + version: 0.2.1 + resolution: "tmp@npm:0.2.1" + dependencies: + rimraf: ^3.0.0 + checksum: 8b1214654182575124498c87ca986ac53dc76ff36e8f0e0b67139a8d221eaecfdec108c0e6ec54d76f49f1f72ab9325500b246f562b926f85bcdfca8bf35df9e + languageName: node + linkType: hard + "to-arraybuffer@npm:^1.0.0, to-arraybuffer@npm:^1.0.1": version: 1.0.1 resolution: "to-arraybuffer@npm:1.0.1" @@ -22081,6 +22129,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.6.3": + version: 2.8.1 + resolution: "tslib@npm:2.8.1" + checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a + languageName: node + linkType: hard + "tsutils@npm:^3.21.0": version: 3.21.0 resolution: "tsutils@npm:3.21.0"